Release : 1.1f 724 / 985
Super Micro Intelligent Switch Command Line Interface User Guide
27.19 bgp med
This command configures an entry in MED Table and the no form of the command deletes the
entry from MED Table.
bgp med <1-100> remote-as <0-65535> <ip-address> <ip_mask>
[intermediate-as <AS-no list- AS1,AS2,...>] value <value> direction
<in|out> [override]
no bgp med <1-100>
Syntax Description
remote-as - AS number of BGP peer associated with the route-prefix
ip-address - Route-prefix on which MED policy needs to be applied
ip_mask - Mask associated with the route
intermediate-as - The sequence of intermediate Autonomous system numbers through
which the route update is expected to travel
value - Value assigned to the MED attribute
direction - Direction of application of med policy Incoming - On received route-update with
other matching attributes like as-number, intermediate-as numbers Outgoing - On route-update
that needs to be advertised to peer
override - This setting decides whether configured MED value will override the received MED
value
Mode
Router Configuration Mode
Defaults
direction - In
med - 0
Example
SMIS(config-router)# bgp med 5 remote-as 200 212.23.45.0 24
intermediate-as 150 value 50 direction in override
Bgp Speaker Local AS number must be configured.
Related Commands