C613-50631-01 Rev A Command Reference for IE340 Series 2415
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
LIGHTWEIGHT DIRECTORY ACCESS PROTOCOL (LDAP) COMMANDS
RETRANSMIT
(LDAP-SERVER)
retransmit (ldap-server)
Overview Use this command to configure the number of times a device will attempt to
reconnect to the LDAP server before aborting.
Use the no variant of this command to reset the reconnect attempts to the default
value of 3.
Syntax
retransmit <0-100>
no retransmit
Default 3 times
Mode LDAP Server Configuration
Example To set the number of reconnect attempts for the LDAP server called ‘Server1’ to 5
attempts, use the commands:
awplus# configure terminal
awplus(config)# ldap-server Server1
awplus(config-ldap-server)# retransmit 5
To reset the number of reconnect attempts for ‘Server1’ to 3 attempts, use the
commands:
awplus# configure terminal
awplus(config)# ldap-server Server1
awplus(config-ldap-server)# no retransmit
Related
commands
deadtime (ldap-server)
host (ldap-server)
ldap-server
port (ldap-server)
timeout (ldap-server)
Command
changes
Version 5.5.2-1.1: command added
Parameter Description
<0-100> The number of times the device will attempt to reconnect to the
LDAP server.