Concept Guide

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 30
DellEMC(conf-if-vl-20)#mode remote-port-mirroring
DellEMC(conf-if-vl-20)#tagged gigabitethernet 1/4
DellEMC(conf-if-vl-20)#tagged gigabitethernet 1/5
DellEMC(conf-if-vl-20)#exit
Conguring Remote Port Mirroring on a Destination switch
Following is a sample conguration of RPM on a destination switch.
DellEMC(conf)#interface gigabitethernet 1/7
DellEMC(conf-if-gi-1/7)#switchport
DellEMC(conf-if-gi-1/7)#no shutdown
DellEMC(conf-if-gi-1/7)#exit
DellEMC(conf)#interface vlan 30
DellEMC(conf-if-vl-30)#mode remote-port-mirroring
DellEMC(conf-if-vl-30)#tagged gigabitethernet 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 gigabitethernet 1/8
DellEMC(conf-mon-sess-3)#tagged destination gigabitethernet 1/8
DellEMC(conf-mon-sess-3)#end
Encapsulated Remote Port Monitoring
Encapsulated Remote Port Monitoring (ERPM) copies trac from source ports/port-channels or source VLANs and forwards the trac
using routable GRE-encapsulated packets to the destination IP address specied in the session.
NOTE
:
When conguring ERPM, follow these guidelines
The Dell EMC Networking OS supports ERPM source session only. Encapsulated packets terminate at the destination IP address
or at the analyzer.
You can congure up to four ERPM source sessions on switch.
Congure the system MTU to accommodate the increased size of the ERPM mirrored packet.
The maximum number of source ports you can dene in a session is 128.
The system encapsulates the complete ingress or egress data under GRE header, IP header, and outer MAC header and sends it
out at the next hop interface as pointed by the routing table.
Specify flow-based enable in case of source as VLAN or where you need monitoring on a per-ow basis.
Specify the monitor keyword in the access list rules for which you want to mirror.
The system allows you to congure up to four ERPM sessions.
ERPM sessions do not copy locally sourced remote VLAN trac from source trunk ports that carry RPM VLANs. ERPM sessions
do not copy locally sourced ERPM GRE-encapsulated trac from source ports.
Flow-based mirroring is supported only for source VLAN ingress trac.
Changes to Default Behavior
Rate-limiting is supported for the ERSPAN trac.
You can congure the same port as both source and destination in an ERSPAN session.
You can congure TTL and TOS values in the IP header of the ERSPAN trac.
Conguration steps for ERPM
Port Monitoring
657