user manual

DETAILED STEPS
PurposeCommand or Action
Enters global configuration mode.configure terminal
Example:
Switch# configure terminal
Step 1
Sets VTP mode to transparent (disable VTP).vtp mode transparent
Example:
Switch(config)# vtp mode transport
Step 2
Enters VLAN configuration mode and designates or creates a
VLAN that will be the primary VLAN. The VLAN ID range
is 2 to 1001 and 1006 to 4094.
vlan vlan-id
Example:
Switch(config)# vlan 20
Step 3
Designates the VLAN as the primary VLAN.private-vlan primary
Example:
Switch(config-vlan)# private-vlan primary
Step 4
Returns to global configuration mode.exit
Example:
Switch(config-vlan)# exit
Step 5
(Optional) Enters VLAN configuration mode and designates
or creates a VLAN that will be an isolated VLAN. The VLAN
ID range is 2 to 1001 and 1006 to 4094.
vlan vlan-id
Example:
Switch(config)# vlan 501
Step 6
Designates the VLAN as an isolated VLAN.private-vlan isolated
Example:
Switch(config-vlan)# private-vlan isolated
Step 7
Returns to global configuration mode.exit
Example:
Switch(config-vlan)# exit
Step 8
Catalyst 2960-XR Switch VLAN Configuration Guide, Cisco IOS Release 15.0(2)EX1
94 OL-29440-01
Configuring Private VLANs
Configuring and Associating VLANs in a Private VLAN