7.
(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 TCP port to use for messages to
the server. The default TCP port is 49. The range is from 1
to 65535.
tacacs-server host
{
ipv4-address
|
ipv6-address
|
hostname
}
port tcp-port
Example:
Step 2
switch(config)#
tacacs-server host 10.10.1.1 port
2
Displays the configuration pending for
distribution.
(Optional)
show
{
pending
|
pending-diff
}
Example:
Step 3
switch(config)#
show distribution pending
Applies the configuration changes in the
temporary database to the running configuration.
(Optional)
commit
Example:
Step 4
switch(config)#
commit
Exits configuration mode.
exit
Example:
Step 5
switch(config)#
exit
switch#
Displays the server configuration.
(Optional)
show tacacs-server
Example:
Step 6
switch#
show tacacs-server
Copies the running configuration to the startup
configuration.
(Optional)
copy running-config startup-config
Example:
Step 7
switch#
copy running-config startup-config
Related Topics
, on page 73
Configuring Global Periodic Server Monitoring
You can monitor the availability of all servers without having to configure the test parameters for
each server individually. Any servers for which test parameters are not configured are monitored using the
global level parameters.
Cisco Nexus 9000 Series NX-OS Security Configuration Guide, Release 9.x
83
Configuring
Configuring Global Periodic Server Monitoring