MIBs Depot

CISCO-EIGRP-MIB

Registered at
1.3.6.1.4.1.9.9.449
Last updated
2011-11-24 00:00
Organization
Cisco Systems, Inc.
Revisions
2011-11-24 00:00, 2004-11-16 00:00
Namespace
cisco
Source file
CISCO-EIGRP-MIB
Digest
sha256:b4393755576b28648558fc81b2f1942f5c2c178cd2b10a9b4308f57a66f0fcc3

Description

Enhanced Interior Gateway Protocol (EIGRP) is a Cisco proprietary distance vector routing protocol. It is based on the Diffusing Update Algorithm (DUAL), which is a method of finding loop-free paths through a network. Directly connected routers running EIGRP form neighbor adjacencies in order to propagate best-path and alternate-path routing information for configured and learned routes. The tables defined within the MIB are closely aligned with how the router command-line interface for EIGRP displays information on EIGRP configurations, i.e., the topology table contains objects associated with the EIGRP topology commands, and the peer table contains objects associated withe EIGRP neighbor commands, etc. There are five main tables within this mib: EIGRP VPN table Contains information regarding which virtual private networks (VPN) are configured with EIGRP. EIGRP traffic statistics table Contains counter & statistcs regarding specific types of EIGRP packets sent and related collective information per VPN and per autonomous system (AS). EIGRP topology table Contains information regarding EIGRP routes received in updates and originated locally. EIGRP sends and receives routing updates from adjacent routers running EIGRP with which it formed a peer relationship. EIGRP peer (neighbor) table Contains information about neighbor EIGRP routers with which peer adjacencies have been established. EIGRP uses a Hello protocol to form neighbor relationships with directly connected routers also running EIGRP. EIGRP interfaces table Contains information and statistics on each of the configured to run. RIB-scale ========== The Wide-Metrics feature calculates all metrics in 64-bit under named mode EIGRP. Since the RIB can only hold 32-bit, we divide the wide metrics by RIB-scale (range 1-255, default value 128) to convert it to a 32-bit value before assiging it to RIB metrics.

Contact

Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-eigrp@cisco.com

Imports

FromSymbols
CISCO-SMIciscoMgmt
IF-MIBInterfaceIndexOrZero, ifIndex
INET-ADDRESS-MIBInetAddress, InetAddressPrefixLength, InetAddressType
SNMP-FRAMEWORK-MIBSnmpAdminString
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMICounter32, Counter64, Gauge32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso
SNMPv2-TCDisplayString, TEXTUAL-CONVENTION, TruthValue

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

CISCO-EIGRP-MIB
CISCO-SMI
IANAifType-MIB
IF-MIB
INET-ADDRESS-MIB
SNMP-FRAMEWORK-MIB
SNMPv2-CONF
SNMPv2-MIB
SNMPv2-SMI
SNMPv2-TC

Textual conventions

NameOIDSyntaxAccessStatus
EigrpUpTimeString
TEXTUAL-CONVENTION
Specifies a timer value in days, hours, minutes, and seconds in ASCII format. If the up time is less than 24 hours, the number of days will not be reflected and the string will be formatted like this: 'hh:mm:ss', reflecting hours, minutes, and seconds. If the up time is greater than 24 hours, EIGRP is less precise and the minutes and seconds are not reflected. Instead only the days and hours are shown and the string will be formatted like this: 'xxxdxxh'.
current
EigrpVersionString
TEXTUAL-CONVENTION
Specifies an ASCII string representing the IOS major and minor version followed by the EIGRP major and minor version.
current

Objects

