All MIBs › CHECKPOINT-MIB-2 › udpInErrors
udpInErrors
Module: CHECKPOINT-MIB-2
OID (symbolic): CHECKPOINT-MIB-2::udpInErrors
OID (numeric): 1.3.6.1.2.1.7.3
Node type: OBJECT-TYPE
Type: Counter
Access: read-only
Description: The number of received UDP datagrams that could not be delivered for reasons other than the lack of an application at the destination port.
What is udpInErrors?
Counts received UDP datagrams that couldn't be delivered for reasons other than no application listening at the destination port, for example checksum errors or malformed headers. Because no-listener cases are excluded, a rising udpInErrors specifically points to malformed or corrupted UDP traffic reaching the gateway's own stack, useful for spotting either a flaky link corrupting UDP packets or crafted UDP packets targeting services like the VPN's IKE port. Example: udpInErrors rising specifically on the IKE port used for VPN negotiation would be worth investigating as malformed IKE packets, whether from a buggy peer or a deliberate probe.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.7.3 snmpwalk -v2c -c public <target> CHECKPOINT-MIB-2::udpInErrors
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.7.3.1 snmpget -v2c -c public <target> CHECKPOINT-MIB-2::udpInErrors.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::udpInErrors 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.7 | udp | CHECKPOINT-MIB-2 |
| 1.3.6.1.2.1.7.3 | udpInErrors | CHECKPOINT-MIB-2 |