10-01-2009 03:37 AM - edited 03-06-2019 07:57 AM
Hi,
Will the below command give reboot messages in the syslog server or ciscoworks server ? Unless specified the below, wont we get the reboot log messages in syslog or ciscoworks servers ? Pls let me know
config t
logging reload notification
Right now we have not enabled the above command.
~PR
10-01-2009 08:18 AM
Hello Rajesh,
if you use TACACS+ servers with aaa new-model on devices you can trace what commands are placed on device and by who
example:
aaa new-model
!
!
aaa authentication login ACS group tacacs+ local
aaa authentication enable default group tacacs+ enable
aaa accounting update newinfo
aaa accounting exec default start-stop group tacacs+
aaa accounting commands 1 default start-stop group tacacs+
aaa accounting commands 15 default start-stop group tacacs+
!
aaa session-id common
!
the key point is to have a message to be sent before reload happens
I cannot find the command
logging reload notification
in 12.4 mainline network management command reference.
Hope to help
Giuseppe
10-01-2009 02:12 PM
Make sure logging to a syslog is enabled. Then try the following:
archive
log config
logging enable
notify syslog contenttype plaintext
hidekeys
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