BGP and BGP4+ Commands

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-medcommand.

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-medfeature on the BGP speaker belonging to the Autonomous System (AS) 100, enter the command:

awplus# configure terminal

awplus(config)# router bgp 100

awplus(config-router)#bgp bestpath med remove-recv-med

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-medcommand.

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-medfeature on the BGP speaker belonging to the Autonomous System (AS) 100, enter the command:

awplus# configure terminal

awplus(config)# router bgp 100

awplus(config-router)#bgp bestpath med remove-send-med

Related Commands bgp bestpath med remove-recv-med (BGP and BGP4+)

 

Software Reference Supplement for SwitchBlade® x8112, x908, x900 and x610 Series Switches

 

3.18

AlliedWare PlusTM Operating System - Software Version 5.4.3-2.6

C613-50032-01 REV D

Page 116
Image 116
Allied Telesis manual Bgp bestpath med remove-recv-med BGP and BGP4+, Bgp bestpath med remove-send-med BGP and BGP4+