NameOIDSyntaxAccessStatus
cEigrpMIBNotifications
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.449.0
cEigrpMIBObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.449.1
cEigrpVpnInfo
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.449.1.1
cEigrpVpnTable
OBJECT-TYPE
This table contains information on those VPN's configured to run EIGRP. The VPN creation on a router is independent of the routing protocol to be used over it. A VPN is given a name and has a dedicated routing table associated with it. This routing table is identified internally by a unique integer value.
1.3.6.1.4.1.9.9.449.1.1.1not-accessiblecurrent
cEigrpVpnEntry
OBJECT-TYPE
Information relating to a single VPN which is configured to run EIGRP.
1.3.6.1.4.1.9.9.449.1.1.1.1not-accessiblecurrent
cEigrpVpnId
OBJECT-TYPE
The unique VPN identifier. This is a unique integer relative to all other VPN's defined on the router. It also identifies internally the routing table instance.
1.3.6.1.4.1.9.9.449.1.1.1.1.1Unsigned32not-accessiblecurrent
cEigrpVpnName
OBJECT-TYPE
The name given to the VPN.
1.3.6.1.4.1.9.9.449.1.1.1.1.2SnmpAdminStringread-onlycurrent
cEigrpAsInfo
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.449.1.2
cEigrpTraffStatsTable
OBJECT-TYPE
Table of EIGRP traffic statistics and information associated with all EIGRP autonomous systems.
1.3.6.1.4.1.9.9.449.1.2.1not-accessiblecurrent
cEigrpTraffStatsEntry
OBJECT-TYPE
The set of statistics and information for a single EIGRP Autonomous System.
1.3.6.1.4.1.9.9.449.1.2.1.1not-accessiblecurrent
cEigrpAsNumber
OBJECT-TYPE
The Autonomous System number which is unique integer per VPN.
1.3.6.1.4.1.9.9.449.1.2.1.1.1Unsigned32not-accessiblecurrent
cEigrpNbrCount
OBJECT-TYPE
The total number of live EIGRP neighbors formed on all interfaces whose IP addresses fall under networks configured in the EIGRP AS.
1.3.6.1.4.1.9.9.449.1.2.1.1.2Unsigned32read-onlycurrent
cEigrpHellosSent
OBJECT-TYPE
The total number Hello packets that have been sent to all EIGRP neighbors formed on all interfaces whose IP addresses fall under networks configured for the EIGRP AS.
1.3.6.1.4.1.9.9.449.1.2.1.1.3Counter32read-onlycurrent
cEigrpHellosRcvd
OBJECT-TYPE
The total number Hello packets that have been received from all EIGRP neighbors formed on all interfaces whose IP addresses fall under networks configured for the EIGRP AS.
1.3.6.1.4.1.9.9.449.1.2.1.1.4Counter32read-onlycurrent
cEigrpUpdatesSent
OBJECT-TYPE
The total number routing update packets that have been sent to all EIGRP neighbors formed on all interfaces whose IP addresses fall under networks configured for the EIGRP AS.
1.3.6.1.4.1.9.9.449.1.2.1.1.5Counter32read-onlycurrent
cEigrpUpdatesRcvd
OBJECT-TYPE
The total number routing update packets that have been received from all EIGRP neighbors formed on all interfaces whose IP addresses fall under networks configured for the EIGRP AS.
1.3.6.1.4.1.9.9.449.1.2.1.1.6Counter32read-onlycurrent
cEigrpQueriesSent
OBJECT-TYPE
The total number alternate route query packets that have been sent to all EIGRP neighbors formed on all interfaces whose IP addresses fall under networks configured for the EIGRP AS.
1.3.6.1.4.1.9.9.449.1.2.1.1.7Counter32read-onlycurrent
cEigrpQueriesRcvd
OBJECT-TYPE
The total number alternate route query packets that have been received from all EIGRP neighbors formed on all interfaces whose IP addresses fall under networks configured for the EIGRP AS.
1.3.6.1.4.1.9.9.449.1.2.1.1.8Counter32read-onlycurrent
cEigrpRepliesSent
OBJECT-TYPE
The total number query reply packets that have been sent to all EIGRP neighbors formed on all interfaces whose IP addresses fall under networks configured for the EIGRP AS.
1.3.6.1.4.1.9.9.449.1.2.1.1.9Counter32read-onlycurrent
cEigrpRepliesRcvd
OBJECT-TYPE
The total number query reply packets that have been received from all EIGRP neighbors formed on all interfaces whose IP addresses fall under networks configured for the EIGRP AS.
1.3.6.1.4.1.9.9.449.1.2.1.1.10Counter32read-onlycurrent
cEigrpAcksSent
OBJECT-TYPE
The total number packet acknowledgements that have been sent to all EIGRP neighbors formed on all interfaces whose IP addresses fall under networks configured for the EIGRP AS.
1.3.6.1.4.1.9.9.449.1.2.1.1.11Counter32read-onlycurrent
cEigrpAcksRcvd
OBJECT-TYPE
The total number packet acknowledgements that have been received from all EIGRP neighbors formed on all interfaces whose IP addresses fall under networks configured for the EIGRP AS.
1.3.6.1.4.1.9.9.449.1.2.1.1.12Counter32read-onlycurrent
cEigrpInputQHighMark
OBJECT-TYPE
The highest number of EIGRP packets in the input queue waiting to be processed internally addressed to this AS.
1.3.6.1.4.1.9.9.449.1.2.1.1.13Unsigned32read-onlycurrent
cEigrpInputQDrops
OBJECT-TYPE
The number of EIGRP packets dropped from the input queue due to it being full within the AS.
1.3.6.1.4.1.9.9.449.1.2.1.1.14Counter32read-onlycurrent
cEigrpSiaQueriesSent
OBJECT-TYPE
The total number of Stuck-In-Active (SIA) query packets sent to all EIGRP neighbors formed on all interfaces whose IP addresses fall under networks configured for the EIGRP AS.
1.3.6.1.4.1.9.9.449.1.2.1.1.15Counter32read-onlycurrent
cEigrpSiaQueriesRcvd
OBJECT-TYPE
The total number of Stuck-In-Active (SIA) query packets received from all EIGRP neighbors formed on all interfaces whose IP addresses fall under networks configured for the EIGRP AS.
1.3.6.1.4.1.9.9.449.1.2.1.1.16Counter32read-onlycurrent
cEigrpAsRouterIdType
OBJECT-TYPE
The format of the router-id configured or automatically selected for the EIGRP AS.
1.3.6.1.4.1.9.9.449.1.2.1.1.17InetAddressTyperead-onlycurrent
cEigrpAsRouterId
OBJECT-TYPE
The router-id configured or automatically selected for the EIGRP AS. Each EIGRP routing process has a unique router-id selected from each autonomous system configured. The format is governed by object cEigrpAsRouterIdType.
1.3.6.1.4.1.9.9.449.1.2.1.1.18InetAddressread-onlycurrent
cEigrpTopoRoutes
OBJECT-TYPE
The total number of EIGRP derived routes currently existing in the topology table for the AS.
1.3.6.1.4.1.9.9.449.1.2.1.1.19Counter32read-onlycurrent
cEigrpHeadSerial
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.449.1.2.1.1.20Counter64read-onlycurrent
cEigrpNextSerial
OBJECT-TYPE
The serial number that would be assigned to the next new or changed route in the topology table for the AS.
1.3.6.1.4.1.9.9.449.1.2.1.1.21Counter64read-onlycurrent
cEigrpXmitPendReplies
OBJECT-TYPE
When alternate route query packets are sent to adjacent EIGRP peers in an AS, replies are expected. This object is the total number of outstanding replies expected to queries that have been sent to peers in the current AS. It remains at zero most of the time until an EIGRP route becomes active.
1.3.6.1.4.1.9.9.449.1.2.1.1.22Unsigned32read-onlycurrent
cEigrpXmitDummies
OBJECT-TYPE
A dummy is a temporary internal entity used as a place holder in the topology table for an AS. They are not transmitted in routing updates. This is the total number currently in existence associated with the AS.
1.3.6.1.4.1.9.9.449.1.2.1.1.23Unsigned32read-onlycurrent
cEigrpTopologyInfo
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.449.1.3
cEigrpTopoTable
OBJECT-TYPE
The table of EIGRP routes and their associated attributes for an Autonomous System (AS) configured in a VPN is called a topology table. All route entries in the topology table will be indexed by IP network type, IP network number and network mask (prefix) size.
1.3.6.1.4.1.9.9.449.1.3.1not-accessiblecurrent
cEigrpTopoEntry
OBJECT-TYPE
The entry for a single EIGRP topology table in the given AS.
1.3.6.1.4.1.9.9.449.1.3.1.1not-accessiblecurrent
cEigrpDestNetType
OBJECT-TYPE
The format of the destination IP network number for a single route in the topology table in the AS specified in cEigrpDestNet.
1.3.6.1.4.1.9.9.449.1.3.1.1.1InetAddressTypenot-accessiblecurrent
cEigrpDestNet
OBJECT-TYPE
The destination IP network number for a single route in the topology table in the AS. The format is governed by object cEigrpDestNetType.
1.3.6.1.4.1.9.9.449.1.3.1.1.2InetAddressnot-accessiblecurrent
cEigrpDestNetPrefixLen
OBJECT-TYPE
The prefix length associated with the destination IP network address for a single route in the topology table in the AS. The format is governed by the object cEigrpDestNetType.
1.3.6.1.4.1.9.9.449.1.3.1.1.4InetAddressPrefixLengthnot-accessiblecurrent
cEigrpActive
OBJECT-TYPE
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).
1.3.6.1.4.1.9.9.449.1.3.1.1.5TruthValueread-onlycurrent
cEigrpStuckInActive
OBJECT-TYPE
A value of true(1) indicates that that this route which is in active state (cEigrpActive = true(1)) has not received any replies to queries for alternate paths, and a second EIGRP route query, called a stuck-in-active query, has now been sent.
1.3.6.1.4.1.9.9.449.1.3.1.1.6TruthValueread-onlycurrent
cEigrpDestSuccessors
OBJECT-TYPE
A successor is the next routing hop for a path to the destination IP network number for a single route in the topology table in the AS. There can be several potential successors if there are multiple paths to the destination. This is the total number of successors for a topology entry.
1.3.6.1.4.1.9.9.449.1.3.1.1.7Unsigned32read-onlycurrent
cEigrpFdistance
OBJECT-TYPE
The feasibility (best) distance is the minimum distance from this router to the destination IP network in this topology entry. The feasibility distance is used in determining the best successor for a path to the destination network.
1.3.6.1.4.1.9.9.449.1.3.1.1.8Unsigned32read-onlycurrent
cEigrpRouteOriginType
OBJECT-TYPE
This is a text string describing the internal origin of the EIGRP route represented by the topology entry.
1.3.6.1.4.1.9.9.449.1.3.1.1.9SnmpAdminStringread-onlycurrent
cEigrpRouteOriginAddrType
OBJECT-TYPE
The format of the IP address defined as the origin of this topology route entry.
1.3.6.1.4.1.9.9.449.1.3.1.1.10InetAddressTyperead-onlycurrent
cEigrpRouteOriginAddr
OBJECT-TYPE
If the origin of the topology route entry is external to this router, then this object is the IP address of the router from which it originated. The format is governed by object cEigrpRouteOriginAddrType.
1.3.6.1.4.1.9.9.449.1.3.1.1.11InetAddressread-onlycurrent
cEigrpNextHopAddressType
OBJECT-TYPE
The format of the next hop IP address for the route represented by the topology entry.
1.3.6.1.4.1.9.9.449.1.3.1.1.12InetAddressTyperead-onlycurrent
cEigrpNextHopAddress
OBJECT-TYPE
This is the next hop IP address for the route represented by the topology entry. The next hop is where network traffic will be routed to in order to reach the destination network for this topology entry. The format is governed by cEigrpNextHopAddressType.
1.3.6.1.4.1.9.9.449.1.3.1.1.13InetAddressread-onlycurrent
cEigrpNextHopInterface
OBJECT-TYPE
The interface through which the next hop IP address is reached to send network traffic to the destination network represented by the topology entry.
1.3.6.1.4.1.9.9.449.1.3.1.1.14SnmpAdminStringread-onlycurrent
cEigrpDistance
OBJECT-TYPE
The computed distance to the destination network entry from this router.
1.3.6.1.4.1.9.9.449.1.3.1.1.15Unsigned32read-onlycurrent
cEigrpReportDistance
OBJECT-TYPE
The computed distance to the destination network in the topology entry reported to this router by the originator of this route.
1.3.6.1.4.1.9.9.449.1.3.1.1.16Unsigned32read-onlycurrent
cEigrpFdistanceWide
OBJECT-TYPE
The feasibility (best) distance is the minimum distance from this router to the destination IP network in this topology entry. The feasibility distance is used in determining the best successor for a path to the destination network. This is the Wide Metric 64-bit value and not the RIB-scaled 32-bit value.
1.3.6.1.4.1.9.9.449.1.3.1.1.17Counter64read-onlycurrent
cEigrpDistanceWide
OBJECT-TYPE
The computed distance to the destination network entry from this router. This is the Wide Metric 64-bit value and not the RIB-scaled 32-bit value.
1.3.6.1.4.1.9.9.449.1.3.1.1.18Counter64read-onlycurrent
cEigrpReportDistanceWide
OBJECT-TYPE
The computed distance to the destination network in the topology entry reported to this router by the originator of this route. This is the Wide Metric 64-bit value and not the RIB-scaled 32-bit value.
1.3.6.1.4.1.9.9.449.1.3.1.1.19Counter64read-onlycurrent
cEigrpPeerInfo
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.449.1.4
cEigrpPeerTable
OBJECT-TYPE
The table of established EIGRP peers (neighbors) in the selected autonomous system. Peers are indexed by their unique internal handle id, as well as the AS number and VPN id. The peer entry is removed from the table if the peer is declared down.
1.3.6.1.4.1.9.9.449.1.4.1not-accessiblecurrent
cEigrpPeerEntry
OBJECT-TYPE
Statistics and operational parameters for a single peer in the AS.
1.3.6.1.4.1.9.9.449.1.4.1.1not-accessiblecurrent
cEigrpHandle
OBJECT-TYPE
The unique internal identifier for the peer in the AS. This is a unique value among peer entries in a selected table.
1.3.6.1.4.1.9.9.449.1.4.1.1.1Unsigned32not-accessiblecurrent
cEigrpPeerAddrType
OBJECT-TYPE
The format of the remote source IP address used by the peer to establish the EIGRP adjacency with this router.
1.3.6.1.4.1.9.9.449.1.4.1.1.2InetAddressTyperead-onlycurrent
cEigrpPeerAddr
OBJECT-TYPE
The source IP address used by the peer to establish the EIGRP adjacency with this router. The format is governed by object cEigrpPeerAddrType.
1.3.6.1.4.1.9.9.449.1.4.1.1.3InetAddressread-onlycurrent
cEigrpPeerIfIndex
OBJECT-TYPE
The ifIndex of the interface on this router through which this peer can be reached.
1.3.6.1.4.1.9.9.449.1.4.1.1.4InterfaceIndexOrZeroread-onlycurrent
cEigrpHoldTime
OBJECT-TYPE
The count-down timer indicating how much time must pass without receiving a hello packet from this EIGRP peer before this router declares the peer down. A peer declared as down is removed from the table and is no longer visible.
1.3.6.1.4.1.9.9.449.1.4.1.1.5Unsigned32read-onlycurrent
cEigrpUpTime
OBJECT-TYPE
The elapsed time since the EIGRP adjacency was first established with the peer.
1.3.6.1.4.1.9.9.449.1.4.1.1.6EigrpUpTimeStringread-onlycurrent
cEigrpSrtt
OBJECT-TYPE
The computed smooth round trip time for packets to and from the peer.
1.3.6.1.4.1.9.9.449.1.4.1.1.7Unsigned32read-onlycurrent
cEigrpRto
OBJECT-TYPE
The computed retransmission timeout for the peer. This value is computed over time as packets are sent to the peer and acknowledgements are received from it, and is the amount of time to wait before resending a packet from the retransmission queue to the peer when an expected acknowledgement has not been received.
1.3.6.1.4.1.9.9.449.1.4.1.1.8Unsigned32read-onlycurrent
cEigrpPktsEnqueued
OBJECT-TYPE
The number of any EIGRP packets currently enqueued waiting to be sent to this peer.
1.3.6.1.4.1.9.9.449.1.4.1.1.9Unsigned32read-onlycurrent
cEigrpLastSeq
OBJECT-TYPE
All transmitted EIGRP packets have a sequence number assigned. This is the sequence number of the last EIGRP packet sent to this peer.
1.3.6.1.4.1.9.9.449.1.4.1.1.10Unsigned32read-onlycurrent
cEigrpVersion
OBJECT-TYPE
The EIGRP version information reported by the remote peer.
1.3.6.1.4.1.9.9.449.1.4.1.1.11EigrpVersionStringread-onlycurrent
cEigrpRetrans
OBJECT-TYPE
The cumulative number of retransmissions to this peer during the period that the peer adjacency has remained up.
1.3.6.1.4.1.9.9.449.1.4.1.1.12Counter32read-onlycurrent
cEigrpRetries
OBJECT-TYPE
The number of times the current unacknowledged packet has been retried, i.e. resent to this peer to be acknowledged.
1.3.6.1.4.1.9.9.449.1.4.1.1.13Unsigned32read-onlycurrent
cEigrpInterfaceInfo
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.449.1.5
cEigrpInterfaceTable
OBJECT-TYPE
The table of interfaces over which EIGRP is running, and their associated statistics. This table is independent of whether any peer adjacencies have been formed over the interfaces or not. Interfaces running EIGRP are determined by whether their assigned IP addresses fall within configured EIGRP network statements.
1.3.6.1.4.1.9.9.449.1.5.1not-accessiblecurrent
cEigrpInterfaceEntry
OBJECT-TYPE
Information for a single interface running EIGRP in the AS and VPN.
1.3.6.1.4.1.9.9.449.1.5.1.1not-accessiblecurrent
cEigrpPeerCount
OBJECT-TYPE
The number of EIGRP adjacencies currently formed with peers reached through this interface.
1.3.6.1.4.1.9.9.449.1.5.1.1.3Gauge32read-onlycurrent
cEigrpXmitReliableQ
OBJECT-TYPE
The number of EIGRP packets currently waiting in the reliable transport (acknowledgement-required) transmission queue to be sent to a peer.
1.3.6.1.4.1.9.9.449.1.5.1.1.4Gauge32read-onlycurrent
cEigrpXmitUnreliableQ
OBJECT-TYPE
The number EIGRP of packets currently waiting in the unreliable transport (no acknowledgement required) transmission queue.
1.3.6.1.4.1.9.9.449.1.5.1.1.5Gauge32read-onlycurrent
cEigrpMeanSrtt
OBJECT-TYPE
The average of all the computed smooth round trip time values for a packet to and from all peers established on this interface.
1.3.6.1.4.1.9.9.449.1.5.1.1.6Unsigned32read-onlycurrent
cEigrpPacingReliable
OBJECT-TYPE
The configured time interval between EIGRP packet transmissions on the interface when the reliable transport method is used.
1.3.6.1.4.1.9.9.449.1.5.1.1.7Unsigned32read-onlycurrent
cEigrpPacingUnreliable
OBJECT-TYPE
The configured time interval between EIGRP packet transmissions on the interface when the unreliable transport method is used.
1.3.6.1.4.1.9.9.449.1.5.1.1.8Unsigned32read-onlycurrent
cEigrpMFlowTimer
OBJECT-TYPE
The configured multicast flow control timer value for this interface.
1.3.6.1.4.1.9.9.449.1.5.1.1.9Unsigned32read-onlycurrent
cEigrpPendingRoutes
OBJECT-TYPE
The number of queued EIGRP routing updates awaiting transmission on this interface.
1.3.6.1.4.1.9.9.449.1.5.1.1.10Gauge32read-onlycurrent
cEigrpHelloInterval
OBJECT-TYPE
The configured time interval between Hello packet transmissions for this interface.
1.3.6.1.4.1.9.9.449.1.5.1.1.11Unsigned32read-onlycurrent
cEigrpXmitNextSerial
OBJECT-TYPE
The serial number of the next EIGRP packet that is to be queued for transmission on this interface.
1.3.6.1.4.1.9.9.449.1.5.1.1.12Counter64read-onlycurrent
cEigrpUMcasts
OBJECT-TYPE
The total number of unreliable (no acknowledgement required) EIGRP multicast packets sent on this interface.
1.3.6.1.4.1.9.9.449.1.5.1.1.13Counter32read-onlycurrent
cEigrpRMcasts
OBJECT-TYPE
The total number of reliable (acknowledgement required) EIGRP multicast packets sent on this interface.
1.3.6.1.4.1.9.9.449.1.5.1.1.14Counter32read-onlycurrent
cEigrpUUcasts
OBJECT-TYPE
The total number of unreliable (no acknowledgement required) EIGRP unicast packets sent on this interface.
1.3.6.1.4.1.9.9.449.1.5.1.1.15Counter32read-onlycurrent
cEigrpRUcasts
OBJECT-TYPE
The total number of reliable (acknowledgement required) unicast packets sent on this interface.
1.3.6.1.4.1.9.9.449.1.5.1.1.16Counter32read-onlycurrent
cEigrpMcastExcepts
OBJECT-TYPE
The total number of EIGRP multicast exception transmissions that have occurred on this interface.
1.3.6.1.4.1.9.9.449.1.5.1.1.17Counter32read-onlycurrent
cEigrpCRpkts
OBJECT-TYPE
The total number EIGRP Conditional-Receive packets sent on this interface.
1.3.6.1.4.1.9.9.449.1.5.1.1.18Counter32read-onlycurrent
cEigrpAcksSuppressed
OBJECT-TYPE
The total number of individual EIGRP acknowledgement packets that have been suppressed and combined in an already enqueued outbound reliable packet on this interface.
1.3.6.1.4.1.9.9.449.1.5.1.1.19Counter32read-onlycurrent
cEigrpRetransSent
OBJECT-TYPE
The total number EIGRP packet retransmissions sent on the interface.
1.3.6.1.4.1.9.9.449.1.5.1.1.20Counter32read-onlycurrent
cEigrpOOSrvcd
OBJECT-TYPE
The total number of out-of-sequence EIGRP packets received.
1.3.6.1.4.1.9.9.449.1.5.1.1.21Counter32read-onlycurrent
cEigrpAuthMode
OBJECT-TYPE
The EIGRP authentication mode of the interface. none : no authentication enabled on the interface md5 : MD5 authentication enabled on the interface
1.3.6.1.4.1.9.9.449.1.5.1.1.22INTEGER {none(1), md5(2)}read-onlycurrent
cEigrpAuthKeyChain
OBJECT-TYPE
The name of the authentication key-chain configured on this interface. The key-chain is a reference to which set of secret keys are to be accessed in order to determine which secret key string to use. The key chain name is not the secret key string password and can also be used in other routing protocols, such as RIP and ISIS.
1.3.6.1.4.1.9.9.449.1.5.1.1.23SnmpAdminStringread-onlycurrent
cEigrpMIBConformance
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.449.2
cEigrpMIBCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.449.2.1
cEigrpMIBGroups
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.449.2.2

