07-26-2005 06:33 PM - edited 02-21-2020 12:17 AM
Hi,
We have 20 routers and switches of different models and we want to log or audit all the changes made to these devices.
Can someone please tell me whats the best way to log everything from these devices including telent, config chagnes ....etc.
Thanks
07-27-2005 08:17 AM
I think that you can get pretty much what you want through the aaa accounting feature of IOS and of CatOS. I usually include these in the config of IOS routers that I configure:
aaa accounting exec default start-stop group tacacs+
this will generate an accounting record when someone accesses the router.
aaa accounting commands 15 default start-stop group tacacs+
this will generate an accounting record when someone enters a privilege level command including config changes.
The corresponding commands that I use for CatOS based switches are:
set accounting exec enable start-stop tacacs+
set accounting commands enable all stop-only tacacs+
HTH
Rick
07-27-2005 04:24 PM
Adding to the previous response, accounting is done on the ACS (Cisco Secure)
07-27-2005 07:57 PM
Thanks for all the help guys...
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide