BGP Dampening - Many Way of Configuration Scenerio

From: Tan Choh Koon (tckoon@pc.jaring.my)
Date: Wed Jul 28 2004 - 14:37:37 GMT-3


Hi all,

We can achieve the dampening configurations in many ways.
If we use route-map , case C) & D) , do we need to have "bgp dampening "
command under router bgp 1 ?
How about case B) , after we set the dampening value, do we need "bgp
dampening" command under router bgp 1 ?

Regards.

A) Enable and use default value
--------------------------------
 router bgp 1
    bgp dampening

B) Enable and use defined value
--------------------------------
 router bgp 1
   bgp dampening 30 1500 10000 120

C) Enable and Use route-map
-----------------------------
route-map tag
 match as path 10
 set dampening 30 1500 10000 120

router bgp 1
   bgp dampening route-map bgp-dampening

D) Bgp neighbor and route-map
-----------------------------

route-map tag
  match as path 10
  set dampening 30 1500 10000 120

router bgp 1
  neighbor 171.69.233.52 route-map tag in

----------------------------------------------------------------
This e-mail has been sent via JARING webmail at http://www.jaring.my



This archive was generated by hypermail 2.1.4 : Sun Aug 01 2004 - 10:12:05 GMT-3