CISCO-EIGRP-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-EIGRP-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 ciscoEigrpMIB 1.3.6.1.4.1.9.9.449
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.
         cEigrpMIBNotifications 1.3.6.1.4.1.9.9.449.0
             cEigrpAuthFailureEvent 1.3.6.1.4.1.9.9.449.0.1
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.
             cEigrpRouteStuckInActive 1.3.6.1.4.1.9.9.449.0.2
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.
             cEigrpNbrDownEvent 1.3.6.1.4.1.9.9.449.0.3
This notification is sent when any EIGRP peer adjacency goes down.
         cEigrpMIBObjects 1.3.6.1.4.1.9.9.449.1
             cEigrpVpnInfo 1.3.6.1.4.1.9.9.449.1.1
                 cEigrpVpnTable 1.3.6.1.4.1.9.9.449.1.1.1 no-access
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.
                     cEigrpVpnEntry 1.3.6.1.4.1.9.9.449.1.1.1.1 no-access
Information relating to a single VPN which is configured to run EIGRP.
                         cEigrpVpnId 1.3.6.1.4.1.9.9.449.1.1.1.1.1 unsigned32 no-access
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.
                         cEigrpVpnName 1.3.6.1.4.1.9.9.449.1.1.1.1.2 snmpadminstring read-only
The name given to the VPN.
             cEigrpAsInfo 1.3.6.1.4.1.9.9.449.1.2
                 cEigrpTraffStatsTable 1.3.6.1.4.1.9.9.449.1.2.1 no-access
Table of EIGRP traffic statistics and information associated with all EIGRP autonomous systems.
                     cEigrpTraffStatsEntry 1.3.6.1.4.1.9.9.449.1.2.1.1 no-access
The set of statistics and information for a single EIGRP Autonomous System.
                         cEigrpAsNumber 1.3.6.1.4.1.9.9.449.1.2.1.1.1 unsigned32 no-access
The Autonomous System number which is unique integer per VPN.
                         cEigrpNbrCount 1.3.6.1.4.1.9.9.449.1.2.1.1.2 unsigned32 read-only
The total number of live EIGRP neighbors formed on all interfaces whose IP addresses fall under networks configured in the EIGRP AS.
                         cEigrpHellosSent 1.3.6.1.4.1.9.9.449.1.2.1.1.3 counter32 read-only
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.
                         cEigrpHellosRcvd 1.3.6.1.4.1.9.9.449.1.2.1.1.4 counter32 read-only
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.
                         cEigrpUpdatesSent 1.3.6.1.4.1.9.9.449.1.2.1.1.5 counter32 read-only
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.
                         cEigrpUpdatesRcvd 1.3.6.1.4.1.9.9.449.1.2.1.1.6 counter32 read-only
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.
                         cEigrpQueriesSent 1.3.6.1.4.1.9.9.449.1.2.1.1.7 counter32 read-only
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.
                         cEigrpQueriesRcvd 1.3.6.1.4.1.9.9.449.1.2.1.1.8 counter32 read-only
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.
                         cEigrpRepliesSent 1.3.6.1.4.1.9.9.449.1.2.1.1.9 counter32 read-only
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.
                         cEigrpRepliesRcvd 1.3.6.1.4.1.9.9.449.1.2.1.1.10 counter32 read-only
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.
                         cEigrpAcksSent 1.3.6.1.4.1.9.9.449.1.2.1.1.11 counter32 read-only
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.
                         cEigrpAcksRcvd 1.3.6.1.4.1.9.9.449.1.2.1.1.12 counter32 read-only
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.
                         cEigrpInputQHighMark 1.3.6.1.4.1.9.9.449.1.2.1.1.13 unsigned32 read-only
The highest number of EIGRP packets in the input queue waiting to be processed internally addressed to this AS.
                         cEigrpInputQDrops 1.3.6.1.4.1.9.9.449.1.2.1.1.14 counter32 read-only
The number of EIGRP packets dropped from the input queue due to it being full within the AS.
                         cEigrpSiaQueriesSent 1.3.6.1.4.1.9.9.449.1.2.1.1.15 counter32 read-only
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.
                         cEigrpSiaQueriesRcvd 1.3.6.1.4.1.9.9.449.1.2.1.1.16 counter32 read-only
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.
                         cEigrpAsRouterIdType 1.3.6.1.4.1.9.9.449.1.2.1.1.17 inetaddresstype read-only
The format of the router-id configured or automatically selected for the EIGRP AS.
                         cEigrpAsRouterId 1.3.6.1.4.1.9.9.449.1.2.1.1.18 inetaddress read-only
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.
                         cEigrpTopoRoutes 1.3.6.1.4.1.9.9.449.1.2.1.1.19 counter32 read-only
