cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
331
Views
5
Helpful
3
Replies

How to trap configuration changes on Cisco ASA and other cisco devices

sathish.ippani
Level 1
Level 1

 

We want to monitor the Network devices configuration changes on our Cisco ASA, Nexus, Router and Switch.

 

Like we want check each and every change say. enginner login to device and configured IP add

 

#conf t

# ip add x.x.x.x mask 255.0.0.0

shut/no shut

 

here we should get details like username, total commands(conf t, ip add x.x.x.x mask 255.0.0.0 and shut/no shut) he exucuted during his login to device.

 

Thanks in advance.

3 Replies 3

Tagir Temirgaliyev
Spotlight
Spotlight

1. cisco acs (access control server)

2. 

conf t

archive
 log config
  logging enable
  hidekeys

 

and you can see later all comands

sh arc log conf all

 

and dont forget to rate post

thanks for reply,

 

Is it gives user information with time stamp

1. cisco acs with timestamp and user

2.

archive
 log config
  logging enable
  notify syslog contenttype plaintext
  hidekeys

 

in syslog server you will see comands with timestamp too

 

when you see

sh arc log conf all

 it shows without timestamp

 

and dont forget to rate post

Review Cisco Networking products for a $25 gift card