CISCO-EIGRP-MIB

CISCO-EIGRP-MIB Download

MIBs list

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.

IPHost Network Monitor offer an easy way of SNMP monitoring your Cisco Servers, Routers, Switches, Bridges, Firewalls, Repeaters.

OID list for CISCO-EIGRP-MIB

cEigrpVpnTable
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 ta ...
cEigrpVpnEntry
Information relating to a single VPN which is configured to run EIGRP.
cEigrpVpnId
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
The name given to the VPN.
cEigrpTraffStatsTable
Table of EIGRP traffic statistics and information associated with all EIGRP autonomous systems.
cEigrpTraffStatsEntry
The set of statistics and information for a single EIGRP Autonomous System.
cEigrpAsNumber
The Autonomous System number which is unique integer per VPN.
cEigrpNbrCount
The total number of live EIGRP neighbors formed on all interfaces whose IP addresses fall under networks configured in the EIGRP AS.
cEigrpHellosSent
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
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
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
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
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
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
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
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
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
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
The highest number of EIGRP packets in the input queue waiting to be processed internally addressed to this AS.
cEigrpInputQDrops
The number of EIGRP packets dropped from the input queue due to it being full within the AS.
cEigrpSiaQueriesSent
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
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
The format of the router-id configured or automatically selected for the EIGRP AS.
cEigrpAsRouterId
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
The total number of EIGRP derived routes currently existing in the topology table for the AS.
cEigrpHeadSerial
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 ...
cEigrpNextSerial
The serial number that would be assigned to the next new or changed route in the topology table for the AS.
cEigrpXmitPendReplies
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 ...
cEigrpXmitDummies
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.
cEigrpTopoTable
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 ...
cEigrpTopoEntry
The entry for a single EIGRP topology table in the given AS.
cEigrpDestNetType
The format of the destination IP network number for a single route in the topology table in the AS specified in cEigrpDestNet.
cEigrpDestNet
The destination IP network number for a single route in the topology table in the AS. The format is governed by object cEigrpDestNetType.
cEigrpDestNetPrefixLen
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
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
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
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 o ...
cEigrpFdistance
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
This is a text string describing the internal origin of the EIGRP route represented by the topology entry.
cEigrpRouteOriginAddrType
The format of the IP address defined as the origin of this topology route entry.
cEigrpRouteOriginAddr
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
The format of the next hop IP address for the route represented by the topology entry.
cEigrpNextHopAddress
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 cEigrpNextHopAddressTy ...
cEigrpNextHopInterface
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
The computed distance to the destination network entry from this router.
cEigrpReportDistance
The computed distance to the destination network in the topology entry reported to this router by the originator of this route.
cEigrpPeerTable
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
Statistics and operational parameters for a single peer in the AS.
cEigrpHandle
The unique internal identifier for the peer in the AS. This is a unique value among peer entries in a selected table.
cEigrpPeerAddrType
The format of the remote source IP address used by the peer to establish the EIGRP adjacency with this router.
cEigrpPeerAddr
The source IP address used by the peer to establish the EIGRP adjacency with this router. The format is governed by object cEigrpPeerAddrType.
cEigrpPeerIfIndex
The ifIndex of the interface on this router through which this peer can be reached.
cEigrpHoldTime
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
The elapsed time since the EIGRP adjacency was first established with the peer.
cEigrpSrtt
The computed smooth round trip time for packets to and from the peer.
cEigrpRto
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 ...
cEigrpPktsEnqueued
The number of any EIGRP packets currently enqueued waiting to be sent to this peer.
cEigrpLastSeq
All transmitted EIGRP packets have a sequence number assigned. This is the sequence number of the last EIGRP packet sent to this peer.
cEigrpVersion
The EIGRP version information reported by the remote peer.
cEigrpRetrans
The cumulative number of retransmissions to this peer during the period that the peer adjacency has remained up.
cEigrpRetries
The number of times the current unacknowledged packet has been retried, i.e. resent to this peer to be acknowledged.
cEigrpInterfaceTable
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 assig ...
cEigrpInterfaceEntry
Information for a single interface running EIGRP in the AS and VPN.
cEigrpPeerCount
The number of EIGRP adjacencies currently formed with peers reached through this interface.
cEigrpXmitReliableQ
The number of EIGRP packets currently waiting in the reliable transport (acknowledgement-required) transmission queue to be sent to a peer.
cEigrpXmitUnreliableQ
The number EIGRP of packets currently waiting in the unreliable transport (no acknowledgement required) transmission queue.
cEigrpMeanSrtt
The average of all the computed smooth round trip time values for a packet to and from all peers established on this interface.
cEigrpPacingReliable
The configured time interval between EIGRP packet transmissions on the interface when the reliable transport method is used.
cEigrpPacingUnreliable
The configured time interval between EIGRP packet transmissions on the interface when the unreliable transport method is used.
cEigrpMFlowTimer
The configured multicast flow control timer value for this interface.
cEigrpPendingRoutes
The number of queued EIGRP routing updates awaiting transmission on this interface.
cEigrpHelloInterval
The configured time interval between Hello packet transmissions for this interface.
cEigrpXmitNextSerial
The serial number of the next EIGRP packet that is to be queued for transmission on this interface.
cEigrpUMcasts
The total number of unreliable (no acknowledgement required) EIGRP multicast packets sent on this interface.
cEigrpRMcasts
The total number of reliable (acknowledgement required) EIGRP multicast packets sent on this interface.
cEigrpUUcasts
The total number of unreliable (no acknowledgement required) EIGRP unicast packets sent on this interface.
cEigrpRUcasts
The total number of reliable (acknowledgement required) unicast packets sent on this interface.
cEigrpMcastExcepts
The total number of EIGRP multicast exception transmissions that have occurred on this interface.
cEigrpCRpkts
The total number EIGRP Conditional-Receive packets sent on this interface.
cEigrpAcksSuppressed
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
The total number EIGRP packet retransmissions sent on the interface.
cEigrpOOSrvcd
The total number of out-of-sequence EIGRP packets received.
cEigrpAuthMode
The EIGRP authentication mode of the interface. none : no authentication enabled on the interface md5 : MD5 authentication enabled on the interface
cEigrpAuthKeyChain
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 pas ...
cEigrpVpnDataGroup
The collection of VPN names which have been configured with one or more EIGRP autonmous systems.
cEigrpTrafficStatsGroup
A collection of objects providing management information regarding collective EIGRP packet statistics for all EIGRP autonomous systems configured.
cEigrpInterfaceDataGroup
A collection of objects providing management information for interfaces over which EIGRP is configured and running.
cEigrpPeerDataGroup
A collection of objects providing management information for EIGRP peer adjacencies formed in the EIGRP autonoumous systems.
cEigrpTopoDataGroup
A collection of objects providing management information for EIGRP topology routes derived within autonomous systems and received in updates from EIGRP neighbors.

Download IPHost Network Monitor (500 monitors for 30 days, 50 monitors free forever) to start monitoring network devices right now.

MIBs list