CISCO-CEF-MIB
184 objects
Cisco Express Forwarding (CEF) describes a high speed switching mechanism that a router uses to forward packets from the inbound to the outbound interface. CEF uses two sets of data structures or tables, which it stores in router memory: Forwarding information base (FIB) - Describes a database of information used to make forwarding decisions. It is conceptually similar to a routing table or route-cache, although its implementation is different. Adjacency - Two nodes in the network are said to be adjacent if they can reach each other via a single hop across a link layer. CEF path is a valid route to reach to a destination IP prefix. Multiple paths may exist out of a router to the same destination prefix. CEF Load balancing capability share the traffic to the destination IP prefix over all the active paths. After obtaining the prefix in the CEF table with the longest match, output forwarding follows the chain of forwarding elements. Forwarding element (FE) may process the packet, forward the packet, drop or punt the packet or it may also pass the packet to the next forwarding element in the chain for further processing. Forwarding Elements are of various types but this MIB only represents the forwarding elements of adjacency and label types. Hence a forwarding element chain will be represented as a list of labels and adjacency. The adjacency may point to a forwarding element list again, if it is not the last forwarding element in this chain. For the simplest IP forwarding case, the prefix entry will point at an adjacency forwarding element. The IP adjacency processing function will apply the output features, add the encapsulation (performing any required fixups), and may send the packet out. If loadbalancing is configured, the prefix entry will point to lists of forwarding elements. One of these lists will be selected to forward the packet. Each forwarding element list dictates which of a set of possible packet transformations to apply on the way to the same neighbour. The following diagram represents relationship between three of the core tables in this MIB module. cefPrefixTable cefFESelectionTable + | | | | a set + | | | | | Selection | | | | | | | | | | | | | | + + | | points to an | adjacency entry | | | | cefAdjTable | | + +->| | | | to a set | | | | | | Selection | | | | | | | | | + Some of the Cisco series routers (e.g. 7500 & 12000) support distributed CEF (dCEF), in which the line cards (LCs) make the packet forwarding decisions using locally stored copies of the same Forwarding information base (FIB) and adjacency tables as the Routing Processor (RP). Inter-Process Communication (IPC) is the protocol used by routers that support distributed packet forwarding. CEF updates are encoded as external Data Representation (XDR) information elements inside IPC messages. This MIB reflects the distributed nature of CEF, e.g. CEF has different instances running on the RP and the line cards. There may be instances of inconsistency between the CEF forwarding databases(i.e between CEF forwarding database on line cards and the CEF forwarding database on the RP). CEF consistency checkers (CC) detects this inconsistency. When two databases are compared by a consistency checker, a set of records from the first (master) database is looked up in the second (slave). There are two types of consistency checkers, active and passive. Active consistency checkers are invoked in response to some stimulus, i.e. when a packet cannot be forwarded because the prefix is not in the forwarding table or in response to a Management Station request. Passive consistency checkers operate in the background, scanning portions of the databases on a periodic basis. The full-scan checkers are active consistency checkers which are invoked in response to a Management Station Request. If 64-bit counter objects in this MIB are supported, then their associated 32-bit counter objects must also be supported. The 32-bit counters will report the low 32-bits of the associated 64-bit counter count (e.g., cefPrefixPkts will report the least significant 32 bits of cefPrefixHCPkts). The same rule should be applied for the 64-bit gauge objects and their assocaited 32-bit gauge objects. If 64-bit counters in this MIB are not supported, then an agent MUST NOT instantiate the corresponding objects with an incorrect value; rather, it MUST respond with the appropriate error/exception condition (e.g., noSuchInstance or noSuchName). Counters related to CEF accounting (e.g., cefPrefixPkts) MUST NOT be instantiated if the corresponding accounting method has been disabled. This MIB allows configuration and monitoring of CEF related objects.
Imported Objects
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.9.9.492 | IdentityciscoCefMIB | Cisco Express Forwarding (CEF) describes a high speed switching mechanism that a router uses to forward packets from the inbound to the outbound interface. CEF… | ||
| 1.3.6.1.4.1.9.9.492.0 | NodeciscoCefMIBNotifs | |||
| 1.3.6.1.4.1.9.9.492.0.1 | NotificationcefResourceFailure | current | A cefResourceFailure notification is generated when CEF resource failure on the managed entity is detected. The reason for this failure is indicated by cefReso… | |
| 1.3.6.1.4.1.9.9.492.0.2 | NotificationcefPeerStateChange | current | A cefPeerStateChange notification is generated if change in cefPeerOperState is detected for the peer entity. | |
| 1.3.6.1.4.1.9.9.492.0.3 | NotificationcefPeerFIBStateChange | current | A cefPeerFIBStateChange notification is generated if change in cefPeerFIBOperState is detected for the peer entity. | |
| 1.3.6.1.4.1.9.9.492.0.4 | NotificationcefInconsistencyDetection | current | A cefInconsistencyDetection notification is generated when CEF consistency checkers detects an inconsistent prefix in one of the CEF forwarding databases. Note… | |
| 1.3.6.1.4.1.9.9.492.1 | NodeciscoCefMIBObjects | |||
| 1.3.6.1.4.1.9.9.492.1.1 | NodecefFIB | |||
| 1.3.6.1.4.1.9.9.492.1.1.1 | NodecefFIBSummary | |||
| 1.3.6.1.4.1.9.9.492.1.1.1.1 | TablecefFIBSummaryTable | not-accessible | current | This table contains the summary information for the cefPrefixTable. |
| 1.3.6.1.4.1.9.9.492.1.1.1.1.1 | RowcefFIBSummaryEntry | not-accessible | current | If CEF is enabled on the Managed device, each entry contains the FIB summary related attributes for the managed entity. A row may exist for each IP version typ… |
| 1.3.6.1.4.1.9.9.492.1.1.1.1.1.1 | ColumncefFIBIpVersion | not-accessible | current | The version of IP forwarding. |
| 1.3.6.1.4.1.9.9.492.1.1.1.1.1.2 | ColumncefFIBSummaryFwdPrefixes | read-only | current | Total number of forwarding Prefixes in FIB for the IP version specified by cefFIBIpVersion object. |
| 1.3.6.1.4.1.9.9.492.1.1.2 | TablecefPrefixTable | not-accessible | current | A list of CEF forwarding prefixes. |
| 1.3.6.1.4.1.9.9.492.1.1.2.1 | RowcefPrefixEntry | not-accessible | current | If CEF is enabled on the Managed device, each entry contains the forwarding prefix attributes. CEF prefix based non-recursive stats are maintained in internal … |
| 1.3.6.1.4.1.9.9.492.1.1.2.1.1 | ColumncefPrefixType | not-accessible | current | The Network Prefix Type. This object specifies the address type used for cefPrefixAddr. Prefix entries are only valid for the address type of ipv4(1) and ipv6(… |
| 1.3.6.1.4.1.9.9.492.1.1.2.1.2 | ColumncefPrefixAddr | not-accessible | current | The Network Prefix Address. The type of this address is determined by the value of the cefPrefixType object. This object is a Prefix Address containing the pre… |
| 1.3.6.1.4.1.9.9.492.1.1.2.1.3 | ColumncefPrefixLen | not-accessible | current | Length in bits of the FIB Address prefix. |
| 1.3.6.1.4.1.9.9.492.1.1.2.1.4 | ColumncefPrefixForwardingInfo | read-only | current | This object indicates the associated forwarding element selection entries in cefFESelectionTable. The value of this object is index value (cefFESelectionName) … |
| 1.3.6.1.4.1.9.9.492.1.1.2.1.5 | ColumncefPrefixPkts | read-only | current | If CEF accounting is set to enable per prefix accounting (value of cefCfgAccountingMap object in the cefCfgEntry is set to enable 'perPrefix' accounting), then… |
| 1.3.6.1.4.1.9.9.492.1.1.2.1.6 | ColumncefPrefixHCPkts | read-only | current | If CEF accounting is set to enable per prefix accounting (value of cefCfgAccountingMap object in the cefCfgEntry is set to enable 'perPrefix' accounting), then… |
| 1.3.6.1.4.1.9.9.492.1.1.2.1.7 | ColumncefPrefixBytes | read-only | current | If CEF accounting is set to enable per prefix accounting (value of cefCfgAccountingMap object in the cefCfgEntry is set to enable 'perPrefix' accounting), then… |
| 1.3.6.1.4.1.9.9.492.1.1.2.1.8 | ColumncefPrefixHCBytes | read-only | current | If CEF accounting is set to enable per prefix accounting (value of cefCfgAccountingMap object in the cefCfgEntry is set to enable 'perPrefix' accounting), then… |
| 1.3.6.1.4.1.9.9.492.1.1.2.1.9 | ColumncefPrefixInternalNRPkts | read-only | current | If CEF accounting is set to enable non-recursive accounting (value of cefCfgAccountingMap object in the cefCfgEntry is set to enable 'nonRecursive' accounting)… |
| 1.3.6.1.4.1.9.9.492.1.1.2.1.10 | ColumncefPrefixInternalNRHCPkts | read-only | current | If CEF accounting is set to enable non-recursive accounting (value of cefCfgAccountingMap object in the cefCfgEntry is set to enable 'nonRecursive' accounting)… |
| 1.3.6.1.4.1.9.9.492.1.1.2.1.11 | ColumncefPrefixInternalNRBytes | read-only | current | If CEF accounting is set to enable nonRecursive accounting (value of cefCfgAccountingMap object in the cefCfgEntry is set to enable 'nonRecursive' accounting),… |
| 1.3.6.1.4.1.9.9.492.1.1.2.1.12 | ColumncefPrefixInternalNRHCBytes | read-only | current | If CEF accounting is set to enable nonRecursive accounting (value of cefCfgAccountingMap object in the cefCfgEntry is set to enable 'nonRecursive' accounting),… |
| 1.3.6.1.4.1.9.9.492.1.1.2.1.13 | ColumncefPrefixExternalNRPkts | read-only | current | If CEF accounting is set to enable non-recursive accounting (value of cefCfgAccountingMap object in the cefCfgEntry is set to enable 'nonRecursive' accounting)… |
| 1.3.6.1.4.1.9.9.492.1.1.2.1.14 | ColumncefPrefixExternalNRHCPkts | read-only | current | If CEF accounting is set to enable non-recursive accounting (value of cefCfgAccountingMap object in the cefCfgEntry is set to enable 'nonRecursive' accounting)… |
| 1.3.6.1.4.1.9.9.492.1.1.2.1.15 | ColumncefPrefixExternalNRBytes | read-only | current | If CEF accounting is set to enable nonRecursive accounting (value of cefCfgAccountingMap object in the cefCfgEntry is set to enable 'nonRecursive' accounting),… |
| 1.3.6.1.4.1.9.9.492.1.1.2.1.16 | ColumncefPrefixExternalNRHCBytes | read-only | current | If CEF accounting is set to enable nonRecursive accounting (value of cefCfgAccountingMap object in the cefCfgEntry is set to enable 'nonRecursive' accounting),… |
| 1.3.6.1.4.1.9.9.492.1.1.3 | ScalarcefLMPrefixSpinLock | read-write | current | An advisory lock used to allow cooperating SNMP Command Generator applications to coordinate their use of the Set operation in creating Longest Match Prefix En… |
| 1.3.6.1.4.1.9.9.492.1.1.4 | TablecefLMPrefixTable | not-accessible | current | A table of Longest Match Prefix Query requests. Generator application should utilize the cefLMPrefixSpinLock to try to avoid collisions. See DESCRIPTION clause… |
| 1.3.6.1.4.1.9.9.492.1.1.4.1 | RowcefLMPrefixEntry | not-accessible | current | If CEF is enabled on the managed device, then each entry represents a longest Match Prefix request. A management station wishing to get the longest Match prefi… |
| 1.3.6.1.4.1.9.9.492.1.1.4.1.1 | ColumncefLMPrefixDestAddrType | not-accessible | current | The Destination Address Type. This object specifies the address type used for cefLMPrefixDestAddr. Longest Match Prefix entries are only valid for the address … |
| 1.3.6.1.4.1.9.9.492.1.1.4.1.2 | ColumncefLMPrefixDestAddr | not-accessible | current | The Destination Address. The type of this address is determined by the value of the cefLMPrefixDestAddrType object. |
| 1.3.6.1.4.1.9.9.492.1.1.4.1.3 | ColumncefLMPrefixState | read-only | current | Indicates the state of this prefix search request. |
| 1.3.6.1.4.1.9.9.492.1.1.4.1.4 | ColumncefLMPrefixAddr | read-only | current | The Network Prefix Address. Index to the cefPrefixTable. The type of this address is determined by the value of the cefLMPrefixDestAddrType object. |
| 1.3.6.1.4.1.9.9.492.1.1.4.1.5 | ColumncefLMPrefixLen | read-only | current | The Network Prefix Length. Index to the cefPrefixTable. |
| 1.3.6.1.4.1.9.9.492.1.1.4.1.6 | ColumncefLMPrefixRowStatus | read-create | current | The status of this table entry. Once the entry status is set to active(1), the associated entry cannot be modified until the request completes (cefLMPrefixStat… |
| 1.3.6.1.4.1.9.9.492.1.1.5 | TablecefPathTable | not-accessible | current | CEF prefix path is a valid route to reach to a destination IP prefix. Multiple paths may exist out of a router to the same destination prefix. This table speci… |
| 1.3.6.1.4.1.9.9.492.1.1.5.1 | RowcefPathEntry | not-accessible | current | If CEF is enabled on the Managed device, each entry contain a CEF prefix path. entPhysicalIndex is also an index for this table which represents entities of 'm… |
| 1.3.6.1.4.1.9.9.492.1.1.5.1.1 | ColumncefPathId | not-accessible | current | The locally arbitrary, but unique identifier associated with this prefix path entry. |
| 1.3.6.1.4.1.9.9.492.1.1.5.1.2 | ColumncefPathType | read-only | current | Type for this CEF Path. |
| 1.3.6.1.4.1.9.9.492.1.1.5.1.3 | ColumncefPathInterface | read-only | current | Interface associated with this CEF path. A value of zero for this object will indicate that no interface is associated with this path entry. |
| 1.3.6.1.4.1.9.9.492.1.1.5.1.4 | ColumncefPathNextHopAddr | read-only | current | Next hop address associated with this CEF path. The value of this object is only relevant for attached next hop and recursive next hop path types (when the obj… |
| 1.3.6.1.4.1.9.9.492.1.1.5.1.5 | ColumncefPathRecurseVrfName | read-only | current | The recursive vrf name associated with this path. The value of this object is only relevant for recursive next hop path types (when the object cefPathType is s… |
| 1.3.6.1.4.1.9.9.492.1.2 | NodecefAdj | |||
| 1.3.6.1.4.1.9.9.492.1.2.1 | NodecefAdjSummary | |||
| 1.3.6.1.4.1.9.9.492.1.2.1.1 | TablecefAdjSummaryTable | not-accessible | current | This table contains the summary information for the cefAdjTable. |
| 1.3.6.1.4.1.9.9.492.1.2.1.1.1 | RowcefAdjSummaryEntry | not-accessible | current | If CEF is enabled on the Managed device, each entry contains the CEF Adjacency summary related attributes for the Managed entity. A row exists for each adjacen… |
| 1.3.6.1.4.1.9.9.492.1.2.1.1.1.1 | ColumncefAdjSummaryLinkType | not-accessible | current | The link type of the adjacency. |
| 1.3.6.1.4.1.9.9.492.1.2.1.1.1.2 | ColumncefAdjSummaryComplete | read-only | current | The total number of complete adjacencies. The total number of adjacencies which can be used to switch traffic to a neighbour. |
| 1.3.6.1.4.1.9.9.492.1.2.1.1.1.3 | ColumncefAdjSummaryIncomplete | read-only | current | The total number of incomplete adjacencies. The total number of adjacencies which cannot be used to switch traffic in their current state. |
| 1.3.6.1.4.1.9.9.492.1.2.1.1.1.4 | ColumncefAdjSummaryFixup | read-only | current | The total number of adjacencies for which the Layer 2 encapsulation string (header) may be updated (fixed up) at packet switch time. |
| 1.3.6.1.4.1.9.9.492.1.2.1.1.1.5 | ColumncefAdjSummaryRedirect | read-only | current | The total number of adjacencies for which ip redirect (or icmp redirection) is enabled. The value of this object is only relevant for ipv4 and ipv6 link type (… |
| 1.3.6.1.4.1.9.9.492.1.2.2 | TablecefAdjTable | not-accessible | current | A list of CEF adjacencies. |
| 1.3.6.1.4.1.9.9.492.1.2.2.1 | RowcefAdjEntry | not-accessible | current | If CEF is enabled on the Managed device, each entry contains the adjacency attributes. Adjacency entries may exist for all the interfaces on which packets can … |
| 1.3.6.1.4.1.9.9.492.1.2.2.1.1 | ColumncefAdjNextHopAddrType | not-accessible | current | Address type for the cefAdjNextHopAddr. This object specifies the address type used for cefAdjNextHopAddr. Adjacency entries are only valid for the address typ… |
| 1.3.6.1.4.1.9.9.492.1.2.2.1.2 | ColumncefAdjNextHopAddr | not-accessible | current | The next Hop address for this adjacency. The type of this address is determined by the value of the cefAdjNextHopAddrType object. |
| 1.3.6.1.4.1.9.9.492.1.2.2.1.3 | ColumncefAdjConnId | not-accessible | current | In cases where cefLinkType, interface and the next hop address are not able to uniquely define an adjacency entry (e.g. ATM and Frame Relay Bundles), this obje… |
| 1.3.6.1.4.1.9.9.492.1.2.2.1.4 | ColumncefAdjSource | read-only | current | If the adjacency is created because some neighbour discovery mechanism has discovered a neighbour and all the information required to build a frame header to e… |
| 1.3.6.1.4.1.9.9.492.1.2.2.1.5 | ColumncefAdjEncap | read-only | current | The layer 2 encapsulation string to be used for sending the packet out using this adjacency. |
| 1.3.6.1.4.1.9.9.492.1.2.2.1.6 | ColumncefAdjFixup | read-only | current | For the cases, where the encapsulation string is decided at packet switch time, the adjacency encapsulation string specified by object cefAdjEncap require a fi… |
| 1.3.6.1.4.1.9.9.492.1.2.2.1.7 | ColumncefAdjMTU | read-only | current | The Layer 3 MTU which can be transmitted using this adjacency. |
| 1.3.6.1.4.1.9.9.492.1.2.2.1.8 | ColumncefAdjForwardingInfo | read-only | current | This object selects a forwarding info entry defined in the cefFESelectionTable. The selected target is defined by an entry in the cefFESelectionTable whose ind… |
| 1.3.6.1.4.1.9.9.492.1.2.2.1.9 | ColumncefAdjPkts | read-only | current | Number of pkts transmitted using this adjacency. |
| 1.3.6.1.4.1.9.9.492.1.2.2.1.10 | ColumncefAdjHCPkts | read-only | current | Number of pkts transmitted using this adjacency. This object is a 64-bit version of cefAdjPkts. |
| 1.3.6.1.4.1.9.9.492.1.2.2.1.11 | ColumncefAdjBytes | read-only | current | Number of bytes transmitted using this adjacency. |
| 1.3.6.1.4.1.9.9.492.1.2.2.1.12 | ColumncefAdjHCBytes | read-only | current | Number of bytes transmitted using this adjacency. This object is a 64-bit version of cefAdjBytes. |
| 1.3.6.1.4.1.9.9.492.1.3 | NodecefFE | |||
| 1.3.6.1.4.1.9.9.492.1.3.1 | TablecefFESelectionTable | not-accessible | current | A list of forwarding element selection entries. |
| 1.3.6.1.4.1.9.9.492.1.3.1.1 | RowcefFESelectionEntry | not-accessible | current | If CEF is enabled on the Managed device, each entry contain a CEF forwarding element selection list. entPhysicalIndex is also an index for this table which rep… |
| 1.3.6.1.4.1.9.9.492.1.3.1.1.1 | ColumncefFESelectionName | not-accessible | current | The locally arbitrary, but unique identifier used to select a set of forwarding element lists. |
| 1.3.6.1.4.1.9.9.492.1.3.1.1.2 | ColumncefFESelectionId | not-accessible | current | Secondary index to identify a forwarding elements List in this Table. |
| 1.3.6.1.4.1.9.9.492.1.3.1.1.3 | ColumncefFESelectionSpecial | read-only | current | Special processing for a destination is indicated through the use of special forwarding element. If the forwarding element list contains the special forwarding… |
| 1.3.6.1.4.1.9.9.492.1.3.1.1.4 | ColumncefFESelectionLabels | read-only | current | This object represent the MPLS Labels associated with this forwarding Element List. The value of this object will be irrelevant and will be set to zero length … |
| 1.3.6.1.4.1.9.9.492.1.3.1.1.5 | ColumncefFESelectionAdjLinkType | read-only | current | This object represent the link type for the adjacency associated with this forwarding Element List. The value of this object will be irrelevant and will be set… |
| 1.3.6.1.4.1.9.9.492.1.3.1.1.6 | ColumncefFESelectionAdjInterface | read-only | current | This object represent the interface for the adjacency associated with this forwarding Element List. The value of this object will be irrelevant and will be set… |
| 1.3.6.1.4.1.9.9.492.1.3.1.1.7 | ColumncefFESelectionAdjNextHopAddrType | read-only | current | This object represent the next hop address type for the adjacency associated with this forwarding Element List. The value of this object will be irrelevant and… |
| 1.3.6.1.4.1.9.9.492.1.3.1.1.8 | ColumncefFESelectionAdjNextHopAddr | read-only | current | This object represent the next hop address for the adjacency associated with this forwarding Element List. The value of this object will be irrelevant and will… |
| 1.3.6.1.4.1.9.9.492.1.3.1.1.9 | ColumncefFESelectionAdjConnId | read-only | current | This object represent the connection id for the adjacency associated with this forwarding Element List. The value of this object will be irrelevant and will be… |
| 1.3.6.1.4.1.9.9.492.1.3.1.1.10 | ColumncefFESelectionVrfName | read-only | current | This object represent the Vrf name for the lookup associated with this forwarding Element List. The value of this object will be irrelevant and will be set to … |
| 1.3.6.1.4.1.9.9.492.1.3.1.1.11 | ColumncefFESelectionWeight | read-only | current | This object represent the weighting for load balancing between multiple Forwarding Element Lists. The value of this object will be zero if load balancing is as… |
| 1.3.6.1.4.1.9.9.492.1.4 | NodecefGlobal | |||
| 1.3.6.1.4.1.9.9.492.1.4.1 | TablecefCfgTable | not-accessible | current | This table contains global config parameter of CEF on the Managed device. |
| 1.3.6.1.4.1.9.9.492.1.4.1.1 | RowcefCfgEntry | not-accessible | current | If the Managed device supports CEF, each entry contains the CEF config parameter for the managed entity. A row may exist for each IP version type (v4 and v6) d… |
| 1.3.6.1.4.1.9.9.492.1.4.1.1.1 | ColumncefCfgAdminState | read-write | current | The desired state of CEF. |
| 1.3.6.1.4.1.9.9.492.1.4.1.1.2 | ColumncefCfgOperState | read-only | current | The current operational state of CEF. If the cefCfgAdminState is disabled(2), then cefOperState will eventually go to the down(2) state unless some error has o… |
| 1.3.6.1.4.1.9.9.492.1.4.1.1.3 | ColumncefCfgDistributionAdminState | read-write | current | The desired state of CEF distribution. |
| 1.3.6.1.4.1.9.9.492.1.4.1.1.4 | ColumncefCfgDistributionOperState | read-only | current | The current operational state of CEF distribution. If the cefCfgDistributionAdminState is disabled(2), then cefDistributionOperState will eventually go to the … |
| 1.3.6.1.4.1.9.9.492.1.4.1.1.5 | ColumncefCfgAccountingMap | read-write | current | This object represents a bitmap of network accounting options. CEF network accounting is disabled by default. CEF network accounting can be enabled by selectin… |
| 1.3.6.1.4.1.9.9.492.1.4.1.1.6 | ColumncefCfgLoadSharingAlgorithm | read-write | current | Indicates the CEF Load balancing algorithm. Setting this object to none(1) will disable the Load sharing for the specified entry. CEF load balancing can be ena… |
| 1.3.6.1.4.1.9.9.492.1.4.1.1.7 | ColumncefCfgLoadSharingID | read-write | current | The Fixed ID associated with the managed object cefCfgLoadSharingAlgorithm. The hash of this object value may be used by the Load Sharing Algorithm. The value … |
| 1.3.6.1.4.1.9.9.492.1.4.1.1.8 | ColumncefCfgTrafficStatsLoadInterval | read-write | current | The interval time over which the CEF traffic statistics are collected. |
| 1.3.6.1.4.1.9.9.492.1.4.1.1.9 | ColumncefCfgTrafficStatsUpdateRate | read-write | current | The frequency with which the line card sends the traffic load statistics to the Router Processor. Setting the value of this object to 0 will disable the CEF tr… |
| 1.3.6.1.4.1.9.9.492.1.4.2 | TablecefResourceTable | not-accessible | current | This table contains global resource information of CEF on the Managed device. |
| 1.3.6.1.4.1.9.9.492.1.4.2.1 | RowcefResourceEntry | not-accessible | current | If the Managed device supports CEF, each entry contains the CEF Resource parameters for the managed entity. entPhysicalIndex is also an index for this table wh… |
| 1.3.6.1.4.1.9.9.492.1.4.2.1.1 | ColumncefResourceMemoryUsed | read-only | current | Indicates the number of bytes from the Processor Memory Pool that are currently in use by CEF on the managed entity. |
| 1.3.6.1.4.1.9.9.492.1.4.2.1.2 | ColumncefResourceFailureReason | read-only | current | The CEF resource failure reason which may lead to CEF being disabled on the managed entity. |
| 1.3.6.1.4.1.9.9.492.1.5 | NodecefInterface | |||
| 1.3.6.1.4.1.9.9.492.1.5.1 | TablecefIntTable | not-accessible | current | This Table contains interface specific information of CEF on the Managed device. |
| 1.3.6.1.4.1.9.9.492.1.5.1.1 | RowcefIntEntry | not-accessible | current | If CEF is enabled on the Managed device, each entry contains the CEF attributes associated with an interface. The interface is instantiated by ifIndex. Therefo… |
| 1.3.6.1.4.1.9.9.492.1.5.1.1.1 | ColumncefIntSwitchingState | read-write | current | The CEF switching State for the interface. If CEF is enabled but distributed CEF(dCEF) is disabled then CEF is in cefEnabled(1) state. If distributed CEF is en… |
| 1.3.6.1.4.1.9.9.492.1.5.1.1.2 | ColumncefIntLoadSharing | read-write | current | The status of load sharing on the interface. perPacket(1) : Router to send data packets over successive equal-cost paths without regard to individual hosts or … |
| 1.3.6.1.4.1.9.9.492.1.5.1.1.3 | ColumncefIntNonrecursiveAccouting | read-write | current | The CEF accounting mode for the interface. CEF prefix based non-recursive accounting on an interface can be configured to store the stats for non-recursive pre… |
| 1.3.6.1.4.1.9.9.492.1.6 | NodecefPeer | |||
| 1.3.6.1.4.1.9.9.492.1.6.1 | TablecefPeerTable | not-accessible | current | Entity acting as RP (Routing Processor) keeps the CEF states for the line card entities and communicates with the line card entities using XDR. This Table cont… |
| 1.3.6.1.4.1.9.9.492.1.6.1.1 | RowcefPeerEntry | not-accessible | current | If CEF is enabled on the Managed device, each entry contains the CEF related attributes associated with a CEF peer entity. entPhysicalIndex and entPeerPhysical… |
| 1.3.6.1.4.1.9.9.492.1.6.1.1.1 | ColumnentPeerPhysicalIndex | not-accessible | current | The entity index for the CEF peer entity. Only the entities of 'module' entPhysicalClass are included here. |
| 1.3.6.1.4.1.9.9.492.1.6.1.1.2 | ColumncefPeerOperState | read-only | current | The current CEF operational state of the CEF peer entity. Cef peer entity oper state will be peerDisabled(1) in the following condition: : Cef Peer entity enco… |
| 1.3.6.1.4.1.9.9.492.1.6.1.1.3 | ColumncefPeerNumberOfResets | read-only | current | Number of times the session with CEF peer entity has been reset. |
| 1.3.6.1.4.1.9.9.492.1.6.2 | TablecefPeerFIBTable | not-accessible | current | Entity acting as RP (Routing Processor) keep the CEF FIB states for the line card entities and communicate with the line card entities using XDR. This Table co… |
| 1.3.6.1.4.1.9.9.492.1.6.2.1 | RowcefPeerFIBEntry | not-accessible | current | If CEF is enabled on the Managed device, each entry contains the CEF FIB State associated a CEF peer entity. entPhysicalIndex and entPeerPhysicalIndex are also… |
| 1.3.6.1.4.1.9.9.492.1.6.2.1.1 | ColumncefPeerFIBOperState | read-only | current | The current CEF FIB Operational State for the CEF peer entity. |
| 1.3.6.1.4.1.9.9.492.1.7 | NodecefCC | |||
| 1.3.6.1.4.1.9.9.492.1.7.1 | TablecefCCGlobalTable | not-accessible | current | This table contains CEF consistency checker (CC) global parameters for the managed device. |
| 1.3.6.1.4.1.9.9.492.1.7.1.1 | RowcefCCGlobalEntry | not-accessible | current | If the managed device supports CEF, each entry contains the global consistency checker parameter for the managed device. A row may exist for each IP version ty… |
| 1.3.6.1.4.1.9.9.492.1.7.1.1.1 | ColumncefCCGlobalAutoRepairEnabled | read-write | current | Once an inconsistency has been detected, CEF has the ability to repair the problem. This object indicates the status of auto-repair function for the consistenc… |
| 1.3.6.1.4.1.9.9.492.1.7.1.1.2 | ColumncefCCGlobalAutoRepairDelay | read-write | current | Indiactes how long the consistency checker waits to fix an inconsistency. The value of this object has no effect when the value of object cefCCGlobalAutoRepair… |
| 1.3.6.1.4.1.9.9.492.1.7.1.1.3 | ColumncefCCGlobalAutoRepairHoldDown | read-write | current | Indicates how long the consistency checker waits to re-enable auto-repair after auto-repair runs. The value of this object has no effect when the value of obje… |
| 1.3.6.1.4.1.9.9.492.1.7.1.1.4 | ColumncefCCGlobalErrorMsgEnabled | read-write | current | Enables the consistency checker to generate an error message when it detects an inconsistency. |
| 1.3.6.1.4.1.9.9.492.1.7.1.1.5 | ColumncefCCGlobalFullScanAction | read-write | current | Setting the value of this object to ccActionStart(1) will start the full scan consistency checkers. The Management station should poll the cefCCGlobalFullScanS… |
| 1.3.6.1.4.1.9.9.492.1.7.1.1.6 | ColumncefCCGlobalFullScanStatus | read-only | current | Indicates the status of the full scan consistency checker request. |
| 1.3.6.1.4.1.9.9.492.1.7.2 | TablecefCCTypeTable | not-accessible | current | This table contains CEF consistency checker types specific parameters on the managed device. All detected inconsistency are signaled to the Management Station … |
| 1.3.6.1.4.1.9.9.492.1.7.2.1 | RowcefCCTypeEntry | not-accessible | current | If the managed device supports CEF, each entry contains the consistency checker statistics for a consistency checker type. A row may exist for each IP version … |
| 1.3.6.1.4.1.9.9.492.1.7.2.1.1 | ColumncefCCType | not-accessible | current | Type of the consistency checker. |
| 1.3.6.1.4.1.9.9.492.1.7.2.1.2 | ColumncefCCEnabled | read-write | current | Enables the passive consistency checker. Passive consistency checkers are disabled by default. Full-scan consistency checkers are always enabled. An attempt to… |
| 1.3.6.1.4.1.9.9.492.1.7.2.1.3 | ColumncefCCCount | read-write | current | The maximum number of prefixes to check per scan. The default value for this object depends upon the consistency checker type. The value of this object will be… |
| 1.3.6.1.4.1.9.9.492.1.7.2.1.4 | ColumncefCCPeriod | read-write | current | The period between scans for the consistency checker. |
| 1.3.6.1.4.1.9.9.492.1.7.2.1.5 | ColumncefCCQueriesSent | read-only | current | Number of prefix consistency queries sent to CEF forwarding databases by this consistency checker. |
| 1.3.6.1.4.1.9.9.492.1.7.2.1.6 | ColumncefCCQueriesIgnored | read-only | current | Number of prefix consistency queries for which the consistency checks were not performed by this consistency checker. This may be because of some internal erro… |
| 1.3.6.1.4.1.9.9.492.1.7.2.1.7 | ColumncefCCQueriesChecked | read-only | current | Number of prefix consistency queries processed by this consistency checker. |
| 1.3.6.1.4.1.9.9.492.1.7.2.1.8 | ColumncefCCQueriesIterated | read-only | current | Number of prefix consistency queries iterated back to the master database by this consistency checker. |
| 1.3.6.1.4.1.9.9.492.1.7.3 | TablecefInconsistencyRecordTable | not-accessible | current | This table contains CEF inconsistency records. |
| 1.3.6.1.4.1.9.9.492.1.7.3.1 | RowcefInconsistencyRecordEntry | not-accessible | current | If the managed device supports CEF, each entry contains the inconsistency record. |
| 1.3.6.1.4.1.9.9.492.1.7.3.1.1 | ColumncefInconsistencyRecId | not-accessible | current | The locally arbitrary, but unique identifier associated with this inconsistency record entry. |
| 1.3.6.1.4.1.9.9.492.1.7.3.1.2 | ColumncefInconsistencyPrefixType | read-only | current | The network prefix type associated with this inconsistency record. |
| 1.3.6.1.4.1.9.9.492.1.7.3.1.3 | ColumncefInconsistencyPrefixAddr | read-only | current | The network prefix address associated with this inconsistency record. The type of this address is determined by the value of the cefInconsistencyPrefixType obj… |
| 1.3.6.1.4.1.9.9.492.1.7.3.1.4 | ColumncefInconsistencyPrefixLen | read-only | current | Length in bits of the inconsistency address prefix. |
| 1.3.6.1.4.1.9.9.492.1.7.3.1.5 | ColumncefInconsistencyVrfName | read-only | current | Vrf name associated with this inconsistency record. |
| 1.3.6.1.4.1.9.9.492.1.7.3.1.6 | ColumncefInconsistencyCCType | read-only | current | The type of consistency checker who generated this inconsistency record. |
| 1.3.6.1.4.1.9.9.492.1.7.3.1.7 | ColumncefInconsistencyEntity | read-only | current | The entity for which this inconsistency record was generated. The value of this object will be irrelevant and will be set to 0 when the inconsisency record is … |
| 1.3.6.1.4.1.9.9.492.1.7.3.1.8 | ColumncefInconsistencyReason | read-only | current | The reason for generating this inconsistency record. missing(1): the prefix is missing checksumErr(2): checksum error was found unknown(3): reason is unknown |
| 1.3.6.1.4.1.9.9.492.1.7.4 | ScalarentLastInconsistencyDetectTime | read-only | current | The value of sysUpTime at the time an inconsistency is detecetd. |
| 1.3.6.1.4.1.9.9.492.1.7.5 | ScalarcefInconsistencyReset | read-write | current | Setting the value of this object to ccActionStart(1) will reset all the active consistency checkers. The Management station should poll the cefInconsistencyRes… |
| 1.3.6.1.4.1.9.9.492.1.7.6 | ScalarcefInconsistencyResetStatus | read-only | current | Indicates the status of the consistency reset request. |
| 1.3.6.1.4.1.9.9.492.1.8 | NodecefStats | |||
| 1.3.6.1.4.1.9.9.492.1.8.1 | TablecefStatsPrefixLenTable | not-accessible | current | This table specifies the CEF stats based on the Prefix Length. |
| 1.3.6.1.4.1.9.9.492.1.8.1.1 | RowcefStatsPrefixLenEntry | not-accessible | current | If CEF is enabled on the Managed device and if CEF accounting is set to enable prefix length based accounting (value of cefCfgAccountingMap object in the cefCf… |
| 1.3.6.1.4.1.9.9.492.1.8.1.1.1 | ColumncefStatsPrefixLen | not-accessible | current | Length in bits of the Destination IP prefix. As 0.0.0.0/0 is a valid prefix, hence 0 is a valid prefix length. |
| 1.3.6.1.4.1.9.9.492.1.8.1.1.2 | ColumncefStatsPrefixQueries | read-only | current | Number of queries received in the FIB database for the specified IP prefix length. |
| 1.3.6.1.4.1.9.9.492.1.8.1.1.3 | ColumncefStatsPrefixHCQueries | read-only | current | Number of queries received in the FIB database for the specified IP prefix length. This object is a 64-bit version of cefStatsPrefixQueries. |
| 1.3.6.1.4.1.9.9.492.1.8.1.1.4 | ColumncefStatsPrefixInserts | read-only | current | Number of insert operations performed to the FIB database for the specified IP prefix length. |
| 1.3.6.1.4.1.9.9.492.1.8.1.1.5 | ColumncefStatsPrefixHCInserts | read-only | current | Number of insert operations performed to the FIB database for the specified IP prefix length. This object is a 64-bit version of cefStatsPrefixInsert. |
| 1.3.6.1.4.1.9.9.492.1.8.1.1.6 | ColumncefStatsPrefixDeletes | read-only | current | Number of delete operations performed to the FIB database for the specified IP prefix length. |
| 1.3.6.1.4.1.9.9.492.1.8.1.1.7 | ColumncefStatsPrefixHCDeletes | read-only | current | Number of delete operations performed to the FIB database for the specified IP prefix length. This object is a 64-bit version of cefStatsPrefixDelete. |
| 1.3.6.1.4.1.9.9.492.1.8.1.1.8 | ColumncefStatsPrefixElements | read-only | current | Total number of elements in the FIB database for the specified IP prefix length. |
| 1.3.6.1.4.1.9.9.492.1.8.1.1.9 | ColumncefStatsPrefixHCElements | read-only | current | Total number of elements in the FIB database for the specified IP prefix length. This object is a 64-bit version of cefStatsPrefixElements. |
| 1.3.6.1.4.1.9.9.492.1.8.2 | TablecefSwitchingStatsTable | not-accessible | current | This table specifies the CEF switch stats. |
| 1.3.6.1.4.1.9.9.492.1.8.2.1 | RowcefSwitchingStatsEntry | not-accessible | current | If CEF is enabled on the Managed device, each entry specifies the switching stats. A row may exist for each IP version type (v4 and v6) depending upon the IP v… |
| 1.3.6.1.4.1.9.9.492.1.8.2.1.1 | ColumncefSwitchingIndex | not-accessible | current | The locally arbitrary, but unique identifier associated with this switching stats entry. |
| 1.3.6.1.4.1.9.9.492.1.8.2.1.2 | ColumncefSwitchingPath | read-only | current | Switch path where the feature was executed. Available switch paths are platform-dependent. Following are the examples of switching paths: RIB : switching with … |
| 1.3.6.1.4.1.9.9.492.1.8.2.1.3 | ColumncefSwitchingDrop | read-only | current | Number of packets dropped by CEF. |
| 1.3.6.1.4.1.9.9.492.1.8.2.1.4 | ColumncefSwitchingHCDrop | read-only | current | Number of packets dropped by CEF. This object is a 64-bit version of cefSwitchingDrop. |
| 1.3.6.1.4.1.9.9.492.1.8.2.1.5 | ColumncefSwitchingPunt | read-only | current | Number of packets that could not be switched in the normal path and were punted to the next-fastest switching vector. |
| 1.3.6.1.4.1.9.9.492.1.8.2.1.6 | ColumncefSwitchingHCPunt | read-only | current | Number of packets that could not be switched in the normal path and were punted to the next-fastest switching vector. This object is a 64-bit version of cefSwi… |
| 1.3.6.1.4.1.9.9.492.1.8.2.1.7 | ColumncefSwitchingPunt2Host | read-only | current | Number of packets that could not be switched in the normal path and were punted to the host (process switching path). For most of the switching paths, the valu… |
| 1.3.6.1.4.1.9.9.492.1.8.2.1.8 | ColumncefSwitchingHCPunt2Host | read-only | current | Number of packets that could not be switched in the normal path and were punted to the host (process switching path). For most of the switching paths, the valu… |
| 1.3.6.1.4.1.9.9.492.1.9 | NodecefNotifCntl | |||
| 1.3.6.1.4.1.9.9.492.1.9.1 | ScalarcefResourceFailureNotifEnable | read-write | current | Indicates whether or not a notification should be generated on the detection of CEF resource Failure. |
| 1.3.6.1.4.1.9.9.492.1.9.2 | ScalarcefPeerStateChangeNotifEnable | read-write | current | Indicates whether or not a notification should be generated on the detection of CEF peer state change. |
| 1.3.6.1.4.1.9.9.492.1.9.3 | ScalarcefPeerFIBStateChangeNotifEnable | read-write | current | Indicates whether or not a notification should be generated on the detection of CEF FIB peer state change. |
| 1.3.6.1.4.1.9.9.492.1.9.4 | ScalarcefNotifThrottlingInterval | read-write | current | This object controls the generation of the cefInconsistencyDetection notification. If this object has a value of zero, then the throttle control is disabled. I… |
| 1.3.6.1.4.1.9.9.492.1.9.5 | ScalarcefInconsistencyNotifEnable | read-write | current | Indicates whether cefInconsistencyDetection notification should be generated for this managed device. |
| 1.3.6.1.4.1.9.9.492.2 | NodeciscoCefMIBConform | |||
| 1.3.6.1.4.1.9.9.492.2.1 | NodecefMIBGroups | |||
| 1.3.6.1.4.1.9.9.492.2.1.1 | GroupcefGroup | current | This group consists of all the managed objects which are applicable to CEF irrespective of the value of object cefDistributionOperState. | |
| 1.3.6.1.4.1.9.9.492.2.1.2 | GroupcefDistributedGroup | current | This group consists of all the Managed objects which are only applicable to CEF is the value of object cefDistributionOperState is 'up'. | |
| 1.3.6.1.4.1.9.9.492.2.1.3 | GroupcefHCStatsGroup | current | This group consists of all the 64-bit counter objects which are applicable to CEF irrespective of the value of object cefDistributionOperState. | |
| 1.3.6.1.4.1.9.9.492.2.1.5 | GroupcefNotifCntlGroup | current | This group of objects controls the sending of CEF Notifications. | |
| 1.3.6.1.4.1.9.9.492.2.1.6 | GroupcefNotificationGroup | current | This group contains the notifications for the CEF MIB. | |
| 1.3.6.1.4.1.9.9.492.2.2 | NodecefMIBCompliances | |||
| 1.3.6.1.4.1.9.9.492.2.2.1 | CompliancecefMIBCompliance | current | The compliance statement for SNMP Agents which implement this MIB. |