cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
548
Views
2
Helpful
3
Replies

Regexp to filter all private ASNs

d.wingert
Level 1
Level 1

Hello everybody,

I want to filter all prefixes that have private ASNs in their AS path and I want to achive this via an ip as-path access-list. (neighbor x.x.x.x remove-private-as isn't an option)

What would a regexp have to look like that filters all ASNs from 64512-65535 ?

Regards,

Dirk

1 Accepted Solution

Accepted Solutions

shivlu jain
Level 5
Level 5

Dirik

I think this can solve your problem.

ip as-path access-list 1 permit (_64[6-9][0-9][0-9]_|_65[0-9][0-9][0-9]_)

regards

shivlu

View solution in original post

3 Replies 3

shivlu jain
Level 5
Level 5

Dirik

I think this can solve your problem.

ip as-path access-list 1 permit (_64[6-9][0-9][0-9]_|_65[0-9][0-9][0-9]_)

regards

shivlu

Hello Shivlu,

Thank you very much for your reply, it's the right approach - it's just missing the range from 64512-64599.

I found this here:

ip as-path access-list 150 permit _(6451[2-9]|645[2-9][0-9]|64[6-9][0-9][0-9])_

ip as-path access-list 150 permit _(65[0-4][0-9][0-9]|655[0-2][0-9]|6553[0-5])_

on http://www.merit.edu/mail.archives/nanog/2003-01/msg00365.html

Kind regards,

Dirk

Thanks for sending me the link of good community.

regards

shivlu

Review Cisco Networking products for a $25 gift card