From: alsontra@hotmail.com
Date: Sun Mar 07 2004 - 23:07:28 GMT-3
Hi Group,
              I read the sections of the BGP configuration guide regarding
prefix-list and their configuration, but I can't seem to find where I'm making
a mistake. Scenario goes something like this:
Requirement: remove all prefixes with a mask longer that 20bits.  I applied
the following route-map and prefix to neighbor 54.7.6.254 - direction IN ...
ip prefix-list 1 seq 5 permit 0.0.0.0/0 le 20
route-map FILTER-20 permit 10  <----- requirement for a previous task
disregard, unless this is the problem.
 set weight 6000
route-map FILTER-20 permit 20
 match ip address prefix-list 1
!
After "clear ip bgp * soft in | out " the table looks as follows:
BGP table version is 14, local router ID is 150.1.6.6
Status codes: s suppressed, d damped, h history, * valid, > best, i -
internal,
              r RIB-failure
Origin codes: i - IGP, e - EGP, ? - incomplete
   Network          Next Hop            Metric LocPrf Weight Path
*> 28.119.16.0/24   54.7.6.254                          6000 54 i
*> 28.119.17.0/24   54.7.6.254                          6000 54 i
*> 112.0.0.0        54.7.6.254               0          6000 54 50 60 i
*> 113.0.0.0        54.7.6.254               0          6000 54 50 60 i
*> 114.0.0.0        54.7.6.254               0          6000 54 i
*> 115.0.0.0        54.7.6.254               0          6000 54 i
*> 116.0.0.0        54.7.6.254               0          6000 54 i
*> 117.0.0.0        54.7.6.254               0          6000 54 i
*> 118.0.0.0        54.7.6.254               0          6000 54 i
*> 119.0.0.0        54.7.6.254               0          6000 54 i
*> 205.90.31.0      204.12.7.3                             0 200 254 ?
*> 220.20.3.0       204.12.7.3                             0 200 254 ?
*> 222.22.2.0       204.12.7.3                             0 200 254 ?
Shouldn't  28.119.16.0/24 and  28.119.17.0/24  getremoved from the routing
table?
Thanks,
Alsontra
This archive was generated by hypermail 2.1.4 : Thu Apr 01 2004 - 08:15:16 GMT-3