C613-50631-01 Rev A Command Reference for IE340 Series 677
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
VLAN COMMANDS
SWITCHPORT
VLAN TRANSLATION
Example To translate between internal VLAN100 and wire-VID 200 on port1.0.1, use the
commands:
awplus# configure terminal
awplus(config)# interface port1.0.1
awplus(config-if)# switchport vlan translation vlan 200 vlan
100
To add a translation entry to port1.0.1 for wire-VID 200 to add an outer-tag VID of
300 to packets received on the switch port, use the commands:
awplus# configure terminal
awplus(config)# interface port1.0.1
awplus(config-if)# switchport vlan translation vlan 200
outer-vlan 300
To add a translation entry to port1.0.1 for wire-VID 200 to translate between it and
an internal VID of 100 and to add an outer-tag VID of 300, use the commands:
awplus# configure terminal
awplus(config)# interface port1.0.1
awplus(config-if)# switchport vlan translation vlan 200 vlan
100 outer-vlan 300
To remove a translation entry from port1.0.1 for wire-VID 200, use the commands:
awplus# configure terminal
awplus(config)# interface port1.0.1
awplus(config-if)# no switchport vlan translation vlan 200
To remove all translation entries from port1.0.1, use the commands:
awplus# configure terminal
awplus(config)# interface port1.0.1
awplus(config-if)# no switchport vlan translation all
Related
commands
show interface switchport vlan translation
switchport mode trunk
switchport vlan translation default drop
Command
changes
Version 5.4.8-0.2: added to SBx908 GEN2, x930 Series products
Version 5.4.8-1.1: added to SBx8100 Series products
Version 5.4.9-0.1: added to x530 Series products
Version 5.4.9-1.1: added outer-vlan parameter for SBx908 GEN2, x950, x930, x510,
x510L, IE510-28GSX and IE300 Series switches.
Version 5.5.0-2.1: added outer-vlan parameter for x530 Series switches.