All MIBs › CISCO-EIGRP-MIB › cEigrpHeadSerial
cEigrpHeadSerial
Module: CISCO-EIGRP-MIB
OID (symbolic): CISCO-EIGRP-MIB::cEigrpHeadSerial
OID (numeric): 1.3.6.1.4.1.9.9.449.1.2.1.1.20
Node type: OBJECT-TYPE
Type: Counter64
Access: read-only
Description: Routes in a topology table for an AS are assigned serial numbers and are sequenced internally as they are inserted and deleted. The serial number of the first route in that internal sequence is called the head serial number. Each AS has its own topology table, and its own serial number space, each of which begins with the value 1. A serial number of zero implies that there are no routes in the topology.
What is cEigrpHeadSerial?
This object reports the serial number of the oldest route currently in this autonomous system's topology table, part of EIGRP's internal sequencing scheme where every inserted or deleted route gets an incrementing serial number starting from 1, with 0 meaning the topology table is empty. An admin doesn't typically tune this directly, but the gap between this value and cEigrpNextSerial gives a rough sense of how much churn, inserts and deletes, has occurred in this AS's topology table over its lifetime relative to how many routes are currently retained. A topology table where this object is 1 and cEigrpNextSerial is in the tens of thousands would tell an admin this AS has experienced substantial route churn over its lifetime even if the current route count looks modest.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.9.9.449.1.2.1.1.20 snmpwalk -v2c -c public <target> CISCO-EIGRP-MIB::cEigrpHeadSerial
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.9.9.449.1.2.1.1.20.1 snmpget -v2c -c public <target> CISCO-EIGRP-MIB::cEigrpHeadSerial.1
Start monitoring Cisco router/multilayer switch running EIGRP with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CISCO-EIGRP-MIB::cEigrpHeadSerial OID value, configure state conditions and alerts, and monitor any Cisco router/multilayer switch running EIGRP 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.449 | ciscoEigrpMIB | CISCO-EIGRP-MIB |
| 1.3.6.1.4.1.9.9.449.1 | cEigrpMIBObjects | CISCO-EIGRP-MIB |
| 1.3.6.1.4.1.9.9.449.1.2 | cEigrpAsInfo | CISCO-EIGRP-MIB |
| 1.3.6.1.4.1.9.9.449.1.2.1 | cEigrpTraffStatsTable | CISCO-EIGRP-MIB |
| 1.3.6.1.4.1.9.9.449.1.2.1.1 | cEigrpTraffStatsEntry | CISCO-EIGRP-MIB |
| 1.3.6.1.4.1.9.9.449.1.2.1.1.20 | cEigrpHeadSerial | CISCO-EIGRP-MIB |