DETAILED STEPS
PurposeCommand or Action
Displaysthe VLAN IDs being used internally by the switch. If the
VLANID that you wantto use is an internal VLAN, the display
showvlan internalusage
Example:
Switch# show vlan internal usage
Step 1
showsthe routedport that is usingthe VLAN ID.Enter that port
numberin Step 3.
Entersglobal configuration mode.configureterminal
Example:
Switch# configure terminal
Step 2
Specifiesthe interface ID for the routed port that is using the VLAN
ID,and entersinterface configuration mode.
interfaceinterface-id
Example:
Switch(config)# interface
Step 3
gigabitethernet1/0/3
Shutsdown theport to freethe internal VLAN ID.shutdown
Example:
Switch(config-if)# shutdown
Step 4
Returnsto globalconfiguration mode.exit
Example:
Switch(config-if)# exit
Step 5
Setsthe VTP mode to transparent for creating extended-range VLANs.vtpmode transparent
Step 6
Example:
Switch(config)# vtp mode transparent
Thisstep is not required for VTP version
3.
Note
Entersthe newextended-range VLAN ID, and enters VLAN
configurationmode.
vlanvlan-id
Example:
Switch(config-vlan)# vlan 2000
Step 7
Catalyst 2960-XR Switch VLAN Configuration Guide, Cisco IOS Release 15.0(2)EX1
OL-29440-01 55
Configuring VLANs
How to Configure Extended-Range VLANs