All MIBs › IP-MIB › ipReasmOKs
ipReasmOKs
Module: IP-MIB
OID (symbolic): IP-MIB::ipReasmOKs
OID (numeric): 1.3.6.1.2.1.4.15
Node type: OBJECT-TYPE
Type: Counter32
Access: read-only
Description:
The number of IPv4 datagrams successfully re-assembled.
This object has been deprecated, as a new IP version-neutral table has been added. It is loosely replaced by ipSystemStatsReasmOKs.
What is ipReasmOKs?
This object counts the number of IPv4 packets that have been successfully reassembled after arriving in fragments across the network. When IP packets exceed the network's maximum transmission unit (MTU), routers fragment them into smaller pieces that must be reassembled at the destination; this counter tracks successful reassemblies. This object is deprecated in favor of version-neutral counters, but legacy systems may still use it to monitor IP fragmentation and reassembly performance on older networks.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.4.15 snmpwalk -v2c -c public <target> IP-MIB::ipReasmOKs
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.4.15.1 snmpget -v2c -c public <target> IP-MIB::ipReasmOKs.1