SNMPv3 traps and informs problem
| Newsgroups | gmane.network.net-snmp.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, I am using net-snmp-5.3.01. snmpd is running on 192.168.31.14. 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 Now I have following configuration in /var/net-snmp/snmptrapd.conf createUser raghu MD5 testraghu DES testraghu which gets encrypted once we enable snmptrapd. Also I have /usr/local/share/snmp/snmptrapd.conf which contains traphandle default 192.168.31.14 rouser raghu auth Now when I enable snmptrapd I am getting following message. [root@localhost net-snmp-5.3.0.1]# /usr/local/sbin/snmptrapd -c /usr/local/share/snmp/snmptrapd.conf No log handling enabled - turning on stderr logging Warning: no access control information configured. This receiver will *NOT* accept any incoming notifications. 1) Is this configuration correct? Can any one tell me how to test SNMP v3 traps and informs for this configuration. Regards, Raghavendra. S