All MIBs › CISCO-EIGRP-MIB › cEigrpActive
cEigrpActive
Module: CISCO-EIGRP-MIB
OID (symbolic): CISCO-EIGRP-MIB::cEigrpActive
OID (numeric): 1.3.6.1.4.1.9.9.449.1.3.1.1.5
Node type: OBJECT-TYPE
Type: TruthValue
Access: read-only
Description: A value of true(1) indicates the route to the destination network has failed and an active (query) search for an alternative path is in progress. A value of false(2) indicates the route is stable (passive).
What is cEigrpActive?
This object reports whether the route represented by this topology entry is currently active, meaning the previous route to the destination failed and the router is actively querying neighbors for an alternate path, versus passive and stable. This is the direct signal for this-specific-route-is-currently-in-trouble; an admin scanning the topology table for any entries showing true(1) here can immediately identify which destinations are currently affected by a recomputation, rather than the network as a whole. During a link failure event, an admin polling this object across the topology table might see it flip to true(1) for a handful of specific destination entries, precisely identifying which routes are currently unreachable while alternate paths are being searched for.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.9.9.449.1.3.1.1.5 snmpwalk -v2c -c public <target> CISCO-EIGRP-MIB::cEigrpActive
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.9.9.449.1.3.1.1.5.1 snmpget -v2c -c public <target> CISCO-EIGRP-MIB::cEigrpActive.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> cEigrpActive.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::cEigrpActive 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.3 | cEigrpTopologyInfo | CISCO-EIGRP-MIB |
| 1.3.6.1.4.1.9.9.449.1.3.1 | cEigrpTopoTable | CISCO-EIGRP-MIB |
| 1.3.6.1.4.1.9.9.449.1.3.1.1 | cEigrpTopoEntry | CISCO-EIGRP-MIB |
| 1.3.6.1.4.1.9.9.449.1.3.1.1.5 | cEigrpActive | CISCO-EIGRP-MIB |