10-20-2006 07:00 AM - edited 03-05-2019 12:21 PM
I currently use SNMP to monitor all of our switches. I would also like to add the ability to be notified when a switch has been rebooted. Does anyone know the OID +description that gets incremented after a switch reboot ? All of our switches are 3548's.
Thanks for your help.
Cheers
Dave
10-20-2006 07:43 AM
Hmm I guess I could use the sysuptime OID and take the current value and do a greater than argument. Which would trigger the monitor if it rebooted as the counter uptime counter would start from zero again...
10-23-2006 06:50 PM
If the switch reboots you should see a coldStart trap (.1.3.6.1.2.1.11.0.0) sent to your NMS.
VARBINDS { sysUpTime, whyReload }
DESCRIPTION "A coldStart trap signifies that the sending protocol entity is reinitializing itself such that the agent's configuration or the protocol entity implementation may be altered."
You could have something querying sysUpTime as you also mentioned, but this trap would be more real time.
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