Re: How to test SNMPv3 traps and informs...

2006-04-17 Thread Thomas Anders
[EMAIL PROTECTED] wrote: Can any one tell me how to test SNMP v3 traps and informs for this configuration. You don't even say if/how you run snmptrapd on 192.168.31.199:162 to receive the notifications. What's your command line and snmptrapd.conf? Check the documentation on how to get there.

How to test SNMPv3 traps and informs...

2006-04-17 Thread raghavendra.sadaramachandra
Hi,   I am using net-snmp-5.3.01. I have following configuration in my snmpd.conf for traps   trapsess -v 3 -u raghu -l authNopriv -t 10 -r 3 192.168.31.199:162   and for informs   trapsess -v 3 -Ci -u raghu -l authNopriv -t 10 -r 3 192.168.31.199:162   1) Is this configuration correct?