DETAILED STEPS
PurposeCommand or Action
Entersthe global configurationmode.configureterminal
Example:
Switch# configure terminal
Step 1
Configuresthe switch for VTP transparent mode, disabling VTP.vtpmode transparent
Step 2
Example:
Switch(config)# vtp mode transparent
Thisstep is not required for VTP version
3.
Note
Entersan extended-range VLAN ID and enters VLAN configuration
mode.The range is 1006 to 4094.
vlanvlan-id
Example:
Switch(config)# vlan 2000
Step 3
Todelete an extended-range VLAN, use the no vlan vlan-id
globalconfiguration command.
Note
Switch(config-vlan)#
Modifiesthe VLAN by changing the MTU size.
mtu mtusize
Step 4
Example:
Switch(config-vlan)# mtu 1024
(Optional)Configures the VLAN as the RSPAN VLAN.remote-span
Example:
Switch(config-vlan)# remote-span
Step 5
Returnsto privileged EXEC mode.end
Example:
Switch(config)# end
Step 6
Verifiesthat the VLAN has been created.
showvlan id vlan-id
Example:
Switch# show vlan id 2000
Step 7
Savesyour entriesin theswitch startup configurationfile.copyrunning-config startup config
Step 8
Example:
Switch# copy running-config
Tosave an extended-range VLAN configuration, you need to save the
VTPtransparent mode configuration and the extended-range VLAN
configurationin the switch startup configuration file. Otherwise,if the
Catalyst 2960-XR Switch VLAN Configuration Guide, Cisco IOS Release 15.0(2)EX1
OL-29440-01 53
Configuring VLANs
How to Configure Extended-Range VLANs