White Papers

Table Of Contents
DellEMC(conf)#interface te 1/3
DellEMC(conf-if-te-1/3)#switchport
DellEMC(conf-if-te-1/3)#no shutdown
DellEMC(conf-if-te-1/3)#exit
DellEMC(conf)#inte vlan 10
DellEMC(conf-if-vl-10)#mode remote-port-mirroring
DellEMC(conf-if-vl-10)#tagged te 1/1
DellEMC(conf-if-vl-10)#exit
DellEMC(conf)#inte vlan 20
DellEMC(conf-if-vl-20)#mode remote-port-mirroring
DellEMC(conf-if-vl-20)#tagged te 1/2
DellEMC(conf-if-vl-20)#exit
DellEMC(conf)#interface vlan 30
DellEMC(conf-if-vl-30)#mode remote-port-mirroring
DellEMC(conf-if-vl-30)#tagged te 1/3
DellEMC(conf-if-vl-30)#exit
DellEMC(conf)#monitor session 1 type rpm
DellEMC(conf-mon-sess-1)#source remote-vlan 10 dest te 1/4
DellEMC(conf-mon-sess-1)#exit
DellEMC(conf)#monitor session 2 type rpm
DellEMC(conf-mon-sess-2)#source remote-vlan 20 destination te 1/5
DellEMC(conf-mon-sess-2)#tagged destination te 0/4
DellEMC(conf-mon-sess-2)#exit
DellEMC(conf)#monitor session 3 type rpm
DellEMC(conf-mon-sess-3)#source remote-vlan 30 destination te 1/6
DellEMC(conf-mon-sess-3)#tagged destination te 1/6
DellEMC(conf-mon-sess-3)#end
DellEMC#
DellEMC#show monitor session
SessID Source Destination Dir Mode Source IP Dest IP
------ ------ ----------- --- ---- --------- --------
1 remote-vlan 10 Te 1/4 N/A N/A N/A N/A
2 remote-vlan 20 Te 1/5 N/A N/A N/A N/A
3 remote-vlan 30 Te 1/6 N/A N/A N/A N/A
DellEMC#
Configuring RSPAN Source Sessions to Avoid BPD Issues
When ever you configure 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.
DellEMC#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
660
Port Monitoring