On Apr 15, 2008, at 5:15 PM, Niels van Drimmelen wrote:
> When I look into the collectd logfile I see the following lines:
>
> 2008-04-15 22:35:52,882 DEBUG  
> [DefaultUDPTransportMapping_10.9.7.111/0]
> SingleInstanceTracker: Requesting oid following:
> .1.3.6.1.4.1.9.9.147.1.2.2.1.1.4.2560.2
> <snip>
> Which I would expect to be:
>
> 2008-04-15 22:35:52,882 DEBUG  
> [DefaultUDPTransportMapping_10.9.7.111/0]
> SingleInstanceTracker: Requesting oid following:
> .1.3.6.1.4.1.9.9.147.1.2.2.1.1.4.2560.3

Your expectation is not in line with how the collector works.  It uses  
GetNext PDUs when possible (presumably you're using SNMPv1), so when  
it wants instance 3, it asks for the OID following instance 2.

The cfwBufferStatsTable that the OID above references has a compound  
index, so the "2560" above is actually part of the instance  
identifier.  2560 is the size of the buffer, so probably what's  
happening here is that your device does not have a buffer of that  
size.  My guess is that the buffer sizes may differ from one IOS  
release to the next, and that your ASA's IOS does not match that of  
the one for which this collection definition was added.

Run this command from the OpenNMS server, substituting your community  
string:

snmpwalk -v1 -c public 10.9.7.111 .1.3.6.1.4.1.9.9.147.1.2.2.1.1.4

The output will give you the information needed to adjust the  
collection definition.

-jeff

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-devel mailing list

To *unsubscribe* or change your subscription options, see the bottom of this 
page:
https://lists.sourceforge.net/lists/listinfo/opennms-devel

Reply via email to