Skip to main content
本繁體中文版使用機器翻譯,譯文僅供參考,若與英文版本牴觸,應以英文版本為準。

從現有的對等關係移除叢集對等加密

貢獻者

根據預設、ONTAP 叢集對等加密功能會在所有在支援支援支援支援的對等關係上啟用。如果您不想使用加密來進行跨叢集對等通訊、可以停用加密。

步驟
  1. 在目的地叢集上、修改與來源叢集的通訊、以停止使用叢集對等加密:

    • 若要移除加密、但保留驗證、請輸入:

      cluster peer modify _source_cluster_ -auth-status-admin use-authentication -encryption-protocol-proposed none
    • 若要移除加密與驗證、請輸入:

      cluster peer modify _source_cluster_ -auth-status no-authentication
  2. 出現提示時、請輸入通關密碼。

  3. 在來源叢集上、停用與目的地叢集通訊的加密:

    • 若要移除加密、但保留驗證、請輸入:

      cluster peer modify _destination_cluster_ -auth-status-admin use-authentication -encryption-protocol-proposed none
    • 若要移除加密與驗證、請輸入:

      cluster peer modify _destination_cluster_ -auth-status no-authentication
  4. 出現提示時、請輸入在目的地叢集上輸入的相同通關密碼。