简体   繁体   中英

How to get device type using SNMP using C#?

my program can find the sysObjectID of my device the oid is given 1.3.6.1.4.1.311.1.1.3.1.1.

Question: How to know the device type if i have the objectID of the device using C# ?

Thanks!

You have to set up your own device OID database to store OID to device mappings or utilize a third party web service.

http://www.oidview.com/mibs/311/MSFT-MIB.html

You can see from above link that 1.3.6.1.4.1.311.1.1.3.1.1 is a Windows workstation machine.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM