Deployment Guide

Table Of Contents
Dell(conf-if-te-1/1/7)#exit
Dell(conf)#interface vlan 20
Dell(conf-if-vl-20)#mode remote-port-mirroring
Dell(conf-if-vl-20)#tagged tengigabitethernet 1/1/7
Dell(conf-if-vl-20)#exit
Dell(conf)#monitor session 2 type rpm
Dell(conf-mon-sess-2)#source remote-vlan 20 destination tengigabitethernet 1/1/8
Dell(conf-mon-sess-2)#tagged destination tengigabitethernet 1/1/8
Dell(conf-mon-sess-2)#exit
Configuration Example of RPM for port-channel
This example provides a sample configuration of remote port mirroring for the port-channel source interface.
Configuring Remote Port Mirroring on source switch
The below configuration example shows that the source is a source port-channel and the destination is the reserved VLAN (for
example, remote-vlan 30).
DellEMC(conf)#inte tengigabitethernet 1/10/1
DellEMC(conf-if-te-1/10/1)#no shutdown
DellEMC(conf-if-te-1/10/1)#switchport
DellEMC(conf-if-te-1/10/1)#exit
DellEMC(conf)#interface vlan 30
DellEMC(conf-if-vl-30)#mode remote-port-mirroring
DellEMC(conf-if-vl-30)#tagged tengigabitethernet 1/10/1
DellEMC(conf-if-vl-30)#exit
DellEMC(conf)#interface port-channel 10
DellEMC(conf-if-po-10)#channel-member tengigabitethernet 1/8/1 - 1/8/2
DellEMC(conf-if-po-10)#no shutdown
DellEMC(conf-if-po-10)#exit
DellEMC(conf)#monitor session 3 type rpm
DellEMC(conf-mon-sess-3)#source port-channel 10 destination remote-vlan 30 dir both
DellEMC(conf-mon-sess-3)#no disable
DellEMC(conf-mon-sess-3)#exit
DellEMC(conf)#
Configuring Remote Port Mirroring on an intermediate switch
Following is a sample configuration of RPM on an intermediate switch.
DellEMC(conf)#interface vlan 30
DellEMC(conf-if-vl-20)#mode remote-port-mirroring
DellEMC(conf-if-vl-20)#tagged tengigabitethernet 1/4/1
DellEMC(conf-if-vl-20)#tagged tengigabitethernet 1/5/1
DellEMC(conf-if-vl-20)#exit
Configuring Remote Port Mirroring on a Destination switch
Following is a sample configuration of RPM on a destination switch.
DellEMC(conf)#interface tengigabitethernet 1/1/7
DellEMC(conf-if-te-1/1/7)#switchport
DellEMC(conf-if-te-1/1/7)#no shutdown
DellEMC(conf-if-te-1/1/7)#exit
DellEMC(conf)#interface vlan 30
DellEMC(conf-if-vl-30)#mode remote-port-mirroring
DellEMC(conf-if-vl-30)#tagged tengigabitethernet 1/1/7
DellEMC(conf-if-vl-30)#exit
DellEMC(conf)#monitor session 3 type rpm
DellEMC(conf-mon-sess-3)#source remote-vlan 30 destination tengigabitethernet 1/8
DellEMC(conf-mon-sess-3)#tagged destination tengigabitethernet 1/8
DellEMC(conf-mon-sess-3)#end
Port Monitoring
671