match ipv6 precedence
Use this command to IPv6 traffic classification based on precedence.
Use the no command to remove the match configuration.
Please note the following:
• 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 ipv6 precedence 2,4,6 and remove the match configuration using the command no match ipv6 precedence 2-6.
• The
match ipv6 precedence command cannot be configured in the class-map where
match ipv6 dscp is already configured.
• Any match ipv6 commands cannot be configured in the class-map where match ipv4 commands are already configured.
Command Syntax
match ipv6 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 ipv6 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 ipv6 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 ipv6 precedence critical
Last modified date: 10/20/2023