Hello
Good Day!

Currentlty, we are configuring Net-SNMP for V3.
However, we still cannot send snmptrapv3.
Please help us on how to correctly configure snmptrapd.


Below are the result of snmptrap and snmpinform
1. snmpinform -d -Ddump -e 0x0102030405 -v 3 -c public -u myuser -a MD5 
-A mypasswd -l authNoPriv -x DES -X myotherpasswd localhost "" 
.1.3.6.1.6.3.1.1.5.1
 Result:
    - snmpinform: Timeout
    - trap is not logged in syslog

2. snmptrap -d -Ddump -e 0x0102030405 -v 3 -c public -u myuser -a MD5 -A 
mypasswd -l authNoPriv -x DES -X myotherpasswd localhost "" 
.1.3.6.1.6.3.1.1.5.1
 Result:
    - snmpinform: Timeout
    - trap is not logged in syslog

3. snmptrap -v2c -c public localhost "" SNMPv2-MIB::coldStart
  Result:
     - OK

4. snmpstatus -v 3 -c public -u myuser -a MD5 -A mypasswd -l authNoPriv 
-x DES -X myotherpasswd localhost
  Result:
    - OK

--------------------------
Configuration Files.
1. Contents of snmpd.conf
...
rocommunity  public
rwcommunity  public
rwuser myuser
rouser myuser
...

2. Contents of snmptrapd.conf
#traphandle settings
ignoreauthfailure  no
disableAuthorization no
authcommunity log,execute,net public

3. In /var/net-snmp/snmpd.conf and /var/net-snmp/snmptrapd.conf
   - createUser was added
   - snmpd and snmptrapd was already restarted
------------------


Thank you very much in advance.

Best Regards


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to