C613-50170-01 Rev B
Command Reference for x510 Series
601
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
VLAN C
OMMANDS
SWITCHPORT
VLAN
TRANSLATION
switchport vlan translation
Overview
Use this command to create a VLAN translation entry on an interface. The
translation entry translates a packet's VLAN-ID as seen on the wire.
Use the
no
variant of this command to remove all translation entries or a specific
entry.
This command can be applied to a switch port or a static channel group, or a
dynamic (LACP) channel group. The interface must be in a mode that supports
tagged packets.
Syntax
switchport vlan translation vlan <
wire-vid
> vlan <
vid
>
no switchport vlan translation [all|vlan <
wire-vid
>]
Default
None (by default, no translation entries exist)
Mode
Interface Configuration for a switch port or a static channel group, or a dynamic
(LACP) channel group. The interface must be in a mode that supports tagged
packets.
Example
To translate VLAN100 to VLAN200 on port 1.0.1, use the commands:
awplus#
configure terminal
awplus(config)#
interface port1.0.1
awplus(config-if)#
switchport vlan translation vlan 200 vlan
100
Related
Commands
show interface switchport vlan translation
switchport vlan translation default drop
Parameter
Description
vlan <
wire-vid
>
VLAN-ID of the packet as you want it to be seen on the wire.
vlan <
vid
>
VLAN-ID of the VLAN as it was assignedwhen the VLAN was
created.
all
Delete all translation entries.