2017年12月31日 (初版)
----年--月 --日 (アップデート)
TAC SR Collection |
主な問題 |
ジャンボフレームがネットワーク内に送信されていないにも関わらず、'show interface' の "jumbo packets" がカウントアップされます。
switch# show interface ethernet 1/49
Ethernet1/49 is up
admin state is up, Dedicated Interface
Belongs to Po3
Hardware: 40000 Ethernet, address: 5c83.8f69.e7f8 (bia 5c83.8f69.e7f8)
MTU 1500 bytes, BW 40000000 Kbit, DLY 10 usec
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, medium is broadcast
Port mode is trunk
full-duplex, 40 Gb/s, media type is 40G
Beacon is turned off
Auto-Negotiation is turned off, FEC mode is Auto
Input flow-control is off, output flow-control is off
Auto-mdix is turned off
Rate mode is dedicated
Switchport monitor is off
EtherType is 0x8100
EEE (efficient-ethernet) : n/a
Last link flapped 00:39:43
Last clearing of "show interface" counters 00:39:48
1 interface resets
30 seconds input rate 512 bits/sec, 0 packets/sec
30 seconds output rate 12536 bits/sec, 0 packets/sec
Load-Interval #2: 5 minute (300 seconds)
input rate 272 bps, 0 pps; output rate 9.26 Kbps, 0 pps
RX
3 unicast packets 1839 multicast packets 17 broadcast packets
1859 input packets 183743 bytes
0 jumbo packets 0 storm suppression packets
0 runts 0 giants 0 CRC 0 no buffer
0 input error 0 short frame 0 overrun 0 underrun 0 ignored
0 watchdog 0 bad etype drop 0 bad proto drop 0 if down drop
0 input with dribble 0 input discard
0 Rx pause
TX
230 unicast packets 1416 multicast packets 19 broadcast packets
1665 output packets 471005 bytes
192 jumbo packets
0 output error 0 collision 0 deferred 0 late collision
0 lost carrier 0 no carrier 0 babble 0 output discard
0 Tx pause
|
原因 |
これは想定された動作です。
Nexus シリーズでは イーサヘッダー込みで 1519 バイト以上のパケットをジャンボパケットとしてカウントします。つまり、トランクポートでは VLAN タグを含めて 1522 バイトのパケットがながれるため、これらのパケットが "jumbo packets" にカウントされます。
|
解決策 |
なし
|