VMware vCenter Server 7.0.x
The packet is actually received by the snmp target, but is filtered because the agent-addr does not match the source IP.
Example of a Packet Sent
Internet Protocol Version 4, Src: <IP address of ethX>, Dst: <SNMP target> ##<-- Source IP is that of ethX.
User Datagram Protocol, Src Port: 37677, Dst Port: 162
Simple Network Management Protocol
::
trap
enterprise: 1.3.6.1.6.3.1.1.5 (iso.3.6.1.6.3.1.1.5)
agent-addr: <IP address of eth0> ##<-- agent-addr is that of eth0
generic-trap: warmStart (1)
In the current vCenter implementation, the IP address of the NIC connected to the default gateway is selected as the agent-addr for warmStart and coldStart trap.
Currently, there is no resolution.