Bgp bestpath med missing-as-worst, Bgp client-to-client reflection – Enterasys Networks X-Pedition XSR CLI User Manual
Page 283
BGP Configuration Commands
XSR CLI Reference Guide 6-87
bgp bestpath med missing-as-worst
This command specifies that a route with a MED is always considered better than a route without
a MED by causing the missing MED attribute to have a value of infinity.
Syntax
bgp bestpath med missing-as-worst
Syntax of the “no” Form
The no form of this command restores the default state, where the missing MED attribute is
considered to have a value of zero:
no bgp bestpath med missing-as-worst
Mode
Router configuration:
XSR(config-router)#
Default
A missing MED attribute is considered to have a value of zero.
Example
This example configures the bgp bestpath med missing‐as‐worst value within BGP process 100:
XSR(config)#router bgp 100
XSR(config-router)#bgp bestpath med missing-as-worst
bgp client-to-client reflection
This command instructs the XSR to reflect routes from a BGP route reflector to clients. When a full
IBGP mesh already exists, route reflection is redundant and can be disabled by using the
no bgp
client-to-client reflection
command.
Syntax
bgp client-to-client reflection
Syntax of the “no” Form
The no form of this command disables the default reflection behavior:
no bgp client-to-client reflection
Mode
Router configuration:
XSR(config-router)#
Default
Route reflection is enabled.