12-05-2008 06:27 AM - edited 03-04-2019 12:36 AM
guys i am having issue...im setting bgp dampening on the router.....as soon as i issue command i get this message can someone please tell me
%BGP-3-BADROUTEMAP: Bad parameters in the route-map fromas applied for Dampeningmat
now how i am doing it
router bgp XXXX
bgp dampening route-map fromas
as soon i applied this i get the above message.....i dont see anything wrong why router is giving me this message again and again...can someone please explain...thanks guys
12-05-2008 06:53 AM
HI, [Pls RATE if HELPS]
As per Cisco,
%BGP-3-BADROUTEMAP: Bad parameters in the route-map [chars] applied for [chars]
The route map contains parameters that are incompatible with the intended operation.
Recommended Action: Correct the route map definition.
Kindly share the Route-Map Configuration to correct accordingly.
Hope I am Informative. Pls RATE if HELPS
Best Regards,
Guru Prasad R
12-06-2008 12:42 AM
I have seen this behavior when you create a route-map but does not have any dampening set under it
Suggest you to configure something like this and see
route-map damp permit 10
match ip address prefix-list damp
set dampening 15 600 2500 200 .. if this is not set, we can see the above error
router bgp 2
no synchronization
bgp log-neighbor-changes
bgp dampening route-map damp
neighbor 10.10.10.1 remote-as 1
no auto-summary
HTH
Narayan
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