C613-50631-01 Rev A Command Reference for IE340 Series 2414
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
LIGHTWEIGHT DIRECTORY ACCESS PROTOCOL (LDAP) COMMANDS
PORT
(LDAP-SERVER)
port (ldap-server)
Overview Use this command to configure the port you are using to connect to the remote
LDAP server.
Note that if secure ciphers are enabled, then the secure port is used instead. Secure
ciphers are configured with the secure mode (ldap-server) command.
Use the no variant of this command to reset the port number to the default (389).
Syntax
port <1-65535>
no port
Default 389
Mode LDAP Server Configuration
Example To set the port for the LDAP server called ‘Server1’ to 1579, use the commands:
awplus# configure terminal
awplus(config)# ldap-server Server1
awplus(config-ldap-server)# port 1579
To reset the port for ‘Server1’ to the default of 389, use the commands:
awplus# configure terminal
awplus(config)# ldap-server Server1
awplus(config-ldap-server)# no port
Related
commands
deadtime (ldap-server)
host (ldap-server)
ldap-server
retransmit (ldap-server)
secure cipher (ldap-server)
secure mode (ldap-server)
secure trustpoint (ldap-server)
show ldap server group
timeout (ldap-server)
Command
changes
Version 5.5.2-1.1: command added
Parameter Description
<1-65535> Port number from 1 through 65535.