Users Guide

Layer 2 Switching Commands 854
association—Defines an association between the primary VLAN and
secondary VLANs.
primary—Specify that the selected VLAN is the primary VLAN.
community—Specify that the selected VLAN is the community VLAN.
isolated—Specify that the selected VLAN is the isolated VLAN.
add—Associates a secondary VLAN with the primary VLAN.
remove—Deletes the secondary VLAN association with the primary
VLAN.
vlan-list—A list of secondary VLAN ids to be mapped to a primary VLAN.
The VLAN list can contain multiple entries separated by commas and
containing no spaces. Each entry can be a single VLAN id or a hyphenated
range of VLANs.
Default Configuration
This command has no default setting.
Command Mode
VLAN Configuration mode
User Guidelines
A community VLAN carries traffic among community ports and from
community ports to the promiscuous ports on the corresponding primary
VLAN.
An isolated VLAN is used by isolated ports to communicate with
promiscuous ports. It does not carry traffic to other community ports or other
isolated ports with the same primary VLAN.
The primary VLAN is the VLAN that carries traffic from a promiscuous port
to the private ports.
VLAN 1 cannot be configured in a private VLAN configuration.
Examples
console# configure terminal
console(config)# vlan 10
console(config-vlan)# private-vlan primary
console(config-vlan)# exit