Users Guide

a. Create a VLAN.
OS10(config)# interface vlan 30
b. Configure the PVLAN mode as a community VLAN.
OS10(conf-if-vl-20)# private-vlan mode community
c. Configure a secondary port.
OS10(config)# interface ethernet 1/1/3
OS10(conf-if-eth1/1/3)# switchport mode trunk
OS10(conf-if-eth1/1/3)# private-vlan mode secondary-port
d. Associate the secondary port to the community VLAN.
OS10(conf-if-eth1/1/2)# switchport trunk allowed vlan 30
4. Associate the list of secondary VLANs to the primary VLAN.
OS10# configure terminal
OS10(config)# interface vlan 10
OS10(conf-if-vl-10)# private-vlan mapping secondary-vlans 20, 30
OS10# show vlan private-vlan mapping
Private Vlan:
Primary : 10
Isolated : 20
Community : 30
OS10# show vlan private-vlan
Primary Secondary Type Active Ports
------- --------- --------- ------ --------------------------------------------
10 Primary Yes Eth1/1/1,1/1/5
20 Isolated Yes Eth1/1/2
30 Community Yes Eth1/1/3
OS10# show vlan
Codes: * - Default VLAN, M - Management VLAN, R - Remote Port Mirroring VLANs,
@ Attached to Virtual Network, P - Primary, C - Community, I - Isolated
Q: A - Access (Untagged), T - Tagged
NUM Status Description Q Ports
* 1 Active A Eth1/1/4,1/1/6-1/1/32
P 10 Active A Eth1/1/1
T Eth1/1/5
I 20 Active T Eth1/1/2
C 30 Active A Eth1/1/3
Related Video
Private VLANs on SmartFabric OS10
How to configure a private VLAN on a SmartFabric OS10 device?
Extend PVLAN domain to another switch
This section describes how to extend a PVLAN domain to another switch.
To extend the primary and secondary VLANs to a connected device, add a regular switch port in Trunk mode to the VLANs of
the PVLAN. The regular switch port in Trunk mode is also called an Inter-Switch Link (ISL) trunk port or PVLAN trunk.
Dell Technologies recommends that you do not configure the ISL as a promiscuous or secondary port.
666
Layer 2