show logging server

Use this command to display the Syslog configuration for a particular server.

Syntax

show logging server [index]

Parameters

index (Optional) Displays Syslog information pertaining to a specific server table entry. Valid values are 1-8.

Defaults

If index is not specified, all Syslog server information will be displayed.

Mode

All command modes.

Example

This example shows how to display Syslog server configuration information. For an explanation of the command output, refer back to show logging all Output Details.

System(rw)->show logging server
 Server Index: 1
   IP Address: 2001:4000::a00:27ff:fee7:3cd6
   Facility: local4
   Severity: debugging(8)
   Description: default
   Port: 514
   Status: enabled
System(rw)->

show logging server Output Details provides an explanation of the command output.

Click to expand in new window

show logging server Output Details

Output... What it displays...
Server Index Index number of the server for the information that follows.
IP Address Syslog server‘s IP address. For details on setting this using the set logging server command, refer to set logging server.
Facility Syslog facility that will be encoded in messages sent to this server. Valid values are: local0 to local7.
Severity Severity level at which the server is logging messages.
Description Text string description of this facility/server.
Port UDP port the client uses to send to the server.
Status Whether or not this Syslog configuration is currently enabled or disabled.