BGP Configuration Commands
XSR CLI Reference Guide 6-87

bgp bestpath med missing-as-worst

ThiscommandspecifiesthataroutewithaMEDisalwaysconsideredbetterthanaroutewithout
aMEDbycausingthemissingMEDattributetohaveavalueofinfinity.
Syntax
bgp bestpath med missing-as-worst
Syntax of the “no” Form
Thenoformofthiscommandrestoresthedefaultstate,wherethemissingMEDattributeis
consideredtohaveavalueofzero:
no bgp bestpath med missing-as-worst
Mode
Routerconfiguration:XSR(config-router)#
Default
AmissingMEDattributeisconsideredtohaveavalueofzero.
Example
ThisexampleconfiguresthebgpbestpathmedmissingasworstvaluewithinBGPprocess100:
XSR(config)#router bgp 100
XSR(config-router)#bgp bestpath med missing-as-worst

bgp client-to-client reflection

ThiscommandinstructstheXSRtoreflectroutesfromaBGProutereflectortoclients.Whenafull
IBGPmeshalreadyexists,routereflectionisredundantandcanbedisabledbyusingtheno bgp
client-to-client reflectioncommand.
Syntax
bgp client-to-client reflection
Syntax of the “no” Form
Thenoformofthiscommanddisablesthedefaultreflectionbehavior:
no bgp client-to-client reflection
Mode
Routerconfiguration:XSR(config-router)#
Default
Routereflectionisenabled.