CHECKPOINT-MIB-2 :: ipFragCreates

MIB Reference — IPNetwork Monitor · Updated September 14, 2026

All MIBsCHECKPOINT-MIB-2ipFragCreates

ipFragCreates

Module: CHECKPOINT-MIB-2

OID (symbolic): CHECKPOINT-MIB-2::ipFragCreates

OID (numeric): 1.3.6.1.2.1.4.19

Node type: OBJECT-TYPE

Type: Counter

Access: read-only

Description: The number of IP datagram fragments that have been generated as a result of fragmentation at this entity.

What is ipFragCreates?

Counts the total number of IP datagram fragments generated as a result of fragmentation performed at this device. Read alongside ipFragOKs, this tells you the fan-out cost of fragmentation; if a modest number of ipFragOKs datagrams is producing a very large ipFragCreates count, each original packet is being split into many small fragments, multiplying per-packet processing overhead on the gateway. Example: ipFragCreates rising ten-fold faster than ipFragOKs indicates unusually small fragment sizes are being produced, consistent with an interface configured with a low MTU somewhere downstream.

Examples

Walk all instances (SNMPv2c):

snmpwalk -v2c -c public <target> 1.3.6.1.2.1.4.19
snmpwalk -v2c -c public <target> CHECKPOINT-MIB-2::ipFragCreates

Get a specific instance (index 1):

snmpget -v2c -c public <target> 1.3.6.1.2.1.4.19.1
snmpget -v2c -c public <target> CHECKPOINT-MIB-2::ipFragCreates.1

SNMPv3 example:

snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> ipFragCreates.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-2::ipFragCreates 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 (6 from the standard OID tree / other modules)
Numeric OIDNameModule
1isoLANART-AGENT
1.3orgAirPair-MIB
1.3.6dodAirPair-MIB
1.3.6.1internetAirPair-MIB
1.3.6.1.2mgmtAXON-MIB
1.3.6.1.2.1mib_2AXON-MIB
Numeric OIDNameModule
1.3.6.1.2.1.4ipCHECKPOINT-MIB-2
1.3.6.1.2.1.4.19ipFragCreatesCHECKPOINT-MIB-2