Step 1: Display Summary Interface Information
Purpose
By displaying a summary of the interfaces on a router, you begin the process of isolating problems when they occur.
Action
To display a summary of all interfaces on a router or a specific group of interfaces, use one of the following JUNOS command-line interface (CLI) operational mode commands:
user@host>show interfaces terseuser@host>show interfaces terseinterface-nameSample Output
The following sample output shows all interfaces on a router:
user@host>show interfaces terseInterface Admin Link Proto Local Remoteso-5/0/0 up downt3-6/0/0 up downt3-6/0/1 up downt3-6/0/2 up downt3-6/0/3 up downat-6/1/0 up downfe-7/0/0 up upfe-7/0/0.0 up up vplsfe-7/0/1 up upfe-7/0/2 up upfe-7/0/3 up upt3-7/1/0 up downt3-7/1/1 up downt3-7/1/2 up downt3-7/1/3 up downdsc up upfxp0 up upfxp0.0 up up inet 10.168.4.32/24fxp1 up upfxp1.0 up up tnp 4gre up upipip up uplo0 up uplo0.0 up up inet 127.0.0.1 --> 0/0lsi up upmtun up uppimd up uppime up uptap up upThe following sample output is for a specific group of SONET interfaces on a router:
user@host>show interfaces terse so*so-0/0/0 up upso-0/0/0.1 up down inet 10.1.13.2/30isoso-0/0/0.2 up down inet 10.1.23.2/30isoso-0/0/0.4 up down inet 10.1.34.1/30isoso-0/0/0.5 up up inet 10.1.35.1/30isoso-0/0/1 up upso-0/0/2 up upso-0/0/3 up upisoisoisoisoisoiso47.0005.80ff.f800.0000.0108.0001.0102.5524.5219.00What It Means
The sample output shows summary information about the interfaces on the router listed in order of type of interface. The information includes the name of the interface, whether it is turned on (up) or off (down), whether the state of the link is up or down, the protocol configured on the interface, the local address of the interface, and the address of the remote side of the connection if the interface is a point-to-point interface.