Specifications
configure bgp med
ExtremeWare XOS 10.1 Command Reference Guide 601
configure bgp med
configure bgp med [none | <bgp_med>]
Description
Configures the metric to be included in the Multi-Exit-Discriminator (MED) path attribute. The MED
path attribute is included in route updates sent to external peers if a value is configured.
Syntax Description
Default
N/A.
Usage Guidelines
BGP selects routes based on the following precedence (from highest to lowest):
• higher weight
• higher local preference
• shortest length (shortest AS path)
• lowest origin code
• lowest MED
• route from external peer
• lowest cost to Next Hop
• lowest routerID
Example
The following command configures the metric to be included in the MED path attribute:
configure bgp med 3
none Specifies not to use a multi-exist-discriminator number.
bgp_med Specifies a multi-exist-discriminator number. The range is 0-2147483647.