All MIBs › CHECKPOINT-MIB › memTotalVirtual
memTotalVirtual
Module: CHECKPOINT-MIB
OID (symbolic): CHECKPOINT-MIB::memTotalVirtual
OID (numeric): 1.3.6.1.4.1.2620.1.6.7.1.1
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: Total virtual memory (32 bit) NOTE: This 32 bit object has been superseded by a 64 bit object - memTotalVirtual64, which is supported by Check Point SVN FP3 and above. The 32 bit object is still supported, but it is recommended to work with the new 64 bit object (avoid receiving erroneous values from 64 bit machines).
What is memTotalVirtual?
This INTEGER reports total virtual memory on the gateway using a legacy 32-bit counter, explicitly noted in its description as superseded by the 64-bit memTotalVirtual64 object for accuracy on modern hardware. Because 32-bit counters can wrap or misreport on machines with large amounts of memory, this field is only reliable on older, smaller-memory appliances, and the description itself warns against trusting it on 64-bit machines. An admin monitoring a modern high-memory appliance should read memTotalVirtual64 instead and treat a suspiciously low or wrapped-looking value here as an artifact of 32-bit overflow rather than a real capacity number.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2620.1.6.7.1.1 snmpwalk -v2c -c public <target> CHECKPOINT-MIB::memTotalVirtual
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2620.1.6.7.1.1.1 snmpget -v2c -c public <target> CHECKPOINT-MIB::memTotalVirtual.1
Start monitoring Check Point security gateway/firewall appliances with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CHECKPOINT-MIB::memTotalVirtual OID value, configure state conditions and alerts, and monitor any Check Point security gateway/firewall appliances from a single console.
OID Breakdown
Upper-level ancestors (10 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.2620 | checkpoint | CHECKPOINT-GAIA-TRAP-MIB |
| 1.3.6.1.4.1.2620.1 | products | CHECKPOINT-GAIA-TRAP-MIB |
| 1.3.6.1.4.1.2620.1.6 | svn | CHECKPOINT-GAIA-TRAP-MIB |
| 1.3.6.1.4.1.2620.1.6.7 | svnPerf | CHECKPOINT-GAIA-TRAP-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.2620.1.6.7.1 | svnMem | CHECKPOINT-MIB |
| 1.3.6.1.4.1.2620.1.6.7.1.1 | memTotalVirtual | CHECKPOINT-MIB |