Here's another one of my SNMP questions... I have the trap receiver set up and see traps over IPv4. We ran out of address space so a new blade chassis and its iLOs use IPv6. I added an NIC on the Nagios servers, can ping to/from the new hardware, and see traps over IPv6 using tcpdump. Below are example traps over both protocols. The Nagios servers were restarted after adding the new NICs and snmptrapd and snmptt have been restarted since then.
Code: Select all
# tcpdump -i eth3 -s 0 port 162
tcpdump: WARNING: eth3: no IPv4 address assigned
listening on eth3, link-type EN10MB (Ethernet), capture size 65535 bytes
21:41:13.511945 IP6 2001:4888:a03:311f:c0:a:0:190.32861 > 2001:4888:a03:311f:c0:a:0:1f5.snmptrap: C=hidden Trap(167) E:232 0.0.0.0 enterpriseSpecific s=11003 9293453 system.sysName.0="TXSLM2MCHP7004-OA" E:232.11.2.11.1=1 E:232.11.2.8.1="HP Onboard Administrator Test Trap sent from enclosure: TXSLM2MCHP7004"
# tcpdump -i eth1 -s 0 port 162
listening on eth1, link-type EN10MB (Ethernet), capture size 65535 bytes
21:45:37.519799 IP 10.133.133.100.cisco-ipsla > 10.133.133.74.snmptrap: C=hidden Trap(165) E:232 10.133.133.100 enterpriseSpecific s=11003 980382006 system.sysName.0="OA-7446A0F9190B" E:232.11.2.11.1=0 E:232.11.2.8.1="HP Onboard Administrator Test Trap sent from enclosure: TXLSM2MCHP7001"Any ideas?
Thanks!
Kev