match vlan inner
Use this command to classify the traffic based on the inner VLAN.
Use the no command to remove the match configuration.
Note: The match commands which accept range have silent exit which makes removal of these match configurations easier. For example, classify the traffic based on the inner VLAN using the command match vlan inner 2,4,6 and remove the match configuration using the command no match vlan inner 2-6.
Command Syntax
match vlan inner WORD
no match vlan inner (WORD|all)
Parameters
not
Match all except this.
WORD
Enter VLAN ID <1-4094> or list of VLAN ID's separated by commas. For example, 2,4 etc.
all
Delete all VLAN ID entries.
Default
No default value is specified
Command Mode
Class-map mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
(config)#class-map type qos C_QOS1
(config-cmap-qos)#match vlan inner 1
Last modified date: 07/14/2023