All MIBs › CHECKPOINT-MIB-2 › ipInUnknownProtos
ipInUnknownProtos
Module: CHECKPOINT-MIB-2
OID (symbolic): CHECKPOINT-MIB-2::ipInUnknownProtos
OID (numeric): 1.3.6.1.2.1.4.7
Node type: OBJECT-TYPE
Type: Counter
Access: read-only
Description: The number of locally-addressed datagrams received successfully but discarded because of an unknown or unsupported protocol.
What is ipInUnknownProtos?
Counts locally-addressed datagrams that were received intact but then discarded because their upper-layer protocol field wasn't recognized. Since this only counts traffic addressed to the device itself, a rise here, unlike ifInUnknownProtos which is per-link, points at something specifically targeting the gateway's own IP with a protocol it doesn't handle, worth checking for misconfigured monitoring agents or unusual protocol probes. Example: a spike in ipInUnknownProtos coinciding with a new monitoring tool being pointed at the gateway's IP suggests that tool is using a protocol the gateway's IP stack doesn't support.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.4.7 snmpwalk -v2c -c public <target> CHECKPOINT-MIB-2::ipInUnknownProtos
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.4.7.1 snmpget -v2c -c public <target> CHECKPOINT-MIB-2::ipInUnknownProtos.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::ipInUnknownProtos 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.7 | ipInUnknownProtos | CHECKPOINT-MIB-2 |