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

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

Views:
50
Visibility:
Public
Votes:
0
Category:
ontap-9
Specialty:
CORE
Last Updated:

環境

ONTAP 9

回答

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

例:

  1. 2つのノードにまたがる4つのポートが、ストレージ側のブロードキャストドメインtestに属するように設定されている 
    • node1:e0a
    • node1:e0b
    • node2:e0a 
    • node2:e0b
  2. スイッチ側では、4つのポートすべてがスイッチ側VLAN 10に設定されている必要があります。
    • 誤って、  スイッチ側のVLAN 20に1つのポートnode2:e0b が設定されている
  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. この例では、ストレージ側で設定されたブロードキャストドメインがスイッチ側で設定されたブロードキャストドメインと一致しません。
    • ストレージ側の構成では、すべてのポートが単一のブロードキャストドメイン内でテストされるため、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ポートです。

追加情報

AdditionalInformation_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.

 

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