BGP aggregate and suppress map

From: Henry (henryd31@xxxxxxxx)
Date: Mon Oct 15 2001 - 20:34:51 GMT-3


   
Hi there,

I have a scenario where I want to suppress more specific route with
aggregation.
This is mostly based on the Halabi's second edition, p.351/352. Here is
a relevant config file:

router bgp 65050
 no synchronization
 bgp confederation identifier 3
 bgp dampening route-map bgp-dampening
 network 172.16.70.0 mask 255.255.255.0
 network 172.16.220.0 mask 255.255.255.0
 aggregate-address 172.16.0.0 255.255.0.0 suppress-map SUPPRESS
 neighbor 172.16.20.1 remote-as 1
 neighbor 172.16.20.1 soft-reconfiguration inbound
 neighbor 172.16.70.2 remote-as 65050
 neighbor 172.16.70.2 soft-reconfiguration inbound
 no auto-summary

access-list 15 permit 172.16.220.0 0.0.0.255
route-map SUPPRESS permit 10
 match ip address 15

I don't seem to be able to suppress this route for some reason.
Here are some outputs:
r2#sh ip bgp
BGP table version is 21, local router ID is 192.168.1.22
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
*> 172.16.0.0 0.0.0.0 32768 i
*> 172.16.20.0/24 172.16.20.1 0 0 1 i
*>i172.16.25.0/24 172.16.50.1 0 100 0 (65060) i
*>i172.16.30.0/24 172.16.50.1 0 100 0 (65060) i
*>i172.16.50.0/24 172.16.70.2 0 100 0 i
*>i172.16.65.0/24 172.16.50.1 0 100 0 (65060) i
*> 172.16.70.0/24 0.0.0.0 0 32768 i
* i 172.16.70.2 0 100 0 i
*>i172.16.90.0/24 172.16.50.1 0 100 0 (65060) i
*>i172.16.112.0/24 172.16.70.2 0 100 0 i
*> 172.16.220.0/24 0.0.0.0 0 32768 i
*> 192.68.6.0 172.16.20.1 0 0 1 i
*> 192.68.11.0 172.16.20.1 0 0 1 i
*>i192.68.20.0 172.16.50.1 0 100 0 (65060) 2 i
* 172.16.20.1 0 1 2 i
*> 192.68.100.0 172.16.20.1 0 0 1 i
*> 192.68.110.0 172.16.20.1 65 0 1 i
   Network Next Hop Metric LocPrf Weight Path
*> 192.68.120.0 172.16.20.1 0 1 i

As you can see the route is not suppressed. What am I doing wrong here ?

Thanks.



This archive was generated by hypermail 2.1.4 : Thu Jun 20 2002 - 22:33:19 GMT-3