A-132
CLI Reference Guide for the Cisco Secure Access Control System 5.1
OL-18996-01
Appendix A ACS Command Reference
Configuration Commands
Examples
Example 1
acs/admin(config)#
logging 209.165.200.225
acs/admin(config)#
Example 2
acs/admin(config)#
logging loglevel 0
acs/admin(config)#
Related Commands
ntp server
To allow for software clock synchronization by the Network Time Protocol (NTP) server for the system,
use the
ntp server
command in Configuration mode. Allows up to two servers. To disable this capability,
use the
no
form of this command.
ntp server
{
ip-address
|
hostname
} [
ip-address
|
hostname
]
Syntax Description
Defaults
No servers are configured by default.
Command Modes
Configuration
Usage Guidelines
Use this command if you want to allow the system to synchronize with a specified server.
To terminate NTP service on a device, you must enter the
no ntp
command without keywords or
arguments. For example, if you previously issued the
ntp server
command and you now want to remove
not only the server synchronization capability, but all NTP functions from the device, use the
no ntp
command without any keywords. This ensures that all NTP functions disable and that the NTP service
also terminates.
Note
This command will give conflicting information during the sync process. The sync process can take up
to 20 minutes to complete.
Examples
acs/admin(config)#
ntp server 209.165.201.31
NTP Server was modified. You must restart ACS.
Do you want to restart ACS now? (yes/no) yes
Stopping ACS ......................
Starting ACS ......................
Command
Description
show logging
Displays list of logs for the system.
ip-address
|
hostname
IP address or hostname of the server providing the clock synchronization.
Arguments are limited to 255 alphanumeric characters.