cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1099
Views
0
Helpful
3
Replies

Nexus 9K span port configuration resulted in port down

Sunshine East
Level 1
Level 1

Hi there,

 

I would like to ask about an issue I faced with ERSPAN. I configured span on N9K for traffic in/out to Nexus 3K which has a dual vpc link to the  N9K. As soon as I configured it (see below config) the port-channel went down and lost connectivity to N3K. 

 

I am wondering why ERSPAN would bring interface down or if there is something wrong in my config. 

N9K config:

 

interface po10
switchport monitor
exit


monitor session 10 type erspan-source
  erspan-id 10
  destination ip 10.54.32.17
  source interface port-channel10 both

3 Replies 3

Sergiu.Daniluk
VIP Alumni
VIP Alumni

Hi @Sunshine East 

Did you configured the ERSPAN source IP?

switch(config)# monitor erspan origin ip-address 10.0.0.1 global

Sergiu

Hanfeng Cai
Cisco Employee
Cisco Employee

Pls follow this config example:

 

monitor session 1 type erspan-source
    erspan-id 1
    vrf default
    destination ip 76.1.1.2
    source interface Ethernet1/53 both
    no shut

monitor erspan origin ip-address 12.1.1.1 global

Dawei
Cisco Employee
Cisco Employee

You don't need to configure "switchport monitor" under the ERSPAN source port. This command is use for destionation port of the local SPAN.