From: Tom Young (gitsyoung@yahoo.co.jp)
Date: Mon Apr 28 2003 - 15:24:24 GMT-3
Hi, group
  
After config the bgp , I found a funny problem.
See the two output blow of my router, how about the
diffirence with ^9?[0-9]*$  and ^9[0-9]*$  ?
Thanks alot
r3#sh ip bgp regexp  ^5[0-9]*$
BGP table version is 3, local router ID is 172.168.30.97
Status codes: s suppressed, d damped, h history, * valid,
> best, i - internal
Origin codes: i - IGP, e - EGP, ? - incomplete
   Network          Next Hop            Metric LocPrf
Weight Path
*> 5.5.5.0/24       172.168.100.5            0            
0 5 i
=======================================================
r3#sh ip bgp regexp  ^5?[0-9]*$
BGP table version is 3, local router ID is 172.168.30.97
Status codes: s suppressed, d damped, h history, * valid,
> best, i - internal
Origin codes: i - IGP, e - EGP, ? - incomplete
   Network          Next Hop            Metric LocPrf
Weight Path
*> 5.5.5.0/24       172.168.100.5            0            
0 5 i
*> 172.168.100.0/24 0.0.0.0                  0        
32768 i
r3#
This archive was generated by hypermail 2.1.4 : Thu May 01 2003 - 13:36:08 GMT-3