API Guide

Control plane
The control plane includes monitoring, route table updates, and the dynamic operation of the system.
System clock rules
These system clock rules enforce device time and timestamp settings.
Set the timezone to Coordinated Universal Time (UTC)
Rationale: By default, the system time zone is set to UTC. If the default time zone is changed, set it to UTC. Setting the
system time zone to UTC eliminates difficulty troubleshooting issues across different time zones.
Configuration:
OS10(config)# clock timezone standard-timezone UTC
OS10(config)# exit
OS10# write memory
Logging rules
Logging can be used to for error and information notification, security auditing, and network forensics.
Enable logging on the console
Rationale: Enable logging to the console and restrict the severity to critical so that log messages do not affect system
performance.
Configuration:
OS10(config)# logging console enable
OS10(config)# logging console severity log-crit
OS10(config)# exit
OS10# write memory
Enable logging to a syslog server over TLS
Rationale: Enable logging to a syslog server, and secure the connection using TLS.
Configuration:
OS10(config)# logging server {hostname | ipv4address | ipv6address} tls [port-number]
[severity severity-level] [vrf {management | vrf-name]
OS10(config)# exit
OS10# write memory
ipv4address | ipv6address(Optional) Enter the IPv4 or IPv6 address of the logging server.
tls port-number(Optional) Send syslog messages using TCP, UDP, or TLS transport to a specified port on a remote
logging server, from 1 to 65535.
severity-level(Optional) Set the logging threshold severity:
log-emergSystem is unusable.
log-alertImmediate action is needed.
log-critCritical conditions
log-errError conditions
log-warningWarning conditions
log-noticeNormal, but significant conditions (default)
log-infoInformational messages
log-debugDebug messages
vrf {management | vrf-name}(Optional) Configure the logging server for the management or a specified VRF
instance.
For more information about configuring X.509v3 PKI certificates, see the Dell EMC SmartFabric OS10 User Guide.
OS10 security best practices
19