Syslog

  • Imagine you're managing a network, and, for example, an interface goes down on your router. How do you find out what happened?

    This is where SYSLOG protocol can help you! It’s a standardized protocol used by network devices like routers and switches to send status updates and alerts.

    syslog cisco interface down example between R1 and R2

    Figure 1 – Syslog message triggered when interface g0/0 goes down

    If an interface goes down on our Router R1, SYSLOG will immediately generates a message like this:

    R1#
    %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0, changed state to down

    This message tells you that the interface is no longer operational !

    Answer the question below