Related Topics
, on page 110
Configuring the Timeout Interval for an LDAP Server
, on page 116
Configuring the Timeout Interval for an LDAP Server
, on page 116
Configuring the Timeout Interval for an LDAP Server
You can set a timeout interval that determines how long the Cisco NX-OS device waits for responses from
an LDAP server before declaring a timeout failure.
Before you begin
Enable LDAP.
SUMMARY STEPS
1.
configure terminal
2.
[
no
]
ldap-server host
{
ipv4-address
|
ipv6-address
|
hostname
}
timeout seconds
3.
(Optional)
show ldap-server
4.
(Optional)
copy running-config startup-config
DETAILED STEPS
Purpose
Command or Action
Enters global configuration mode.
configure terminal
Example:
Step 1
switch# configure terminal
switch(config)#
Specifies the timeout interval for a specific server. The
default is the global value.
[
no
]
ldap-server host
{
ipv4-address
|
ipv6-address
|
hostname
}
timeout seconds
Step 2
Example:
The timeout interval value specified for an LDAP
server overrides the global timeout interval value
specified for all LDAP servers.
Note
switch(config)# ldap-server host server1 timeout
10
Displays the LDAP server configuration.
(Optional)
show ldap-server
Example:
Step 3
switch(config)# show ldap-server
Copies the running configuration to the startup
configuration.
(Optional)
copy running-config startup-config
Example:
Step 4
switch(config)# copy running-config startup-config
Related Topics
Configuring the Global LDAP Timeout Interval
, on page 115
, on page 110
Configuring the Global LDAP Timeout Interval
, on page 115
Cisco Nexus 9000 Series NX-OS Security Configuration Guide, Release 9.x
116
Configuring LDAP
Configuring the Timeout Interval for an LDAP Server