Have an ASR1006 running IOS-XE 03.04.00.S.151-3.S and trying to change the admin distance of a route in a VRF:
router bgp 65525
bgp log-neighbor-changes
no bgp default ipv4-unicast
timers bgp 15 45
neighbor 10.47.129.251 remote-as 1234
neighbor 10.47.129.251 ebgp-multihop 10
neighbor 10.47.129.251 update-source Loopback1
!
address-family ipv4 vrf USAID
network 172.16.0.0
network 1.1.0.0 mask 255.255.0.0
neighbor 10.47.129.251 remote-as 1234
neighbor 10.47.129.251 ebgp-multihop 10
neighbor 10.47.129.251 update-source Loopback1
neighbor 10.47.129.251 activate
neighbor 10.47.129.251 soft-reconfiguration inbound
neighbor 10.47.129.251 prefix-list ALLOWED_NETWORKS in
distance 200 10.47.129.251 0.0.0.0 25
exit-address-family
access-list 25 permit 10.0.0.0 0.255.255.255
10.0.0.0/8 is an incoming route from the peer.
But for some reason it will not change from an admin distance of 20......am I missing something here or should this be working. Feels like a Cisco "unadvertised feature"....but not sure.
Thanks
JB