Users Guide

Dell(conf-mon-sess-3)#source remote-vlan 30 destination gi 1/6
Dell(conf-mon-sess-3)#tagged destination gi 1/6
Dell(conf-mon-sess-3)#end
Dell#
Dell#show monitor session
SessID Source Destination Dir Mode Source IP Dest IP
------ ------ ----------- --- ---- --------- --------
1 remote-vlan 10 gi 1/4 N/A N/A N/A N/A
2 remote-vlan 20 gi 1/5 N/A N/A N/A N/A
3 remote-vlan 30 gi 1/6 N/A N/A N/A N/A
Dell#
Conguring RSPAN Source Sessions to Avoid BPD Issues
When ever you congure an RPM source session, you must ensure the following to avoid BPDU issues:
1 Enable control plane egress acl using the following command:
mac control-plane egress-acl
2 Create an extended MAC access list and add a deny rule of (0x0180c2xxxxxx) packets using the following commands:
mac access-list extended mac2
seq 5 deny any 01:80:c2:00:00:00 00:00:00:ff:ff:ff count
3 Apply ACL on that RPM VLAN. In this example RPM vlan is 10.
Dell#show running-config interface vlan 10
!
interface Vlan 10
no ip address
mode remote-port-mirroring
tagged Port-channel 2
mac access-group mac2 out
no shutdown
4 Create Source RPM session as follows (port-channel 1 and port-channel 2 are LACP).
Dell(conf)#monitor session 1 type rpm
Dell(conf-mon-sess-1)#source port-channel 1 destination remote-vlan 10 dir rx
Dell(conf-mon-sess-1)#no disable
5 Show the output for the LACP.
Dell#show interfaces port-channel brief
Codes: L - LACP Port-channel
O - OpenFlow Controller Port-channel
LAG Mode Status Uptime Ports
L1 L3 up 00:01:17 Gi 1/4 (Up)
L2 L2 up 00:00:58 Gi 1/5 (Up)
Dell#
564
Port Monitoring