Cisco Nexus 5000 Series Configuration Manual page 61

Nx-os security configuration guide
Hide thumbs Also See for Nexus 5000 Series:
Table of Contents

Advertisement

Configuring TACACS+
SUMMARY STEPS
1. switch# configure terminal
2. switch(config)# aaa group server tacacs+ group-name
3. switch(config-tacacs+)# server {ipv4-address | ipv6-address | host-name}
4. (Optional) switch(config-tacacs+)# deadtime minutes
5. (Optional) switch(config-tacacs+)# source-interface interface
6. switch(config-tacacs+)# exit
7. (Optional) switch(config)# show tacacs-server groups
8. (Optional) switch(config)# copy running-config startup-config
DETAILED STEPS
Command or Action
Step 1
switch# configure terminal
Step 2
switch(config)# aaa group server tacacs+
group-name
Step 3
switch(config-tacacs+)# server {ipv4-address
| ipv6-address | host-name}
Step 4
switch(config-tacacs+)# deadtime minutes
Example:
Step 5
switch(config-tacacs+)# source-interface
interface
Example:
switch(config-tacacs+)#
source-interface mgmt 0
Step 6
switch(config-tacacs+)# exit
Step 7
switch(config)# show tacacs-server groups
Step 8
switch(config)# copy running-config
startup-config
OL-20919-01
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 group is
Note
greater than zero (0), that value takes precedence over the
global dead-time value.
(Optional)
Assigns a source interface for a specific TACACS+ server group.
The supported interface types are management and VLAN.
Use the source-interface command to override the global
Note
source interface assigned by the ip tacacs source-interface
command.
Exits configuration mode.
(Optional)
Displays the TACACS+ server group configuration.
(Optional)
Copies the running configuration to the startup configuration.
Cisco Nexus 5000 Series NX-OS Security Configuration Guide
Configuring TACACS+ Server Groups
49

Advertisement

Table of Contents
loading

Table of Contents