All MIBs › CHECKPOINT-MIB-2 › ipFragCreates
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 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.2 | mgmt | AXON-MIB |
| 1.3.6.1.2.1 | mib_2 | AXON-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.2.1.4 | ip | CHECKPOINT-MIB-2 |
| 1.3.6.1.2.1.4.19 | ipFragCreates | CHECKPOINT-MIB-2 |