Hi I'm trying to get a alert coded in our alerting system and I'm having a difficulty finding the test trap string when I'm using
perl esxcfg-snmp.pl --server SERVERNAME --username root --password ROOT_PASSWORD –T (send test snmp trap). I'm specifing an ESXI 5.0 HOST.
Can someone show me what the esxcfg-snmp.pl SNMP TEST TRAP String looks like?
vicfg-snmp.pl --server hostname --username username --password password -t hostname@port -c communityvicfg-snmp.pl --server hostname --username username --password password -t hostname@port/community.host.example.com to port 162 on target.example.com, using the public community, use this command:vicfg-snmp.pl --server host.example.com --username root --password password -t target.example.com@162 -c publicvicfg-snmp.pl --server host.example.com --username root --password password -t target.example.com@162/community--password password portion. You are then prompted to enter the password, and the entry is hidden.Ref:
VMware KB: Configuring SNMP Traps in ESXi/ESX
Thanks but, that's not what I'm asking for. I'm looking for the trap results.
