Hi, I have found the net-snmp-lvs module at http://homes.tiscover.com/jrief/net-snmp-lvs-module/. This seems to work fine, but I have a odd problem which I am sure can be fixed easily.
I've hit a problem using it: after much investigation my numbers appear to be getting padded out with 32 bits of zeros in binary, and then converted to decimal resulting in silly numbers (for all the "counter64" fields). For example, snmpwalk may return a value of 6103148527616 which is far too high. Converting this to binary gives 1011000110100000000000000000000000000000000 and removing the 32 0's on the right returns 10110001101 which is 1421 in decimal (which is correct). Does anyone know what may form this? The fields are of type "counter64" in the MIB, but changing them to counter32 just results in "incorrect type" errors. Any pointers as to how to fix this would be greatly appreciated. The MIB file is below; this issue occurs with all (and only) counter64 fields. I am running Ubunto with kernel 2.4 (32 bit). Many thanks, Alex ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
