Hi...
I would like to get alert if someone logs into Cisco Router or Switches and make any change in configuration.
Thanks in advance.
on cisco device :
1- execute command on cisco router : logging (ncm-server-ip)
on NCM server
2- go to ncm server "syslog viewer" : a- view - alert/filter rules
b- create new rule :on message tab under "syslog message pattern" enter *Configured from*
c- under alert action tab : select new action - execute external program and enter the path : C:\Program Files (x86)\SolarWinds\Configuration Management\ConfigAutoDownload.exe ${IP},RealtimeNotification,${DateTime},${Message}
on NCM manager :
3- got to settings - realtime change detection - enable
Hi
Thanks for reply. It worked. Apart from this, I would like to have the configuartion that was applied. I mean the commands executed as well.
Thanks.