ldap server-set connection
Configure the LDAP connection parameters.
Privilege Level
Security Administrator, Administrator
Command Mode
Exec > Global Configuration
Syntax
connection ldap_address port_number { auto-reconnect { false | true } | bind-timeout-ms bind_timeout | connection-rule connection_rule | priority priority_number | timeout-ms timeout }
ldap_address
Specify the address of the LDAP server.
Must be a string.
connection port_number
Specify the port number of the LDAP server.
Must be an integer.
priority priority_number
Specify the priority of the LDAP server set.
Must be an integer.
Default Value: 100.
connection-rule connection_algorithm
Specify the connection algorithm.
Must be one of the following:
FASTEST
ROUND_ROBIN
Default Value: ROUND_ROBIN.
auto-reconnect { false | true }
Specify to enable or disable auto reconnect to LDAP hosts.
Must be either "false" or "true".
Default Value: true.
timeout-ms timeout
Specify the timeout period for calls to LDAP in milliseconds.
Must be an integer.
Default Value: 200.
bind-timeout-ms bind_timeout
Specify the timeout period for bind calls to LDAP in milliseconds.
Must be an integer.
Default Value: 2000.
Usage Guidelines
Use this command to configure the LDAP connection parameters.