Users Guide

Table Of Contents
Usage information Use the logging security-profile command to specify the congured crypto security prole to use to
send system messages to a remote server over TLS. TLS requires an X.509v3 certicate-key pair to be installed on
the switch.
Example
OS10(config)# logging security-profile prof1
Supported releases 10.5.0.0 or later
logging server
Congures a remote syslog server.
Syntax
logging server {hostname | ipv4–address | ipv6–address} [tcp | udp | tls]
[port-number] [severity severity-level] [vrf {management | vrf-name]
Parameters
hostname | ipv4–address | ipv6–address — (Optional) Enter the hostname or IPv4/IPv6
address of the logging server.
tcp | udp | tls port-number — (Optional) Send syslog messages using TCP, UDP, or TLS transport
to a specied port on a remote logging server, from 1 to 65535.
severity-level — (Optional) Set the logging threshold severity:
log-emerg — System as unusable.
log-alert — Immediate action is needed.
log-crit — Critical conditions.
log-err — Error conditions.
log-warning — Warning conditions.
log-notice — Normal but signicant conditions, the default.
log-info — Informational messages.
log-debug — Debug messages.
vrf {management | vrf-name} — (Optional) Congure the logging server for the management or a
specied VRF instance.
Defaults
System logging to a remote server is not congured. When congured, system messages are sent over UDP to
port 514 on a remote logging server by default. System messages of severity-level log-notice and lower are
sent.
Command Mode
CONFIGURATION
Usage Information Use the logging server command to forward log messages to syslog servers for storage. The no version of
this command deletes the syslog server.
The tls option requires that a valid security prole is already congured with the logging security-
profile
command. If you delete the logging security prole, system messages are sent using UDP (default) to a
remote syslog server.
Example
OS10(config)# logging server dell.com severity log-info
OS10(config)# logging server fda8:6c3:ce53:a890::2 tcp 1468
OS10(config)# logging server dell.com vrf management severity log-debug
Supported Releases 10.5.0.0 or later
Troubleshoot OS10 1369