match precedence
Use this command to traffic classification based on precedence.
Use the no command to remove the match configuration.
Note: The match commands which accept range has silent exit which makes removal of these match configuration easier. For example, classify the traffic based on precedence using the command match precedence 2,4,6 and remove the match configuration using the command no match precedence 2-6.
Match precedence cannot be configured in the “match-all” class-map where match dscp is already configured.
Command Syntax
match precedence [WORD | critical | flash | flash-override | immediate | internet | network | priority | routine]
Note: Below no command is applicable for class-map of type match-any.
no match precedence ([WORD | critical | flash | flash-override| immediate |
internet | network | priority | routine]|all)
Note: Below no command is applicable for class-map of type match-all.
no match precedence
Parameters
word
IP precedence value
critical
Critical precedence
flash
Flash precedence
flash-override
Flash override precedence
immediate
Immediate precedence
internet
Internetwork control precedence
network
Network control precedence
priority
Priority precedence
routine
Routine precedence
all
Delete all matched IP precedence values.
Default
No default value is specified
Command Mode
Class-map mode
Applicability
This command was introduced in OcNOS version 3.0.
Examples
(config)# class-map my_test
(config-cmap-qos)#match precedence critical
Last modified date: 10/20/2023