350-601 · Question #120
An engineer is configuring AAA authentication on an MDS 9000 switch. The LDAP server is located under the IP 10.10.2.2. The data sent to the LDAP server should be encrypted. Which command should be us
The correct answer is A. Idap-server host 10.10.2.2 enable-ssl. Example: switch(config)# ldap-server host 10.10.2.2 enable-ssl The enable-ssl keyword ensures the integrity and confidentiality of the transferred data by causing the LDAP client to establish a Secure Sockets Layer (SSL) session prior to sending the bind or search request.
Question
An engineer is configuring AAA authentication on an MDS 9000 switch. The LDAP server is located under the IP 10.10.2.2. The data sent to the LDAP server should be encrypted. Which command should be used to meet these requirements?
Options
- AIdap-server host 10.10.2.2 enable-ssl
- BIdap-server 10.10.2.2 port 443
- CIdap server host 10.10.2.2 key SSL_KEY
- DIdap-server 10.10.2.2 key SSL_KEY
How the community answered
(20 responses)- A90% (18)
- C5% (1)
- D5% (1)
Explanation
Example: switch(config)# ldap-server host 10.10.2.2 enable-ssl The enable-ssl keyword ensures the integrity and confidentiality of the transferred data by causing the LDAP client to establish a Secure Sockets Layer (SSL) session prior to sending the bind or search request.
Topics
Community Discussion
No community discussion yet for this question.