Hi,
This was resolved by updating /etc/sysconfig/snmptrapd. I had it set as follows:

OPTIONS="-a -A -Lf /var/log/snmptrapd.log -p /var/run/snmptrapd.pid 
udp:162,udp6:162"

The comma toward the end is the problem. Apparently, the comma is correct if 
this is defined in snmptrapd.conf, but not on the commandline. Changed the 
comma to a space and all was well.

OPTIONS="-a -A -Lf /var/log/snmptrapd.log -p /var/run/snmptrapd.pid udp:162 
udp6:162"

I think its the snmpd.conf man page, or the FAQ say to use udp6:[::1]:162 and 
that doesn't work.

If your system doesn't use /etc/sysconfig/snmptrapd, you can edit the init 
script, or look at it to see where it looks for config info.
------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
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