Command Line Reference Guide

Usage
Information
The assignment of the various PVLAN port types to port and port channel (LAG) interfaces is
shown below.
Example
FTOS#conf
FTOS(conf)#interface TenGigabitEthernet 2/1
FTOS(conf-if-te-2/1)#switchport mode private-vlan promiscuous
FTOS(conf)#interface TenGigabitEthernet 2/2
FTOS(conf-if-te-2/2)#switchport mode private-vlan host
FTOS(conf)#interface TenGigabitEthernet 2/3
FTOS(conf-if-te-2/3)#switchport mode private-vlan trunk
FTOS(conf)#interface port-channel 10
FTOS(conf-if-te-2/3)#switchport mode private-vlan promiscuous
Related
Commands
private-vlan mode – sets the mode of the selected VLAN to community, isolated, or primary.
private-vlan mapping secondary-vlan – sets the mode of the selected VLAN to primary and
then associates the secondary VLANs to it.
show interfaces private-vlan – displays type and status of PVLAN interfaces.
show vlan private-vlan mapping – displays the primary-secondary VLAN mapping.
1077