From: James (james@towardex.com)
Date: Fri Jul 23 2004 - 16:46:44 GMT-3
On Fri, Jul 23, 2004 at 12:38:04PM -0700, Edwards, Andrew M wrote:
> Curious if this would work?
>
> show ip bgp reg-exp ^6000_77_[777-888]*_888$
I believe that means:
6000 77 etc 888 IGP
Dunno if AS77 was mentioned.. i may have overlooked if that's the case..
[777-888] won't match 777 to 888. You have to do character by character
as far as I know..
>
> Explicitly states to originate in 888, terminate in 6000, receive in
> 6000 from 77, and have ANY number of combinations of AS between 777 and
> 888 inclusive.
Speaking of inclusive, I messed up my regex on my prevoius post...
> Try... ^6000_(77[7-9]|7[8-9][0-9]|8[0-8][0-9])+$
> see if that works for you... :-/
Correction: ^6000_(77[7-9]|7[8-9][0-9]|8[0-7][0-9]|88[0-8])+$
please see if the above rule works...
-J
-- James Jun TowardEX Technologies, Inc. Technical Lead Network Design, Consulting, IT Outsourcing james@towardex.com Boston-based Colocation & Bandwidth Services cell: 1(978)-394-2867 web: http://www.towardex.com , noc: www.twdx.net
This archive was generated by hypermail 2.1.4 : Sun Aug 01 2004 - 10:12:01 GMT-3