Feature Request: SNMP for link monitor
Hello, we are managing close to 1000 devices and we would like to poll link monitor status through SNMP. Currently we are implementing a logic that checks the metric of the route etc. SNMP would simplify things by a lot.
Thanks!
1
Sign In to comment.
Comments
Hi @michalis.e
You should be able to use ifAdminStatus and ifOperStatus should be able to provide information if the interface is marked up or not.
You can read more about what SNMP MIBs the firewall supports here:
(About Management Information Bases (MIBs))
https://www.watchguard.com/help/docs/help-center/en-US/Content/en-US/Fireware/basicadmin/snmp_about_mibs_c.html
(Enterprise MIB File Details)
https://www.watchguard.com/help/docs/help-center/en-US/Content/en-US/Fireware/basicadmin/snmp_mibs_details_c.html
-James Carson
WatchGuard Customer Support
Hello @james.carson
Many thanks, that was what we were looking for
I could use this as well. isOperStatus and isadminStatus will still show up if the link monitor are unable to receive a response from a specified address. It would be very useful to have a MIB to get if the Link Monitor is reporting Available for Failed for each interface.