ECS4660-28F_Management Guide-R03

Table Of Contents
C
HAPTER
40
| VLAN Commands
Configuring Private VLANs
– 1368
community - A VLAN in which traffic is restricted to host
members in the same VLAN and to promiscuous ports in the
associate primary VLAN.
primary - A VLAN which can contain one or more community
VLANs, and serves to channel traffic between community VLANs
and other locations.
DEFAULT SETTING
None
COMMAND MODE
VLAN Configuration
COMMAND USAGE
Private VLANs are used to restrict traffic to ports within the same
community, and channel traffic passing outside the community through
promiscuous ports. When using community VLANs, they must be
mapped to an associated “primary” VLAN that contains promiscuous
ports.
Port membership for private VLANs is static. Once a port has been
assigned
to a private VLAN, it cannot be dynamically moved to another
VLAN via GVRP.
Private VLAN ports cannot be set to trunked mode. (See "switchport
mode" on page 1349.)
EXAMPLE
Console(config)#vlan database
Console(config-vlan)#private-vlan 2 primary
Console(config-vlan)#private-vlan 3 community
Console(config)#
private vlan
association
Use this command to associate a primary VLAN with a secondary (i.e.,
community) VLAN. Use the no form to remove all associations for the
specified primary VLAN.
SYNTAX
private-vlan primary-vlan-id association {secondary-vlan-id |
add secondary-vlan-id | remove secondary-vlan-id}
no private-vlan primary-vlan-id association
primary-vlan-id - ID of primary VLAN. (Range: 1-4094)
secondary-vlan-id - ID of secondary (i.e, community) VLAN.
(Range: 1-4094).
DEFAULT SETTING
None