1.3.6.1.4.1.6876.4.90.0.401 1.3.6.1.4.1.6876.4.190.0.401
VMware vSphere ESXi 7.x
VMware vSphere ESXi 6.x
VMware vCenter Server 7.x
VMware vCenter Server 6.x
To change the default sending period on the ESXi host:
As a root user, open a SSH session to the ESXi console.
Back up the /etc/sfcb/sfcb.cfg file.
Open the /etc/sfcb/sfcb.cfg file in a text editor.
Add or update the key heartbeatInterval
key to the duration requested in seconds.
For example, to change the reverse poll to occur every 10 minutes:heartbeatInterval: 600
Save and Close the sfcb.cfg file.
Restart the sfcbd service for the changes to take effect:/etc/init.d/sfcbd-watchdog restart
<config> </config>
tags, add or update this SNMP configuration:<config>
...
<snmp>
<testTrap>
<periodic>
<enable>true</enable>
<period>300</period>
</periodic>
</testTrap>
</snmp>
...
</config>
Note: The <period> value is in seconds. If no SNMP <period> element is defined, then it default to 5 minutes (300 seconds).
/etc/init.d/vmware-vpxd restart
When the system is using SNMP GET, the trap can be masked out with the --notrap option:
esxcli system snmp get
esxcli system snmp set --notraps 1.3.6.1 .4.1.6876.4.90.0.401