Skip to main content
NetApp Knowledge Base

How we can know that LDAPS is working?

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

Applies to

  • ONTAP 9
  • LDAPS

Answer

  • Collect packet traces where the connection between the LDAP server and the SVM can be filtered and investigated
  • From Wireshark filter by  TLS protocol and check the TCP port used for the communication.
  • Normal LDAPS communication is on port 636 and should look like in the example:
 
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.