The total number of EIGRP derived routes currently existing in the topology table for the AS.
                         cEigrpHeadSerial 1.3.6.1.4.1.9.9.449.1.2.1.1.20 counter64 read-only
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.
                         cEigrpNextSerial 1.3.6.1.4.1.9.9.449.1.2.1.1.21 counter64 read-only
The serial number that would be assigned to the next new or changed route in the topology table for the AS.
                         cEigrpXmitPendReplies 1.3.6.1.4.1.9.9.449.1.2.1.1.22 unsigned32 read-only
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.
                         cEigrpXmitDummies 1.3.6.1.4.1.9.9.449.1.2.1.1.23 unsigned32 read-only
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.
             cEigrpTopologyInfo 1.3.6.1.4.1.9.9.449.1.3
                 cEigrpTopoTable 1.3.6.1.4.1.9.9.449.1.3.1 no-access
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.
                     cEigrpTopoEntry 1.3.6.1.4.1.9.9.449.1.3.1.1 no-access
The entry for a single EIGRP topology table in the given AS.
                         cEigrpDestNetType 1.3.6.1.4.1.9.9.449.1.3.1.1.1 inetaddresstype no-access
The format of the destination IP network number for a single route in the topology table in the AS specified in cEigrpDestNet.
                         cEigrpDestNet 1.3.6.1.4.1.9.9.449.1.3.1.1.2 inetaddress no-access
The destination IP network number for a single route in the topology table in the AS. The format is governed by object cEigrpDestNetType.
                         cEigrpDestNetPrefixLen 1.3.6.1.4.1.9.9.449.1.3.1.1.4 inetaddressprefixlength no-access
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.
                         cEigrpActive 1.3.6.1.4.1.9.9.449.1.3.1.1.5 truthvalue read-only
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).
                         cEigrpStuckInActive 1.3.6.1.4.1.9.9.449.1.3.1.1.6 truthvalue read-only
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.
                         cEigrpDestSuccessors 1.3.6.1.4.1.9.9.449.1.3.1.1.7 unsigned32 read-only
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.
                         cEigrpFdistance 1.3.6.1.4.1.9.9.449.1.3.1.1.8 unsigned32 read-only
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.
                         cEigrpRouteOriginType 1.3.6.1.4.1.9.9.449.1.3.1.1.9 snmpadminstring read-only
This is a text string describing the internal origin of the EIGRP route represented by the topology entry.
                         cEigrpRouteOriginAddrType 1.3.6.1.4.1.9.9.449.1.3.1.1.10 inetaddresstype read-only
The format of the IP address defined as the origin of this topology route entry.
                         cEigrpRouteOriginAddr 1.3.6.1.4.1.9.9.449.1.3.1.1.11 inetaddress read-only
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.
                         cEigrpNextHopAddressType 1.3.6.1.4.1.9.9.449.1.3.1.1.12 inetaddresstype read-only
The format of the next hop IP address for the route represented by the topology entry.
                         cEigrpNextHopAddress 1.3.6.1.4.1.9.9.449.1.3.1.1.13 inetaddress read-only
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.
                         cEigrpNextHopInterface 1.3.6.1.4.1.9.9.449.1.3.1.1.14 snmpadminstring read-only
The interface through which the next hop IP address is reached to send network traffic to the destination network represented by the topology entry.
                         cEigrpDistance 1.3.6.1.4.1.9.9.449.1.3.1.1.15 unsigned32 read-only
The computed distance to the destination network entry from this router.
                         cEigrpReportDistance 1.3.6.1.4.1.9.9.449.1.3.1.1.16 unsigned32 read-only
The computed distance to the destination network in the topology entry reported to this router by the originator of this route.
                         cEigrpFdistanceWide 1.3.6.1.4.1.9.9.449.1.3.1.1.17 counter64 read-only
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.
                         cEigrpDistanceWide 1.3.6.1.4.1.9.9.449.1.3.1.1.18 counter64 read-only
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.
                         cEigrpReportDistanceWide 1.3.6.1.4.1.9.9.449.1.3.1.1.19 counter64 read-only
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.
             cEigrpPeerInfo 1.3.6.1.4.1.9.9.449.1.4
                 cEigrpPeerTable 1.3.6.1.4.1.9.9.449.1.4.1 no-access
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.
                     cEigrpPeerEntry 1.3.6.1.4.1.9.9.449.1.4.1.1 no-access
Statistics and operational parameters for a single peer in the AS.
                         cEigrpHandle 1.3.6.1.4.1.9.9.449.1.4.1.1.1 unsigned32 no-access
