11-22
Catalyst 6000 Family Software Configuration Guide—Releases 6.3 and 6.4
78-13315-02
Chapter 11 Configuring VLANs
Configuring Private VLANs
Console> (enable)
show pvlan capability 5/3
Ports 5/1 - 5/12 are in the same ASIC range as port 5/3.
Port 5/3 cannot be made a private vlan port due to:
------------------------------------------------------
Conflict with Promiscuous port(s) : 5/2
Conflict with Trunking port(s) : 5/1
Console> (enable)
show pvlan capability 15/1
Port 15/1 cannot be made a private vlan port due to:
------------------------------------------------------
Only ethernet ports can be added to private vlans.
Deleting a Private VLAN
You can delete a private VLAN by deleting the primary VLAN. If you delete a primary VLAN, all
bindings to the primary VLAN are broken, all ports in the private VLAN become inactive, and any
related mappings on the promiscuous port(s) are deleted.
To delete a private VLAN, perform this task in privileged mode:
This example shows how to delete primary VLAN 7:
Console> (enable)
clear vlan 7
This command will de-activate all ports on vlan 7
Do you want to continue(y/n) [n]?
y
Vlan 7 deleted
Console> (enable)
Deleting an Isolated, Community, or Two-Way Community VLAN
If you delete an isolated, community, or two-way community VLAN, the binding with the primary
VLAN is broken, any isolated, community, or two-way community ports associated to the VLAN
become inactive, and any related mappings on the promiscuous port(s) are deleted.
To delete a VLAN on the switch, perform this task in privileged mode:
This example shows how to delete the community VLAN 902:
Console> (enable)
clear vlan 902
This command will de-activate all ports on vlan 902
Do you want to continue(y/n) [n]?
y
Vlan 902 deleted
Console> (enable)
Task
Command
Delete a primary VLAN.
clear vlan
primary_vlan
Task
Command
Delete an isolated or community VLAN.
clear vlan
{
isolated_vlan | community_vlan
|
twoway_community_vlan
}