キャンセル
次の結果を表示 
次の代わりに検索 
もしかして: 
cancel
4328
閲覧回数
10
いいね!
0
コメント
kaihosok
Cisco Employee
Cisco Employee

 

 

 

 

はじめに

本ドキュメントでは、下記 Video で紹介されている内容について、解説や関連資料を提示します。

Link : https://www.youtube.com/watch?v=GbBeB6h9MKk

 

  

Nexus 9000 シリーズの MTU 設定

Nexus 9000 シリーズの MTU 設定は、動画中でも紹介されていますが、L2 ポートと L3 ポートで挙動が異なります。

L2 ポートでは、mtu コマンドの後、1500 もしくは system jumbomtu で設定した値のどちらかの値にて設定が可能です。
つまり、system jumbomtu で 9216 と設定した場合は、1500 もしくは 9216 が設定可能ですが、それ以外の値は設定ができません。

93180YC-FX3(config)# interface e1/1
93180YC-FX3(config-if)# switchport
93180YC-FX3(config-if)# mtu 1502
ERROR: MTU can only be default or system jumbo MTU
93180YC-FX3(config-if)# mtu 9216
93180YC-FX3(config-if)# show interface e1/1 | i MTU
  MTU 9216 bytes, BW 25000000 Kbit , DLY 10 usec


L3 ポートの場合は、L3 ポート毎に設定が可能です。
なお、MTU 値は偶数である必要があります。

93180YC-FX3(config)# interface e1/1
93180YC-FX3(config-if)# no switchport
93180YC-FX3(config-if)# mtu 1501
ERROR: MTU must be an even number between 1500 and 9216
93180YC-FX3(config-if)# mtu 1502
93180YC-FX3(config-if)# show interface e1/1 | i MTU
  MTU 1502 bytes, BW 25000000 Kbit , DLY 10 usec


NXOS を使用している Nexus シリーズの MTU 設定のドキュメントは下記です。
Cisco Nexus MTU troubleshooting counters 

Nexus 9000 シリーズに関係する部分のみ、抜粋します。

Nexus 9000: All Nexus 9200 Series switches (includes 92xxx), 9300 Series switches (includes 93xxx), and 9500 Series switches

For platforms that use Per-Port MTU Configuration L2 ports can use only the System Jumbo MTU configured on the switch or 1500. By default System Jumbo MTU is 9216.

L2 ports configured with Jumbo MTU automatically updates to the new value if it is changed.

Nexus# show running-config all | i jumbomtu
system jumbomtu 9216

Nexus(config)# system jumbomtu ?
<1500-9216> Enter jumbomtu
In order to configure MTU on a per-port basis, this configuration is needed:

Nexus(config)#interface ethernet 1/1
Nexus(config-if)#mtu 9216
If an invalid value is entered, an error is returned:

Nexus(config-if)# mtu 9000
ERROR: MTU can only be default or system jumbo MTU

 

  

 

MTU 値を超過したパケットを受信した際の確認

動画中では、MTU を Default の 1500 として状態で、パケットサイズ 9000 の icmp の通信状況を確認しています。

show interface counters errors non-zero

上記を使用すると、エラーが発生しているポートでのカウンターを確認することができます。
動画では、最後に Nexus 9000 シリーズ (動画中の Hostname MTS_switch) の  interface E1/1-2 の MTU を変更することで、エラーなく通信できている所まで確認しています。

動画中では使用されておりませんでしたが、下記コマンドではある一定の範囲とはなりますが、入出力パケットサイズが確認できます。

switch # show interface e1/1 counters detailed
Ethernet1/1
  Rx Packets:                                        1546
  Rx Multicast Packets:                              1544
  Rx Broadcast Packets:                                 2
  Rx Bytes:                                        446344
  Rx Packets from 0 to 64 bytes:                        2
  Rx Packets from 256 to 511 bytes:                  1544
  Tx Packets:                                        1546
  Tx Multicast Packets:                              1544
  Tx Broadcast Packets:                                 2
  Tx Bytes:                                        446344
  Tx Packets from 0 to 64 bytes:                        2
  Tx Packets from 256 to 511 bytes:                  1544

   

参考情報

Cisco Nexus MTU troubleshooting counters 

Getting Started

検索バーにキーワード、フレーズ、または質問を入力し、お探しのものを見つけましょう

シスコ コミュニティをいち早く使いこなしていただけるよう役立つリンクをまとめました。みなさんのジャーニーがより良いものとなるようお手伝いします