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

create log file on cisco Cat 3850 n 2960

lplooh888
Level 1
Level 1

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

1 Accepted Solution

Accepted Solutions

Mark Malone
VIP Alumni
VIP Alumni

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

View solution in original post

2 Replies 2

Mark Malone
VIP Alumni
VIP Alumni

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

Hi Mark Malone,

thank you very much...