show vlan portinfo

Use this command to display VLAN information for a port or range of ports.

Syntax

show vlan portinfo [port port-string] [vlan vlan]

Parameters

port port-string (Optional) Displays VLAN information for specific port(s). For a detailed description of possible port-string values, refer to Port String Syntax Used in the CLI in the S-, K-, and 7100 Series Configuration Guide.
vlan vlan (Optional) Displays VLAN information for ports on the specified VLAN(s).

Defaults

If the port option is not specified, VLAN information for all ports for the VLAN context will display.

If the vlan option is not specified, VLAN information for all VLANs for the specified port context will display.

Mode

All command modes.

Examples

This example shows how to display VLAN information for all ports on all VLANs:

System(rw)->show vlan portinfo
            Port  Ingress   VLAN        Egress
Port        VLAN  Filter    Type        VLAN
----------  ----  --------  ----------  ----------
host.0.1    1     false     forwarding  tagged:1,100,200,300,400,500,700,800,900,1000,1111,2500
ge.1.1      1     false     static      untagged:1
ge.1.2      1     false     static      untagged:1
                            forwarding  untagged:1
ge.1.3      1     false     static      untagged:1
ge.1.4      1     false     static      untagged:1
.
.
.
lag.0.59    1     false     static      untagged:1
lag.0.60    1     false     static      untagged:1
lag.0.61    1     false     static      untagged:1
lag.0.62    1     false     static      untagged:1
System(rw)->

This example shows how to display VLAN information for port ge.1.2 on VLAN 1:

System(rw)->show vlan portinfo port ge.1.2 vlan 1
            Port  Ingress   VLAN        Egress
Port        VLAN  Filter    Type        VLAN
----------  ----  --------  ----------  ----------
ge.1.2      1     false     static      untagged:1
                            forwarding  untagged:1
System(rw)->