All MIBs › CISCO-CEF-MIB › cefInconsistencyReason
cefInconsistencyReason
Module: CISCO-CEF-MIB
OID (symbolic): CISCO-CEF-MIB::cefInconsistencyReason
OID (numeric): 1.3.6.1.4.1.9.9.492.1.7.3.1.8
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: The reason for generating this inconsistency record.
missing(1): the prefix is missing
checksumErr(2): checksum error was found
unknown(3): reason is unknown
What is cefInconsistencyReason?
This object gives the specific reason the consistency checker flagged this record: the prefix was simply missing from the FIB, a checksum mismatch was found in the entry, or the reason couldn't be determined. The distinction matters because 'missing' implies traffic to that prefix is likely being dropped outright, while 'checksumErr' suggests the entry exists but its data may be corrupted or stale, which could cause silent misforwarding rather than an obvious drop. A batch of records all reading missing(1) after a card reload would point an admin toward an incomplete FIB download during that card's bring-up, whereas scattered checksumErr(2) entries during steady-state operation would suggest a memory integrity problem.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.9.9.492.1.7.3.1.8 snmpwalk -v2c -c public <target> CISCO-CEF-MIB::cefInconsistencyReason
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.9.9.492.1.7.3.1.8.1 snmpget -v2c -c public <target> CISCO-CEF-MIB::cefInconsistencyReason.1
Start monitoring Cisco routers/Layer-3 switches (Cisco Express Forwarding) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CISCO-CEF-MIB::cefInconsistencyReason OID value, configure state conditions and alerts, and monitor any Cisco routers/Layer-3 switches (Cisco Express Forwarding) 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.9 | cisco | CAT2600-MIB |
| 1.3.6.1.4.1.9.9 | ciscoMgmt | CISCO-SMI |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.9.9.492 | ciscoCefMIB | CISCO-CEF-MIB |
| 1.3.6.1.4.1.9.9.492.1 | ciscoCefMIBObjects | CISCO-CEF-MIB |
| 1.3.6.1.4.1.9.9.492.1.7 | cefCC | CISCO-CEF-MIB |
| 1.3.6.1.4.1.9.9.492.1.7.3 | cefInconsistencyRecordTable | CISCO-CEF-MIB |
| 1.3.6.1.4.1.9.9.492.1.7.3.1 | cefInconsistencyRecordEntry | CISCO-CEF-MIB |
| 1.3.6.1.4.1.9.9.492.1.7.3.1.8 | cefInconsistencyReason | CISCO-CEF-MIB |