cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
525
Views
0
Helpful
1
Replies

IOS 15 : VRF Export Map with BGP MED - How to configure?

stephenayres
Level 1
Level 1

Hi all, I'm trying to configure a custom VRF export map that allows me to add a MED attribute to the VPNv4 routes that I'm exporting into the VPN. I cannot seem to get the MED applied to the routes. It looks like the route-map is being ignored. Could anyone help with this? The platform is a 6500 switch.

I've include some config excerpts. Many thanks :)

vrf definition test
 description test
 rd 1.1.1.1:1
 !
 address-family ipv4
 import map test-import
 export map test-export
 route-target export 65501:1
 route-target import 65501:1
 exit-address-family

route-map test-export permit 10
 match ip address test-export
 set metric 200
 set extcommunity rt  65501:1 additive

ip prefix-list test-export seq 5 permit 1.1.1.1/30

 

 

1 Reply 1

Sandip Rathod
Cisco Employee
Cisco Employee

Hi ,

Can you let me know which error ru getting ? and what is the image ?

Did you try with clear / hard bgp reset ?

Regards,

Sandip