ok cool. Could you give me a hand on this? We have RAS users authenticate to an external radius server.
I also have another firewall (just for network admins) that authenticate to the local database. I'm guessing this is what I should be watching. What commands they issue etc.
Is it possible to capture this in the buffer or can I log it to ACS
Main Topics
Browse All Topics





by: MysidiaPosted on 2009-05-09 at 08:02:30ID: 24344098
That depends on what services your equipment is providing.
If you are using your equipment to provide a dialup service or other setup where logins occur by non administrators, then you DEFINITELY should have full accounting over those sessions.
You want to log (at bare minimum) authentication and authorization requests and answers; if AAA is used only to provide administrative access, you don't strictly have to use AAA accounting for this, your authentication server can do that.
However, AAA logging can provide you additional information.
Generally it is also good to enable some type of logging of commands executed if possible, and sometimes this will be required for auditing and compliance purposes, or as a matter of network security policy.
And should be done unless you can get adequate information from remote syslog.
Your network is more secure if you keep records of what was done to certain equipment, and AAA accounting is a very powerful tool to use for this.
Another good idea is to use configuration management tools to periodically backup configs and check for changes.
If you want to log individual AAA commands on Cisco equipment, I would simply log everything, you will generally need to use TACACS, not RADIUS.
OTOH if you have automated processes or have users frequently logging into network equipment, you may wish to only log, or to only keep logs related to
privileged commands, or commands that effect a change of configuration.