ā01-11-2013 07:03 AM - edited ā03-04-2019 06:40 PM
Hi,
I want to configure this:
ip vrf TEST
rd 65500:1
route-target export 65500:1
route-target import 65500:1
bgp next-hop Loopback500
on IOS-XR 4.3.0
Does anyone know what is the equivalent command on IOS-XR?
Maybe?
route-policy TEST1
set next-hop 1.1.1.1
vrf TEST
address-family ipv4 unicast
import route-policy TEST1
Solved! Go to Solution.
ā03-07-2017 12:23 AM
Bit late now after 4 years
But for XR you can define an RPL as following:
route-policy test
if extcommunity rt match-any (65500:1) then
set next-hop x.x.x.x (loopback500 address)
else
pass
endif
end-pol
ā04-22-2013 12:45 PM
Hello,
I am stuck in the same issue, maybe you find the answer???
Best regards
Martin
ā03-07-2017 12:23 AM
Bit late now after 4 years
But for XR you can define an RPL as following:
route-policy test
if extcommunity rt match-any (65500:1) then
set next-hop x.x.x.x (loopback500 address)
else
pass
endif
end-pol
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