- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2019 06:46 AM
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
Solved! Go to Solution.
- Labels:
-
Discovery

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2019 07:11 AM
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.
Thanks
Mark

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2019 06:59 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2019 07:03 AM
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?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2019 07:11 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2019 09:13 AM
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?