Allied Telesis VERSION 5.4.3-2.6 Switch User Manual


 
BGP and BGP4+ Commands
Software Reference Supplement for SwitchBlade® x8112, x908, x900 and x610 Series Switches
3.18 AlliedWare Plus
TM
Operating System - Software Version 5.4.3-2.6 C613-50032-01 REV D
bgp bestpath med remove-recv-med (BGP and
BGP4+)
This command removes the Multi Exit Discriminator (MED) attribute from the update
messages received by the BGP speaker from its peers. However, the local BGP speaker will
send MED attributes in the update messages to its peers, unless specified not to by the
bgp bestpath med remove-send-med command.
Use the no variant of this command to disable this feature.
Syntax bgp bestpath med remove-recv-med
no bgp bestpath med remove-recv-med
Mode
Router Configuration
Example To enable the remove-recv-med feature on the BGP speaker belonging to the
Autonomous System (AS) 100, enter the command:
Related Commands bgp bestpath med remove-send-med (BGP and BGP4+)
bgp bestpath med remove-send-med (BGP and
BGP4+)
This command removes the Multi Exit Discriminator (MED) attribute from the update
messages sent by the BGP speaker to its peers. However, the local BGP speaker will
consider the MED attribute received from other peers during the decision and route
selection process, unless specified not to by the bgp bestpath med remove-recv-med
command.
Use the no variant of this command to disable this feature.
Syntax bgp bestpath med remove-send-med
no bgp bestpath med remove-send-med
Mode
Router Configuration
Example To enable the remove-send-med feature on the BGP speaker belonging to the
Autonomous System (AS) 100, enter the command:
Related Commands bgp bestpath med remove-recv-med (BGP and BGP4+)
awplus#
configure terminal
awplus(config)#
router bgp 100
awplus(config-router)#
bgp bestpath med remove-recv-med
awplus#
configure terminal
awplus(config)#
router bgp 100
awplus(config-router)#
bgp bestpath med remove-send-med