Check Point Virtual Memory Reporting Issues
The charts in CA PC are reporting very low MB used using Total – Average (only option providing data).
MIB Browser (in Spectrum) polling at the time shows 800+MB used.
The OID affected here is 1.3.6.1.4.1.2620.1.16.22.3.1.3
And even though this is a counter64, it is being used like a gauge by the vendor.
Release : 3.x
Component : CA Performance Center
Use a cert extension to edit the values of this OID in vendor cert - CheckPoint Firewall Appliances Memory
From
<Attribute name="vsxStatusMemoryUsage" type="Long">
<IsKey>false</IsKey>
<NeedsDelta>true</NeedsDelta>
<Source>1.3.6.1.4.1.2620.1.16.22.3.1.3</Source>
</Attribute>
…………
To
<Attribute name="vsxStatusMemoryUsage" type="Long">
<IsKey>false</IsKey>
<NeedsDelta>false</NeedsDelta>
<Source>1.3.6.1.4.1.2620.1.16.22.3.1.3</Source>
</Attribute>
a defect has been opened to fix this issue in a future build