From: csc david (davidcsc2002@yahoo.com.cn)
Date: Thu Nov 14 2002 - 21:01:43 GMT-3
So when there is a toplogy:
as10--------as4---------as11----------as12
put ^4_[0-9]*$ on as10, it should be 4 and 4,11
but why not 4 11 12?
Emmanuel Guilain <emmanuel.guilain@cgey.com> 5DU}ND#: ----- Original Message -----
From: "csc david"
> ip as-path access-list 1 permit ^4_[0-9]*$
[] represents an item
* means N occurences of de preceding item
0-9 means a digit from 0 to 9
So [0-9]* means N occurences of digit from 0 to 9
Tell me if I'm wrong
Emmanuel
---------------------------------
Do You Yahoo!?
"JGIT>+S"Bp#?P!JTE#56;qJ1IP4s=1#!"
This archive was generated by hypermail 2.1.4 : Tue Dec 03 2002 - 07:23:00 GMT-3