Managing Authentication Servers Verifying the Authentication Server Configuration
OmniSwitch AOS Release 8 Network Configuration Guide December 2017 page 31-27
To set up SSL on the server, specify ssl with the aaa ldap-server command:
-> aaa ldap-server ldap2 ssl
The switch automatically sets the port number to 636 when SSL is enabled. The 636 port number is
typically used on LDAP servers for SSL. The port number on the switch must match the port number
configured on the server. If the port number on the server is different from the default, use the aaa ldap-
server command with the port keyword to configure the port number. For example, if the server port
number is 635, enter the following:
-> aaa ldap-server ldap2 port 635
The switch can now communicate with the server on port 635.
To remove SSL from the server, use no with the ssl keyword. For example:
-> aaa ldap-server ldap2 no ssl
SSL is now disabled for the server.
Removing an LDAP Authentication Server
To delete an LDAP server from the switch configuration, use the no form of the command with the
relevant server name.
-> no aaa ldap-server topanga5
The topanga5 server is removed from the configuration.
Verifying the Authentication Server Configuration
To display information about authentication servers, use the following command:
An example of the output for this command is given in “Quick Steps For Configuring Authentication
Servers” on page 31-4. For more information about the output of this command, see the OmniSwitch AOS
Release 8 CLI Reference Guide.
show aaa server Displays information about a particular AAA server or AAA servers.