CISCO-EIGRP-MIB

File: CISCO-EIGRP-MIB.mib (51959 bytes)

Imported modules

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

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Unsigned32 Gauge32 Counter32
Counter64 MODULE-COMPLIANCE OBJECT-GROUP
NOTIFICATION-GROUP TruthValue TEXTUAL-CONVENTION
SnmpAdminString InterfaceIndexOrZero ifIndex
InetAddressType InetAddress InetAddressPrefixLength
ciscoMgmt

Defined Types

EigrpUpTimeString  
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'.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..8)  

EigrpVersionString  
Specifies an ASCII string representing the IOS major and minor version followed by the EIGRP major and minor version.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..9)  

CEigrpVpnEntry  
SEQUENCE    
  cEigrpVpnId Unsigned32
  cEigrpVpnName SnmpAdminString

CEigrpTraffStatsEntry  
SEQUENCE    
  cEigrpAsNumber Unsigned32
  cEigrpNbrCount Unsigned32
  cEigrpHellosSent Counter32
  cEigrpHellosRcvd Counter32
  cEigrpUpdatesSent Counter32
  cEigrpUpdatesRcvd Counter32
  cEigrpQueriesSent Counter32
  cEigrpQueriesRcvd Counter32
  cEigrpRepliesSent Counter32
  cEigrpRepliesRcvd Counter32
  cEigrpAcksSent Counter32
  cEigrpAcksRcvd Counter32
  cEigrpInputQHighMark Unsigned32
  cEigrpInputQDrops Counter32
  cEigrpSiaQueriesSent Counter32
  cEigrpSiaQueriesRcvd Counter32
  cEigrpAsRouterIdType InetAddressType
  cEigrpAsRouterId InetAddress
  cEigrpTopoRoutes Counter32
  cEigrpHeadSerial Counter64
  cEigrpNextSerial Counter64
  cEigrpXmitPendReplies Unsigned32
  cEigrpXmitDummies Unsigned32

CEigrpTopoEntry  
SEQUENCE    
  cEigrpDestNetType InetAddressType
  cEigrpDestNet InetAddress
  cEigrpDestNetPrefixLen InetAddressPrefixLength
  cEigrpActive TruthValue
  cEigrpStuckInActive TruthValue
  cEigrpDestSuccessors Unsigned32
  cEigrpFdistance Unsigned32
  cEigrpRouteOriginType SnmpAdminString
  cEigrpRouteOriginAddrType InetAddressType
  cEigrpRouteOriginAddr InetAddress
  cEigrpNextHopAddressType InetAddressType
  cEigrpNextHopAddress InetAddress
  cEigrpNextHopInterface SnmpAdminString
  cEigrpDistance Unsigned32
  cEigrpReportDistance Unsigned32
  cEigrpFdistanceWide Counter64
  cEigrpDistanceWide Counter64
  cEigrpReportDistanceWide Counter64

CEigrpPeerEntry  
SEQUENCE    
  cEigrpHandle Unsigned32
  cEigrpPeerAddrType InetAddressType
  cEigrpPeerAddr InetAddress
  cEigrpPeerIfIndex InterfaceIndexOrZero
  cEigrpHoldTime Unsigned32
  cEigrpUpTime EigrpUpTimeString
  cEigrpSrtt Unsigned32
  cEigrpRto Unsigned32
  cEigrpPktsEnqueued Unsigned32
  cEigrpLastSeq Unsigned32
  cEigrpVersion EigrpVersionString
  cEigrpRetrans Counter32
  cEigrpRetries Unsigned32

CEigrpInterfaceEntry  
SEQUENCE    
  cEigrpPeerCount Gauge32
  cEigrpXmitReliableQ Gauge32
  cEigrpXmitUnreliableQ Gauge32
  cEigrpMeanSrtt Unsigned32
  cEigrpPacingReliable Unsigned32
  cEigrpPacingUnreliable Unsigned32
  cEigrpMFlowTimer Unsigned32
  cEigrpPendingRoutes Gauge32
  cEigrpHelloInterval Unsigned32
  cEigrpXmitNextSerial Counter64
  cEigrpUMcasts Counter32
  cEigrpRMcasts Counter32
  cEigrpUUcasts Counter32
  cEigrpRUcasts Counter32
  cEigrpMcastExcepts Counter32
  cEigrpCRpkts Counter32
  cEigrpAcksSuppressed Counter32
  cEigrpRetransSent Counter32
  cEigrpOOSrvcd Counter32
  cEigrpAuthMode INTEGER
  cEigrpAuthKeyChain SnmpAdminString

