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