Specifications
3-544
Cisco Wide Area Application Services Command Reference
OL-21611-01
Chapter 3 CLI Commands
(config) logging host
(config) logging host
To configure system logging to a remote host, use the logging host global configuration command. To
disable logging functions, use the no form of this command.
logging host {hostname | ip-address} [port port_num | priority loglevel | rate-limit message_rate]
no logging host {hostname | ip-address} [port port_num | priority loglevel | rate-limit
message_rate]
Syntax Description
Defaults Logging: on
Priority of message for a host: warning (4)
Command Modes global configuration
Device Modes application-accelerator
central-manager
host Sets system logging to a remote host.
hostname Hostname of the remote syslog host. Specify up to four remote syslog hosts.
Note To specify more than one syslog host, use multiple command lines;
specify one host per command.
ip-address IP address of the remote syslog host. Specify up to four remote syslog hosts.
Note To specify more than one syslog host, use multiple command lines;
specify one host per command.
port port_num (Optional) Specifies the port to be used when logging to a host. The default
port is 514.
priority loglevel Sets which priority level messages to send. Use one of the following
keywords or you can specify the numeric priority:
• alert—Immediate action needed. Priority 1.
• critical—Immediate action needed. Priority 2.
• debug—Debugging messages. Priority 7.
• emergency—System is unusable. Priority 0.
• error—Error conditions. Priority 3.
• information—Informational messages. Priority 6.
• notice—Normal but significant conditions. Priority 5.
• warning—Warning conditions. Priority 4.
rate-limit
message_rate
(Optional) Sets the rate limit (in messages per second) for sending messages
to a host. Rate limit is 0-10000 (in messages per second). Setting the rate
limit to 0 disables rate limiting.