20-13
Catalyst2950 Desktop Switch Software Configuration Guide
78-11380-05
Chapter20 Configuring SPAN and RSPAN Configuring RSPAN
This example shows how to configure VLAN 901 as the source remote VLAN and port 5 as the
destination interface:
Switch(config)# monitor session 1 source remote vlan 901
Switch(config)# monitor session 1 destination interface fastEthernet0/5
Switch(config)# end
Removing Ports from an RSPAN Session
Beginning in privileged EXEC mode, follow these steps to remove a port as an RS PAN source for a
session:
This example shows how to remove port 1 as an RSPAN source for RSPAN session 1:
Switch(config)# no monitor session 1 source interface fastEthernet0/1
Switch(config)# end
This example shows how to disable received traffic monitoring on port 1, which was configured for
bidirectional monitoring:
Switch(config)# no monitor session 1 source interface fastEthernet0/1 rx
The monitoring of traffic received on port 1 is disabled, but traffic sent from this port continues to be
monitored.
Step5 show monitor [session session_number] Verify your entries.
Step6 copy running-config startup-config (Optional) Save your entries in the configuration file.
Command Purpose
Command Purpose
Step1 configure terminal Enter global configuration mode.
Step2 no monitor session session_number source
interface interface-id [, | -] [both | rx | tx]Specify the characteristics of the RSPAN source port (monitored
port) to remove.
For session_number, specify the session number identified with
this RSPAN session.
For interface-id, specify the source port to no longer monitor. Valid
interfaces include physical interfaces and port-channel logical
interfaces (port-channel port-channel-number).
(Optional) Use [, | -] to specify a series or range of interfaces if they
were configured. Enter a space after the comma; enter a space
before and after the hyphen.
(Optional) Specify the direction of traffic (both, rx, or tx) to no
longer monitor. If you do not specify a traffic direction, both
transmit and receive are disabled.
Step3 end Return to privileged EXEC mode.
Step4 show monitor [session session_number] Verify your entries.
Step5 copy running-config startup-config (Optional) Save your entries in the configuration file.