02-07-2017 08:19 AM - edited 03-08-2019 09:13 AM
hi sir / madam,
Can anyone give me a solution how to create log files to keep track some records as below :
1. time record to anyone login to config terminal,
2. any activities has been done after login.
I hope that all the expert here can help me to learn more...
thank you
from,
James
Solved! Go to Solution.
02-07-2017 08:36 AM
Hi
change logging and notification will do that
configure terminal
archive
log config
logging enable
logging size 200
hidekeys
notify syslog
see this doc link for config and example
http://www.cisco.com/c/en/us/td/docs/ios-xml/ios/config-mgmt/configuration/xe-3s/config-mgmt-xe-3s-book/cm-config-logger.html#GUID-339C17F9-C492-4E09-A7CB-9DBDB0863207
http://itknowledgeexchange.techtarget.com/cisco/tracking-configuration-changes-with-the-cisco-ios-built-in-using-the-archive-command/
also setup standard logging on the device
logging buffered 100000
you can then check show logg
02-07-2017 08:36 AM
Hi
change logging and notification will do that
configure terminal
archive
log config
logging enable
logging size 200
hidekeys
notify syslog
see this doc link for config and example
http://www.cisco.com/c/en/us/td/docs/ios-xml/ios/config-mgmt/configuration/xe-3s/config-mgmt-xe-3s-book/cm-config-logger.html#GUID-339C17F9-C492-4E09-A7CB-9DBDB0863207
http://itknowledgeexchange.techtarget.com/cisco/tracking-configuration-changes-with-the-cisco-ios-built-in-using-the-archive-command/
also setup standard logging on the device
logging buffered 100000
you can then check show logg
02-07-2017 08:02 PM
Hi Mark Malone,
thank you very much...
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