Configuring a VLAN as an RSPAN VLAN
Follow these steps to create a new VLAN, then configure it to be the RSPAN VLAN for the RSPAN session.
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
vlan vlan-id
4.
remote-span
5.
end
6.
show running-config
7.
copy running-config startup-config
DETAILED STEPS
PurposeCommand or Action
Enables privileged EXEC mode. Enter your password if
prompted.
enable
Example:
Switch> enable
Step 1
Enters the global configuration mode.configure terminal
Example:
Switch# configure terminal
Step 2
Enters a VLAN ID to create a VLAN, or enters the VLAN ID
of an existing VLAN, and enters VLAN configuration mode.
The range is 2 to 1001 and 1006 to 4094.
vlan vlan-id
Example:
Switch(config)# vlan 100
Step 3
The RSPAN VLAN cannot be VLAN 1 (the default VLAN) or
VLAN IDs 1002 through 1005 (reserved for Token Ring and
FDDI VLANs).
Configures the VLAN as an RSPAN VLAN.remote-span
Example:
Switch(config-vlan)# remote-span
Step 4
Returns to privileged EXEC mode.end
Example:
Switch(config-vlan)# end
Step 5
Consolidated Platform Configuration Guide, Cisco IOS Release 15.2(4)E (Catalyst 2960-X Switches)
491
How to Configure SPAN and RSPAN