Defined Values

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.
MODULE-IDENTITY    

cEigrpMIBNotifications 1.3.6.1.4.1.9.9.449.0
OBJECT IDENTIFIER    

cEigrpMIBObjects 1.3.6.1.4.1.9.9.449.1
OBJECT IDENTIFIER    

cEigrpMIBConformance 1.3.6.1.4.1.9.9.449.2
OBJECT IDENTIFIER    

cEigrpVpnInfo 1.3.6.1.4.1.9.9.449.1.1
OBJECT IDENTIFIER    

cEigrpAsInfo 1.3.6.1.4.1.9.9.449.1.2
OBJECT IDENTIFIER    

cEigrpTopologyInfo 1.3.6.1.4.1.9.9.449.1.3
OBJECT IDENTIFIER    

cEigrpPeerInfo 1.3.6.1.4.1.9.9.449.1.4
OBJECT IDENTIFIER    

cEigrpInterfaceInfo 1.3.6.1.4.1.9.9.449.1.5
OBJECT IDENTIFIER    

cEigrpVpnTable 1.3.6.1.4.1.9.9.449.1.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CEigrpVpnEntry

cEigrpVpnEntry 1.3.6.1.4.1.9.9.449.1.1.1.1
Information relating to a single VPN which is configured to run EIGRP.
Status: current Access: not-accessible
OBJECT-TYPE    
  CEigrpVpnEntry  

cEigrpVpnId 1.3.6.1.4.1.9.9.449.1.1.1.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

cEigrpVpnName 1.3.6.1.4.1.9.9.449.1.1.1.1.2
The name given to the VPN.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

cEigrpTraffStatsTable 1.3.6.1.4.1.9.9.449.1.2.1
Table of EIGRP traffic statistics and information associated with all EIGRP autonomous systems.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CEigrpTraffStatsEntry

cEigrpTraffStatsEntry 1.3.6.1.4.1.9.9.449.1.2.1.1
The set of statistics and information for a single EIGRP Autonomous System.
Status: current Access: not-accessible
OBJECT-TYPE    
  CEigrpTraffStatsEntry  

cEigrpAsNumber 1.3.6.1.4.1.9.9.449.1.2.1.1.1
The Autonomous System number which is unique integer per VPN.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

cEigrpNbrCount 1.3.6.1.4.1.9.9.449.1.2.1.1.2
The total number of live EIGRP neighbors formed on all interfaces whose IP addresses fall under networks configured in the EIGRP AS.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cEigrpHellosSent 1.3.6.1.4.1.9.9.449.1.2.1.1.3
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cEigrpHellosRcvd 1.3.6.1.4.1.9.9.449.1.2.1.1.4
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cEigrpUpdatesSent 1.3.6.1.4.1.9.9.449.1.2.1.1.5
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cEigrpUpdatesRcvd 1.3.6.1.4.1.9.9.449.1.2.1.1.6
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cEigrpQueriesSent 1.3.6.1.4.1.9.9.449.1.2.1.1.7
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cEigrpQueriesRcvd 1.3.6.1.4.1.9.9.449.1.2.1.1.8
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cEigrpRepliesSent 1.3.6.1.4.1.9.9.449.1.2.1.1.9
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cEigrpRepliesRcvd 1.3.6.1.4.1.9.9.449.1.2.1.1.10
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cEigrpAcksSent 1.3.6.1.4.1.9.9.449.1.2.1.1.11
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cEigrpAcksRcvd 1.3.6.1.4.1.9.9.449.1.2.1.1.12
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cEigrpInputQHighMark 1.3.6.1.4.1.9.9.449.1.2.1.1.13
The highest number of EIGRP packets in the input queue waiting to be processed internally addressed to this AS.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cEigrpInputQDrops 1.3.6.1.4.1.9.9.449.1.2.1.1.14
The number of EIGRP packets dropped from the input queue due to it being full within the AS.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cEigrpSiaQueriesSent 1.3.6.1.4.1.9.9.449.1.2.1.1.15
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cEigrpSiaQueriesRcvd 1.3.6.1.4.1.9.9.449.1.2.1.1.16
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cEigrpAsRouterIdType 1.3.6.1.4.1.9.9.449.1.2.1.1.17
The format of the router-id configured or automatically selected for the EIGRP AS.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

