cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1515
Views
0
Helpful
2
Replies

Per VRF TE | bgp next-hop on IOS-XR?

smailmilak
Level 4
Level 4

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

1 Accepted Solution

Accepted Solutions

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

View solution in original post

2 Replies 2

Hello,

I am stuck in the same issue, maybe you find the answer???

Best regards

Martin

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

Review Cisco Networking for a $25 gift card