04-22-2013 10:45 AM
Hello guys,
I am configure MPLS VPN over MPLS TE in IOS XR, but dont find the next comand en XR
ip vrf AAAA
rd 1:1
route-target export 1:1
route-target import 1:1
bgp next-hop Loopback33
Anyone someone reference o guide?
Solved! Go to Solution.
04-22-2013 01:14 PM
Hi Martin,
This command is indeed not supported in XR. You can apply an outbound policy on the iBGP VPNv4 session to change the next-hop.
route-policy changeNH if rd in (1:1) then
set next-hop 1.1.1.1 else pass endif end-policy ! neighbor x.x.x.x remote-as xxx update-source Loopback0 address-family vpnv4 unicast route-policy changeNH out
Hope this helps
04-22-2013 01:14 PM
Hi Martin,
This command is indeed not supported in XR. You can apply an outbound policy on the iBGP VPNv4 session to change the next-hop.
route-policy changeNH if rd in (1:1) then
set next-hop 1.1.1.1 else pass endif end-policy ! neighbor x.x.x.x remote-as xxx update-source Loopback0 address-family vpnv4 unicast route-policy changeNH out
Hope this helps
04-24-2013 04:58 PM
Good info Harold.
Regards
Thanveer
"Everybody is genius. But if you judge a fish by its ability to climb a tree, it will live its whole life believing that it is a stupid."
04-24-2013 02:11 PM
tanks Harold
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