09-19-2017 10:01 AM - edited 03-08-2019 12:05 PM
If anyone has a working ERSPAN config between two nexus 7k switches or between two nexus switches, can I take a look? I seem to be having some difficulties configuring it, and the source monitoring session refuses to go up. Thanks!
Solved! Go to Solution.
09-20-2017 05:22 PM
09-19-2017 08:45 PM
Hi
What config have you done?
Here something running in production since many years now.
Source of erspan monitoring:
monitor session 10 type erspan-source
erspan-id 10
vrf monitoring
destination ip 10.100.1.1
source vlan 170 - 189 both
no shut
!
monitor session 20 type erspan-source
erspan-id 20
vrf monitoring
destination ip 10.100.1.1
source vlan 120,124,129 both
no shut
monitor erspan origin ip-address 1.1.1.1 global
!
interface Ethernet1/10
description ERSPAN Layer3
vrf member monitoring
ip address 10.100.1.2/30
no shutdown
!
interface loopback100
description ERSPAN Loopback
vrf member monitoring
ip address 1.1.1.1/32
!
Destination of erspan where the monitoring is connected to:
monitor session 11 type erspan-destination
erspan-id 10
vrf monitoring
source ip 10.100.1.1
destination interface Ethernet1/1
no shut
!
monitor session 21 type erspan-destination
erspan-id 20
vrf monitoring
source ip 10.100.1.1
destination interface Ethernet1/2
no shut
!
monitor erspan origin ip-address 1.1.1.2 global
!
interface Ethernet1/10
description ERSPAN Layer3
vrf member monitoring
ip address 10.100.1.1/30
no shutdown
!
interface loopback100
description ERSPAN Loopback
vrf member monitoring
ip address 1.1.1.2/32
!
interface Ethernet1/1
switchport
switchport mode trunk
switchport monitor
switchport trunk allowed vlan 170-189
no shutdown
!
interface Ethernet1/2
switchport
switchport mode trunk
switchport monitor
switchport trunk allowed vlan 120,124,129
no shutdown
09-20-2017 07:14 AM
09-20-2017 03:19 PM
09-20-2017 03:58 PM
09-20-2017 04:46 PM
09-20-2017 04:59 PM
09-20-2017 05:11 PM
09-20-2017 05:22 PM
07-12-2019 10:19 AM
I am curious to see if anyone is running this in a production environment. Have you lost any production time due to having ERSPAN configured.
07-13-2019 07:40 PM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide