On 18/04/2008, Thomas Anders <[EMAIL PROTECTED]> wrote:
> I fully agree that's how it should work. But didn't the original poster say 
> that
> just including "linkUpDownNotifications yes" in snmpd.conf triggered the
> ifOperStatus error?

Yes


>  Am I missing something obvious?

linkUpDownNotifications is handled by parse_linkUpDown_traps()
(in disman/event/mteTriggerConf.c).   This includes:

        parse_mteMonitor("monitor",
            "-r 60 -S -e _linkUp   \"linkUp\"   ifOperStatus != 2");
        parse_mteMonitor("monitor",
            "-r 60 -S -e _linkDown \"linkDown\" ifOperStatus == 2");


Replacing 'ifOperStatus' with the equivalent numeric OID should
fix this.

I'm not currently geared up for N/S compilation, so if you could
check this, I'd be grateful

Thanks

Dave

-------------------------------------------------------------------------
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
_______________________________________________
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

Reply via email to