Configuring Tacacs+ Server Groups - Cisco AP775A - Nexus Converged Network Switch 5010 Configuration Manual

Cli software configuration guide
Hide thumbs Also See for AP775A - Nexus Converged Network Switch 5010:
Table of Contents

Advertisement

About Configuring TACACS+
Step 5
The following example shows how to configure the TACACS+ preshared keys:
switch# configure terminal
switch(config)# tacacs-server host 10.10.1.1 key 0 PlIjUhYg
switch(config)# exit
switch# show tacacs-server
switch# copy running-config startup-config

Configuring TACACS+ Server Groups

You can specify one or more remote AAA servers to authenticate users using server groups. All members of
a group must belong to the TACACS+ protocol. The servers are tried in the same order in which you configure
them.
You can configure these server groups at any time but they only take effect when you apply them to an AAA
service.
To configure TACACS+ server groups, perform this task:
Procedure
Step 1
Step 2
Step 3
Step 4
Step 5
OL-16597-01
Command or Action
switch# copy running-config
startup-config
Command or Action
switch# configure terminal
switch(config)# aaa group server
tacacs+ group-name
switch(config-tacacs+)# server
{ipv4-address | ipv6-address |
host-name}
switch(config-tacacs+)# deadtime
minutes
switch(config-tacacs+)# exit
Cisco Nexus 5000 Series Switch CLI Software Configuration Guide
Configuring TACACS+ Server Groups
Purpose
The preshared keys are saved in encrypted form
Note
in the running configuration. Use the show
running-config command to display the
encrypted preshared keys.
(Optional)
Copies the running configuration to the startup
configuration.
Purpose
Enters configuration mode.
Creates a TACACS+ server group and enters the
TACACS+ server group configuration mode for that
group.
Configures the TACACS+ server as a member of the
TACACS+ server group.
If the specified TACACS+ server is not found, configure
it using the tacacs-server host command and retry this
command.
(Optional)
Configures the monitoring dead time. The default is 0
minutes. The range is from 0 through 1440.
If the dead-time interval for a TACACS+ server
Note
group is greater than zero (0), that value takes
precedence over the global dead-time value.
Exits configuration mode.
261

Advertisement

Table of Contents
loading

Table of Contents