Administrator Guide

8 is gigabitethernet 1/8
Conguring Remote Port Mirroring on a source switch
The below conguration example shows that the source is a source port and the destination is the reserved VLAN (for example, remote-
vlan 10).
DellEMC(conf)# interface gigabitethernet 1/2
DellEMC(conf-if-gi-1/2)# switchport
DellEMC(conf-if-gi-1/2)# no shutdown
DellEMC(conf-if-gi-1/2)# exit
DellEMC(conf)#interface vlan 10
DellEMC(conf-if-vl-10)#mode remote-port-mirroring
DellEMC(conf-if-vl-10)#tagged gigabitethernet 1/2
DellEMC(conf-if-vl-10)#exit
DellEMC(conf)#
DellEMC(conf)#monitor session 1 type rpm
DellEMC(conf-mon-sess-1)#source gigabitethernet 1/1 destination remote-vlan 10 dir rx
DellEMC(conf-mon-sess-1)#no disable
DellEMC(conf-mon-sess-1)#exit
Conguring Remote Port Mirroring on an intermediate switch
Following is a sample conguration of RPM on an intermediate switch.
DellEMC(conf)#interface vlan 10
DellEMC(conf-if-vl-10)#mode remote-port-mirroring
DellEMC(conf-if-vl-10)#tagged gigabitethernet 1/4
DellEMC(conf-if-vl-10)#tagged gigabitethernet 1/5
DellEMC(conf-if-vl-10)#exit
Conguring Remote Port Mirroring on a destination switch
Following is a sample conguration of RPM on an a destination switch.
DellEMC(conf)#interface gigabitethernet 1/7
DellEMC(conf-if-gi-1/9)#switchport
DellEMC(conf-if-gi-1/9)#no shutdown
DellEMC(conf-if-gi-1/9)#exit
DellEMC(conf)#interface vlan 10
DellEMC(conf-if-vl-10)#mode remote-port-mirroring
DellEMC(conf-if-vl-10)#tagged gigabitethernet 1/7
DellEMC(conf-if-vl-10)#exit
DellEMC(conf)#monitor session 1 type rpm
DellEMC(conf-mon-sess-1)#source remote-vlan 10 destination gigabitethernet 1/8
DellEMC(conf-mon-sess-1)#exit
Conguration Example of Remote Port Mirroring with ow-based enabled
This example provides a sample conguration of remote port mirroring with the ow based monitoring enabled.
Conguring Remote Port Mirroring on source switch
The below conguration example shows that the source is a source VLAN and the destination is the reserved VLAN (for example, remote-
vlan 20) with the ow based monitoring enabled.
DellEMC(conf)#interface vlan 100
DellEMC(conf-if-vl-100)#tagged gigabitethernet 1/1
DellEMC(conf-if-vl-100)#exit
DellEMC(conf)#interface vlan 20
DellEMC(conf-if-vl-20)#mode remote-port-mirroring
DellEMC(conf-if-vl-20)#tagged gigabitethernet 1/2
DellEMC(conf-if-vl-20)#exit
DellEMC(conf)#monitor session 2 type rpm
DellEMC(conf-mon-sess-2)#source vlan 100 destination remote-vlan 20 dir rx
DellEMC(conf-mon-sess-2)#no disable
Port Monitoring
677