RE: IPv6 and snmptrapd not processing traps
"Gorman, Kevin" <[email protected]>
| Newsgroups | gmane.network.net-snmp.user |
|---|---|
| Message-ID | <D766108A50CB764ABA88C4DC46D5B5790402AC83A8@GAALP1EXCV32.uswin.ad.vzwcorp.com> |
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 [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users