Users Guide

Table Of Contents
NOTE:
For a regular switch port in Trunk mode, you must tag all VLANs of the PVLAN domain.
If you enable local proxy arp in the primary VLAN, both the host and the primary VLAN (as the local proxy) send
an ARP reply.
1. Enter Configuration mode.
OS10# configure terminal
2. Enter Interface Configuration mode.
OS10(config)# interface ethernet 1/1/4
3. Configure the Switchport mode as trunk for the port to carry more than single VLAN traffic.
OS10(conf-if-eth1/1/4)# switchport mode trunk
4. Associate the port to be a trunk member of the primary and secondary VLANs.
OS10(conf-if-eth1/1/4)# switchport trunk allowed vlan 10
OS10(conf-if-eth1/1/4)# switchport trunk allowed vlan 20
OS10(conf-if-eth1/1/4)# switchport trunk allowed vlan 30
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/6-1/1/32
P 10 Active A Eth1/1/1
T Eth1/1/4-1/1/5
I 20 Active T Eth1/1/2
T Eth1/1/4
C 30 Active A Eth1/1/3
T Eth1/1/4
Configure PVLAN ports in a regular VLAN
This section describes how to configure PVLAN ports in regular VLANs.
You can configure a PVLAN port as a tagged and untagged member of regular VLANs.
Configure a PVLAN port as tagged and untagged member of regular VLANs
You can configure a PVLAN port as tagged and untagged member of regular VLANs.
Configure the port to be a trunk member of a secondary VLAN and a regular VLAN.
1. Enter Configuration mode.
OS10# configure terminal
2. Enter Interface Configuration mode.
OS10(config)# interface ethernet 1/1/2
3. Configure Switchport mode as a PVLAN secondary port.
OS10(conf-if-eth1/1/2)# private-vlan mode secondary-port
4. Configure Switchport mode as trunk to carry more than single VLAN traffic.
OS10(conf-if-eth1/1/2)# switchport mode trunk
Layer 2
665