Example of Viewing a Private VLAN
Example of the show vlan private-vlan mapping Command
Example of Viewing VLAN Status
Example of Viewing Private VLAN Configuration
The show arp and show vlan commands are revised to display PVLAN data.
Dell#show vlan private-vlan
Primary Secondary Type Active Ports
------- --------- --------- ------ ------------------------------------------
20 Primary Yes Te 1/1,5
30 Community Yes Te 1/2
40 Isolated Yes Te 1/3
Dell#
S50-1#show vlan private-vlan mapping
Private Vlan:
Primary : 4000
Isolated : 4003
Community : 4001
NOTE: In the following example, notice the addition of the PVLAN codes – P, I, and C – in the left
column.
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#
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
Private VLANs (PVLAN) 705