cEigrpAsRouterId 1.3.6.1.4.1.9.9.449.1.2.1.1.18
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.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

cEigrpTopoRoutes 1.3.6.1.4.1.9.9.449.1.2.1.1.19
The total number of EIGRP derived routes currently existing in the topology table for the AS.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cEigrpHeadSerial 1.3.6.1.4.1.9.9.449.1.2.1.1.20
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cEigrpNextSerial 1.3.6.1.4.1.9.9.449.1.2.1.1.21
The serial number that would be assigned to the next new or changed route in the topology table for the AS.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cEigrpXmitPendReplies 1.3.6.1.4.1.9.9.449.1.2.1.1.22
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.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cEigrpXmitDummies 1.3.6.1.4.1.9.9.449.1.2.1.1.23
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.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cEigrpTopoTable 1.3.6.1.4.1.9.9.449.1.3.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CEigrpTopoEntry

cEigrpTopoEntry 1.3.6.1.4.1.9.9.449.1.3.1.1
The entry for a single EIGRP topology table in the given AS.
Status: current Access: not-accessible
OBJECT-TYPE    
  CEigrpTopoEntry  

cEigrpDestNetType 1.3.6.1.4.1.9.9.449.1.3.1.1.1
The format of the destination IP network number for a single route in the topology table in the AS specified in cEigrpDestNet.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

cEigrpDestNet 1.3.6.1.4.1.9.9.449.1.3.1.1.2
The destination IP network number for a single route in the topology table in the AS. The format is governed by object cEigrpDestNetType.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

cEigrpDestNetPrefixLen 1.3.6.1.4.1.9.9.449.1.3.1.1.4
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressPrefixLength  

cEigrpActive 1.3.6.1.4.1.9.9.449.1.3.1.1.5
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).
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cEigrpStuckInActive 1.3.6.1.4.1.9.9.449.1.3.1.1.6
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.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cEigrpDestSuccessors 1.3.6.1.4.1.9.9.449.1.3.1.1.7
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.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cEigrpFdistance 1.3.6.1.4.1.9.9.449.1.3.1.1.8
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.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cEigrpRouteOriginType 1.3.6.1.4.1.9.9.449.1.3.1.1.9
This is a text string describing the internal origin of the EIGRP route represented by the topology entry.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

cEigrpRouteOriginAddrType 1.3.6.1.4.1.9.9.449.1.3.1.1.10
The format of the IP address defined as the origin of this topology route entry.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

cEigrpRouteOriginAddr 1.3.6.1.4.1.9.9.449.1.3.1.1.11
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.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

cEigrpNextHopAddressType 1.3.6.1.4.1.9.9.449.1.3.1.1.12
The format of the next hop IP address for the route represented by the topology entry.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

cEigrpNextHopAddress 1.3.6.1.4.1.9.9.449.1.3.1.1.13
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.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

cEigrpNextHopInterface 1.3.6.1.4.1.9.9.449.1.3.1.1.14
The interface through which the next hop IP address is reached to send network traffic to the destination network represented by the topology entry.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

cEigrpDistance 1.3.6.1.4.1.9.9.449.1.3.1.1.15
The computed distance to the destination network entry from this router.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cEigrpReportDistance 1.3.6.1.4.1.9.9.449.1.3.1.1.16
The computed distance to the destination network in the topology entry reported to this router by the originator of this route.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cEigrpFdistanceWide 1.3.6.1.4.1.9.9.449.1.3.1.1.17
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cEigrpDistanceWide 1.3.6.1.4.1.9.9.449.1.3.1.1.18
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cEigrpReportDistanceWide 1.3.6.1.4.1.9.9.449.1.3.1.1.19
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cEigrpPeerTable 1.3.6.1.4.1.9.9.449.1.4.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CEigrpPeerEntry

