On Thu, Oct 01, 2009 at 01:36:35PM +0800, Mark Tinka wrote: > Hello all. > > Wondering whether anyone has come across a Cacti plug-in to > read Juniper's Destination Class Usage MIB. > > All help appreciated.
As far as I remember cacti-spine (poller for Cacti written in C) uses net-snmp libraries. net-snmp command-line tools (snmpwalk, snmpget) works correctly with SCU/DCU MIBs, but net-snmp perl libraries have a bug: they didn't handle these MIBs correctly. I don't know whether C libraries have also this bug or don't. More details: http://sourceforge.net/tracker/?func=detail&aid=2849867&group_id=12694&atid=112694 http://groups.google.com/group/mailing.unix.net-snmp-users/browse_thread/thread/276b919ef5c725e1 In any case, Cacti should work fine if you address counters as OID, not as MIB variables. -- MINO-RIPE _______________________________________________ juniper-nsp mailing list [email protected] https://puck.nether.net/mailman/listinfo/juniper-nsp

