All MIBs › CHECKPOINT-MIB › cpvErrIn
cpvErrIn
Module: CHECKPOINT-MIB
OID (symbolic): CHECKPOINT-MIB::cpvErrIn
OID (numeric): 1.3.6.1.4.1.2620.1.2.4.2.2
Node type: OBJECT-TYPE
Type: DisplayString
Access: read-only
Description: Decryption errors
What is cpvErrIn?
The desc explicitly states this is the count of decryption errors — failures encountered while trying to decrypt inbound packets. A rising value here means inbound VPN packets are arriving but failing to decrypt, the mirror-image symptom of cpvErrOut, and typically points at a key mismatch between the peers rather than at a network problem. e.g. cpvErrIn climbing right after a peer rekeyed its side of the tunnel while this gateway kept using stale key material, causing every subsequent inbound packet to fail decryption until the next successful rekey.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2620.1.2.4.2.2 snmpwalk -v2c -c public <target> CHECKPOINT-MIB::cpvErrIn
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2620.1.2.4.2.2.1 snmpget -v2c -c public <target> CHECKPOINT-MIB::cpvErrIn.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::cpvErrIn 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 (8 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.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.2620 | checkpoint | CHECKPOINT-GAIA-TRAP-MIB |
| 1.3.6.1.4.1.2620.1 | products | CHECKPOINT-GAIA-TRAP-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.2620.1.2 | vpn | CHECKPOINT-MIB |
| 1.3.6.1.4.1.2620.1.2.4 | cpvGeneral | CHECKPOINT-MIB |
| 1.3.6.1.4.1.2620.1.2.4.2 | cpvErrors | CHECKPOINT-MIB |
| 1.3.6.1.4.1.2620.1.2.4.2.2 | cpvErrIn | CHECKPOINT-MIB |