RE: BGP Dampening issue

From: Joseph Brunner (joe@affirmedsystems.com)
Date: Sat Aug 18 2007 - 02:20:40 ART


Thank you Greg, and Derek.

Rack8R6#sh ip bgp dampening parameters
 dampening 15 750 2000 60 (route-map DAMPMAP 10)
  Half-life time : 15 mins Decay Time : 2320 secs
  Max suppress penalty: 12000 Max suppress time: 60 mins
  Suppress penalty : 2000 Reuse penalty : 750

You were right!

Another way than setting the params in the route map is just using the
default command in bgp config mode, "bgp dampening". (in case the task said
not to set the params in the route map, etc.)

-Joe

-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of Greg
Wendel
Sent: Friday, August 17, 2007 11:45 PM
To: Joseph Brunner
Cc: Cisco certification
Subject: Re: BGP Dampening issue

Did a quick cut and paste config into dynamips and got the same error
message. I think you just need to configure the dampening parameters to
finish up.

Rack1R1#sh ip bgp dampening
*Mar 1 00:01:19.919: %BGP-3-BADROUTEMAP: Bad parameters in the route-map
DAMPMAP applied for Dampening
Rack1R1#sh ip bgp dampening

ROM: ROMMON Emulation Microcode
ROM: 3600 Software (C3640-JK9S-M), Version 12.4(12), RELEASE SOFTWARE (fc1)

Rack1R1(config)#route-map DAMPMAP 10
Rack1R1(config-route-map)#set
Rack1R1(config-route-map)#set dam
Rack1R1(config-route-map)#set dampening ?
  <1-45> half-life time for the penalty

Rack1R1(config-route-map)#set dampening ?
  <1-45> half-life time for the penalty

Rack1R1(config-route-map)#set dampening
% Incomplete command.

I think you need to configure the damping parameters for it to work.

On 8/17/07, Joseph Brunner <joe@affirmedsystems.com> wrote:
>
> Good evening gentlemen,
>
>
>
> Any help with this issue would be much appreciated.
>
>
>
> *Mar 1 05:18:39.670: %BGP-3-BADROUTEMAP: Bad parameters in the route-map
> DAMPMAP applied for Dampening
>
>
>
> I keep getting this, yet I've triple checked my config against the doc cd.
>
>
>
> Here is my bgp config and the config of the route-map used.
>
>
>
> router bgp 100
>
> bgp log-neighbor-changes
>
> neighbor 54.8.3.254 remote-as 54
>
> neighbor 191.8.46.4 remote-as 100
>
> neighbor 204.12.8.3 remote-as 200
>
> neighbor 204.12.8.254 remote-as 54
>
> !
>
> address-family ipv4
>
> redistribute static route-map STATIC->BGP
>
> neighbor 54.8.3.254 activate
>
> neighbor 54.8.3.254 route-map BGPBB1 in
>
> neighbor 191.8.46.4 activate
>
> neighbor 204.12.8.3 activate
>
> neighbor 204.12.8.254 activate
>
> neighbor 204.12.8.254 route-map BGPBB3 in
>
> no auto-summary
>
> no synchronization
>
> bgp dampening route-map DAMPMAP
>
> network 151.1.0.0
>
> network 191.8.0.0
>
> exit-address-family
>
>
>
>
>
> route-map DAMPMAP permit 10
>
> match ip address prefix-list DAMPROUTES
>
>
>
> ip prefix-list DAMPROUTES seq 5 permit 112.0.0.0/8
>
> ip prefix-list DAMPROUTES seq 10 permit 113.0.0.0/8
>
>
>
> Should I chalk it up as an IOS bug, or am I missing something?
>
>
>
> Thanks,
>
>
>
> Joe
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html
>

-- 
Gregory Wendel
Springfield VA, 22153


This archive was generated by hypermail 2.1.4 : Sat Sep 01 2007 - 11:32:11 ART