Users Guide

Table Of Contents
ExampleTo
configure
an interface
as PVLAN
promiscuous
port.
OS10(config)# interface port-channel20
OS10(conf-if-po-20)# private-vlan mode promiscuous
OS10(conf-if-po-20)#exit
OS10(config)# interface ethernet 1/1/5
OS10(conf-if-eth1/1/5)# private-vlan mode promiscuous
ExampleTo
configure an
interface as a
secondary port.
OS10(conf-if-po-20)# private-vlan mode secondary-port
OS10(conf-if-po-20)# no private-vlan mode
ExampleTo
configure a
secondary port
as a trunk port.
OS10(config)# interface port-channel20
OS10(conf-if-po-20)# switchport mode trunk
OS10(conf-if-po-20)# private-vlan mode secondary-port
ExampleTo
configure a
promiscuous port
as a trunk port.
OS10(conf-if-po-20)# switchport mode trunk
OS10(conf-if-po-20)# private-vlan mode promiscuous
Supported
Releases
10.5.2.0 or later
show interface private-vlan
Displays the PVLAN-specific details of an interface.
Syntax
show interface private-vlan [interface-name]
Parameters interface-nameEnter the interface information in node/slot/port[:subport] format.
Command Mode EXEC
Usage
Information
The show interface command provides information about the PVLAN-specific details of an interface.
This command displays the VLAN ID associated with the interface, PVLAN type, and PVLAN port mode.
Examples
OS10# show interface private-vlan
Interface Vlan PVLAN-Type Interface Type Status
--------- ---- ---------- -------------- ------
Eth1/1/1 4000 Primary Promiscuous Up
Eth1/1/1 4003 Primary Promiscuous Up
Eth1/1/3 4000 Primary PVLAN-Trunk Up
Eth1/1/4 4003 Primary PVLAN-Trunk Up
Eth1/1/5 4001 Isolated Secondary-port Up
Eth1/1/6 4001 Isolated Secondary-port Up
OS10# show interface private-vlan ethernet 1/1/11
Interface Vlan PVLAN-Type Interface Type Status
--------- ---- ---------- -------------- --------
Eth1/1/11 100 Primary Promiscuous true
Eth1/1/11 101 Primary Promiscuous true
Supported
Releases
10.5.2.0 or later
show vlan private-vlan
Displays PVLAN-specific information.
Syntax
show vlan private-vlan vlan-id
Layer 2 675