cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

ASR 1000 ERSPAN

Pedro Morais
Level 1
Level 1

Hello All,

When trying to configure ERSPAN on a ASR1006, I'm not getting any traffic on the destination port. ERSPAN flavour is LOCAL SPAN, as described in:

http://www.cisco.com/en/US/docs/ios-xml/ios/lanswitch/configuration/xe-3s/lnsw-conf-erspan.html#GUID-4FF72FB4-CDC4-40CC-AA25-E32C8CE58E95

Configuration used, is the following:

monitor session 1 type erspan-source

no shut

source interface GigabitEthernet0/0/2

destination

erspan-id 10

ip address 10.10.10.1

origin ip address 10.10.0.1

monitor session 2 type erspan-destination

no shut

destination interface GigabitEthernet0/0/3

source

  erspan-id 10

  ip address 10.10.0.1

Output from “show monitor detail”:

ASR1K_1#sh monitor detail

Session 1

---------

Type                   : ERSPAN Source Session

Status                 : Admin Enabled

Description           : -

Source Ports           :

   RX Only           : None

   TX Only           : None

   Both               : Gi0/0/2

Source VLANs           :

   RX Only           : None

   TX Only           : None

   Both               : None

Destination Ports     : None

Filter VLANs           : None

Source IP Address     : None

Source IP VRF          : None

Source ERSPAN ID       : None

Destination IP Address : 10.10.10.1

Destination IP VRF     : None

Destination ERSPAN ID : 10

Origin IP Address     : 10.10.0.1

IP QOS PREC           : 0

IP TTL                 : 255

Session 2

---------

Type                  : ERSPAN Destination Session

Status                 : Admin Enabled

Description           : -

Source Ports           :

   RX Only           : None

   TX Only           : None

   Both               : None

Source VLANs           :

   RX Only           : None

   TX Only           : None

   Both               : None

Destination Ports     : Gi0/0/3

Filter VLANs           : None

Source IP Address     : 10.10.0.1

Source IP VRF         : None

Source ERSPAN ID       : 10

Destination IP Address : None

Destination IP VRF     : None

Destination ERSPAN ID : None

Origin IP Address     : None

IP QOS PREC           : 0

IP TTL                 : 255

Apparently everything is configured in the proper way, however I’m not getting any traffic in the destination port. Also I’ve noticed the following in the details from ‘Session 1’:

Destination IP Address : 10.10.10.1

That doesn’t make much sense to me.

Could anyone help me understand how to configure Local SPAN using ERSPAN?

---

Thanks,

Pedro

Who Me Too'd this topic