cEigrpPeerEntry 1.3.6.1.4.1.9.9.449.1.4.1.1
Statistics and operational parameters for a single peer in the AS.
Status: current Access: not-accessible
OBJECT-TYPE    
  CEigrpPeerEntry  

cEigrpHandle 1.3.6.1.4.1.9.9.449.1.4.1.1.1
The unique internal identifier for the peer in the AS. This is a unique value among peer entries in a selected table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

cEigrpPeerAddrType 1.3.6.1.4.1.9.9.449.1.4.1.1.2
The format of the remote source IP address used by the peer to establish the EIGRP adjacency with this router.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

cEigrpPeerAddr 1.3.6.1.4.1.9.9.449.1.4.1.1.3
The source IP address used by the peer to establish the EIGRP adjacency with this router. The format is governed by object cEigrpPeerAddrType.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

cEigrpPeerIfIndex 1.3.6.1.4.1.9.9.449.1.4.1.1.4
The ifIndex of the interface on this router through which this peer can be reached.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndexOrZero  

cEigrpHoldTime 1.3.6.1.4.1.9.9.449.1.4.1.1.5
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.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cEigrpUpTime 1.3.6.1.4.1.9.9.449.1.4.1.1.6
The elapsed time since the EIGRP adjacency was first established with the peer.
Status: current Access: read-only
OBJECT-TYPE    
  EigrpUpTimeString  

cEigrpSrtt 1.3.6.1.4.1.9.9.449.1.4.1.1.7
The computed smooth round trip time for packets to and from the peer.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cEigrpRto 1.3.6.1.4.1.9.9.449.1.4.1.1.8
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.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cEigrpPktsEnqueued 1.3.6.1.4.1.9.9.449.1.4.1.1.9
The number of any EIGRP packets currently enqueued waiting to be sent to this peer.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cEigrpLastSeq 1.3.6.1.4.1.9.9.449.1.4.1.1.10
All transmitted EIGRP packets have a sequence number assigned. This is the sequence number of the last EIGRP packet sent to this peer.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cEigrpVersion 1.3.6.1.4.1.9.9.449.1.4.1.1.11
The EIGRP version information reported by the remote peer.
Status: current Access: read-only
OBJECT-TYPE    
  EigrpVersionString  

cEigrpRetrans 1.3.6.1.4.1.9.9.449.1.4.1.1.12
The cumulative number of retransmissions to this peer during the period that the peer adjacency has remained up.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cEigrpRetries 1.3.6.1.4.1.9.9.449.1.4.1.1.13
The number of times the current unacknowledged packet has been retried, i.e. resent to this peer to be acknowledged.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cEigrpInterfaceTable 1.3.6.1.4.1.9.9.449.1.5.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CEigrpInterfaceEntry

cEigrpInterfaceEntry 1.3.6.1.4.1.9.9.449.1.5.1.1
Information for a single interface running EIGRP in the AS and VPN.
Status: current Access: not-accessible
OBJECT-TYPE    
  CEigrpInterfaceEntry  

