キャンセル
次の結果を表示 
次の代わりに検索 
もしかして: 
cancel
2990
閲覧回数
12
いいね!
2
返信

counters "never" ?

jiro.tobimasu
Level 1
Level 1

show interfaceにて"Last input output"の項目が表示がNeverとなっておりました。
Packetは通っているようなのですが、クリアカウンターを行った形跡も無く
なぜこの様なステータスになるのか分かりません。

そもそも「Never」と表示されるのはプロセススイッチングされたパケットが無い場合を意味するという認識で合ってますか?

# show int gi */*
GigabitEthernet*/* is up, line protocol is up (connected)
  Hardware is C6k 1000Mb 802.3, address is ****.****.**** (bia ****.****.****)
  MTU 1500 bytes, BW 1000000 Kbit, DLY 10 usec,
     reliability 255/255, txload 1/255, rxload 1/255
  Encapsulation ARPA, loopback not set
  Keepalive set (10 sec)
  Full-duplex, 1000Mb/s, media type is SX
  input flow-control is off, output flow-control is off
  Clock mode is auto
  ARP type: ARPA, ARP Timeout 04:00:00
  Last input never, output never, output hang never  ←←←!!
  Last clearing of \\"show interface\\" counters never  ←←←!!

    Input queue: 0/2000/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
     42471 packets input, 4304186 bytes, 0 no buffer
     Received 1 broadcasts (0 multicasts)
     0 runts, 0 giants, 0 throttles
     0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
     0 watchdog, 0 multicast, 0 pause input
     0 input packets with dribble condition detected
     260340 packets output, 18159280 bytes, 0 underruns
     0 output errors, 0 collisions, 3 interface resets
     0 babbles, 0 late collision, 0 deferred
     0 lost carrier, 0 no carrier, 0 PAUSE output
     0 output buffer failures, 0 output buffers swapped out

2件の返信2

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello Jiro,

on some switches with some older IOS images this is normal: it happens in my case on C4500 with 12.2(20)EW

Hope to help

Giuseppe

snakayama
Level 3
Level 3

こんにちは。

http://www.cisco.com/en/US/docs/ios/interface/command/reference/ir_s4.html

に、show interfaces <各種 I/F> の出力結果の説明が記載されています。

残念ながら、show interfaces gigabitethernet コマンドの説明の箇所には出力結果の説明はありませんが、他の I/F に対する出力結果の説明の箇所には、下記のように書かれています。

Last input
This counter is updated only when packets are process-switched, not when packets are fast-switched.

(Last) output
This counter is updated only when packets are process-switched, not when packets are fast-switched.

これを見ると、CEF/Fast Switching されたパケットは Last input、(Last) output の値に影響を与えることはない (増加させることはない) ようですので、CEF/Fast Switching されるパケットしかない場合、つまり、jiro.tobimasu さんの言われる通り、プロセススイッチングされたパケットが無い場合には never になるのだと思います。