简体   繁体   中英

SNMP: Create custom OID

I need custom OIDs for monitoring some of my software states. But I just can't understand: how can I create custom OID (like .1.3.6.1.4.1.30891.100.103) in Windows XP system? I need few of them to write there some info and read it when needed but I have no idea how to create them in the system.

There are a few options to register OIDs, including:

In both cases, this defines a prefix and you can do what you want with the rest of the tree.

I'd suggest reading this as well if you're not sure what to choose: http://www.oid-info.com/faq.htm (more specifically " How to get an OID assigned? ").

You should do this by writing an extension of Windows SNMP agent. The following article shows how,

http://www.codeproject.com/KB/IP/SNMP_Agent_DLL__Part1_.aspx

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