Hi, In newer IOS version you can use the "bgp next-hop" command under the VRF configuration. It would allow you to select a different loopback as the nexthop of that specific VRF. http://www.cisco.com/en/US/docs/ios/mpls/command/reference/mp_a1.html#wp 1011653
If you make that loopback route through a TE tunnel with the right protection scheme, you get what you want. In older releases, where this command is not available you can apply a route-map on the output direction of the BGP session to the RR, match the RT of the VRF, and set a different next-hop. It would do the same as above but without the custom made command. Arie -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of MKS Sent: Wednesday, June 09, 2010 19:46 To: [email protected] Subject: [c-nsp] L3VPN over RSVP Hi lets say that I have a standard cisco MPLS network with route-reflectors reflecting the L3VPN routes. Is there some way to have just single vrf (hub to spoke) running over RSVP for faster reconversion's in case of failures? and the other vrf are just relying on the standard LDP based convergence Regards MKS _______________________________________________ cisco-nsp mailing list [email protected] https://puck.nether.net/mailman/listinfo/cisco-nsp archive at http://puck.nether.net/pipermail/cisco-nsp/ _______________________________________________ cisco-nsp mailing list [email protected] https://puck.nether.net/mailman/listinfo/cisco-nsp archive at http://puck.nether.net/pipermail/cisco-nsp/
