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

SolidFireでBond10Gに使用されるハッシュアルゴリズムに関する情報の参照先

Views:
10
Visibility:
Public
Votes:
0
Category:
element-software
Specialty:
solidfire
Last Updated:

環境

  • NetApp SFノード
  • NetApp HCIノード
  • すべてのElementバージョン

回答

Active IQに報告するすべてのノードのネットワーク設定は、次の場所にあります。
 
Active IQ --> Cluster Name --> Reporting --> API Collection -->GetNetworkConfig
2010291890 - Active IQ GetNetworkConfig.jpg
 

ネットワーク設定では、リンクアグリゲーション、 ハッシュアルゴリズム、および送信遅延が設定されています。

: 

2010291890 - Active IQ GetNetworkConfig Output.jpg

Linuxでは、「ボンディングモード」とは、複数のネットワークインターフェイスを1つの論理インターフェイス(ボンド)に統合してネットワークトラフィックを分散する方法を設定します。基本的には、選択したモードに応じて異なる物理ネットワークカード間でロードバランシングとフォールトトレランスのポリシーを定義します。モードが異なると、ネットワークのニーズに応じてさまざまなレベルの冗長性とパフォーマンスが提供されます。 

"bond-mode":"LACP",

Linux LACPボンディングでは、「bond-xmit_hash_policy」設定によって、ボンディングされたインターフェイス間でのネットワークトラフィックの分散方法が決定されます。基本的には、パケット内の特定のヘッダー情報に基づいてパケットを送信するインターフェイスの決定に使用されるアルゴリズムが定義され、ボンディングされたリンク間でのロードバランシングが可能になります。  Layer3+4:送信元IPアドレスと送信元ポートをハッシュに使用します。

"bond-xmit_hash_policy":"Layer3_4",

LinuxのLACPボンディング設定では、「bond-updelay」とは、物理インターフェイスがボンディング内のトラフィックに使用可能とみなされるまでの最小アクティブ時間を指します。基本的には、ネットワークポートの急速なフラッピングによる問題を回避するための遅延として機能します。

"bond-updelay":"200",

 

追加情報

ボンディング-リンクアグリゲーションの一般情報
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.

 

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