cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
944
Views
0
Helpful
2
Replies

Shell Command logging

mishrav
Level 1
Level 1

Hello Dear

I am using ACS 3.1 for windows server. i wounder how i can log / record all commands executed by engineers on cisco devices during their telnet sessions. I can sucessfully permit/deny for particular command.

Thanks

2 Replies 2

Richard Burts
Hall of Fame
Hall of Fame

To do log or record commands issued by engineers on Cisco devices you need to configure aaa accounting. At a customer site we want to record commands entered in privilege mode and configure this:

aaa accounting commands 15 default start-stop group tacacs+

and it works very well for us.

If you want to also record commands from user mode you would add another line:

aaa accounting commands 1 default start-stop group tacacs+

This sends accounting records to your ACS server.

HTH

Rick

HTH

Rick

Thanks Rick

it works