Enterasys Networks XSR CLI Router User Manual


 
BGP Set Commands
XSR CLI Reference Guide 6-117
•TheXSRpenalizesaroutemarkedasunstablewithavalueof1024eachtimeitfails.If
penaltiesaccruebeyondthesuppressthresholdyouset,therouteisnolongeradvertised.
•TheXSRpermitssuppressedroutestorejointheBGProuting tablewhentheirpenaltiesdrop
belowthethreshold.
•Aftera
routeassumesapenalty,theXSRcutsthepenaltyinhalfeachtimeahalflifeinterval
youconfigureelapses.
•Whenpenaltiesdropbelowtheconfigurablereusevalue,theXSRfreestheroute,reinserting
itintotheBGProutingtable.
•TheXSRdoesnotsuppressroutesindefinitely.Youcan set
themaxsuppressvalueandfixthe
maximumperiodaroutecanbesuppressedbeforeitisadvertisedagain.
Syntax
set dampening half-life | reuse | suppress | suppress-max
Syntax of the “no” Form
Thenoformofthiscommandremovesroutedampening:
no set dampening
Mode
Routemapconfiguration:XSR(config-route-map)#
Defaults
•Halflife:15minutes
•Reuse:750seconds
Suppress:2000
Suppressmax:60minutes‐fourtimesthehalflifevalue.
Example
ThisexampledisplaystheuseofthesetdampeningforIPprefix10.0.0.0forBGPprocess100:
XSR(config)#ip access-list 10 permit 10.0.0.0 255.0.0.0
XSR(config)#route-map 1 permit 1
XSR(config-route-map)#match ip address 10
XSR(config-route-map)#set 30 1500 10000 120
half-life
Intervalafterwhichtheroute’spenaltybecomeshalfitsvalue,rangingfrom1
to45minutes.
reuse
Specifieshowlowaroute’spenaltymustbecomebeforetheroutebecomes
eligibleforuseagainafterbeingsuppressed,rangingfrom1to20,000seconds.
suppress
Specifieshowhigharoute’spenaltymustbecomebeforetherouteis
suppressed,rangingfrom1to20,000.
suppress-max
Specifiesthatmaximumintervalinminutesthataroutecanbesuppressed
regardlessofhowunsta b leitis,rangingfrom1to20,000minutes.