All MIBs › NATV2-MIB › natv2InstanceFragmentBehavior
natv2InstanceFragmentBehavior
Module: NATV2-MIB
OID (symbolic): NATV2-MIB::natv2InstanceFragmentBehavior
OID (numeric): 1.3.6.1.2.1.234.2.1.1.6
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: Fragment behavior is the NAT instance's capability to receive and translate fragments incoming from remote sources.
fragmentNone(0) implies no capability to translate incoming fragments, so all received fragments are dropped. Each dropped fragment is counted in natv2InstanceFragmentDrops.
fragmentInOrder(1) implies the ability to translate fragments only if they are received in order, so that in particular the header is in the first packet. If a fragment
is received out of order, it is dropped and counted in natv2InstanceFragmentDrops.
fragmentOutOfOrder(2), the capability REQUIRED by RFC 4787, REQ-14, implies the capability to translate fragments even when they arrive out of order, subject to a protective limit natv2InstanceLimitPendingFragments on total number of fragments awaiting the first fragment of the chain. If the implementation supports this capability, natv2InstanceFragmentDrops is incremented only when a new fragment arrives but is dropped because the limit on pending fragments has already been reached.
What is natv2InstanceFragmentBehavior?
Reports how this NAT instance handles fragmented packets from remote sources, dropping all fragments, only accepting them in order, or reassembling them even out of order up to a configured pending-fragment limit, which an admin checks when diagnosing why fragmented traffic is failing to traverse the NAT.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.234.2.1.1.6 snmpwalk -v2c -c public <target> NATV2-MIB::natv2InstanceFragmentBehavior
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.234.2.1.1.6.1 snmpget -v2c -c public <target> NATV2-MIB::natv2InstanceFragmentBehavior.1
Start monitoring Vendor-neutral IETF standard (carrier-grade NAT router/firewall/gateway) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the NATV2-MIB::natv2InstanceFragmentBehavior OID value, configure state conditions and alerts, and monitor any Vendor-neutral IETF standard (carrier-grade NAT router/firewall/gateway) 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.234 | natv2MIB | NATV2-MIB |
| 1.3.6.1.2.1.234.2 | natv2MIBInstanceObjects | NATV2-MIB |
| 1.3.6.1.2.1.234.2.1 | natv2InstanceTable | NATV2-MIB |
| 1.3.6.1.2.1.234.2.1.1 | natv2InstanceEntry | NATV2-MIB |
| 1.3.6.1.2.1.234.2.1.1.6 | natv2InstanceFragmentBehavior | NATV2-MIB |