AS5800-EC Series CLI Reference Guide R02

Table Of Contents
Chapter 13
| Port Mirroring Commands
RSPAN Mirroring Commands
– 409 –
rspan source Use this command to specify the source port and traffic type to be mirrored
remotely. Use the no form to disable RSPAN on the specified port, or with a traffic
type keyword to disable mirroring for the specified type.
Syntax
[no] rspan session session-id source interface interface [rx | tx | both]
session-id – A number identifying this RSPAN session. (Range: 1-2)
Only two mirror sessions are allowed, including both local and remote
mirroring. If local mirroring is enabled with the port monitor command,
then there is only one session available for RSPAN.
interface
ethernet unit/port-list
unit - Unit identifier. (Range: 1)
port-list - One or more source ports. Use a hyphen to indicate a
consecutive list of ports or a comma between non-consecutive
ports. (Range: 1-54)
rx - Mirror received packets.
tx - Mirror transmitted packets.
both - Mirror both received and transmitted packets.
Default Setting
Both TX and RX traffic is mirrored
Command Mode
Global Configuration
Command Usage
One or more source ports can be assigned to the same RSPAN session, either on
the same switch or on different switches.
Only ports can be configured as an RSPAN source – static and dynamic trunks
are not allowed.
The source port and destination port cannot be configured on the same switch.
Example
The following example configures the switch to mirror received packets from port 2
and 3:
Console(config)#rspan session 1 source interface ethernet 1/2 rx
Console(config)#rspan session 1 source interface ethernet 1/3 rx
Console(config)#