VLAN Management Commands
OmniSwitch 6250 CLI Reference Guide November 2009 page 22-15
show vlan port
Displays VLAN port associations (VPAs) for all VLANs, a specific VLAN, or for a specific port. Infor-
mation is also included that shows the VPA type (configured default VLAN, 802.1Q tagged VLAN, 
dynamically assigned secondary VLAN, or mirrored port VLAN assignment) and the status of that associ-
ation (inactive, blocking, forwarding, or filtering).
show vlan [vid] port [slot/port | link_agg]
Syntax Definitions
vid VLAN ID number (1–4094).
slot/port Enter the slot number for the module and the physical port number on 
that module (e.g. 3/1 specifies port 1 on slot 3). 
ling_agg Enter the link aggregate ID number (0–31) to assign to the specified 
VLAN.
Defaults
If no parameters are specified with this command, a list of all VLANs and their assigned ports is displayed 
by default.
Platforms Supported
OmniSwitch 6250 
Usage Guidelines
• If the vid is specified without a slot/port or link_agg, then all port assignments for that VLAN are 
displayed.
• If the slot/port or link_agg is specified without a vid, then all VLAN assignments for that port are 
displayed.
• If both the vid and slot/port or link_agg are specified, then information only for that VLAN and slot/
port or link aggregate ID is displayed.
• Note that specifying a range of VLAN IDs is also allowed. Use a hyphen to indicate a contiguous 
range (e.g., show vlan 10-15 port). Note that only one VLAN entry—a single VLAN ID or a range of 
VLAN IDs— is allowed with this command. Multiple entries are not accepted.
Examples
-> show vlan port
vlan   port     type      status
+-----+-------+---------+------------+
1      1/1  default   inactive
2      1/2  default   blocking
1/3 mobile forwarding
11/4 qtagged forwarding
3      1/2  qtagged  blocking
11/4 default  forwarding
         2/5    dynamic   forwarding