09-20-2018 07:26 PM - edited 02-21-2020 08:15 AM
There are several users with administrator role on network devices. sometime configuration change without acknowledgement. I want to know who have been log in and what they have made change.
How to monitor this activity on cisco ASA, switch or router?
Solved! Go to Solution.
09-21-2018 02:31 AM
As @balaji.bandi alluded, an Accounting server (the third "A" in AAA) is the answer. An external RADIUS or TACACS+ server (like Cisco ISE) can keep a log of all actions.
You can also set the ASA to log all login and command execution actions and send those logs to an external syslog server.
logging enable
logging list cmds message 111009
logging trap cmds
logging host inside x.x.x.x
You can replace 'inside' with the name of interface where syslog server x.x.x.x resides.
09-21-2018 12:30 AM
How is your user authentication setup done, you have ACS or any other mechanism in place for authentication and authorization ?
09-21-2018 02:31 AM
As @balaji.bandi alluded, an Accounting server (the third "A" in AAA) is the answer. An external RADIUS or TACACS+ server (like Cisco ISE) can keep a log of all actions.
You can also set the ASA to log all login and command execution actions and send those logs to an external syslog server.
logging enable
logging list cmds message 111009
logging trap cmds
logging host inside x.x.x.x
You can replace 'inside' with the name of interface where syslog server x.x.x.x resides.
09-30-2019 06:29 AM
09-30-2019 07:16 AM
111008 and 111010 are notification (level 5), so yes for those.
111009 is debug (level 7), so no for that one.
(Unless you override the default severity level)
https://www.cisco.com/c/en/us/td/docs/security/asa/syslog/b_syslog/syslogs1.html#con_8587071
10-01-2019 03:10 AM
03-24-2021 12:52 PM
Can you share the Doc where Event ID's are mapped according to Severity
03-24-2021 01:37 PM
below document has this information :
03-19-2021 03:02 AM
Hello Marvin,
Based on my below logging config , should this send TRAP for Event ID 111008 to my Event Server ( Cisco Security Manager ) ?
Also can you share the Doc where Event ID's are mapped according to Severity
logging enable
logging buffer-size 10000
logging buffered debugging
logging trap debugging
logging asdm informational
logging facility 22
logging host inside CSM_IP
logging message 305011 level debugging
logging message 302015 level debugging
logging message 302016 level debugging
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