Friday, June 24, 2016

BGP - MED



MED is only compared by routers from the same AS.  This means Router would never compare the MED  sent via different AS as compared to the MED sent by other Routers is same AS’s . BGP always-compare-med allows us to change this default behaviour, and force Router  to compare MED values from different AS.
 

MED
route-map SET-AS-PATH permit 10
 match ip address 10
 set metric 1000

router bgp 100
 no synchronization
 bgp always-compare-med




No comments:

Post a Comment