インターフェイスの状態確認

インターフェイスの状態確認

show interfaceコマンドによって、インターフェイスの状態を確認できるということを前回の記事で少し紹介しました。
今回の記事では各インターフェイスの確認方法について更に詳しく見ていきます。


show interfaceコマンド

show interfaceコマンド出力結果
Router-A#show interfaces
Ethernet0 is up, line protocol is down
  Hardware is PQUICC Ethernet, address is 000d.28db.7e00 (bia 000d.28db.7e00)
  Internet address is 192.168.1.100/24
  MTU 1500 bytes, BW 10000 Kbit, DLY 1000 usec,
     reliability 140/255, txload 1/255, rxload 1/255
  Encapsulation ARPA, loopback not set
  Keepalive set (10 sec)
  Half-duplex, 10BaseT
  ARP type: ARPA, ARP Timeout 04:00:00
  Last input never, output 00:00:03, output hang never
  Last clearing of "show interface" counters never
  Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
  Queueing strategy: fifo
  Output queue: 0/40 (size/max)
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
     0 packets input, 0 bytes, 0 no buffer
     Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
     81 input errors, 0 CRC, 0 frame, 0 overrun, 81 ignored
     0 input packets with dribble condition detected
     81 packets output, 5149 bytes, 0 underruns
     81 output errors, 0 collisions, 1 interface resets
     0 babbles, 0 late collision, 0 deferred
     81 lost carrier, 0 no carrier
     0 output buffer failures, 0 output buffers swapped out
FastEthernet0 is up, line protocol is up
  Hardware is PQUICC_FEC, address is 000e.832a.d779 (bia 000e.832a.d779)
  Internet address is 192.168.0.100/24
  MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec,
     reliability 251/255, txload 1/255, rxload 1/255
  Encapsulation ARPA, loopback not set
  Keepalive set (10 sec)
  Full-duplex, 100Mb/s, 100BaseTX/FX
  ARP type: ARPA, ARP Timeout 04:00:00
  Last input 00:00:09, output 00:00:09, output hang never
  Last clearing of "show interface" counters never
  Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
  Queueing strategy: fifo
  Output queue: 0/40 (size/max)
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
     263 packets input, 23913 bytes
     Received 229 broadcasts, 0 runts, 0 giants, 0 throttles
     0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
     0 watchdog
     0 input packets with dribble condition detected
     100 packets output, 8677 bytes, 0 underruns
     44 output errors, 0 collisions, 2 interface resets
     0 babbles, 0 late collision, 0 deferred
     44 lost carrier, 0 no carrier
     0 output buffer failures, 0 output buffers swapped out
Virtual-Access1 is up, line protocol is up
  Hardware is Virtual Access interface
  MTU 1492 bytes, BW 100000 Kbit, DLY 100000 usec,
     reliability 255/255, txload 1/255, rxload 1/255
  Base PPPoE vaccess, loopback not set
  DTR is pulsed for 5 seconds on reset
  Last input never, output never, output hang never
  Last clearing of "show interface" counters 00:12:52
  Input queue: 0/4096/0/0 (size/max/drops/flushes); Total output drops: 0
  Queueing strategy: fifo
  Output queue: 0/40 (size/max)
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
     0 packets input, 0 bytes, 0 no buffer
     Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
     0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
     0 packets output, 0 bytes, 0 underruns
     0 output errors, 0 collisions, 0 interface resets
     0 output buffer failures, 0 output buffers swapped out
     0 carrier transitions

上記がshow interfaceコマンドの出力結果になります。
非常に長くなっていますが、このコマンドはネットワーク障害時のトラブルシューティングやネットワーク設計時の評価などに使われる重要なコマンドです。

show interfaceコマンドでは各インターフェイスの状況や統計情報、MACアドレス、IPアドレスなどを確認することができます。
特定のインターフェイスの情報だけを表示したい場合は、コマンド引数にインターフェイス名を指定します。

Router-A#show interfaces fastEthernet 0
FastEthernet0 is up, line protocol is up
  Hardware is PQUICC_FEC, address is 000e.832a.d779 (bia 000e.832a.d779)
  Internet address is 192.168.0.100/24
  MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec,
     reliability 255/255, txload 1/255, rxload 1/255
  Encapsulation ARPA, loopback not set
  Keepalive set (10 sec)
  Full-duplex, 100Mb/s, 100BaseTX/FX
  ARP type: ARPA, ARP Timeout 04:00:00
  Last input 00:00:12, output 00:00:09, output hang never
  Last clearing of "show interface" counters never
  Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
  Queueing strategy: fifo
  Output queue: 0/40 (size/max)
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
     1292 packets input, 126245 bytes
     Received 1223 broadcasts, 0 runts, 0 giants, 0 throttles
     0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
     0 watchdog
     0 input packets with dribble condition detected
     312 packets output, 29518 bytes, 0 underruns
     44 output errors, 0 collisions, 2 interface resets
     0 babbles, 0 late collision, 0 deferred
     44 lost carrier, 0 no carrier
     0 output buffer failures, 0 output buffers swapped out


黄色く網掛けした部分が物理層(FastEthernet0 is up)、データリンク層(line protocol is up)の状態を意味しています。
このインターフェイス(FastEthernet0)はデータリンク層までの通信は正常に行えることを判断できます。

水色で網掛けした部分は、このインターフェイスのMACアドレスを、
赤で網掛けした部分は、IPアドレスとサブネットマスクをそれぞれ表示しています。

灰色で網掛けした部分は、通信方式を表しており、全二重通信方式で稼働していることを確認できます。

他にも、MTUやBW(帯域幅)、データ受信量、データ送信量、パケットロス数などを確認できます。


show protocolsコマンド

show protocolsコマンド
Router-A#show protocols
Global values:
  Internet Protocol routing is enabled
Ethernet0 is up, line protocol is down
  Internet address is 192.168.1.100/24
FastEthernet0 is up, line protocol is up
  Internet address is 192.168.0.100/24
Virtual-Access1 is up, line protocol is up

show protocolsコマンドも各インターフェイスの物理層、データリンク層の状態やIPアドレスを確認できます。
また、ルーテッドプロトコル(IPやIPX)の有効・無効の確認もできます。

タグ