DETAILED STEPS
Purpose
Command or Action
Enters global configuration mode.
configure terminal
Example:
Step 1
switch# configure terminal
switch(config)#
Configures the global dead-time interval. The default value
is 0 minutes. The range is from 1 to 60 minutes.
[
no
]
ldap-server deadtime minutes
Example:
Step 2
switch(config)# ldap-server deadtime 5
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
, on page 110
Configuring AAA Authorization on LDAP Servers
You can configure the default AAA authorization method for LDAP servers.
Before you begin
Enable LDAP.
SUMMARY STEPS
1.
configure terminal
2.
aaa authorization
{
ssh-certificate
|
ssh-publickey
}
default
{
group group-list
|
local
}
3.
(Optional)
show aaa authorization
[
all
]
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)#
Cisco Nexus 9000 Series NX-OS Security Configuration Guide, Release 9.x
121
Configuring LDAP
Configuring AAA Authorization on LDAP Servers