Configuring ERSPAN Stripping

ERSPAN (Encapsulated Remote Switch Port Analyzer) Stripping refers to the process of removing ERSPAN headers from mirrored packets before they are further processed or forwarded, especially in packet brokers or monitoring solutions.

ERSPAN TYPE II packet

Configurtion example

pbnoscli# conf t
pbnoscli(config)# tunnel tunnel1
  <cr>
  erspan                ERSPAN Tunnel
pbnoscli(config)# tunnel tunnel1 erspan
  <cr>


interface mgmt
ip address 10.4.4.51/23 gateway 10.4.4.1
!
port-channel 1 ports Ethernet1/1,Ethernet2/1,Ethernet3/1
!
tunnel tunnel1 erspan
ingress-interface Ethernet14/1,Ethernet15/1,Ethernet16/1
strip-erspan egress port-channel1

pbnoscli# show erspan tunnel all

===============================================
ERSPAN Tunnel - tunnel1
===============================================
Ingress Port      : Ethernet14/1,Ethernet15/1,Ethernet16/1
Egress Port       : port-channel1
pbnoscli#

Last updated