Step 7: Take Appropriate Action
Purpose
Depending on the error you encountered in your investigation, you must take the appropriate action to correct the problem. In this example, an interface is incorrectly configured at the
[edit protocols mpls]hierarchy level on egress routerR6.Action
To correct the error in this example, follow these steps:
- Activate the interface in the MPLS protocol configuration on egress router
R6:user@R6>edituser@R6#edit protocols mpls[edit protocols mpls]user@R6#showuser@R6#activate interface so-0/0/3.0- Verify and commit the configuration:
[edit protocols mpls]user@R6#showuser@R6#commitSample Output
user@R6>editEntering configuration mode[edit]user@R6#edit protocols mpls[edit protocols mpls]user@R6#showlabel-switched-path R6-to-R1 {to 10.0.0.1;}inactive: interface so-0/0/0.0;inactive: interface so-0/0/1.0;inactive: interface so-0/0/2.0;inactive: interface so-0/0/3.0;<<< Incorrectly configured interface[edit protocols mpls]user@R6#activate interface so-0/0/3[edit protocols mpls]user@R6#showlabel-switched-path R6-to-R1 {to 10.0.0.1;}inactive: interface so-0/0/0.0;inactive: interface so-0/0/1.0;inactive: interface so-0/0/2.0;interface so-0/0/3.0;<<< Correctly configured interface[edit protocols mpls]user@R6#commitcommit completeWhat It Means
The sample output shows that the incorrectly configured interface
so-0/0/3.0on egress routerR6is now activated at the [edit protocols mpls] hierarchy level. The LSP can now come up.