Hi,
I want to suppress the meaningless traps when the agent starts up. I read the 
snmpd.conf man page and find the -S option should do it.
Here is what's in my snmpd.confnotificationEvent  linkUpTrap    linkUp   
ifIndex ifAdminStatus ifOperStatus
notificationEvent  linkDownTrap  linkDown ifIndex ifAdminStatus ifOperStatus

monitor -S -r 10 -e linkUpTrap   "Generate linkUp" ifOperStatus != 2
monitor -S -r 10 -e linkDownTrap "Generate linkDown" ifOperStatus == 2And I 
started the snmpd with the following command:/usr/local/sbin/snmpd -Le -f -c 
/etc/snmp/snmpd.conf And I confirmed that it does take "-r 10" option.Anyone 
has an idea how to get "-S" working? Do I need a patch for that 
option?ThanksXuan



                                          
_________________________________________________________________
Hotmail has tools for the New Busy. Search, chat and e-mail from your inbox.
http://www.windowslive.com/campaign/thenewbusy?ocid=PID27925::T:WLMTAGL:ON:WL:en-US:WM_HMP:032010_1
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to