04-29-2009 05:53 AM
Hi
Want to configure ,whenever their will be any changes in configuration of the devices get notification on the server as well as on email.
How can be configure the same and need detailed description of the same.
Plse let me know the solution
Regards
Vaibhav
04-29-2009 07:08 AM
Hello,
I suppose that you have LMS installed on your server :)
You can configure a syslog server on your devices. This should be your LMS server.
You should configure the severity level for the syslog messages you want to send.
!
logging trap notifications ! the severity level
logging source-interface Vlan1 ! your mgmt-interface of the device
logging 10.10.10.10 ! the logging server
!
Then you have to activate the traps on the device.
If you want to enable all traps, use
!
snmp-server enable traps
!
or if you only want to get config-messages you should use
!
snmp-server enable traps config-copy
snmp-server enable traps config
snmp-server enable traps config-ctid
!
Finally you can define an email-notification under
RME -> Tools -> Syslog -> Automated Actions
Select the sysylog messages " %SYS-5-CONFIG_I " and generate an email out of it.
Greetz
04-29-2009 10:40 PM
Hi
i have se that..getting E-mail notification but...it is not clear what exactly changes made on the device...
It just alerting ...can i get the details what changes has been done....
Regards
Vaibhav
04-29-2009 11:26 PM
Hi!
I think that is not possible if you want it automatically.
You can look for differences between the old and the new config by using the config archive.
But I think that there is no way to send this differences by mail.
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