Reference Guide

INTERFACE VLAN mode
private-vlan mode isolated
4. Add one or more host ports to the VLAN.
INTERFACE VLAN mode
tagged interface or untagged interface
You can enter the interfaces singly or in range format, either comma-delimited (slot/port,port,port) or
hyphenated (slot/ port-port).
You can only add ports defined as host to the VLAN.
The following example shows the use of the PVLAN commands that are used in VLAN INTERFACE mode to configure the
PVLAN member VLANs (primary, community, and isolated VLANs).
Example of Configuring Private VLAN Members
FTOS#conf
FTOS(conf)# interface vlan 10
FTOS(conf-vlan-10)# private-vlan mode primary
FTOS(conf-vlan-10)# private-vlan mapping secondary-vlan 100-101
FTOS(conf-vlan-10)# untagged Gi 2/1
FTOS(conf-vlan-10)# tagged Gi 2/3
FTOS(conf)# interface vlan 101
FTOS(conf-vlan-101)# private-vlan mode community
FTOS(conf-vlan-101)# untagged Gi 2/10
FTOS(conf)# interface vlan 100
FTOS(conf-vlan-100)# private-vlan mode isolated
FTOS(conf-vlan-100)# untagged Gi 2/2
534