DETAILED STEPS
PurposeCommand or Action
Entersglobal configuration mode.configureterminal
Example:
Switch# configure terminal
Step 1
SetsVTP modeto transparent(disable VTP).vtpmode transparent
Example:
Switch(config)# vtp mode transport
Step 2
EntersVLAN configuration mode and designates or creates a
VLANthat will be the primary VLAN. The VLAN ID range
is2 to 1001 and 1006 to 4094.
vlanvlan-id
Example:
Switch(config)# vlan 20
Step 3
Designatesthe VLAN as the primary VLAN.private-vlanprimary
Example:
Switch(config-vlan)# private-vlan primary
Step 4
Returnsto globalconfiguration mode.exit
Example:
Switch(config-vlan)# exit
Step 5
(Optional)Enters VLAN configurationmode and designates
orcreates a VLAN that will be an isolated VLAN. The VLAN
IDrange is 2 to 1001 and 1006 to 4094.
vlanvlan-id
Example:
Switch(config)# vlan 501
Step 6
Designatesthe VLAN asan isolatedVLAN.private-vlanisolated
Example:
Switch(config-vlan)# private-vlan isolated
Step 7
Returnsto globalconfiguration 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