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:
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.
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
logging buffered 4096 debugging
logging rate-limit console all 3
logging monitor notifications
line con 0
logging synchronous
Regards
Anton
hi, have you the solution?
line vty 0 4
logging synchronous level 5
login