メインコンテンツへスキップ

ONTAP 9のネットワークレイヤ2の到達可能性要件は何ですか?

Views:
72
Visibility:
Public
Votes:
0
Category:
ontap-9
Specialty:
core
Last Updated:

環境

ONTAP 9

回答

  • OSIレイヤ2の到達可能性の問題を特定するために、L2アルゴリズムを使用して、同じブロードキャストドメインに属するクラスタ内の他のポートのMACアドレスにpingを実行します。
  • L2 pingは 接続障害管理 (CFM)フレームを送信することによって実行されます
  • ポートは、設定されたブロードキャストドメイン内の他のポートからCFMフレームを受信すると「正常」とみなされます
  • ポートは、設定されたブロードキャストドメインからCFMフレームを受信しない場合、自身を「劣化」とみなします

例:

  1. 2つのノードにわたる4つのポートは、ストレージ側ブロードキャストドメインTESTに属するように構成されています 
    • node1:e0a
    • node1:e0b
    • node2:e0a 
    • node2:e0b
  2. スイッチ側では、4つのポートすべてがスイッチ側VLAN 10に設定されることが期待されます
    • 誤って、1つのポート node2:e0b がスイッチ側VLAN 20に設定されている
  3. VLAN 10 上の 3 つのポートは相互に L2 ping を実行でき、正常としてマークされます。
    • node1:e0a on VLAN10では、ストレージ側ブロードキャストドメインTESTに属する他のポートに向けてCFMフレームを送信します
    • スイッチはCFMフレームをVLAN 10のポートに正常に転送します
    • node1:e0a は正常としてマークされます
    • このプロセスはポート node1:e0b および node2:e0aに対して繰り返されます 
  4. VLAN 20 内にあるため、VLAN 20 のポート node2:e0b は他の 3 つのポートに L2 ping を実行できず、劣化としてマークされます。
    • node2:e0b on VLAN20では、ストレージ側ブロードキャストドメインTESTに属する他のポートに向けてCFMフレームを送信します
    • スイッチはVLAN 20からVLAN 10にトラフィックを転送するように設定されていないため、CFMフレームはVLAN 10のポートを読み取りません
    • node2:e0b は劣化としてマークされています
  5. この例では、ストレージ側で設定されたブロードキャストドメインがスイッチ側で設定されたブロードキャストドメインと一致しません
    • ストレージ側の設定によると、ポートはすべて単一のブロードキャストドメインTEST内にあるため、L2到達可能であると予想されます
    • スイッチ側の設定によると、ポートは2つの別々のブロードキャストドメインVLAN 10とVLAN 20に分散されているため、L2接続がありません
    • ONTAPがストレージ側とスイッチ側のブロードキャストドメイン設定が一致しないことを検出したため、ポートは劣化としてマークされました


::*> broadcast-domain show -broadcast-domain TEST
  (network port broadcast-domain show)
IPspace Broadcast                                         Update
Name    Domain Name    MTU  Port List                     Status Details
------- ----------- ------  ----------------------------- --------------
Default TEST       1500
                            node1:e0a               complete
                            node1:e0b               complete
                            node2:e0a               complete
                            node2:e0b               complete


::> net port show -health
  (network port show)
                          Health
Node       Port      Link Status   Degraded Reasons
--------   --------- ---- -------- -----------------------
node1
           e0a       up   healthy  -
           e0b       up   healthy  -

node2
           e0a       up   healthy  -
           e0b       up   degraded l2_reachability
 

注: node2:e0b はスイッチ側の VLAN 20 ポートです。

追加情報

追加情報_text

NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.

 

  • この記事は役に立ちましたか?