[Contents] [Prev] [Next] [Index] [Report an Error]


show interfaces terse

Syntax

show interfaces terse <interface-name>

Description

Display summary information about interfaces.

Options

interface-name—(Optional) Name of an interface.

Required Privilege Level

view

Output Fields

Interface—Name of the interface.

Admin—Whether the interface is turned on (up) or off (down).

Link—Link state. It can be Up or Down.

Proto—Protocol configured on the interface.

Local—Local address of the interface.

Remote—For point-to-point interfaces, address of the remote side of the connection.

Sample Output

user@host> show interfaces terse
Interface       Admin Link Proto Local             Remote
at-1/3/0        up    up
at-1/3/0.0      up    up   inet  1.0.0.1           --> 1.0.0.2
                           iso
fxp0            up    up
fxp0.0          up    up   inet  192.168.5.59/24
fxp1            up    up
fxp1.0          up    up   tnp   1
gre             down  up
ipip            down  up
lo0             up    up
lo0.0           up    up   inet  127.0.0.1         --> 0/0
                           iso 
47.0005.80ff.f800.0000.0108.0001.1921.6800.5059.00
so-1/2/0        up    down
so-1/2/1        down  down
so-1/2/2        down  down
so-1/2/3        down  down
so-2/0/0        up    up
so-2/0/0.0      up    up   inet  1.2.3.4           --> 1.2.3.5
                           iso
so-2/0/1        down  down
so-2/0/2        down  down
so-2/0/3        down  down
so-2/1/0        down  down
so-2/1/1        down  down
so-2/1/2        down  down
so-2/1/3        down  down
so-2/2/0        down  down
so-2/2/1        down  down
so-2/2/2        down  down
so-2/2/3        down  down
so-2/3/0        down  down
so-4/0/0        down  down
user@host> show interfaces terse at-1/3/0
Interface       Admin Link Proto Local             Remote
at-1/3/0        up    up
at-1/3/0.0      up    up   inet  1.0.0.1           --> 1.0.0.2
                           iso
user@host> show interfaces terse ml-1/0/0 
Interface       Admin Link Proto Local                 Remote
ml-1/0/0        up    up
ml-1/0/0.1      up    up   inet  10.20.30.40       --> 10.20.30.50
ml-1/0/0.2      up    up   inet  10.0.0.2          --> 10.0.0.1
                           iso
                           mpls
ml-1/0/0.10     up    up   inet  128.1.1.3         --> 128.1.1.2
                           iso 

[Contents] [Prev] [Next] [Index] [Report an Error]