Enterasys Networks XSR CLI Router User Manual


 
BGP Set Commands
XSR CLI Reference Guide 6-121
Mode
Routemapconfiguration:Router(config-route-map)#
Default
Thedefaultvalueforthiscommandisthedefaultvaluefortheorigincode.Thedefaultvaluefor
theorigincodeisincompleteforroutesthatareadvertisedintoBGPbymeansoftheredistribute
command.
Example
Thefollowingexampleconfiguresthesetoriginvalueforredistributedstaticroutes:
XSR(config)#route-map 1 permit 1
XSR(config-route-map)#set origin igp
XSR(config-route-map)#exit
XSR(config)#router bgp 100
XSR(config-router)#redistribute static route-map 1
set weight
ThiscommandspecifiestheweightvalueformatchingBGProutingtabl e entries.Besurethata
matchclausehasbeenspecified.
Weightisusedforbestpathselectionandisassignedlocallytotherouter.Itisnotpropagatedor
carriedthroughanyrouteupdates.Routeswithahigherweightare
preferredwhenmultiple
routesexisttothesamedestination.
Syntax
set weight weight
Syntax of the “no” Form
Thenoformofthiscommandremovestheweightvalue:
no set weight weight
Mode
Routemapconfiguration:Router(config-route-map)#
Defaults
•RoutesadvertisedintoBGPviaredistributionorthenetworkcommand:32768
•RoutesadvertisedbyaBGPneighbor:0
weight
WeightislocaltotheXSRonwhichitisconfigured,anditisnotpropagatedinBGP
routingupdatemessages.But,itisthefirstvalueconsideredintheBGProute
selectionprocess.Routeswiththehigherweightarepreferedoveralternateroutes
tothesamedestinationsbutwitha
lowerweight.Range:0to65535.