cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
917
Views
5
Helpful
3
Replies

MPLS VPN OVER TE IOS XR

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?

1 Accepted Solution

Accepted Solutions

Harold Ritter
Spotlight
Spotlight

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
Regards,
Harold Ritter, CCIE #4168 (EI, SP)

View solution in original post

3 Replies 3

Harold Ritter
Spotlight
Spotlight

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
Regards,
Harold Ritter, CCIE #4168 (EI, SP)

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."

tanks Harold