09-23-2017 12:14 PM - edited 03-05-2019 09:10 AM
Hi
I'm trying to manipulate some bgp attributes but can't get a route-map to change the MED value on the default route.
I have created a simple route-map to change the MED value on outgoing routes to a neighbor:
R2#show run | sec BGP-MED
router bgp 65000
neighbor 195.2.2.5 remote-as 65012
neighbor 195.2.2.5 default-originate neighbor 195.2.2.5 route-map BGP-MED out route-map BGP-MED permit 10 set metric 200
And the metric on all routes exept the default is changed when it arrives at the neighbor router(Se the attached picture)
How do i change the MED value of the default route as well?
Solved! Go to Solution.
09-23-2017 12:21 PM
09-23-2017 12:27 PM
09-23-2017 12:21 PM
09-23-2017 12:27 PM
09-23-2017 12:27 PM
Hello,
neighbor 195.2.2.5 default-originate route-map BGP-MED
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide