show vlan translation

Syntax

show vlan translation [interface <INTERFACE-NAME>] [vsx-peer]

Description

Shows a summary of all VLAN translations rules defined on the switch, or the rules defined for a specific interface.

Command context

Manager (#)

Parameters

interface <INTERFACE-NAME>

Specifies the name of a layer 2 interface. Format: member/slot/port.

[vsx-peer]

Shows the output from the VSX peer switch. If the switches do not have the VSX configuration or the ISL is down, the output from the VSX peer switch is not displayed. This parameter is available on switches that support VSX.

Authority

Operators or Administrators or local user group members with execution rights for this command. Operators can execute this command from the operator context (>) only.

Examples

Displaying a summary of all VLAN translations rules defined on the switch:

switch# show vlan translation
-------------------------------------------
Interface  VLAN-1      VLAN-2
-------------------------------------------
1/1/5      10          20
1/1/5      30          40
1/1/5      50          100
1/1/6      100         200

Total number of translation rules : 4

Displaying a summary of all VLAN translations rules defined on interface 1/1/5:

switch# show vlan translation interface 1/1/5
-------------------------------------------
Interface  VLAN-1      VLAN-2
-------------------------------------------
1/1/5      10          20
1/1/5      30          40
1/1/5      50          100