Notifications

NameOIDStatus
cEigrpAuthFailureEvent
NOTIFICATION-TYPE
This notification is sent when EIGRP MD5 authentication is enabled on any interface and peer adjacencies are formed, and any adjacencies go down as a result of an authentication failure.
1.3.6.1.4.1.9.9.449.0.1current
cEigrpRouteStuckInActive
NOTIFICATION-TYPE
This notification is sent when a route in the topology table is stuck in an active state. During the query phase for a new route to a destination network, a route is described as being in the active state if when an alternate path is actively being sought, no replies are received to normal queries or stuck-in-active queries.
1.3.6.1.4.1.9.9.449.0.2current
cEigrpNbrDownEvent
NOTIFICATION-TYPE
This notification is sent when any EIGRP peer adjacency goes down.
1.3.6.1.4.1.9.9.449.0.3current

Conformance

NameOIDStatus
cEigrpMIBCompliance
MODULE-COMPLIANCE
The compliance statement for entities which implement the Cisco EIGRP Management MIB.
1.3.6.1.4.1.9.9.449.2.1.1deprecated
cEigrpMIBComplianceRev1
MODULE-COMPLIANCE
The Revison1 compliance statement for entities which implement the Cisco EIGRP Management MIB.
1.3.6.1.4.1.9.9.449.2.1.2current
cEigrpVpnDataGroup
OBJECT-GROUP
The collection of VPN names which have been configured with one or more EIGRP autonmous systems.
1.3.6.1.4.1.9.9.449.2.2.1current
cEigrpTrafficStatsGroup
OBJECT-GROUP
A collection of objects providing management information regarding collective EIGRP packet statistics for all EIGRP autonomous systems configured.
1.3.6.1.4.1.9.9.449.2.2.2current
cEigrpInterfaceDataGroup
OBJECT-GROUP
A collection of objects providing management information for interfaces over which EIGRP is configured and running.
1.3.6.1.4.1.9.9.449.2.2.3current
cEigrpPeerDataGroup
OBJECT-GROUP
A collection of objects providing management information for EIGRP peer adjacencies formed in the EIGRP autonoumous systems.
1.3.6.1.4.1.9.9.449.2.2.4current
cEigrpTopoDataGroup
OBJECT-GROUP
A collection of objects providing management information for EIGRP topology routes derived within autonomous systems and received in updates from EIGRP neighbors.
1.3.6.1.4.1.9.9.449.2.2.5current
cEigrpNotificationsGroup
NOTIFICATION-GROUP
Group of notifications on EIGRP routers.
1.3.6.1.4.1.9.9.449.2.2.6current
cEigrpNotificationsGroupSupR01
NOTIFICATION-GROUP
Additional Notifications that supplement cEigrpNotificationsGroup.
1.3.6.1.4.1.9.9.449.2.2.7current
cEigrpTopoDataGroupSupR01
OBJECT-GROUP
Collection of objects providing wide metric management information for EIGRP topology routes that supplement the cEIGRPTopoDataGroup.
1.3.6.1.4.1.9.9.449.2.2.8current