Purpose
Command or Action
Enters an extended-range VLAN ID and enters VLAN configuration
mode. The range is 1006 to 4094.
vlan vlan-id
Example:
Switch(config)#
vlan 2000
Step 3
Switch(config-vlan)#
(Optional) Configures the VLAN as the RSPAN VLAN.
remote-span
Example:
Switch(config-vlan)#
remote-span
Step 4
Modifies the VLAN by changing the MTU size.
mtu mtu size
Step 5
Example:
Switch(config-vlan)#
mtu 1024
Returns to configuration mode.
exit
Step 6
Example:
Switch(config-vlan)#
exit
Switch(config)#
Enters the interface configuration mode for the selected VLAN.
interface vlan
Step 7
Example:
Switch(config)#
interface vlan 200
Switch(config-if)#
(Optional) Modifies the VLAN by changing the MTU size. You can
configure the MTU size between 68 to 1500 bytes.
ip mtu mtu-size
Example:
Switch(config-if)#
ip mtu 1024
Step 8
Although all VLAN commands appear in the CLI help, only
the
ip mtu mtu-size
,
private-vlan
, and
remote-span
commands are supported for extended-range VLANs.
Note
Switch(config-if)#
Returns to privileged EXEC mode.
end
Example:
Switch(config)#
end
Step 9
Verifies that the VLAN has been created.
show vlan id vlan-id
Example:
Switch#
show vlan id 2000
Step 10
Consolidated Platform Configuration Guide, Cisco IOS XE Release 3SE (Catalyst 3850 Switches)
OL-29322-01
21
Configuring VLANs
How to Configure Extended-Range VLANs