Configures an LDAP server to connect for external or remote authentication.
By default, the LDAP server is not configured.
Global configuration mode
Use this command to set up or change a connection to the Lightweight Directory Access Protocol (LDAP) server host. A maximum of 5 LDAP servers can be configured on a device.
Use the no ldap-server host form of the command to delete the server configuration.
When a source interface is not specified, the default source is the IP address of the interface from which the packet egresses.
If, at run time, the source interface is not up or the IP address for the source interface was not configured, the command behaves as though the source interface was not configured.
Invoking no on an attribute sets the attribute with its default value.
This example adds an LDAP server on port 3890 with retries set to 3.
device(config)# ldap-server host 10.24.65.6 device(config-host-10.24.65.6/mgmt-vrf)# domain sec.extreme.com port 3890 retries 3
This example changes the domain in an existing configuration.
device(config)# ldap-server host 10.24.65.6 device(config-host-10.24.65.6/mgmt-vrf)# domain security.extreme.com
This example deletes an LDAP server.
device(config)# no ldap-server host 10.24.65.6
This example resets the retries attribute to the default value.
device(config)# ldap-server host 10.24.65.6 device(config-host-10.24.65.6/mgmt-vrf)# no retries
This example shows how attributes that hold default values are not displayed.
device(config-host-10.24.65.6/mgmt-vrf)# do show running-config ldap-server host 10.24.65.6 ldap-server host 10.24.65.6 use-vrf mgmt-vrf port 3890 retries 3 timeout 8 basedn security.extreme.comThis example configures an Ethernet interface as the source interface.
device(config)# ldap-server host 10.1.1.100 device(config-host-10.1.1.100/mgmt-vrf)# source-interface ethernet 0/1This example configures a VE interface as the source interface.
device(config)# ldap-server host 10.1.1.100 device(config-host-10.1.1.100/mgmt-vrf)# source-interface ve 10