[j-nsp] RSVP Fast Reroute Node Protection

Paolo Autore pautore at columbus-networks.com
Thu Jul 30 17:19:19 EDT 2009


show configuration protocols mpls
label-switched-path XXXXXXXXX {
    to x.x.x.x;
    link-protection;
}


show configuration protocols rsvp
interface ge-0/0/0.0 {
    authentication-key xxxxxxxxxxxxxxxxxxxxx"; ## SECRET-DATA
    link-protection;
}
interface ge-0/0/1.0 {
    authentication-key xxxxxxxxxxxxxxxxxxxxx"; ## SECRET-DATA
    link-protection;
}
-----Original Message-----
From: juniper-nsp-bounces at puck.nether.net
[mailto:juniper-nsp-bounces at puck.nether.net] On Behalf Of Kari Asheim
Sent: Thursday, July 30, 2009 5:07 PM
To: Judah Scott
Cc: juniper-nsp at puck.nether.net
Subject: Re: [j-nsp] RSVP Fast Reroute Node Protection

On Thu, Jul 30, 2009 at 01:10:11PM -0700, Judah Scott wrote:
> Anyone have a config example of Fast Reroute Node Protection?  The
mpls
> config guide is unclear which interface (the primary path interface or
the
> bypass path interface) you must add "link-protection" and "bypass"
blocks
> to.  My bypass is not being used.
> 
> I've tried but can only get a dynamic link-protection bypass even
though
> upstream node is requesting node protection.  Are dynamic
node-protection
> bypasses supported in JUNOS 9.5?

>From
http://www.juniper.net/techpubs/en_US/junos9.5/information-products/topi
c-collections/config-guide-mpls-applications/mpls-configuring-node-prote
ction-or-link-protection-for-lsps.html#id-51960

[edit protocols mpls label-switched-path lsp-name]
node-link-protection;

This works fine, (except for P2MP LSPs).

You also need to make sure that all links in the primary LSP has
link-protection on the interface.

And of course, there must be an alternate way to set up the bypass.

You don't need to configure the bypass LSP. It is set up
automatically.  The bypass command seems to allow you to set
constraints on your bypass LSP, put I have never used this, so I can't
help you with this one.

Kari
_______________________________________________
juniper-nsp mailing list juniper-nsp at puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp


More information about the juniper-nsp mailing list