The following procedure configures an LDAP server on an LDAP client device.
device# configure terminal Entering configuration mode terminal
This command places you into the LDAP server configuration submode where you can modify the server default settings.
device(config)# ldap-server host 10.24.65.6 device(config-host-10.24.65.6/mgmt-vrf)#
device(config-host-10.24.65.6/mgmt-vrf)# basedn security.brocade.com device(config-host-10.24.65.6/mgmt-vrf)# port 3890 timeout 8 device(config-host-10.24.65.6/mgmt-vrf)# retries 3
Attributes holding 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.brocade.com
device(config-host-10.24.65.6/mgmt-vrf)# exit