System Message Logging


Scenario:

Two brothers are working as network consultants. One of their customers asked them to implement logging system messages on their routers. There is no central logging server so you need to configure the routers for optimal logging.

Goal:

  • All IP addresses have been preconfigured for you.
  • EIGRP has been configured for connectivity.
  • Output from debug messages on router Erik should be sent to the console but limited to 3 messages per second.
  • Both routers have to save debugging messages to their buffers up to 4096 bytes.
  • Messages on the console log should not interrupt any command output.
  • When you login router Rene using telnet you should only see messages from level “notifications” and higher.

IOS:

c3640-jk9s-mz.124-16.bin

Topology:

System Message Logging

Configuration Files

You need to register to download the GNS3 topology file. (Registration is free!)

Once you are logged in you will find the configuration files right here.

Opt In Image
Do you want your CCNA or CCNP Certificate?

The How to Master series helps you to understand complex topics like spanning-tree, VLANs, trunks, OSPF, EIGRP, BGP and more.

Written by René Molenaar - CCIE #41726

You May Also Like

About the Author: Rene Molenaar

René - CCIE #41726 is the creator of GNS3Vault.com where he shares CCNA, CCNP and CCIE R&S labs. He also blogs about networking on http://networklessons.com

3 Comments

  1. logging buffered 4096 debugging
    logging rate-limit console all 3
    logging monitor notifications

    line con 0
    logging synchronous

    Regards

    Anton

Comments are closed.