cEigrpPeerCount 1.3.6.1.4.1.9.9.449.1.5.1.1.3
The number of EIGRP adjacencies currently formed with peers reached through this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cEigrpXmitReliableQ 1.3.6.1.4.1.9.9.449.1.5.1.1.4
The number of EIGRP packets currently waiting in the reliable transport (acknowledgement-required) transmission queue to be sent to a peer.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cEigrpXmitUnreliableQ 1.3.6.1.4.1.9.9.449.1.5.1.1.5
The number EIGRP of packets currently waiting in the unreliable transport (no acknowledgement required) transmission queue.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cEigrpMeanSrtt 1.3.6.1.4.1.9.9.449.1.5.1.1.6
The average of all the computed smooth round trip time values for a packet to and from all peers established on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cEigrpPacingReliable 1.3.6.1.4.1.9.9.449.1.5.1.1.7
The configured time interval between EIGRP packet transmissions on the interface when the reliable transport method is used.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cEigrpPacingUnreliable 1.3.6.1.4.1.9.9.449.1.5.1.1.8
The configured time interval between EIGRP packet transmissions on the interface when the unreliable transport method is used.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cEigrpMFlowTimer 1.3.6.1.4.1.9.9.449.1.5.1.1.9
The configured multicast flow control timer value for this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cEigrpPendingRoutes 1.3.6.1.4.1.9.9.449.1.5.1.1.10
The number of queued EIGRP routing updates awaiting transmission on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cEigrpHelloInterval 1.3.6.1.4.1.9.9.449.1.5.1.1.11
The configured time interval between Hello packet transmissions for this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cEigrpXmitNextSerial 1.3.6.1.4.1.9.9.449.1.5.1.1.12
The serial number of the next EIGRP packet that is to be queued for transmission on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cEigrpUMcasts 1.3.6.1.4.1.9.9.449.1.5.1.1.13
The total number of unreliable (no acknowledgement required) EIGRP multicast packets sent on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cEigrpRMcasts 1.3.6.1.4.1.9.9.449.1.5.1.1.14
The total number of reliable (acknowledgement required) EIGRP multicast packets sent on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cEigrpUUcasts 1.3.6.1.4.1.9.9.449.1.5.1.1.15
The total number of unreliable (no acknowledgement required) EIGRP unicast packets sent on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cEigrpRUcasts 1.3.6.1.4.1.9.9.449.1.5.1.1.16
The total number of reliable (acknowledgement required) unicast packets sent on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cEigrpMcastExcepts 1.3.6.1.4.1.9.9.449.1.5.1.1.17
The total number of EIGRP multicast exception transmissions that have occurred on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cEigrpCRpkts 1.3.6.1.4.1.9.9.449.1.5.1.1.18
The total number EIGRP Conditional-Receive packets sent on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cEigrpAcksSuppressed 1.3.6.1.4.1.9.9.449.1.5.1.1.19
The total number of individual EIGRP acknowledgement packets that have been suppressed and combined in an already enqueued outbound reliable packet on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cEigrpRetransSent 1.3.6.1.4.1.9.9.449.1.5.1.1.20
The total number EIGRP packet retransmissions sent on the interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cEigrpOOSrvcd 1.3.6.1.4.1.9.9.449.1.5.1.1.21
The total number of out-of-sequence EIGRP packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cEigrpAuthMode 1.3.6.1.4.1.9.9.449.1.5.1.1.22
The EIGRP authentication mode of the interface. none : no authentication enabled on the interface md5 : MD5 authentication enabled on the interface
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(1), md5(2)  

cEigrpAuthKeyChain 1.3.6.1.4.1.9.9.449.1.5.1.1.23
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.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

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.
Status: current Access: read-only
NOTIFICATION-TYPE    

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.
Status: current Access: read-only
NOTIFICATION-TYPE    

cEigrpNbrDownEvent 1.3.6.1.4.1.9.9.449.0.3
This notification is sent when any EIGRP peer adjacency goes down.
Status: current Access: read-only
NOTIFICATION-TYPE    

cEigrpMIBCompliances 1.3.6.1.4.1.9.9.449.2.1
OBJECT IDENTIFIER    

cEigrpMIBGroups 1.3.6.1.4.1.9.9.449.2.2
OBJECT IDENTIFIER    

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.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

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.
Status: current Access: read-only
MODULE-COMPLIANCE    

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.
Status: current Access: read-only
OBJECT-GROUP    

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.
Status: current Access: read-only
OBJECT-GROUP    

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.
Status: current Access: read-only
OBJECT-GROUP    

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.
Status: current Access: read-only
OBJECT-GROUP    

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.
Status: current Access: read-only
OBJECT-GROUP    

cEigrpNotificationsGroup 1.3.6.1.4.1.9.9.449.2.2.6
Group of notifications on EIGRP routers.
Status: current Access: read-only
NOTIFICATION-GROUP    

cEigrpNotificationsGroupSupR01 1.3.6.1.4.1.9.9.449.2.2.7
Additional Notifications that supplement cEigrpNotificationsGroup.
Status: current Access: read-only
NOTIFICATION-GROUP    

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.
Status: current Access: read-only
OBJECT-GROUP