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's gravatar image

renzo_massi
114
accept rate: 0%


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
Quinn

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.

link

answered 24 Oct '19, 09:44

Quinn's gravatar image

Quinn ♦♦
14.4k3925
accept rate: 35%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×26
×1

Asked: 22 Oct '19, 09:14

Seen: 1,633 times

Last updated: 24 Oct '19, 09:44