I'm trying to create a UnDP for monitoring a Hex String.
An SNMPGet shows: "iso.3.6.1.4.1.9.9.171.1.3.2.1.7.3 = Hex-STRING: 0A 02 0C 11"
However, when I try to poll, I just see a weird character in the Orion database.
I'm guessing what's happening is that the poller is trying to convert the Hex to other characters. What I want is the raw "0A 02 0C 11" value, though. How do I get this?
I've tried to change the format of the UnDP from "None" to "Text" but that doesn't help.
Any ideas?
Thanks!