2008/5/23 Dave Shield <[EMAIL PROTECTED]>: > OK - then it looks as if there's a bug in the implementation. > The initialisation of the Event MIB module include the > definition of standard sets of objects for particular events
Confirmed. There was a bug in the implementation. Although the necessary objects were inserted into the mteObjectTable, the Event MIB code doesn't actually use this table for "internally defined" events. Instead, the appropriate varbinds are hardcoded into the agent itself (for efficiency). Or, in the case of linkUp/Down events, these varbinds were *not* hardcoded, leading to the behaviour you were seeing. I've applied a suitable patch to the 5.4.x (and main development) trees, and this problem should be fixed in the upcoming 5.4.2 release. Dave ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ 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
