![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Hobbyist Programmer
|
Dealing with SNMP MIB object ids.
I am looking for some ideas on how to code the object IDs of the MIB for devices inside code. I have a requirement to update a management application that depends heavily on SNMP and currently all of the object IDs are hard coded and we changed the MIB file. So now I have to go through the code and change all of the object IDs. I was thinking that XML might be my best option here. Has anyone had to deal with this before?
<group id="System Group">
<mib-entry>
<object-id>1.3.6.1.4.1.8433.3.2.1.2</object-id>
<name>sysProductId</name>
<friendly-name>Product Id</friendly-name>
</mib-entry>
</group>
<group id="Network Group">
....
</group> |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Level Editor | frankish | Show Off Your Open Source Projects | 47 | Jul 10th, 2006 6:57 PM |
| Library problem creating Direct3d Object | Kilo | C++ | 9 | May 30th, 2006 8:48 AM |
| Object Pascal Q: object instance as parameter | KodeKid | Delphi | 1 | May 16th, 2006 12:06 PM |
| Pushin an object into a vector | slyadams | C++ | 18 | Mar 30th, 2006 11:17 AM |
| references passed through parameters, do they copy the object or reference the orig? | cypherkronis | Python | 1 | Jun 30th, 2005 7:38 PM |