user manual

DETAILED STEPS
PurposeCommand or Action
Displays the VLAN IDs being used internally by the switch. If the
VLAN ID that you want to use is an internal VLAN, the display
show vlan internal usage
Example:
Switch# show vlan internal usage
Step 1
shows the routed port that is using the VLAN ID. Enter that port
number in Step 3.
Enters global configuration mode.configure terminal
Example:
Switch# configure terminal
Step 2
Specifies the interface ID for the routed port that is using the VLAN
ID, and enters interface configuration mode.
interface interface-id
Example:
Switch(config)# interface
Step 3
gigabitethernet1/0/3
Shuts down the port to free the internal VLAN ID.shutdown
Example:
Switch(config-if)# shutdown
Step 4
Returns to global configuration mode.exit
Example:
Switch(config-if)# exit
Step 5
Sets the VTP mode to transparent for creating extended-range VLANs.vtp mode transparent
Step 6
Example:
Switch(config)# vtp mode transparent
This step is not required for VTP version
3.
Note
Enters the new extended-range VLAN ID, and enters VLAN
configuration mode.
vlan vlan-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