Administrator Guide

Defaults none
Command Modes
EXEC
EXEC Privilege
Command History
This guide is platform-specific. For command information about other platforms, see the relevant Dell Networking
OS Command Line Reference Guide.
The following is a list of the Dell Networking OS version history for this command.
Version Description
9.9(0.0) Introduced on the C9010.
9.2(1.0) Introduced on the Z9500.
8.3.19.0 Introduced on the S4820T.
8.3.11.1 Introduced on the Z9000.
8.3.7.1 Introduced on the S4810.
7.8.1.0 Introduced on the C-Series and S-Series.
Usage Information
Examples of all types of command output are shown below. The first type of output is the result of not entering
an optional keyword. It displays a detailed list of all PVLANs and their member VLANs and interfaces. The other
types of output show details about PVLAN subsets.
The following describes the show private-vlan command shown in the Examples below.
Field Description
Primary Displays the VLAN ID of the designated or associated primary VLAN(s).
Secondary Displays the VLAN ID of the designated or associated secondary VLAN(s).
Type Displays the type of VLAN in which the listed interfaces reside.
Active States whether the interface is operationally up or down.
Ports Displays the interface IDs in the listed VLAN.
Example (All)
Dell# show vlan private-vlan
Primary Secondary Type Active Ports
------- --------- --------- ------ -----------
10 primary Yes Te 2/1,3
100 isolated Yes Te 2/2
101 community Yes Te 2/10
20 primary Yes Po 10, 12-13
Te 1/1
200 isolated Yes Te 1/2,4-6
201 community No
202 community Yes Te 1/11-12
Example (Primary)
Dell# show vlan private-vlan primary
Primary Secondary Type Active Ports
------- --------- --------- ------ -------
10 primary Yes Te 2/1,3
20 primary Yes Te 1/1,3
Example (Isolated)
Dell# show vlan private-vlan isolated
Primary Secondary Type Active Ports
------- --------- --------- ------ ----------
10 primary Yes Te 2/1,3
100 isolated Yes Te 2/2,4-6
200 isolated Yes Te 1/2,4-6
Private VLAN (PVLAN) 1297