qinq vlan-map
qinq vlan-map <vid-list> svlan <vid>
Description
Configures selective QinQ for customer network ports, based on a list of customer VLANs (vlan-map) for a specified service VLAN.
The no form of this command removes selective customer VLAN list for the specified service VLAN.
This command is applicable only for access port.
|
Parameter |
Description |
|---|---|
|
<vid-list> |
Specifies the list of selective customer VLANs. Range: 1 to 4094. |
|
<vid> |
Specifies the service VLAN. Range: 2 to 4094. |
Examples
Configuring selective QinQ for interface 1/1/1, with customer VLANs 10-30 and service VLAN 100:
switch(config)# interface 1/1/1 switch(config-if)# qinq vlan-map 10-30 svlan 100
Removing selective QinQ for interface 1/1/1, with customer VLANs 10 and service VLAN 100:
switch(config)# interface 1/1/1 switch(config-if)# no qinq vlan-map 10 svlan 100
Command History
|
Release |
Modification |
|---|---|
|
10.12 |
Command introduced for the 8400 switches. |
Command Information
|
Platforms |
Command context |
Authority |
|---|---|---|
|
8325 8325H 8325P |
config config-if |
Administrators or local user group members with execution rights for this command. |