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

LDAPS が機能していることを知るにはどうすればよいですか。

Views:
127
Visibility:
Public
Votes:
0
Category:
ontap-9
Specialty:
cifs
Last Updated:

環境

  • ONTAP 9
  • LDAPS

回答

  • LDAP サーバと SVM 間の接続をフィルタリングして調査できるパケットトレースを収集します
  • Wireshark フィルタから TLS プロトコルを使用して、通信に使用する TCP ポートを確認します。
  • 通常の LDAPS 通信はポート 636 で行われます。この例では、次のようになります。
 
Source          Destination    Protocol Src. Port  Dest. Port Info
192.168.90.132   192.168.90.55   TLSv1.2  19322     636     Client Hello
192.168.90.55    192.168.90.132  TLSv1.2  636       19322    Server Hello, Certificate, Server Key Exchange, Certificate Request, Server Hello Done
192.168.90.132   192.168.90.55   TLSv1.2  19322     636     Certificate, Client Key Exchange, Change Cipher Spec, Encrypted Handshake Message
192.168.90.55    192.168.90.132  TLSv1.2  636       19322    Change Cipher Spec, Encrypted Handshake Message
192.168.90.132   192.168.90.55   TLSv1.2  19322     636     Application Data
192.168.90.55    192.168.90.132  TLSv1.2  636       19322    Application Data
192.168.90.132   192.168.90.55   TLSv1.2  19322     636     Application Data
192.168.90.55    192.168.90.132  TLSv1.2  636       19322    Application Data
192.168.90.132   192.168.90.55   TLSv1.2  19322     636     Application Data
192.168.90.55    192.168.90.132  TLSv1.2  636       19322    Application Data
192.168.90.132   192.168.90.55   TLSv1.2  19322     636     Application Data
192.168.90.55    192.168.90.132  TLSv1.2  636       19322    Application Data
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.