06-02-2005 08:56 AM - edited 03-03-2019 09:43 AM
I want to be able to dampen a specific set of flapping routes in my bgp table using a different set of parameters from my default dampening.
From the IOS docs, it looks like the following would work:
*****
ip access-list standard dampen-routes
permit 140.10.4.0 0.0.0.255
!
!
route-map dampen permit 10
match ip address dampen-routes
set dampening 15 800 1000 15
router bgp 100
neighbor 192.168.1.2 route-map dampen in
*****
However, when the route-map is applied to the neighbor, the following message is generated
% "dampen" used as BGP inbound route-map, set dampening not supported
This is a 3620 IOS 12.2(15)T14. Should this work, or is there another way to set dampening on specific prefixes?
thx
06-02-2005 01:50 PM
The route-map should be applied using the following command, not with an inbound route-map.
bgp dampening route-map dampen
Hope this helps,
06-03-2005 10:43 AM
Thanks, works great got thrown off by the documentation under "set dampening" in the Router Command Reference, which shows it in a route-map on a neighbor statement. Should have check the bgp dampening command...
Thanks
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide