This is a discussion on Re: Ending tables within the SNMP Users forums, part of the Networking and Network Related category; On Thu, 17 Feb 2005 11:49:18 -0800 John wrote: JH> A little more interesting info on this... ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Thu, 17 Feb 2005 11:49:18 -0800 John wrote:
JH> A little more interesting info on this... I have the Net-SNMP MIB JH> (enterprises.8072) compiled into the agent. My own MIB is under JH> enterprises.3382. I noticed that a GETNEXT on my last OID did JH> not retrieve the next OID, which should be JH> 1.3.6.1.4.1.8072.1.2.1.1.4.0.1.0.0. JH> So, I tried running snmpgetnext on various OIDs from 3400 upwards. JH> I found that the agent doesn't move on the the Net SNMP MIB until I ask JH> for getnext on enterprises.3496. Interesting indeed. Try walking nsModuleName and seeing what OIDs are registered. In particular, look for anything between enterprises.3382 and 3496. Try this command: snmpwalk localhost nsModuleName | sed 's/\([^.]*\.\"\"\.[0-9]*\.\)\(.*\)/\2/' | sort It doesn't quite sort correctly, but it's good enough for the enterprise branch. For example, I see this transition: 1.3.6.1.4.1.2021.9.1.9 = STRING: ucd-snmp/disk 1.3.6.1.4.1.4413.4.1 = STRING: pass 1.3.6.1.4.1.8072.1.2.1 = STRING: nsModuleTable -- Robert Story; NET-SNMP Junkie Support: <http://www.net-snmp.org/> <irc://irc.freenode.net/#net-snmp> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-users> You are lost in a twisty maze of little standards, all different. ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Net-snmp-users mailing list Net-snmp-users@lists.sourceforge.net Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/...net-snmp-users |
![]() |
| Thread Tools | |
| Display Modes | |
|
|