RE: IPv6 and snmptrapd not processing traps

2016-04-15 Thread Gorman, Kevin
: IPv6 and snmptrapd not processing traps I've been working with Kevin on this issue and I have more detailed information. I've been testing IPv6 traps and I am confused about how the trap is being received and processed, compared to IPv4 traps (I suspect there is a bug). Here is an ipv4 t

RE: IPv6 and snmptrapd not processing traps

2016-04-15 Thread Troy Lea
I've been working with Kevin on this issue and I have more detailed information. I've been testing IPv6 traps and I am confused about how the trap is being received and processed, compared to IPv4 traps (I suspect there is a bug). Here is an ipv4 trap that was spooled to /var/spool/snmptt/ 146

RE: IPv6 and snmptrapd not processing traps

2016-04-14 Thread Gorman, Kevin
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 t

IPv6 and snmptrapd not processing traps

2016-04-07 Thread Gorman, Kevin
It looks like I got the syntax right a while back and its listening, but not processing the traps... Any ideas on why? I've used udp6:162, and udp6[address]:162 w/ the same result. Nothing. This is a RHEL 6.6 box. IPv4 traps on another NIC are processed. Debug output didn't show anything that caug