Step 1: Configure Node-Link Protection
Configuring node-link protection is a two-part process. The first part involves configuring node-link protection for any LSPs traversing the protected node that require use of the bypass path, and the second part sets link protection on the outgoing RSVP interface on routers in the LSP.
Action
To configure node-link protection, follow these steps:
- In configuration mode, go to the following hierarchy level:
[edit]user@R1#edit protocols mpls label-switched-pathlsp-path-name[edit]user@R1#edit protocols mpls label-switched-path lsp2-r1-to-r5
- Configure node-link protection for the LSP:
[edit protocols mpls label-switched-pathlsp-path-name]user@R1#set node-link-protection- Verify the node-link protection configuration for the LSP:
[edit protocols mpls label-switched-pathlsp-path-name]user@R1#show- Configure link protection for the interface:
[edit protocols]user@R1#edit protocols rsvp interfaceinterface-name[edit protocols]user@R1#edit protocols rsvp interface fe-0/1/0
- Configure link protection:
[edit protocols rsvp interfaceinterface-name]user@R1#set link-protection- Verify the link protection configuration for the interface, and commit both configurations:
[edit protocols rsvp interfaceinterface-name]user@R1#showuser@R1#commit- Repeat Step 1 through Step 3 on any other ingress routers that have LSPs requiring use of the bypass path.
- Repeat Step 4 and Step 5 on routers with outgoing interfaces in the LSP.
Sample Output
The following sample output shows the configuration of node-link protection on ingress router R1 in the network shown in Figure 6:
[edit protocols mpls label-switched-path lsp2-r1-to-r5]user@R1#up[edit protocols mpls]user@R1#showlabel-switched-path lsp2-r1-to-r5{ #Label-switched-path level of the hierarchyto 192.168.5.1;node-link-protection; #LSP node-link protection[edit protocols rsvp]user@R1#showinterface fe-0/1/0.0 {link-protection; #Link protection for the RSVP interface}[edit protocols rsvp]user@R1#commitcommit completeWhat It Means
The sample output shows the configuration of node-link protection for an LSP. After node-link protection is configured, bypass paths are signaled to avoid the protected link or node in case of failure. Having bypass paths available does not in itself provide protection for LSPs that traverse the protected node. You must include the
node-link-protectionstatement on the ingress router for each LSP that will benefit from the bypass path.