Skip to content

User interface Quote by Wendell Odom

“Storing Log Messages for Later Review With logging to the console and to terminals, an event happens, IOS sends the messages to the console and terminal sessions, and then IOS can discard the message. However, clearly, it would be useful to keep a copy of the log messages for later review, so IOS…” quote by Wendell Odom
Download Open image
““Storing Log Messages for Later Review With logging to the console and to terminals, an event happens, IOS sends the messages to the console and terminal sessions, and then IOS can discard the message. However, clearly, it would be useful to keep a copy of the log messages for later review, so IOS provides two primary means to keep a copy. IOS can store copies of the log messages in RAM by virtue of the logging buffered global configuration command. Then any user can come back later and see the old log messages by using the show logging EXEC command. As a second option—an option used frequently in production networks—all devices store their log messages centrally to a syslog server. RFC 5424 defines the Syslog protocol, which provides the means by which a device like a switch or router can use a UDP protocol to send messages to a syslog server for storage. All devices can send their log messages to the server. Later, a user can connect to the server (typically with a graphical user interface) and browse the log messages from various devices. To configure a router or switch to send log messages to a syslog server, add the logging {address|hostname} global command, referencing the IP address or hostname of the syslog server. Figure 33-2 shows the ideas behind the buffered logging and syslog logging.””

Wendell Odom

About This Quote

Source Technical Documentation, Cisco IOS Guide, 2020

Explains two methods for preserving log messages: buffered RAM storage and remote syslog server, enabling later review.

In simple terms: How to keep logs for future analysis.

Key Takeaway

Use buffering or syslog to retain logs.

Themes

network management logging system administration troubleshooting

Mood

practical technical informative

Type

instructional reference

When to use this quote

  • router configuration
  • network monitoring
  • incident response
  • audit trails

Key Concepts

buffered logging syslog protocol RFC 5424 remote storage

Questions to Reflect On

  • How do you decide between local buffering and remote syslog?
  • What security concerns arise with central log storage?
A Different Perspective

Requires sufficient storage and network bandwidth; remote logging may introduce latency.

2.6 out of 5 (5 ratings)

More by Wendell Odom

Explore all 32 Wendell Odom quotes

More User interface quotes

Browse all 49 User interface quotes