Step 3: 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 encapsulation types are mismatched.
Action
To correct the error in this example, enter the following commands:
[edit interfacesso-0/0/3]user@R1#showuser@R1#delete encapsulationuser@R1#showuser@R1#commitSample Output
[edit interfaces so-0/0/3]user@R6#showencapsulation cisco-hdlc;unit 0 {family inet {address 10.1.36.2/30;}family iso;family mpls;}[edit interfaces so-0/0/3]user@R6#delete encapsulation[edit interfaces so-0/0/3]user@R6#showunit 0 {family inet {address 10.1.36.2/30;}family iso;family mpls;}[edit interfaces so-0/0/3]user@R6#commitcommit completeWhat It Means
The sample output from egress router
R6shows that the Cisco HDLC was incorrectly configured on interfaceso-0/0/3which prevented the LSP from using the intended path. The problem was corrected when theencapsulationstatement was deleted and the configuration committed.