user manual
SUMMARY STEPS
1.
configure terminal
2.
vlan vlan-id
3.
name vlan-name
4.
mtu mtu-size
5.
remote-span
6.
end
7.
show vlan {name vlan-name | id vlan-id}
DETAILED STEPS
PurposeCommand or Action
Enters the global configuration mode.configure terminal
Example:
Switch# configure terminal
Step 1
Enters a VLAN ID, and enters VLAN configuration mode. Enter a
new VLAN ID to create a VLAN, or enter an existing VLAN ID to
modify that VLAN.
vlan vlan-id
Example:
Switch(config)# vlan 20
Step 2
The available VLAN ID range for this command is 1 to
4094.
Note
(Optional) Enters a name for the VLAN. If no name is entered for
the VLAN, the default is to append the vlan-id value with leading
name vlan-name
Example:
Switch(config-vlan)# name test20
Step 3
zeros to the word VLAN. For example, VLAN0004 is a default VLAN
name for VLAN 4.
(Optional) Changes the MTU size (or other VLAN characteristic).
mtu mtu-size
Example:
Switch(config-vlan)# mtu 256
Step 4
(Optional) Configures the VLAN as the RSPAN VLAN for a remote
SPAN session.
remote-span
Example:
Switch(config-vlan)# remote-span
Step 5
To return the VLAN name to the default settings, use the no
name, no mtu, or no remote-span commands.
Note
Returns to privileged EXEC mode.end
Example:
Switch(config)# end
Step 6
Catalyst 2960-XR Switch VLAN Configuration Guide, Cisco IOS Release 15.0(2)EX1
48 OL-29440-01
Configuring VLANs
How to Configure Normal-Range VLANs