Step 3: Verify Interfaces
Action
To determine that the relevant interfaces are up and configured correctly, enter the following commands from the ingress, transit, and egress routers:
user@host>show interfaces terseuser@host>show configuration interfacestype-fpc/pic/portSample Output
user@R1>show interfaces so* terseInterface Admin Link Proto Local Remoteso-0/0/0 up upso-0/0/0.0 up up inet 10.1.12.1/30isomplsso-0/0/1 up upso-0/0/1.0 up up inet 10.1.15.1/30isomplsso-0/0/2 up upso-0/0/2.0 up up inet 10.1.13.1/30iso<<< family mpls is missingso-0/0/3 up downuser@R1>show configuration interfaces so-0/0/2unit 0 {family inet {address 10.1.13.1/30;}family iso; <<<family mpls is missing}What It Means
The sample output shows that interface
so-0/0/2.0on the ingress router does not have thefamily mplsstatement configured at the [edit interfacestype-fpc/pic/port] hierarchy level, indicating that the interface is incorrectly configured to support the LSP. The LSP is configured correctly at the [edit protocols mpls] hierarchy level.The output from the transit and egress routers (not shown) shows that the interfaces on those routers are configured correctly.