SUMMARY STEPS
1.
configure terminal
2.
aaa group server group-name
3.
server
{
ipv4-address
|
ipv6-address
|
hostname
}
4.
exit
5.
(Optional)
show tacacs-server groups
6.
(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)#
Creates a server group and enters the
server group configuration mode for that group.
aaa group server group-name
Example:
Step 2
switch(config)#
aaa group server TacServer
switch(config-)#
Configures the server as a member of the
server group.
server
{
ipv4-address
|
ipv6-address
|
hostname
}
Example:
Step 3
If the specified server is not found, configure
it using the
tacacs-server host
command and retry this
command.
switch(config-)#
server 10.10.2.2
Exits server group configuration mode.
exit
Example:
Step 4
switch(config-)#
exit
switch(config)#
Displays the server group configuration.
(Optional)
show tacacs-server groups
Example:
Step 5
switch(config)#
show tacacs-server groups
Copies the running configuration to the startup
configuration.
(Optional)
copy running-config startup-config
Example:
Step 6
switch(config)#
copy running-config startup-config
Related Topics
, on page 73
, on page 10
, on page 73
Configuring the Dead-Time Interval
, on page 87
Cisco Nexus 9000 Series NX-OS Security Configuration Guide, Release 9.x
78
Configuring
Configuring Server Groups