Deployment Guide

Table Of Contents
To display the currently configured source and destination sessions for remote port mirroring on a switch, enter the show
monitor session command in EXEC Privilege mode.
Dell(conf)#do show monitor session
SessID Source Destination Dir Mode Source IP Dest IP
------ ------ ----------- --- ---- --------- --------
1 remote-vlan 100 Fo 0/48 N/A N/A N/A N/A
1 remote-vlan 100 Po 100 N/A N/A N/A N/A
2 Fo 0/60 remote-vlan 300 rx Port N/A N/A
2 Po 10 remote-vlan 300 rx Port N/A N/A
To display the current configuration of the reserved VLAN, enter the show vlan command.
Dell#show vlan
Codes: * - Default VLAN, G - GVRP VLANs, R - Remote Port Mirroring VLANs, P - Primary, C
- Community, I - Isolated
O - Openflow
Q: U - Untagged, T - Tagged
x - Dot1x untagged, X - Dot1x tagged
o - OpenFlow untagged, O - OpenFlow tagged
G - GVRP tagged, M - Vlan-stack
i - Internal untagged, I - Internal tagged, v - VLT untagged, V - VLT tagged
NUM Status Description Q Ports
* 1 Inactive
R 100 Active T Fo 0/44
R 300 Active T Fo 0/52
Configuring Remote Port Monitoring
Remote port monitoring requires a source session (monitored ports on different source switches), a reserved tagged VLAN
for transporting mirrored traffic (configured on source, intermediate, and destination switches), and a destination session
(destination ports connected to analyzers on destination switches).
To configure a remote-port monitoring session:
Table 73. Configuring Remote Port Monitoring Session
Step Command Description
1
configure terminal Enter global configuration mode.
2
monitor session id type rpm Specify a unique session ID number and RPM as the session type,
and enter Monitoring-Session configuration mode.
3
source {interface | range} destination
interface direction {rx | tx | both}
Enter a source port or a range of source port interfaces to be
monitored. Enter the destination port interface. Specify ingress
(rx), egress (tx), or both ingress and egress traffic to be
monitored.
7
no disable Enter the no disable command to activate the RPM session.
Examples of Remote-Port Monitoring Configuration
Dell(conf)#interface vlan 10
Dell(conf-if-vl-10)#mode remote-port-mirroring
Dell(conf-if-vl-10)#tagged te 0/4
Dell(conf-if-vl-10)#exit
Dell(conf)#monitor session 1 type rpm
Dell(conf-mon-sess-1)#source te 0/5 destination remote-vlan 10 dir rx
Dell(conf-mon-sess-1)#no disable
Dell(conf-mon-sess-1)#exit
Dell(conf)#inte vlan 100
Dell(conf-if-vl-100)#tagged te 0/7
Dell(conf-if-vl-100)#exit
746
Port Monitoring