Users Guide

Table Of Contents
2. Enter the source to monitor traffic in MONITOR-SESSION mode.
source interface interface-type {both | rx | tx}interface-range direction
3. Enter the destination to send the traffic to in MONITOR-SESSION mode.
destination remote-vlan vlan-id
4. Enable the monitoring interface in MONITOR-SESSION mode.
no shut
Create remote monitoring session
OS10(config)# monitor session 10 type rpm-source
OS10(conf-mon-rpm-source-10)#
Configure source and destination port, and traffic direction
source# show running-configuration interface ethernet 1/1/26:1
!
interface ethernet1/1/26:1
no shutdown
switchport mode trunk
switchport access vlan 1
switchport trunk allowed vlan 10
flowcontrol receive on
NOTE: This is the interface through which the traffic is sent to the source and is monitored.
source# show running-configuration interface ethernet 1/1/1
!
interface ethernet1/1/1
no shutdown
switchport mode trunk
switchport access vlan 1
switchport trunk allowed vlan 20
flowcontrol receive on
NOTE: This is the interface connected to the intermediate switch and the RSPAN vlan is tagged.
Monitor session configs
source# show running-configuration monitor
!
monitor session 1 type rpm-source
destination remote-vlan 20
source interface ethernet1/1/26:1 rx // The source interface can be either a physical
interface
or a VLAN no shut
source# show monitor session all
S.Id Source Destination Dir Mode Source IP Dest IP DSCP TTL Gre-Protocol
State Reason
-----------------------------------------------------------------------------------------
---------
1 ethernet1/1/26:1 vlan20 rx port N/A N/A N/A N/A N/A
true Is UP
intermediate switch:
intermediate# show running-configuration interface vlan
interface vlan20
no shutdown
Interface connected to source
intermediate# show running-configuration interface ethernet 1/1/1
700
Layer 2