From: Carnevale, Jason (jcarnevale@xxxxxxxxxxx)
Date: Sat Sep 01 2001 - 22:55:26 GMT-3
-----Original Message-----
From: Carnevale, Jason
To: '??? '
Sent: 9/1/01 9:51 PM
Subject: RE: regular expression question
I assume that the reason you put the .* in the expression is to match
your neighbor ASs prepended routes. This would work, a cleaner method
might be ^(100_)+ this will match any route with 100 in the beggining of
the AS path or multiple instances of 100.
-jason
-----Original Message-----
From: ???
To: 'ccielab'
Sent: 9/1/01 6:42 AM
Subject: regular expression question
I want to receive my neighbor route and neighbor's direct connected AS
route only
this is correct?
ip as-path access-list 10 permit ^100 .*$ (100 is my neighbro AS)
**Please read:http://www.groupstudy.com/list/posting.html
**Please read:http://www.groupstudy.com/list/posting.html
This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:32:13 GMT-3