メインコンテンツまでスキップ

ONTAP は、 IPv4 ポイントツーポイントリンクの 31 ビットサブネットマスクをサポートしていますか。

Views:
157
Visibility:
Public
Votes:
0
Category:
ontap-9
Specialty:
nas
Last Updated:

に適用されます

ONTAP 9

回答

  • ONTAP は 31 ビットのサブネットマスク( /31 )をサポート
  • ONTAP のインターフェイスに割り当てることができるのは、ポイントツーポイント範囲の 2 番目の IP だけです
  • 31 ビットのサブネットマスクを使用した LIF への TCP トラフィックは、 ONTAP 9.8 以降では機能しません
    • ONTAP 9.8 では、 TCP トラフィックを許可するバグ 1326644 の修正が導入されています
  • 追加情報

  • 望ましいポイントツーポイントサブネットは 192.168.1.0/31 です
  • ONTAP には 192.168.1.1 を割り当てることができます
  • ONTAP には、 192.168.1.0
    • 割り当てはで失敗します Error: command failed: Netmask and address pair result in a network address
  • 最初のコマンドが失敗したが、 2 番目のコマンドは上記のように成功する
 cluster1::> network interface create -vserver svm1 -lif p2p -address 192.168.1.0 -netmask 255.255.255.254 Error: command failed: Netmask and address pair result in a network address cluster1::> network interface create -vserver svm1 -lif p2p -address 192.168.1.1 -netmask 255.255.255.254 cluster::> 

 

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.
  • この記事は役に立ちましたか?