Describes how Cisco 8000 Series Routers use Transport Layer Security (TLS) to send system log messages to a remote syslog server over a trusted channel.
Secure logging over Transport Layer Security (TLS) is a method that
-
sends system log messages from the router to a remote syslog server through an encrypted and authenticated channel
-
preserves logs outside the router because the router’s local logging buffer is limited and does not retain logs across reboots, and
-
replaces unsecured User Datagram Protocol (UDP) transport with a channel that authenticates the server and client, encrypts transferred syslog data, and verifies data integrity.
Secure logging components
The router acts as the TLS client, and the remote syslog server acts as the TLS server. TLS runs over Transmission Control Protocol (TCP), so the router completes the TCP handshake before it begins the TLS handshake.
Secure logging uses RFC 5425, Transport Layer Security Transport Mapping for Syslog.