Step 4: Take Appropriate Action
Purpose
Depending on the error you encountered in your investigation, you must take the appropriate action to correct the problem. In the example below, the
family mplsstatement, which was missing, is included in the configuration of ingress routerR1.Action
To correct the error in this example, enter the following commands:
[edit interfacestype-fpc/pic/port]user@R1#set family mplsuser@R1#showuser@R1#commitSample Output
[edit interfaces so-0/0/2 unit 0]user@R1#set family mpls[edit interfaces so-0/0/2 unit 0]user@R1#showfamily inet {address 10.1.13.1/30;}family iso;family mpls;[edit interfaces so-0/0/2 unit 0]user@R1#commitcommit completeWhat It Means
The sample output from ingress router
R1shows that thefamily mplsstatement is configured correctly for interfaceso-0/0/2.0, and that the LSP is now functioning as originally configured.