I am trying to create a couple device pollers in Orion that reference loop protect status of HP switches. The end goal is to have alerts based around these pollers so that techs can be notified whenever a loop is detected on one of the switches that we are monitoring. The two MIBS that I am trying to use are:
hpicfBridgeLoopProtectLoopDetectedNotification (1.3.6.1.4.1.11.2.14.11.5.1.12.1.5.0.1)
hpicfBridgeLoopProtectTrapLoopDetectEnable (1.3.6.1.4.1.11.2.14.11.5.1.12.1.5.1.2)
The first MIB is a notification MIB that signifies that a loop has been detected by the loop protection protocol and relies on the second MIB (which indicates if a notification should be sent when a loop is detected by a port).
The issue that I am having is that when testing the MIBS against my devices I am not getting a valid value returned, instead I receive a message "A value was not returned."

If I test the MIBS against some of my devices during the MIB creation steps values are appropriately displayed. I am wondering what this return message really means, and really if anyone else has attempted to configure loop protect pollers in Orion in the past. Any feedback would be greatly appreciated. Thanks