Thanks Frank! br, Ulrich Gesendet: Freitag, 27. Januar 2017 um 02:28 Uhr Von: "Frank Fock" <[email protected]> An: "ulrich berl" <[email protected]> Cc: [email protected] Betreff: Re: [SNMP4J] Snmp4j-Agent SNMP-MPD-MIB missing for reading snmpInvalidMsgs ? Hi Ullrich
This seems to be an error (that the SNMP-MPD-MIB counters are not implemented by the AgentConfigManager. I ill add the missing code for the next release. Meanwhile you can, of course, implement your own CounterListener for those three counters in your own MIB. Best regards, Frank > On 25 Jan 2017, at 15:19, ulrich berl <[email protected]> wrote: > > Hi! > > From the snmp4j homepage i see that the SNMP4J-Agent should have an > implementation for SNMP-MPD-MIB. > Actually in the code the counter for 'snmpInvalidMsgs' will be incremented on > a message process failure (MessageDispatcherImpl.processMessage). > > But as there is no SNMP-MPD-MIB implementation, i cant read out the value for > 'snmpInvalidMsgs'. > > Should i implement CounterListener in my own mib for 'snmpInvalidMsgs' ? > > Thanks, Ulrich > _______________________________________________ > SNMP4J mailing list > [email protected] > https://oosnmp.net/mailman/listinfo/snmp4j _______________________________________________ SNMP4J mailing list [email protected] https://oosnmp.net/mailman/listinfo/snmp4j
