Use the
show
interface s command to display the status of all
physical ports (Ethernet, Fast Ethernet, and ATM) and logical interfaces on the
router.
Table 1describes
messages in the command output.
The following example shows how to view the status of Ethernet or Fast
Ethernet Interfaces:
Router# show interfaces ethernet 0 **similar output for show interfaces fastethernet 0 command **
Ethernet0 is up, line protocol is up
Hardware is PQUICC Ethernet, address is 0000.Oc13.a4db
(bia0010.9181.1281)
Internet address is 192.0.2.1/24
MTU 1500 bytes, BW 10000 Kbit, DLY 1000 usec,
reliability 255/255., txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
The following example shows how to view the status of ATM Interfaces:
Router# show interfaces atm 0
ATM0 is up, line protocol is up
Hardware is PQUICC_SAR (with Alcatel ADSL Module)
Internet address is 192.0.2.1/8
MTU 1500 bytes, sub MTU 1500, BW 640 Kbit, DLY 80 usec,
reliability 40/255, txload 1/255, rxload 1/255
Encapsulation ATM, loopback not set
Keepalive not supported
Encapsulation(s):AAL5, PVC mode
10 maximum active VCs, 1 current VCCs
VC idle disconnect time:300 seconds
Last input 01:16:31, output 01:16:31, output hang never
Last clearing of "show interface" counters never
Input queue:0/75/0 (size/max/drops); Total output drops:0
Queueing strategy:Per VC Queueing
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
512 packets input, 59780 bytes, 0 no buffer
Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 1024 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
426 packets output, 46282 bytes, 0 underruns
0 output errors, 0 collisions, 2 interface resets
0 output buffer failures, 0 output buffers swapped out
The following example shows how to view the status of Dialer
Interfaces:
Router# show interfaces dialer 1
Dialer 1 is up, line protocol is up
Hardware is Dialer interface
Internet address is 10.0.0.1/24
MTU 1500 bytes, BW 100000 Kbit, DLY 100000 usec, reliability
255/255. txload 1/255, rxload 1/255
Encapsulation PPP, loopback not set
Keepalive set (10 sec)
DTR is pulsed for 5 seconds on reset
LCP Closed
The table below describes possible command output for the
show
interfaces command.
Table 1. show interfaces Command Output Description
Output
|
Cause
|
For ATM Interfaces
|
ATM 0 is up, line protocol is up
|
The ATM line is up and operating correctly.
|
ATM 0 is down, line protocol is down
|
- The ATM interface
has been disabled with the shutdown command.
or
- The ATM line is
down, possibly because the ADSL cable is disconnected or because the wrong type
of cable is connected to the ATM port.
|
ATM 0.n is up, line protocol is up
|
The specified ATM subinterface is up and operating correctly.
|
ATM 0.n is administratively down, line protocol is down
|
The specified ATM subinterface has been disabled with the
shutdown command.
|
ATM 0.n is down, line protocol is down
|
The specified ATM subinterface is down, possibly because the
ATM line has been disconnected (by the service provider).
|
For Ethernet/Fast Ethernet Interfaces
|
Ethernet/Fast Ethernet
n is up, line protocol is up
|
The specified Ethernet/Fast Ethernet interface is connected to
the network and operating correctly.
|
Ethernet/Fast Ethernet
n is up, line protocol is down
|
The specified Ethernet/Fast Ethernet interface has been
correctly configured and enabled, but the Ethernet cable might be disconnected
from the LAN.
|
Ethernet/Fast Ethernet
n is administratively down, line protocol is down
|
The specified Ethernet/Fast Ethernet interface has been
disabled with the
shutdown command, and the interface is
disconnected.
|
For Dialer Interfaces
|
Dialer
n is up, line protocol is up
|
The specified dialer interface is up and operating correctly.
|
Dialer
n is down, line protocol is down
|
- This is a standard
message and may not indicate anything is actually wrong with the configuration.
or
- If you are having problems with the specified dialer
interface, this can mean it is not operating, possibly because the interface
has been brought down with the
shutdown command, or the ADSL cable
is disconnected.
|