Need Help with SNMP OID

Mike_R
Kilo Patron
Kilo Patron

Hi,

 

I'm having issues with Discovery on Wyse Terminals (Teradici 7030). I can't populate the serial number.I believe the problem is with the OID. Does anyone know how to get the correct OID to pull serials numbers through snmp for this model?

 

Thanks,

Mike

1 ACCEPTED SOLUTION

So as I said above, you will need to find out the new OID by performing an SNMP walk to the device, I described the process above. 

 

Doing the SNMP walk will print all the OIDs, then you get the new one for the seriel number.

find_real_file.png

 

Thanks

Mark

View solution in original post

6 REPLIES 6

Mark Skinner
Mega Guru

Hi There,

you can do a SNMP walk to the device from a windows or linux machine. Normally the syntax is snmpwalk -v 2c -c public 10.0.0.0

-v = the snmp version

-c = the community string you ahve set (default = public)

then finaly the IP address

What you will get is a console output of all the MIBS and then you can use the one for whatever values you need in discovery. 

https://docs.microsoft.com/en-us/windows/win32/snmp/snmp-utilities

https://linux.die.net/man/1/snmpwalk

I hope this has helped.

Thanks

Mark

If this has been helpful please mark as so, if this answered your question please mark as answerId

 

We have a step in our Wyse pattern to get the serial number. This was working until we got a new model Wyse. i think the issue is just with the OID?

find_real_file.png

So as I said above, you will need to find out the new OID by performing an SNMP walk to the device, I described the process above. 

 

Doing the SNMP walk will print all the OIDs, then you get the new one for the seriel number.

find_real_file.png

 

Thanks

Mark

Mark,

 

So, looking at your screenshot, can you tell which OID is the new serial number? I'm in a similar boat where I need to get the Serial Number off a device? If I do an SNMPwalk on the device, I will get hundreds and hundreds of lines.....how do I know which is the serial number?