Match inner-vlan, Comman – Allied Telesis AlliedWare Plus Operating System Version 5.4.4C (x310-26FT,x310-26FP,x310-50FT,x310-50FP) User Manual
Page 1020

QoS Commands
Software Reference for x310 Series Switches
39.14
AlliedWare Plus
TM
Operating System - Version 5.4.4C
C613-50046-01 REV A
match inner-vlan
Use this command to define the inner VLAN ID used as match criteria to classify a traffic
class.
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
This command is used in double-tagged networks to match on a VLAN ID belonging to
the client network.
Examples
To configure a class-map named cmap1 to include traffic from inner VLAN 3, use the
commands:
To disable the configured VLAN ID as a match criteria for the class-map named cmap1, use
the commands:
Parameter
Description
<1-4094>
The VLAN number.
awplus#
configure terminal
awplus(config)#
class-map cmap1
awplus(config-cmap)#
match inner-vlan 3
awplus#
configure terminal
awplus(config)#
class-map cmap1
awplus(config-cmap)#
no match inner-vlan