All MIBs › VRRP-MIB › vrrpRouterChecksumErrors
vrrpRouterChecksumErrors
Module: VRRP-MIB
OID (symbolic): VRRP-MIB::vrrpRouterChecksumErrors
OID (numeric): 1.3.6.1.2.1.68.2.1
Node type: OBJECT-TYPE
Type: Counter32
Access: read-only
Description:
The total number of VRRP packets received with an invalid VRRP checksum value.
What is vrrpRouterChecksumErrors?
This OID counts how many VRRP (Virtual Router Redundancy Protocol) packets arrived with corrupted checksums, indicating data corruption during transmission. A high count suggests network problems or hardware issues affecting packet integrity. A network engineer would monitor this to detect link quality problems on the redundancy failover network.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.68.2.1 snmpwalk -v2c -c public <target> VRRP-MIB::vrrpRouterChecksumErrors
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.68.2.1.1 snmpget -v2c -c public <target> VRRP-MIB::vrrpRouterChecksumErrors.1
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.2 | mgmt | BKTEL-HFC862-BASE-MIB |
| 1.3.6.1.2.1 | mib_2 | CHECKPOINT-MIB-2 |
| 1.3.6.1.2.1.68 | vrrpMIB | VRRP-MIB |
| 1.3.6.1.2.1.68.2 | vrrpStatistics | VRRP-MIB |
| 1.3.6.1.2.1.68.2.1 | vrrpRouterChecksumErrors | VRRP-MIB |