Node and Link Protection
Node and link protection is a mechanism for protecting LSPs from (you guessed it) the failure of nodes and links. It differs from fast re-route in that you have to specify node and link protection on the interfaces of all the downstream routers as well as on the LSP at its source.
My network looks like this at the moment, with an LSP running from R5 to R1 using the shortest path determined by the IGP:
So on R5, I configure node-link-protection on the LSP:
root@R5> show configuration protocols mpls no-propagate-ttl; label-switched-path R5-to-R1 { to 10.0.6.1; node-link-protection; } interface ge-0/0/0.0; interface ge-0/0/1.0;
This has the effect of signalling to the downstream routers that link and node protection is desired, as you can see here:
root@R5> show mpls lsp name R5-to-R1 detail Ingress LSP: 6 sessions 10.0.6.1 From: 10.0.3.5, State: Up, ActiveRoute: 0, LSPname: R5-to-R1 ActivePath: (primary) Node/Link protection desired <===== Node Link Protection LSPtype: Static Configured, Penultimate hop popping LoadBalance: Random Encoding type: Packet, Switching type: Packet, GPID: IPv4 *Primary State: Up Priorities: 7 0 Continue reading