Hi all,

I have follow the guild
(http://www.snmptt.org/docs/snmptt.shtml#Installation-Overview )to install
snmptt

I want to receive traps with snmptrapd, but It doesn't work.

This demon don't print anything to snmptt.log

I find the msg :" localhost snmptrapd[19079]: No access configuration -
dropping trap." , is it the problem that I can't receive the trap ?

 

# tail -f /var/log/messages

This receiver will *NOT* accept any incoming notifications.

May 14 14:12:51 localhost snmptrapd[19079]: No access configuration -
dropping trap.

May 14 14:12:52 localhost snmptrapd[19079]: No access configuration -
dropping trap.

 

snmpd and snmptrapd were running:

# ps -ef | grep snmp

root      6087     1  0 15:00 ?        00:00:00 /usr/sbin/snmptrapd -p
/var/run/snmptrapd.pid

root      7205     1  0 15:01 ?        00:00:00 /usr/bin/perl
/usr/sbin/snmptt

snmptt    7206  7205  0 15:01 ?        00:00:00 /usr/bin/perl
/usr/sbin/snmptt

root      7335 21710  0 15:03 pts/12   00:00:00 grep --colour=auto snmp

 

only snmptrap should be on port 162.:

# cat /etc/services|grep 162

snmptrap        162/tcp         snmp-trap       # Traps for SNMP

snmptrap        162/udp         snmp-trap

 

 

 

#/usr/sbin/snmptt -v

 

SNMPTT v1.4

(c) 2002-2013 Alex Burger

http://snmptt.sourceforge.net

 

 

 

# uname -a

Linux localhost 3.12.13-gentoo #1 SMP Fri Apr 25 17:45:08 Local time zone
must be set--see zic  x86_64 Intel(R) Xeon(TM) CPU 3.40GHz GenuineIntel
GNU/Linux

 

# /usr/sbin/snmptrapd -v

 

NET-SNMP Version:  5.7.2.1

Web:               http://www.net-snmp.org/

Email:             net-snmp-cod...@lists.sourceforge.net

 

 

 

# ps aux | grep snmp

root      6389  0.0  0.2  46684  5136 ?        S    10:58   0:04
/usr/sbin/snmpd -p /var/run/snmpd.pid

root     19079  0.0  0.1  45204  2364 ?        Ss   13:58   0:00
/usr/sbin/snmptrapd -p /var/run/snmptrapd.pid

root     19102  0.0  0.5  71012 12032 ?        Ss   13:58   0:00
/usr/bin/perl /usr/sbin/snmptt

snmptt   19103  0.0  0.6  81648 13872 ?        Ss   13:58   0:00
/usr/bin/perl /usr/sbin/snmptt

root     19428  0.0  0.0  11892   936 pts/14   S+   14:00   0:00 grep
--colour=auto snmp

 

 

                                                 

Can someone please tell me what's happening?

 

Andrew 

 

 

 

 

------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
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