C613-50631-01 Rev A Command Reference for IE340 Series 2126
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
QOS COMMANDS
MATCH
INNER-VLAN
match inner-vlan
Overview Use this command to define the inner VLAN ID as match criteria.
Use the no variant of this command to disable the VLAN ID used as match criteria.
Syntax
match inner-vlan <1-4094>
no match inner-vlan
Mode Class Map Configuration
Usage notes This command is used in double-tagged networks to match on a VLAN ID
belonging to the client network. For more information on VLAN double-tagged
networks, see the VLAN_Feature Overview and Configuration Guide.
Examples To configure a class-map named cmap1 to match traffic from inner VLAN 3, use the
commands:
awplus# configure terminal
awplus(config)# class-map cmap1
awplus(config-cmap)# match inner-vlan 3
To disable the configured VLAN ID as a match criteria for the class-map named
cmap1, use the commands:
awplus# configure terminal
awplus(config)# class-map cmap1
awplus(config-cmap)# no match inner-vlan
Parameter Description
<1-4094> The VLAN number.