Users Guide

Table Of Contents
5. Associate the port to be a trunk member of a PVLAN secondary VLAN. In this example, vlan 20 is an isolated secondary
VLAN.
OS10(conf-if-eth1/1/2)# switchport trunk allowed vlan 20
6. Associate the port to be a trunk member of a regular VLAN (non-PVLAN).
OS10(conf-if-eth1/1/2)# switchport trunk allowed vlan 100
7. Configure the PVLAN port as member of untagged VLAN. Here VLAN 101 is a regular VLAN.
OS10(conf-if-eth1/1/2)#switchport access vlan 101
OS10(conf-if-eth1/1/2)# show configuration
!
interface ethernet1/1/2
no shutdown
private-vlan mode secondary-port
switchport access vlan 101
switchport mode trunk
switchport trunk allowed vlan 20,100
OS10(conf-if-eth1/1/2)#
The PVLAN port ethernet 1/1/2 is a tagged member of VLAN 100 and VLAN 20. It is also an access member of the regular
VLAN 101.
Configure an access PVLAN port as tagged member of regular VLANs
You can configure an access PVLAN port as tagged member of regular VLANs.
1. Enter Configuration mode.
OS10# configure terminal
2. Enter Interface Configuration mode.
OS10(config)# interface ethernet 1/1/1
3. Configure the port as a promiscuous port.
OS10(conf-if-eth1/1/1)# private-vlan mode promiscuous
You can configure the Switchport mode as a promiscuous or secondary port.
OS10(conf-if-eth1/1/1)# show configuration
!
interface ethernet1/1/1
no shutdown
private-vlan mode promiscuous
switchport access vlan 1
OS10(conf-if-eth1/1/1)#
NOTE: Notice that the port continues to be in the default VLAN, even though it is in PVLAN mode.
4. Associate the promiscuous port to a primary VLAN.
OS10(conf-if-eth1/1/1)# switchport access vlan 10
5. Configure the Switchport mode as trunk to carry traffic from more than a single VLAN.
OS10(conf-if-eth1/1/1)# switchport mode trunk
666
Layer 2