Users Guide

Table Of Contents
6. Associate the port to be a trunk member of regular VLAN.
OS10(conf-if-eth1/1/1)# switchport trunk allowed vlan 100
OS10(conf-if-eth1/1/1)# show configuration
!
interface ethernet1/1/1
no shutdown
private-vlan mode promiscuous
switchport access vlan 10
switchport trunk allowed vlan 100
OS10(conf-if-eth1/1/1)#
Configure an IPv4 address and local proxy ARP on a PVLAN
interface
Enable the Local Proxy ARP feature in the primary VLAN to allow communication between isolated hosts and between hosts
connected to different community VLANs within the same PVLAN domain.
You can configure a Layer 3 (L3) VLAN interface, assign an IPv4 address, and enable local proxy ARP in the primary VLAN.
NOTE: To enable the Local Proxy ARP feature, you must assign an IPv4 address to the primary VLAN.
1. Enter Configuration mode.
OS10# configure terminal
2. Enter VLAN Interface mode.
OS10(config)# interface vlan 10
3. Configure an IP address.
OS10(conf-if-vl-10)# ip address 10.1.1.1/24
4. Enable the local proxy ARP in the primary VLAN.
OS10(conf-if-vl-10)# ip local-proxy-arp
OS10(conf-if-vl-10)# show configuration
!
interface vlan10
private-vlan mode primary
private-vlan mapping secondary-vlans 20, 30
no shutdown
ip address 10.1.1.1/24
ip local-proxy-arp
OS10(conf-if-vl-10)#
Convert a secondary or promiscuous port to a regular L2 port
You can convert a secondary or promiscuous port to a regular L2 port.
Remove the secondary or promiscuous port from the PVLANs before you convert it to a regular port. If you change the PVLAN
port mode while the port is a member of a primary VLAN, the following message appears:
%Error: interface is a member of private-vlan
A promiscuous port is a member of a primary VLAN. OS10 does not allow you to change the PVLAN port mode when the port is
a member of the primary VLAN.
Layer 2
667