The unique internal identifier for the peer in the AS. This is a unique value among peer entries in a selected table.
                         cEigrpPeerAddrType 1.3.6.1.4.1.9.9.449.1.4.1.1.2 inetaddresstype read-only
The format of the remote source IP address used by the peer to establish the EIGRP adjacency with this router.
                         cEigrpPeerAddr 1.3.6.1.4.1.9.9.449.1.4.1.1.3 inetaddress read-only
The source IP address used by the peer to establish the EIGRP adjacency with this router. The format is governed by object cEigrpPeerAddrType.
                         cEigrpPeerIfIndex 1.3.6.1.4.1.9.9.449.1.4.1.1.4 interfaceindexorzero read-only
The ifIndex of the interface on this router through which this peer can be reached.
                         cEigrpHoldTime 1.3.6.1.4.1.9.9.449.1.4.1.1.5 unsigned32 read-only
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.
                         cEigrpUpTime 1.3.6.1.4.1.9.9.449.1.4.1.1.6 eigrpuptimestring read-only
The elapsed time since the EIGRP adjacency was first established with the peer.
                         cEigrpSrtt 1.3.6.1.4.1.9.9.449.1.4.1.1.7 unsigned32 read-only
The computed smooth round trip time for packets to and from the peer.
                         cEigrpRto 1.3.6.1.4.1.9.9.449.1.4.1.1.8 unsigned32 read-only
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.
                         cEigrpPktsEnqueued 1.3.6.1.4.1.9.9.449.1.4.1.1.9 unsigned32 read-only
The number of any EIGRP packets currently enqueued waiting to be sent to this peer.
                         cEigrpLastSeq 1.3.6.1.4.1.9.9.449.1.4.1.1.10 unsigned32 read-only
All transmitted EIGRP packets have a sequence number assigned. This is the sequence number of the last EIGRP packet sent to this peer.
                         cEigrpVersion 1.3.6.1.4.1.9.9.449.1.4.1.1.11 eigrpversionstring read-only
The EIGRP version information reported by the remote peer.
                         cEigrpRetrans 1.3.6.1.4.1.9.9.449.1.4.1.1.12 counter32 read-only
The cumulative number of retransmissions to this peer during the period that the peer adjacency has remained up.
                         cEigrpRetries 1.3.6.1.4.1.9.9.449.1.4.1.1.13 unsigned32 read-only
The number of times the current unacknowledged packet has been retried, i.e. resent to this peer to be acknowledged.
             cEigrpInterfaceInfo 1.3.6.1.4.1.9.9.449.1.5
                 cEigrpInterfaceTable 1.3.6.1.4.1.9.9.449.1.5.1 no-access
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.
                     cEigrpInterfaceEntry 1.3.6.1.4.1.9.9.449.1.5.1.1 no-access
Information for a single interface running EIGRP in the AS and VPN.
                         cEigrpPeerCount 1.3.6.1.4.1.9.9.449.1.5.1.1.3 gauge32 read-only
The number of EIGRP adjacencies currently formed with peers reached through this interface.
                         cEigrpXmitReliableQ 1.3.6.1.4.1.9.9.449.1.5.1.1.4 gauge32 read-only
The number of EIGRP packets currently waiting in the reliable transport (acknowledgement-required) transmission queue to be sent to a peer.
                         cEigrpXmitUnreliableQ 1.3.6.1.4.1.9.9.449.1.5.1.1.5 gauge32 read-only
The number EIGRP of packets currently waiting in the unreliable transport (no acknowledgement required) transmission queue.
                         cEigrpMeanSrtt 1.3.6.1.4.1.9.9.449.1.5.1.1.6 unsigned32 read-only
The average of all the computed smooth round trip time values for a packet to and from all peers established on this interface.
                         cEigrpPacingReliable 1.3.6.1.4.1.9.9.449.1.5.1.1.7 unsigned32 read-only
The configured time interval between EIGRP packet transmissions on the interface when the reliable transport method is used.
                         cEigrpPacingUnreliable 1.3.6.1.4.1.9.9.449.1.5.1.1.8 unsigned32 read-only
The configured time interval between EIGRP packet transmissions on the interface when the unreliable transport method is used.
                         cEigrpMFlowTimer 1.3.6.1.4.1.9.9.449.1.5.1.1.9 unsigned32 read-only
The configured multicast flow control timer value for this interface.
                         cEigrpPendingRoutes 1.3.6.1.4.1.9.9.449.1.5.1.1.10 gauge32 read-only
The number of queued EIGRP routing updates awaiting transmission on this interface.
                         cEigrpHelloInterval 1.3.6.1.4.1.9.9.449.1.5.1.1.11 unsigned32 read-only
