Reference Guide

4001 Community Yes Gi 4/0,23
4002 Community Yes Gi 4/24,47
4003 Isolated Yes Gi 0/24,47
Example of Viewing a Private VLAN (S50V)
S50-1#show vlan private-vlan
Primary Secondary Type Active Ports
------- --------- --------- ------ -----------
4000 Primary Yes Gi 0/3,25
4001 Community Yes Gi 0/4-5
4003 Isolated Yes Gi 0/6
Example of the show vlan private-vlan mapping Command
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.
Example of Viewing VLAN Status
S50V#show vlan
Codes: * - Default VLAN, G - GVRP VLANs, P - Primary, C - Community, I - Isolated
Q: U - Untagged, T - Tagged
x - Dot1x untagged, X - Dot1x tagged
G - GVRP tagged, M - Vlan-stack
NUM Status Description Q Ports
* 1 Inactive
100 Inactive
P 200 Inactive primary VLAN in PVLAN T Gi 0/19-20
I 201 Inactive isolated VLAN in VLAN 200 T Gi 0/21
Example of Viewing Private VLAN Configuration
!
interface GigabitEthernet 0/3
no ip address
switchport
switchport mode private-vlan promiscuous
no shutdown
!
interface GigabitEthernet 0/4
no ip address
switchport
switchport mode private-vlan host
no shutdown
!
interface GigabitEthernet 0/5
no ip address
switchport
switchport mode private-vlan host
no shutdown
!
interface GigabitEthernet 0/6
no ip address
switchport
switchport mode private-vlan host
no shutdown
!
629