Command Reference QinQ Commands
12 QinQ Commands
12.1 dot1q new-outer-vlan new-vid translate old-outer-vlan vid inner-vlan
v-list
Use this command to modify the policy list of outer vid based on the inner Tag VID and outer Tag VID
on the access, trunk, hybrid, uplink port. Use the no form of this command to restore the default
setting.
dot1q new-outer-vlan new-vid translate old-outer-vlan vid inner-vlan v_list
no dot1q new-outer-vlan new-vid translate old-outer-vlan vid inner-vlan v_list
The policy list is null by default.
Interface configuration mode.
The following example modifies the vid to 3888 when the input packets inner tag vid.
Ruijie(config)# vlan 1888, 3888
Ruijie(config)# interface gigabitEthernet 0/1
Ruijie(config-if)# switchport mode trunk
Ruijie(config-if)# dot1q new-outer-vlan 3888 translate old-outer-vlan 1888
inner-vlan 2001-3000
Ruijie(config-if)# end