The configured time interval between Hello packet transmissions for this interface.
                         cEigrpXmitNextSerial 1.3.6.1.4.1.9.9.449.1.5.1.1.12 counter64 read-only
The serial number of the next EIGRP packet that is to be queued for transmission on this interface.
                         cEigrpUMcasts 1.3.6.1.4.1.9.9.449.1.5.1.1.13 counter32 read-only
The total number of unreliable (no acknowledgement required) EIGRP multicast packets sent on this interface.
                         cEigrpRMcasts 1.3.6.1.4.1.9.9.449.1.5.1.1.14 counter32 read-only
The total number of reliable (acknowledgement required) EIGRP multicast packets sent on this interface.
                         cEigrpUUcasts 1.3.6.1.4.1.9.9.449.1.5.1.1.15 counter32 read-only
The total number of unreliable (no acknowledgement required) EIGRP unicast packets sent on this interface.
                         cEigrpRUcasts 1.3.6.1.4.1.9.9.449.1.5.1.1.16 counter32 read-only
The total number of reliable (acknowledgement required) unicast packets sent on this interface.
                         cEigrpMcastExcepts 1.3.6.1.4.1.9.9.449.1.5.1.1.17 counter32 read-only
The total number of EIGRP multicast exception transmissions that have occurred on this interface.
                         cEigrpCRpkts 1.3.6.1.4.1.9.9.449.1.5.1.1.18 counter32 read-only
The total number EIGRP Conditional-Receive packets sent on this interface.
                         cEigrpAcksSuppressed 1.3.6.1.4.1.9.9.449.1.5.1.1.19 counter32 read-only
The total number of individual EIGRP acknowledgement packets that have been suppressed and combined in an already enqueued outbound reliable packet on this interface.
                         cEigrpRetransSent 1.3.6.1.4.1.9.9.449.1.5.1.1.20 counter32 read-only
The total number EIGRP packet retransmissions sent on the interface.
                         cEigrpOOSrvcd 1.3.6.1.4.1.9.9.449.1.5.1.1.21 counter32 read-only
The total number of out-of-sequence EIGRP packets received.
                         cEigrpAuthMode 1.3.6.1.4.1.9.9.449.1.5.1.1.22 integer read-only
The EIGRP authentication mode of the interface. none : no authentication enabled on the interface md5 : MD5 authentication enabled on the interface Enumeration: 'none': 1, 'md5': 2.
                         cEigrpAuthKeyChain 1.3.6.1.4.1.9.9.449.1.5.1.1.23 snmpadminstring read-only
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.
         cEigrpMIBConformance 1.3.6.1.4.1.9.9.449.2
             cEigrpMIBCompliances 1.3.6.1.4.1.9.9.449.2.1
                 cEigrpMIBCompliance 1.3.6.1.4.1.9.9.449.2.1.1
The compliance statement for entities which implement the Cisco EIGRP Management MIB.
                 cEigrpMIBComplianceRev1 1.3.6.1.4.1.9.9.449.2.1.2
The Revison1 compliance statement for entities which implement the Cisco EIGRP Management MIB.
             cEigrpMIBGroups 1.3.6.1.4.1.9.9.449.2.2
                 cEigrpVpnDataGroup 1.3.6.1.4.1.9.9.449.2.2.1
The collection of VPN names which have been configured with one or more EIGRP autonmous systems.
                 cEigrpTrafficStatsGroup 1.3.6.1.4.1.9.9.449.2.2.2
A collection of objects providing management information regarding collective EIGRP packet statistics for all EIGRP autonomous systems configured.
                 cEigrpInterfaceDataGroup 1.3.6.1.4.1.9.9.449.2.2.3
A collection of objects providing management information for interfaces over which EIGRP is configured and running.
                 cEigrpPeerDataGroup 1.3.6.1.4.1.9.9.449.2.2.4
A collection of objects providing management information for EIGRP peer adjacencies formed in the EIGRP autonoumous systems.
                 cEigrpTopoDataGroup 1.3.6.1.4.1.9.9.449.2.2.5
A collection of objects providing management information for EIGRP topology routes derived within autonomous systems and received in updates from EIGRP neighbors.
                 cEigrpNotificationsGroup 1.3.6.1.4.1.9.9.449.2.2.6
Group of notifications on EIGRP routers.
                 cEigrpNotificationsGroupSupR01 1.3.6.1.4.1.9.9.449.2.2.7
Additional Notifications that supplement cEigrpNotificationsGroup.
                 cEigrpTopoDataGroupSupR01 1.3.6.1.4.1.9.9.449.2.2.8
Collection of objects providing wide metric management information for EIGRP topology routes that supplement the cEIGRPTopoDataGroup.