bgp deterministic-med
Syntax
bgp deterministric-med
no bgp deterministic-med
Description
Enables the comparison of the Multi-Exit Discriminator (MED) attribute when selecting routes advertised by different peers in the same autonomous system. Defaults to disabled.
Any changes in BGP configuration are applied by restarting the current BGP sessions in the VRFs.
The
no
form of this command disables comparison of MED.
Command context
config-router
Authority
Administrators
Examples
switch(config-router)# bgp deterministric-med All current BGP sessions in VRF default will be restarted. Do you want to continue (y/n)?
switch(config-router)# no bgp deterministric-med All current BGP sessions in VRF default will be restarted. Do you want to continue (y/n)?