Deployment Guide

Set the PVLAN mode of the selected port.
INTERFACE
switchport mode private-vlan {host | promiscuous | trunk}
NOTE: Secondary VLANs are Layer 2 VLANs, so even if they are operationally down while primary VLANs are operationally up,
Layer 3 trac is still transmitted across secondary VLANs.
NOTE: The outputs of the show arp and show vlan commands are augmented in the Dell Networking OS version 7.8.1.0 to
provide PVLAN data. For more information, refer to the
Dell Networking OS Command Line Reference Guide
.
Conguration Task List
The following sections contain the procedures that congure a private VLAN.
Creating PVLAN ports
Creating a Primary VLAN
Creating a Community VLAN
Creating an Isolated VLAN
Creating PVLAN ports
PVLAN ports are those that will be assigned to the PVLAN.
1 Access INTERFACE mode for the port that you want to assign to a PVLAN.
CONFIGURATION mode
interface interface
2 Enable the port.
INTERFACE mode
no shutdown
3 Set the port in Layer 2 mode.
INTERFACE mode
switchport
4 Select the PVLAN mode.
INTERFACE mode
switchport mode private-vlan {host | promiscuous | trunk}
host (isolated or community VLAN port)
promiscuous (intra-VLAN communication port)
trunk (inter-switch PVLAN hub port)
Example of the switchport mode private-vlan Command
For interface details, refer to Enabling a Physical Interface in the Interfaces chapter.
NOTE
: You cannot add interfaces that are congured as PVLAN host or promiscuous ports to regular VLANs. Conversely, you
cannot add “regular” ports (ports not congured as PVLAN ports) to PVLANs as a host or promiscuous member.
The example below shows the switchport mode private-vlan command on a port and on a port channel.
Dell#conf
Dell(conf)#interface TenGigabitEthernet 2/1
Private VLANs (PVLAN)
621