C613-50631-01 Rev A Command Reference for IE340 Series 2426
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
LIGHTWEIGHT DIRECTORY ACCESS PROTOCOL (LDAP) COMMANDS
TIMEOUT
(LDAP-SERVER)
timeout (ldap-server)
Overview Use this command to set the time to wait for a connection before reattempting to
connect to the LDAP server.
Use the no variant of this command to reset the timeout back to the default value.
Syntax
timeout <1-1000>
no timeout
Default 5 seconds
Mode LDAP Server Configuration
Example To set the server timeout for the LDAP server called ‘Server1’ to 10 seconds, use the
commands:
awplus# configure terminal
awplus(config)# ldap-server Server1
awplus(config-ldap-server)# timeout 10
To set the server timeout for ‘Server1’ to the default, use the commands:
awplus# configure terminal
awplus(config)# ldap-server Server1
awplus(config-ldap-server)# no timeout
Related
commands
deadtime (ldap-server)
host (ldap-server)
ldap-server
port (ldap-server)
retransmit (ldap-server)
Command
changes
Version 5.5.2-1.1: command added
Parameter Description
<1-1000> The number of seconds to wait for a connection before
reattempting to connect to the LDAP server.