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

ASR 1000 span port

Emre Ozkan
Level 1
Level 1

Dear all,

is ASR 1006 supported span port or port mirroring? do anyone have config about that?

Thanks.

3 Replies 3

mrdogantr
Level 1
Level 1

Hi,

ASR1006(config)# monitor session 1 type erspan-source
ASR1006(config-mon-erspan-src)# source interface Fe1/0/1 rx
ASR1006(config-mon-erspan-src)# destination
ASR1006(config-mon-erspan-src-dst)# erspan-id 100
ASR1006(config-mon-erspan-src-dst)# ip address 10.10.0.1
ASR1006(config-mon-erspan-src-dst)# ip ttl 32
ASR1006(config-mon-erspan-src-dst)# origin ip address 172.16.0.1


http://www.cisco.com/en/US/docs/ios/fundamentals/command/reference/cf_m1.html#wp1040465


hth
Muammer

Thanks for your reply, i know it supports ERSPAN but i want to know just does it support SPAN.

Hello Emre,

I´m sure you already solved this issue, I was looking a solution to this problem and found your post, sadly there was not resolution. But found a document with information needed to solve your original question, here is an example extracted from below link:

interface GigabitEthernet0/0/0
 ip address 192.168.1.1 255.255.255.0
 negotiation auto
!
interface GigabitEthernet0/0/2
 no ip address
 negotiation auto
!
interface Loopback1
 ip address 10.1.1.1 255.255.255.255
!
monitor session 10 type erspan-source
 source interface Gi0/0/0
 destination
  erspan-id 10
  ip address 10.1.1.1
  origin ip address 10.1.1.1
monitor session 20 type erspan-destination
 destination interface Gi0/0/2
 source
  erspan-id 10
  ip address 10.1.1.1

http://www.cisco.com/c/en/us/support/docs/routers/asr-1000-series-aggregation-services-routers/116212-configure-asr-00.html

Review Cisco Networking products for a $25 gift card