AAA Commands
OmniSwitch 6250 CLI Reference Guide November 2009 page 43-7
aaa ldap-server
Configures or modifies an LDAP server for Authenticated Switch Access.
aaa ldap-server server_name [host {hostname | ip_address} [{hostname2 | ip_address2}]] [dn dn_name]
[password super_password] [base search_base] [retransmit retries] [timeout seconds] [ssl | no ssl]
[port port]
no aaa ldap-server server-name
Syntax Definitions
server_name The name of the LDAP server.
hostname The host name (DNS) of the primary LDAP server. The host name or IP
address is required when creating a new server.
ip_address The IP address of the primary LDAP server.
hostname2 The host name (DNS) of the backup LDAP server.
ip_address2 The IP address of a backup host for the LDAP server.
dn_name The super-user or administrative distinguished name in the format
recognized by the LDAP-enabled directory servers. For example:
cn=manager. Must be different from the search-base name and must be
in a format supported by the server. Required when creating a new
server.
super_password The super-user password recognized by the LDAP-enabled directory
servers. The password may be clear text or hexadecimal format.
Required when creating a new server.
search_base The search base recognized by the LDAP-enabled directory servers. For
example, o=company or c=country. Must be different from the
dn_name. Required when creating a new server.
retries The number of retries the switch makes to the LDAP server to authenti-
cate a user before trying the backup server.
seconds The timeout in seconds for server replies to authentication requests from
the switch.
ssl Enables a secure switch layer (SSL) between the switch and the LDAP
server.
no ssl Disables a secure switch layer (SSL) between the switch and the LDAP
server.
port The port number for the primary LDAP server and any backup server.
Must match the port number configured on the server.