Hi all, I have a snmp monitor which can have valuues from 01, 02, 03, 04, 05, 06, 07 and 08. This are numbers only but every number have its own explanation, think of 01 is error 1, 02 is error 2 etc.. Can i somewhere translate the 01 to some text? It is not a calculation but maybe some sort of list to check to? asked 22 Oct '19, 09:14 renzo_massi |
Hi Renzo, Normally a MIB file would define those text values as an enum, in which case the monitor will automatically show the text value along with the number. So best bet is to find the MIB file for the device you are monitoring and upload it into the PASM. Thanks Please make sure to mark your questions accepted when you have your answer by clicking the gray check mark to the left of the answer. answered 24 Oct '19, 09:44 Quinn ♦♦ |