White Papers

Table Of Contents
show interfaces private-vlan
Display type and status of PVLAN interfaces.
Syntax
show interfaces private-vlan [interface interface]
Parameters
interface
interface
(OPTIONAL) Enter the keyword interface then the ID of the specific interface
for which to display PVLAN status.
Defaults none
Command Modes
EXEC
EXEC Privilege
Supported Modes FullSwitch
Command
History
Version Description
9.9(0.0) Introduced on the FN IOM.
8.3.16.1 Introduced on the MXL 10/40GbE Switch IO Module.
Usage
Information
This command has two types of display a list of all PVLAN interfaces or for a specific interface.
Examples of both types of output are shown below.
The following describes the show interfaces private-vlan command shown in the following
examples.
Field Description
Interface Displays the type of interface and associated slot and port number.
Vlan Displays the VLAN ID of the designated interface.
PVLAN-Type Displays the type of VLAN in which the designated interface resides.
Interface Type Displays the PVLAN port type of the designated interface.
Status States whether the interface is operationally up or down.
Example (All)
Dell# show interfaces private-vlan
Interface Vlan PVLAN-Type Interface Type Status
--------- ---- ---------- -------------- --------
Gi 2/1 10 Primary Promiscuous Up
Gi 2/2 100 Isolated Host Down
Gi 2/3 10 Primary Trunk Up
Gi 2/4 101 Community Host Up
Example
(Specific)
Dell# show interfaces private-vlan Gi 2/2
Interface Vlan PVLAN-Type Interface Type Status
--------- ---- ---------- -------------- --------
Gi 2/2 100 Isolated Host Up
Related
Commands
private-vlan mode sets the mode of the selected VLAN to community, isolated, or primary.
show vlan private-vlan displays the PVLANs and/or interfaces that are part of a PVLAN.
show vlan private-vlan mapping displays the primary-secondary VLAN mapping.
switchport mode private-vlan sets PVLAN mode of the selected port.
Private VLAN (PVLAN) 925