Users Guide
Example of Viewing VLAN Status
Dell#show vlan
Codes: * - Default VLAN, G - GVRP VLANs, R - Remote Port Mirroring VLANs, P - Primary, C -
Community, I - Isolated
Q: U - Untagged, T - Tagged
x - Dot1x untagged, X - Dot1x tagged
G - GVRP tagged, M - Vlan-stack, H - VSN tagged
i - Internal untagged, I - Internal tagged, v - VLT untagged, V - VLT tagged
NUM Status Description Q Ports
* 1 Active U Te 5/41
P 20 Active T Te 1/1,5
C 30 Active T Te 1/2
I 40 Active T Te 1/3
Dell#
Example of Viewing Private VLAN Conīguration
Dell#show vlan
!
interface TenGigabitEthernet 1/1
no ip address
switchport
switchport mode private-vlan promiscuous
no keepalive
no shutdown
!
interface TenGigabitEthernet 1/2
no ip address
switchport
switchport mode private-vlan host
no shutdown
!
interface TenGigabitEthernet 1/3
no ip address
switchport
switchport mode private-vlan host
no shutdown
!
interface TenGigabitEthernet 1/5
no ip address
switchport
switchport mode private-vlan trunk
no shutdown
interface Vlan 20
private-vlan mode primary
private-vlan mapping secondary-vlan 30,40
no ip address
tagged TenGigabitEthernet 1/1,5
shutdown
!
interface Vlan 30
private-vlan mode community
no ip address
tagged TenGigabitEthernet 1/2
no shutdown
!
Private VLANs (PVLAN)
643