Configuration Change Logging


Scenario:

You are a student and enrolled in a network engineer program. At the moment you are a trainee at a company that is very suspicious at security. They want you to configure their router so all changes are logged.

Goal:

  • Configure router SharpEyes so all changes to the running configuration are logged locally.
  • You should use syslog but make sure passwords don’t show up when changes are logged.

IOS:

c3640-jk9o3s-mz.124-16.bin

Topology:

Configuration Change 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

5 Comments

  1. Sharpeyes(config)#archive
    Sharpeyes(config-archive)#log config
    Sharpeyes(config-archive-log-cfg)#hidekeys

  2. archive
    log config
    logging enable
    logging size 200
    hidekeys
    notify syslog

    show archive log config all
    show archive log config all provisioning
    show archive log config statistics

Comments are closed.