match cos inner
Use this command to classify the traffic based on inner CoS.
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 inner CoS using the command match cos inner 2,4,6 and remove the match configuration using the command no match cos inner 2-6.
Command Syntax
match cos inner WORD
Note: Below no command is applicable for class-map of type match-any.
no match cos inner (WORD|all)
Note: Below no command is applicable for class-map of type match-all.
no match cos inner
Parameters
WORD
Inner CoS value or list of specified CoS values. Valid values are from 0 to 7.
all
Delete all matched CoS entries.
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 type qos C_QOS1
(config-cmap-qos)#match cos inner 1
Last modified date: 10/20/2023