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 on the switch. Some switches (such as the Aruba 8400 Switch Series), use the format member/slot/port (for example, 1/1/1). Other switches, use slot/port (for example, 1/1).

[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.

Authority

Operators or Administrators. Users without administrator authority 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