Specifications
11-21
System Management Software Configuration Guide for Cisco IE 2000U and Connected Grid Switches
Chapter 11 Configuring SPAN and RSPAN
Configuring SPAN and RSPAN
To delete a SPAN session, use the no monitor session session_number global configuration command.
To remove a destination port from the SPAN session, use the no monitor session session_number
destination interface interface-id global configuration command. To remove the RSPAN VLAN from
the session, use the no monitor session session_number source remote vlan vlan-id.
EXAMPLE
This example shows how to configure VLAN 901 as the source remote VLAN and port 1 as the
destination interface:
Switch(config)# monitor session 1 source remote vlan 901
Switch(config)# monitor session 1 destination interface gigabitethernet0/1
Switch(config)# end
Step 5
no monitor session {session_number |
all | local | remote}
Remove any existing RSPAN configuration for the session.
For session_number, the range is 1 to 66.
Specify all to remove all RSPAN sessions, local to remove
all local sessions, or remote to remove all remote SPAN
sessions.
Step 6
monitor session session_number
source remote vlan vlan-id
Specify the RSPAN session and the source RSPAN VLAN.
For session_number, the range is 1 to 66.
For vlan-id, specify the source RSPAN VLAN to monitor.
Step 7
monitor session session_number
destination interface interface-id
Specify the RSPAN session and the destination interface.
For session_number, enter the number defined in Step 6.
Note In an RSPAN destination session, you must use the
same session number for the source RSPAN VLAN
and the destination port.
For interface-id, specify the destination interface. The
destination interface must be a physical interface.
Note Though visible in the command-line help string,
encapsulation replicate is not supported for
RSPAN. The original VLAN ID is overwritten by the
RSPAN VLAN ID, and all packets appear on the
destination port as untagged.
Step 8
end Return to privileged EXEC mode.
Step 9
show monitor [session
session_number]
show running-config
Verify the configuration.
Step 10
copy running-config startup-config (Optional) Save the configuration in the configuration file.
Command Purpose