All MIBs › CISCO-CEF-MIB
Organization: Cisco System, Inc.
Last Updated: 2006-01-30
Category: Cisco Devices, Routing Protocols
Description: Manages Cisco Express Forwarding, providing detailed statistics and configuration for CEF-based IP packet switching and load balancing.
Start monitoring vendor-neutral, standards-based MIB, any SNMPv3-capable network device (SNMP engine identity/boot/clock status) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.
What Is CISCO-CEF-MIB?
CISCO-CEF-MIB manages Cisco Express Forwarding (CEF), the high-speed Layer-3 packet-switching mechanism Cisco routers use to forward IP packets from an inbound to an outbound interface using precomputed Forwarding Information Base (FIB) and adjacency data structures instead of route-cache lookups. Although no sample objects were provided for this batch, the module is understood, per its description, to instrument the FIB (forwarding decisions, conceptually similar to a routing table) and the adjacency table (next-hop relationships between nodes) with associated statistics and status. Its monitoring value is in tracking software forwarding-plane health and performance—operators use CEF instrumentation to verify FIB consistency, detect adjacency/next-hop resolution failures, and watch packet-switching load-balancing behavior, since CEF failures or inconsistencies directly cause traffic black-holing or suboptimal routing. It builds conceptually on the standard IP forwarding/routing framework, extending it with Cisco's CEF-specific forwarding-plane details. It is deployed on Cisco routers and Layer-3 switches across enterprise and service-provider networks wherever CEF is the active IP switching mode, which is the Cisco default on most platforms. Network engineers searching for cisco cef reference this MIB to confirm Cisco Express Forwarding table consistency and drop statistics via SNMP.
IPNetwork Monitor allows you to monitor SNMP objects defined in CISCO-CEF-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.
Supported Devices
- Cisco routers
- Cisco Layer-3 switches
Monitoring Examples
With no sample_objects provided for this module, only the conceptual data structures described in the MODULE-IDENTITY text can be cited: the Forwarding Information Base (FIB), which mirrors routing/route-cache decisions, and the Adjacency table, which tracks next-hop relationships between network nodes. A realistic scenario would involve polling FIB-related entries for prefix count and consistency and adjacency-table entries for next-hop resolution failures, but without actual object names available here, specific OID-level polling detail cannot be responsibly stated.
What Can Be Monitored
- FIB (forwarding information base) status
- adjacency table entries
- CEF packet-switching statistics
This MIB depends on
Related MIBs
Imported Objects
From CISCO-CEF-TC
| CefAdjLinkType | |
| CefAdjacencySource | |
| CefAdminStatus | |
| CefCCAction | |
| CefCCStatus | |
| CefCCType | |
| CefFailureReason | |
| CefForwardingElementSpecialType | |
| CefIpVersion | |
| CefMplsLabelList | |
| CefOperStatus | |
| CefPathType | |
| CefPrefixSearchState |
From CISCO-SMI
| ciscoMgmt | OBJECT-IDENTITY |
From CISCO-TC
| EntPhysicalIndexOrZero |
From ENTITY-MIB
| PhysicalIndex | |
| entPhysicalIndex | OBJECT-TYPE |
From HCNUM-TC
| CounterBasedGauge64 |
From IF-MIB
| InterfaceIndexOrZero | |
| ifIndex | OBJECT-TYPE |
From INET-ADDRESS-MIB
| InetAddress | |
| InetAddressPrefixLength | |
| InetAddressType |
From MPLS-VPN-MIB
| MplsVpnId |
From SNMP-FRAMEWORK-MIB
| SnmpAdminString |
From SNMPv2-CONF
| MODULE-COMPLIANCE | |
| NOTIFICATION-GROUP | |
| OBJECT-GROUP |
From SNMPv2-SMI
| Counter32 | |
| Counter64 | |
| Gauge32 | |
| Integer32 | |
| MODULE-IDENTITY | |
| NOTIFICATION-TYPE | |
| OBJECT-TYPE | |
| Unsigned32 |
From SNMPv2-TC
| RowStatus | |
| TestAndIncr | |
| TimeStamp | |
| TruthValue |
How to Use in IPNetwork Monitor
Example using cefPrefixPkts OID:
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| cefAdj | 1.3.6.1.4.1.9.9.492.1.2 | |||
| C32 cefAdjBytes | 1.3.6.1.4.1.9.9.492.1.2.2.1.11 | Counter32 | read-only | Number of bytes transmitted using this adjacency. |
| U32 cefAdjConnId | 1.3.6.1.4.1.9.9.492.1.2.2.1.3 | Unsigned32 | not-accessible | 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 object is a unique identifier to differentiate between these adjacency entries. In all the other cases the value of this index object will be 0. |
| STR cefAdjEncap | 1.3.6.1.4.1.9.9.492.1.2.2.1.5 | SnmpAdminString | read-only | The layer 2 encapsulation string to be used for sending the packet out using this adjacency. |
| cefAdjEntry | 1.3.6.1.4.1.9.9.492.1.2.2.1 | not-accessible | 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 be switched out of the device. The interface is instantiated by ifIndex. Therefore, the interface index must have been assigned, according to the applicable procedures, before it can be meaningfully used. Generally, this means that the interface must exist. entPhysicalIndex is also an index for this table which represents entities of 'module' entPhysicalClass which are capable of running CEF. | |
| STR cefAdjFixup | 1.3.6.1.4.1.9.9.492.1.2.2.1.6 | SnmpAdminString | read-only | For the cases, where the encapsulation string is decided at packet switch time, the adjacency encapsulation string specified by object cefAdjEncap require a fixup. I.e. for the adjacencies out of IP Tunnels, the string prepended is an IP header which has fields which can only be setup at packet switch time. The value of this object represent the kind of fixup applied to the packet. If the encapsulation string doesn't require any fixup, then the value of this object will be of zero length. |
| STR cefAdjForwardingInfo | 1.3.6.1.4.1.9.9.492.1.2.2.1.8 | SnmpAdminString | read-only | This object selects a forwarding info entry defined in the cefFESelectionTable. The selected target is defined by an entry in the cefFESelectionTable whose index value (cefFESelectionName) is equal to this object. The value of this object will be of zero length if this adjacency entry is the last forwarding element in the forwarding path. |
| C64 cefAdjHCBytes | 1.3.6.1.4.1.9.9.492.1.2.2.1.12 | Counter64 | read-only | Number of bytes transmitted using this adjacency. This object is a 64-bit version of cefAdjBytes. |
| C64 cefAdjHCPkts | 1.3.6.1.4.1.9.9.492.1.2.2.1.10 | Counter64 | read-only | Number of pkts transmitted using this adjacency. This object is a 64-bit version of cefAdjPkts. |
| U32 cefAdjMTU | 1.3.6.1.4.1.9.9.492.1.2.2.1.7 | Unsigned32 | read-only | The Layer 3 MTU which can be transmitted using this adjacency. |
| IP cefAdjNextHopAddr | 1.3.6.1.4.1.9.9.492.1.2.2.1.2 | InetAddress | not-accessible | The next Hop address for this adjacency. The type of this address is determined by the value of the cefAdjNextHopAddrType object. |
| IPt cefAdjNextHopAddrType | 1.3.6.1.4.1.9.9.492.1.2.2.1.1 | InetAddressType | not-accessible | Address type for the cefAdjNextHopAddr. This object specifies the address type used for cefAdjNextHopAddr. Adjacency entries are only valid for the address type of ipv4(1) and ipv6(2). |
| C32 cefAdjPkts | 1.3.6.1.4.1.9.9.492.1.2.2.1.9 | Counter32 | read-only | Number of pkts transmitted using this adjacency. |
| CEF cefAdjSource | 1.3.6.1.4.1.9.9.492.1.2.2.1.4 | CefAdjacencySource | read-only | 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 encapsulate traffic to the neighbour is available then the source of adjacency is set to the mechanism by which the adjacency is learned. |
| cefAdjSummary | 1.3.6.1.4.1.9.9.492.1.2.1 | |||
| U32 cefAdjSummaryComplete | 1.3.6.1.4.1.9.9.492.1.2.1.1.1.2 | Unsigned32 | read-only | The total number of complete adjacencies. The total number of adjacencies which can be used to switch traffic to a neighbour. |
| cefAdjSummaryEntry | 1.3.6.1.4.1.9.9.492.1.2.1.1.1 | not-accessible | 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 adjacency link type. entPhysicalIndex is also an index for this table which represents entities of 'module' entPhysicalClass which are capable of running CEF. | |
| U32 cefAdjSummaryFixup | 1.3.6.1.4.1.9.9.492.1.2.1.1.1.4 | Unsigned32 | read-only | The total number of adjacencies for which the Layer 2 encapsulation string (header) may be updated (fixed up) at packet switch time. |
| U32 cefAdjSummaryIncomplete | 1.3.6.1.4.1.9.9.492.1.2.1.1.1.3 | Unsigned32 | read-only | The total number of incomplete adjacencies. The total number of adjacencies which cannot be used to switch traffic in their current state. |
| CEF cefAdjSummaryLinkType | 1.3.6.1.4.1.9.9.492.1.2.1.1.1.1 | CefAdjLinkType | not-accessible | The link type of the adjacency. |
| U32 cefAdjSummaryRedirect | 1.3.6.1.4.1.9.9.492.1.2.1.1.1.5 | Unsigned32 | read-only | 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 (when the index object cefAdjSummaryLinkType value is ipv4(1) or ipv6(2)) and will be set to zero for other link types. |
| cefAdjSummaryTable | 1.3.6.1.4.1.9.9.492.1.2.1.1 | not-accessible | This table contains the summary information for the cefAdjTable. | |
| cefAdjTable | 1.3.6.1.4.1.9.9.492.1.2.2 | not-accessible | A list of CEF adjacencies. | |
| cefCC | 1.3.6.1.4.1.9.9.492.1.7 | |||
| U32 cefCCCount | 1.3.6.1.4.1.9.9.492.1.7.2.1.3 | Unsigned32 | read-write | 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 irrelevant for some of the consistency checkers and will be set to 0. A Management Station cannot set the value of this object to 0. |
| T/F cefCCEnabled | 1.3.6.1.4.1.9.9.492.1.7.2.1.2 | TruthValue | read-write | Enables the passive consistency checker. Passive consistency checkers are disabled by default. Full-scan consistency checkers are always enabled. An attempt to set this object to 'false' for an active consistency checker will result in 'wrongValue' error. |
| U32 cefCCGlobalAutoRepairDelay | 1.3.6.1.4.1.9.9.492.1.7.1.1.2 | Unsigned32 | read-write | Indiactes how long the consistency checker waits to fix an inconsistency. The value of this object has no effect when the value of object cefCCGlobalAutoRepairEnabled is 'false'. |
| T/F cefCCGlobalAutoRepairEnabled | 1.3.6.1.4.1.9.9.492.1.7.1.1.1 | TruthValue | read-write | 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 consistency checkers. |
| U32 cefCCGlobalAutoRepairHoldDown | 1.3.6.1.4.1.9.9.492.1.7.1.1.3 | Unsigned32 | read-write | 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 object cefCCGlobalAutoRepairEnabled is 'false'. |
| cefCCGlobalEntry | 1.3.6.1.4.1.9.9.492.1.7.1.1 | not-accessible | 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 type (v4 and v6) depending upon the IP version supported on the device. | |
| T/F cefCCGlobalErrorMsgEnabled | 1.3.6.1.4.1.9.9.492.1.7.1.1.4 | TruthValue | read-write | Enables the consistency checker to generate an error message when it detects an inconsistency. |
| CEF cefCCGlobalFullScanAction | 1.3.6.1.4.1.9.9.492.1.7.1.1.5 | CefCCAction | read-write | Setting the value of this object to ccActionStart(1) will start the full scan consistency checkers. The Management station should poll the cefCCGlobalFullScanStatus object to get the state of full-scan operation. Once the full-scan operation completes (value of cefCCGlobalFullScanStatus object is ccStatusDone(3)), the Management station should retrieve the values of the related stats object from the cefCCTypeTable. Setting the value of this object to ccActionAbort(2) will abort the full-scan operation. The value of this object can't be set to ccActionStart(1), if the value of object cefCCGlobalFullScanStatus is ccStatusRunning(2). The value of this object will be set to cefActionNone(1) when the full scan consistency checkers have never been activated. A Management Station cannot set the value of this object to cefActionNone(1). |
| CEF cefCCGlobalFullScanStatus | 1.3.6.1.4.1.9.9.492.1.7.1.1.6 | CefCCStatus | read-only | Indicates the status of the full scan consistency checker request. |
| cefCCGlobalTable | 1.3.6.1.4.1.9.9.492.1.7.1 | not-accessible | This table contains CEF consistency checker (CC) global parameters for the managed device. | |
| U32 cefCCPeriod | 1.3.6.1.4.1.9.9.492.1.7.2.1.4 | Unsigned32 | read-write | The period between scans for the consistency checker. |
| C32 cefCCQueriesChecked | 1.3.6.1.4.1.9.9.492.1.7.2.1.7 | Counter32 | read-only | Number of prefix consistency queries processed by this consistency checker. |
| C32 cefCCQueriesIgnored | 1.3.6.1.4.1.9.9.492.1.7.2.1.6 | Counter32 | read-only | Number of prefix consistency queries for which the consistency checks were not performed by this consistency checker. This may be because of some internal error or resource failure. |
| C32 cefCCQueriesIterated | 1.3.6.1.4.1.9.9.492.1.7.2.1.8 | Counter32 | read-only | Number of prefix consistency queries iterated back to the master database by this consistency checker. |
| C32 cefCCQueriesSent | 1.3.6.1.4.1.9.9.492.1.7.2.1.5 | Counter32 | read-only | Number of prefix consistency queries sent to CEF forwarding databases by this consistency checker. |
| CEF cefCCType | 1.3.6.1.4.1.9.9.492.1.7.2.1.1 | CefCCType | not-accessible | Type of the consistency checker. |
| cefCCTypeEntry | 1.3.6.1.4.1.9.9.492.1.7.2.1 | not-accessible | 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 type (v4 and v6) depending upon the IP version supported on the device. | |
| cefCCTypeTable | 1.3.6.1.4.1.9.9.492.1.7.2 | not-accessible | This table contains CEF consistency checker types specific parameters on the managed device. All detected inconsistency are signaled to the Management Station via cefInconsistencyDetection notification. | |
| BIT cefCfgAccountingMap | 1.3.6.1.4.1.9.9.492.1.4.1.1.5 | Bits | read-write | This object represents a bitmap of network accounting options. CEF network accounting is disabled by default. CEF network accounting can be enabled by selecting one or more of the following CEF accounting option for the value of this object. nonRecursive(0): enables accounting through nonrecursive prefixes. perPrefix(1): enables the collection of the numbers of pkts and bytes express forwarded to a destination (prefix) prefixLength(2): enables accounting through prefixlength. Once the accounting is enabled, the corresponding stats can be retrieved from the cefPrefixTable and cefStatsPrefixLenTable. |
| CEF cefCfgAdminState | 1.3.6.1.4.1.9.9.492.1.4.1.1.1 | CefAdminStatus | read-write | The desired state of CEF. |
| CEF cefCfgDistributionAdminState | 1.3.6.1.4.1.9.9.492.1.4.1.1.3 | CefAdminStatus | read-write | The desired state of CEF distribution. |
| CEF cefCfgDistributionOperState | 1.3.6.1.4.1.9.9.492.1.4.1.1.4 | CefOperStatus | read-only | The current operational state of CEF distribution. If the cefCfgDistributionAdminState is disabled(2), then cefDistributionOperState will eventually go to the down(2) state unless some error has occurred. If cefCfgDistributionAdminState is changed to enabled(1) then cefCfgDistributionOperState should change to up(1) only if the CEF entity is ready to forward the packets using Distributed Cisco Express Forwarding (dCEF) else it should remain in the down(2) state. The up(1) state for this object indicates that CEF entity is forwarding the packet using Distributed Cisco Express Forwarding. |
| cefCfgEntry | 1.3.6.1.4.1.9.9.492.1.4.1.1 | not-accessible | 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) depending upon the IP version supported on the device. entPhysicalIndex is also an index for this table which represents entities of 'module' entPhysicalClass which are capable of running CEF. | |
| INT cefCfgLoadSharingAlgorithm | 1.3.6.1.4.1.9.9.492.1.4.1.1.6 | INTEGER | read-write | 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 enabled by setting this object to one of following Algorithms: original(2) : This algorithm is based on a source and destination hash tunnel(3) : This algorithm is used in tunnels environments or in environments where there are only a few source universal(4) : This algorithm uses a source and destination and ID hash If the value of this object is set to 'tunnel' or 'universal', then the FIXED ID for these algorithms may be specified by the managed object cefLoadSharingID. |
| U32 cefCfgLoadSharingID | 1.3.6.1.4.1.9.9.492.1.4.1.1.7 | Unsigned32 | read-write | 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 of this object is not relevant and will be set to zero if the value of managed object cefCfgLoadSharingAlgorithm is set to none(1) or original(2). The default value of this object is calculated by the device at the time of initialization. |
| CEF cefCfgOperState | 1.3.6.1.4.1.9.9.492.1.4.1.1.2 | CefOperStatus | read-only | 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 occurred. If cefCfgAdminState is changed to enabled(1) then cefCfgOperState should change to up(1) only if the CEF entity is ready to forward the packets using Cisco Express Forwarding (CEF) else it should remain in the down(2) state. The up(1) state for this object indicates that CEF entity is forwarding the packet using Cisco Express Forwarding. |
| cefCfgTable | 1.3.6.1.4.1.9.9.492.1.4.1 | not-accessible | This table contains global config parameter of CEF on the Managed device. | |
| U32 cefCfgTrafficStatsLoadInterval | 1.3.6.1.4.1.9.9.492.1.4.1.1.8 | Unsigned32 | read-write | The interval time over which the CEF traffic statistics are collected. |
| U32 cefCfgTrafficStatsUpdateRate | 1.3.6.1.4.1.9.9.492.1.4.1.1.9 | Unsigned32 | read-write | 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 traffic statistics collection. |
| cefDistributedGroup | 1.3.6.1.4.1.9.9.492.2.1.2 | This group consists of all the Managed objects which are only applicable to CEF is the value of object cefDistributionOperState is 'up'. | ||
| cefFE | 1.3.6.1.4.1.9.9.492.1.3 | |||
| U32 cefFESelectionAdjConnId | 1.3.6.1.4.1.9.9.492.1.3.1.1.9 | Unsigned32 | read-only | 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 set to zero if the forwarding element list doesn't contain an adjacency forwarding element. In cases where cefFESelectionAdjLinkType, interface and the next hop address are not able to uniquely define an adjacency entry (e.g. ATM and Frame Relay Bundles), this object is a unique identifier to differentiate between these adjacency entries. |
| NUM cefFESelectionAdjInterface | 1.3.6.1.4.1.9.9.492.1.3.1.1.6 | InterfaceIndexOrZero | read-only | 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 to zero if the forwarding element list doesn't contain an adjacency forwarding element. |
| CEF cefFESelectionAdjLinkType | 1.3.6.1.4.1.9.9.492.1.3.1.1.5 | CefAdjLinkType | read-only | 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 to unknown(5) if the forwarding element list doesn't contain an adjacency forwarding element. |
| IP cefFESelectionAdjNextHopAddr | 1.3.6.1.4.1.9.9.492.1.3.1.1.8 | InetAddress | read-only | 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 be set to zero if the forwarding element list doesn't contain an adjacency forwarding element. |
| IPt cefFESelectionAdjNextHopAddrType | 1.3.6.1.4.1.9.9.492.1.3.1.1.7 | InetAddressType | read-only | 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 will be set to unknown(0) if the forwarding element list doesn't contain an adjacency forwarding element. |
| cefFESelectionEntry | 1.3.6.1.4.1.9.9.492.1.3.1.1 | not-accessible | 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 represents entities of 'module' entPhysicalClass which are capable of running CEF. | |
| I32 cefFESelectionId | 1.3.6.1.4.1.9.9.492.1.3.1.1.2 | Integer32 | not-accessible | Secondary index to identify a forwarding elements List in this Table. |
| CEF cefFESelectionLabels | 1.3.6.1.4.1.9.9.492.1.3.1.1.4 | CefMplsLabelList | read-only | 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 if the forwarding element list doesn't contain a label forwarding element. A zero length label list will indicate that there is no label forwarding element associated with this selection entry. |
| STR cefFESelectionName | 1.3.6.1.4.1.9.9.492.1.3.1.1.1 | SnmpAdminString | not-accessible | The locally arbitrary, but unique identifier used to select a set of forwarding element lists. |
| CEF cefFESelectionSpecial | 1.3.6.1.4.1.9.9.492.1.3.1.1.3 | CefForwardingElementSpecialType | read-only | Special processing for a destination is indicated through the use of special forwarding element. If the forwarding element list contains the special forwarding element, then this object represents the type of special forwarding element. |
| cefFESelectionTable | 1.3.6.1.4.1.9.9.492.1.3.1 | not-accessible | A list of forwarding element selection entries. | |
| MPL cefFESelectionVrfName | 1.3.6.1.4.1.9.9.492.1.3.1.1.10 | MplsVpnId | read-only | 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 a string containing the single octet 0x00 if the forwarding element list doesn't contain a lookup forwarding element. |
| U32 cefFESelectionWeight | 1.3.6.1.4.1.9.9.492.1.3.1.1.11 | Unsigned32 | read-only | 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 associated with this selection entry. |
| cefFIB | 1.3.6.1.4.1.9.9.492.1.1 | |||
| CEF cefFIBIpVersion | 1.3.6.1.4.1.9.9.492.1.1.1.1.1.1 | CefIpVersion | not-accessible | The version of IP forwarding. |
| cefFIBSummary | 1.3.6.1.4.1.9.9.492.1.1.1 | |||
| cefFIBSummaryEntry | 1.3.6.1.4.1.9.9.492.1.1.1.1.1 | not-accessible | 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 type (v4 and v6) depending upon the IP version supported on the device. entPhysicalIndex is also an index for this table which represents entities of 'module' entPhysicalClass which are capable of running CEF. | |
| U32 cefFIBSummaryFwdPrefixes | 1.3.6.1.4.1.9.9.492.1.1.1.1.1.2 | Unsigned32 | read-only | Total number of forwarding Prefixes in FIB for the IP version specified by cefFIBIpVersion object. |
| cefFIBSummaryTable | 1.3.6.1.4.1.9.9.492.1.1.1.1 | not-accessible | This table contains the summary information for the cefPrefixTable. | |
| cefGlobal | 1.3.6.1.4.1.9.9.492.1.4 | |||
| cefGroup | 1.3.6.1.4.1.9.9.492.2.1.1 | This group consists of all the managed objects which are applicable to CEF irrespective of the value of object cefDistributionOperState. | ||
| cefHCStatsGroup | 1.3.6.1.4.1.9.9.492.2.1.3 | This group consists of all the 64-bit counter objects which are applicable to CEF irrespective of the value of object cefDistributionOperState. | ||
| CEF cefInconsistencyCCType | 1.3.6.1.4.1.9.9.492.1.7.3.1.6 | CefCCType | read-only | The type of consistency checker who generated this inconsistency record. |
| NTF cefInconsistencyDetection | 1.3.6.1.4.1.9.9.492.0.4 | A cefInconsistencyDetection notification is generated when CEF consistency checkers detects an inconsistent prefix in one of the CEF forwarding databases. Note that the generation of cefInconsistencyDetection notifications is throttled by the agent, as specified by the 'cefNotifThrottlingInterval' object. | ||
| ENT cefInconsistencyEntity | 1.3.6.1.4.1.9.9.492.1.7.3.1.7 | EntPhysicalIndexOrZero | read-only | 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 applicable for all the entities. |
| T/F cefInconsistencyNotifEnable | 1.3.6.1.4.1.9.9.492.1.9.5 | TruthValue | read-write | Indicates whether cefInconsistencyDetection notification should be generated for this managed device. |
| IP cefInconsistencyPrefixAddr | 1.3.6.1.4.1.9.9.492.1.7.3.1.3 | InetAddress | read-only | The network prefix address associated with this inconsistency record. The type of this address is determined by the value of the cefInconsistencyPrefixType object. |
| ADR cefInconsistencyPrefixLen | 1.3.6.1.4.1.9.9.492.1.7.3.1.4 | InetAddressPrefixLength | read-only | Length in bits of the inconsistency address prefix. |
| IPt cefInconsistencyPrefixType | 1.3.6.1.4.1.9.9.492.1.7.3.1.2 | InetAddressType | read-only | The network prefix type associated with this inconsistency record. |
| INT cefInconsistencyReason | 1.3.6.1.4.1.9.9.492.1.7.3.1.8 | INTEGER | read-only | The reason for generating this inconsistency record. missing(1): the prefix is missing checksumErr(2): checksum error was found unknown(3): reason is unknown |
| I32 cefInconsistencyRecId | 1.3.6.1.4.1.9.9.492.1.7.3.1.1 | Integer32 | not-accessible | The locally arbitrary, but unique identifier associated with this inconsistency record entry. |
| cefInconsistencyRecordEntry | 1.3.6.1.4.1.9.9.492.1.7.3.1 | not-accessible | If the managed device supports CEF, each entry contains the inconsistency record. | |
| cefInconsistencyRecordTable | 1.3.6.1.4.1.9.9.492.1.7.3 | not-accessible | This table contains CEF inconsistency records. | |
| CEF cefInconsistencyReset | 1.3.6.1.4.1.9.9.492.1.7.5 | CefCCAction | read-write | Setting the value of this object to ccActionStart(1) will reset all the active consistency checkers. The Management station should poll the cefInconsistencyResetStatus object to get the state of inconsistency reset operation. This operation once started, cannot be aborted. Hence, the value of this object cannot be set to ccActionAbort(2). The value of this object can't be set to ccActionStart(1), if the value of object cefInconsistencyResetStatus is ccStatusRunning(2). |
| CEF cefInconsistencyResetStatus | 1.3.6.1.4.1.9.9.492.1.7.6 | CefCCStatus | read-only | Indicates the status of the consistency reset request. |
| MPL cefInconsistencyVrfName | 1.3.6.1.4.1.9.9.492.1.7.3.1.5 | MplsVpnId | read-only | Vrf name associated with this inconsistency record. |
| cefIntEntry | 1.3.6.1.4.1.9.9.492.1.5.1.1 | not-accessible | If CEF is enabled on the Managed device, each entry contains the CEF attributes associated with an interface. The interface is instantiated by ifIndex. Therefore, the interface index must have been assigned, according to the applicable procedures, before it can be meaningfully used. Generally, this means that the interface must exist. A row may exist for each IP version type (v4 and v6) depending upon the IP version supported on the device. entPhysicalIndex is also an index for this table which represents entities of 'module' entPhysicalClass which are capable of running CEF. | |
| cefInterface | 1.3.6.1.4.1.9.9.492.1.5 | |||
| INT cefIntLoadSharing | 1.3.6.1.4.1.9.9.492.1.5.1.1.2 | INTEGER | read-write | 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 user sessions. perDestination(2) : Router to use multiple, equal-cost paths to achieve load sharing Load sharing is enabled by default for an interface when CEF is enabled. |
| INT cefIntNonrecursiveAccouting | 1.3.6.1.4.1.9.9.492.1.5.1.1.3 | INTEGER | read-write | 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 prefixes in a internal or external bucket. internal(1) : Count input traffic in the nonrecursive internal bucket external(2) : Count input traffic in the nonrecursive external bucket The value of this object will only be effective if value of the object cefAccountingMap is set to enable nonRecursive(1) accounting. |
| INT cefIntSwitchingState | 1.3.6.1.4.1.9.9.492.1.5.1.1.1 | INTEGER | read-write | 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 enabled, then CEF is in distCefEnabled(2) state. The cefDisabled(3) state indicates that CEF is disabled. The CEF switching state is only applicable to the received packet on the interface. |
| cefIntTable | 1.3.6.1.4.1.9.9.492.1.5.1 | not-accessible | This Table contains interface specific information of CEF on the Managed device. | |
| IP cefLMPrefixAddr | 1.3.6.1.4.1.9.9.492.1.1.4.1.4 | InetAddress | read-only | The Network Prefix Address. Index to the cefPrefixTable. The type of this address is determined by the value of the cefLMPrefixDestAddrType object. |
| IP cefLMPrefixDestAddr | 1.3.6.1.4.1.9.9.492.1.1.4.1.2 | InetAddress | not-accessible | The Destination Address. The type of this address is determined by the value of the cefLMPrefixDestAddrType object. |
| IPt cefLMPrefixDestAddrType | 1.3.6.1.4.1.9.9.492.1.1.4.1.1 | InetAddressType | not-accessible | The Destination Address Type. This object specifies the address type used for cefLMPrefixDestAddr. Longest Match Prefix entries are only valid for the address type of ipv4(1) and ipv6(2). |
| cefLMPrefixEntry | 1.3.6.1.4.1.9.9.492.1.1.4.1 | not-accessible | 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 prefix for a given destination address should create the associate instance of the row status. The row status should be set to active(1) to initiate the request. Note that this entire procedure may be initiated via a single set request which specifies a row status of createAndGo(4). Once the request completes, the management station should retrieve the values of the objects of interest, and should then delete the entry. In order to prevent old entries from clogging the table, entries will be aged out, but an entry will never be deleted within 5 minutes of completion. Entries are lost after an agent restart. I.e. to find out the longest prefix match for destination address of A.B.C.D on entity whose entityPhysicalIndex is 1, the Management station will create an entry in cefLMPrefixTable with cefLMPrefixRowStatus.1(entPhysicalIndex).1(ipv4).A.B.C.D set to createAndGo(4). Management Station may query the value of objects cefLMPrefix and cefLMPrefixLen to find out the corresponding prefix entry from the cefPrefixTable once the value of cefLMPrefixState is set to matchFound(2). entPhysicalIndex is also an index for this table which represents entities of 'module' entPhysicalClass which are capable of running CEF. | |
| ADR cefLMPrefixLen | 1.3.6.1.4.1.9.9.492.1.1.4.1.5 | InetAddressPrefixLength | read-only | The Network Prefix Length. Index to the cefPrefixTable. |
| ROW cefLMPrefixRowStatus | 1.3.6.1.4.1.9.9.492.1.1.4.1.6 | RowStatus | read-create | 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 (cefLMPrefixState transitions to matchFound(2) or noMatchFound(3)). Once the longest match request has been created (i.e. the cefLMPrefixRowStatus has been made active), the entry cannot be modified - the only operation possible after this is to delete the row. |
| TES cefLMPrefixSpinLock | 1.3.6.1.4.1.9.9.492.1.1.3 | TestAndIncr | read-write | An advisory lock used to allow cooperating SNMP Command Generator applications to coordinate their use of the Set operation in creating Longest Match Prefix Entries in cefLMPrefixTable. When creating a new longest prefix match entry, the value of cefLMPrefixSpinLock should be retrieved. The destination address should be determined to be unique by the SNMP Command Generator application by consulting the cefLMPrefixTable. Finally, the longest prefix entry may be created (Set), including the advisory lock. If another SNMP Command Generator application has altered the longest prefix entry in the meantime, then the spin lock's value will have changed, and so this creation will fail because it will specify the wrong value for the spin lock. Since this is an advisory lock, the use of this lock is not enforced, but not using this lock may lead to conflict with the another SNMP command responder application which may also be acting on the cefLMPrefixTable. |
| CEF cefLMPrefixState | 1.3.6.1.4.1.9.9.492.1.1.4.1.3 | CefPrefixSearchState | read-only | Indicates the state of this prefix search request. |
| cefLMPrefixTable | 1.3.6.1.4.1.9.9.492.1.1.4 | not-accessible | A table of Longest Match Prefix Query requests. Generator application should utilize the cefLMPrefixSpinLock to try to avoid collisions. See DESCRIPTION clause of cefLMPrefixSpinLock. | |
| cefMIBCompliance | 1.3.6.1.4.1.9.9.492.2.2.1 | The compliance statement for SNMP Agents which implement this MIB. | ||
| cefMIBCompliances | 1.3.6.1.4.1.9.9.492.2.2 | |||
| cefMIBGroups | 1.3.6.1.4.1.9.9.492.2.1 | |||
| cefNotifCntl | 1.3.6.1.4.1.9.9.492.1.9 | |||
| cefNotifCntlGroup | 1.3.6.1.4.1.9.9.492.2.1.5 | This group of objects controls the sending of CEF Notifications. | ||
| cefNotificationGroup | 1.3.6.1.4.1.9.9.492.2.1.6 | This group contains the notifications for the CEF MIB. | ||
| I32 cefNotifThrottlingInterval | 1.3.6.1.4.1.9.9.492.1.9.4 | Integer32 | read-write | This object controls the generation of the cefInconsistencyDetection notification. If this object has a value of zero, then the throttle control is disabled. If this object has a non-zero value, then the agent must not generate more than one cefInconsistencyDetection 'notification-event' in the indicated period, where a 'notification-event' is the transmission of a single trap or inform PDU to a list of notification destinations. If additional inconsistency is detected within the throttling period, then notification-events for these inconsistencies should be suppressed by the agent until the current throttling period expires. At the end of a throttling period, one notification-event should be generated if any inconsistency was detected since the start of the throttling period. In such a case, another throttling period is started right away. An NMS should periodically poll cefInconsistencyRecordTable to detect any missed cefInconsistencyDetection notification-events, e.g., due to throttling or transmission loss. If cefNotifThrottlingInterval notification generation is enabled, the suggested default throttling period is 60 seconds, but generation of the cefInconsistencyDetection notification should be disabled by default. If the agent is capable of storing non-volatile configuration, then the value of this object must be restored after a re-initialization of the management system. The actual transmission of notifications is controlled via the MIB modules in RFC 3413. |
| cefPathEntry | 1.3.6.1.4.1.9.9.492.1.1.5.1 | not-accessible | 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 'module' entPhysicalClass which are capable of running CEF. | |
| I32 cefPathId | 1.3.6.1.4.1.9.9.492.1.1.5.1.1 | Integer32 | not-accessible | The locally arbitrary, but unique identifier associated with this prefix path entry. |
| NUM cefPathInterface | 1.3.6.1.4.1.9.9.492.1.1.5.1.3 | InterfaceIndexOrZero | read-only | Interface associated with this CEF path. A value of zero for this object will indicate that no interface is associated with this path entry. |
| IP cefPathNextHopAddr | 1.3.6.1.4.1.9.9.492.1.1.5.1.4 | InetAddress | read-only | 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 object cefPathType is set to attachedNexthop(4) or recursiveNexthop(5)). and will be set to zero for other path types. The type of this address is determined by the value of the cefPrefixType object. |
| MPL cefPathRecurseVrfName | 1.3.6.1.4.1.9.9.492.1.1.5.1.5 | MplsVpnId | read-only | 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 set to recursiveNexthop(5)), and '0x00' will be returned for other path types. |
| cefPathTable | 1.3.6.1.4.1.9.9.492.1.1.5 | not-accessible | 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 specify lists of CEF paths. | |
| CEF cefPathType | 1.3.6.1.4.1.9.9.492.1.1.5.1.2 | CefPathType | read-only | Type for this CEF Path. |
| cefPeer | 1.3.6.1.4.1.9.9.492.1.6 | |||
| cefPeerEntry | 1.3.6.1.4.1.9.9.492.1.6.1.1 | not-accessible | If CEF is enabled on the Managed device, each entry contains the CEF related attributes associated with a CEF peer entity. entPhysicalIndex and entPeerPhysicalIndex are also indexes for this table which represents entities of 'module' entPhysicalClass which are capable of running CEF. | |
| cefPeerFIBEntry | 1.3.6.1.4.1.9.9.492.1.6.2.1 | not-accessible | 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 indexes for this table which represents entities of 'module' entPhysicalClass which are capable of running CEF. | |
| INT cefPeerFIBOperState | 1.3.6.1.4.1.9.9.492.1.6.2.1.1 | INTEGER | read-only | The current CEF FIB Operational State for the CEF peer entity. |
| NTF cefPeerFIBStateChange | 1.3.6.1.4.1.9.9.492.0.3 | A cefPeerFIBStateChange notification is generated if change in cefPeerFIBOperState is detected for the peer entity. | ||
| T/F cefPeerFIBStateChangeNotifEnable | 1.3.6.1.4.1.9.9.492.1.9.3 | TruthValue | read-write | Indicates whether or not a notification should be generated on the detection of CEF FIB peer state change. |
| cefPeerFIBTable | 1.3.6.1.4.1.9.9.492.1.6.2 | not-accessible | 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 contains the CEF FIB State related to peer entities on the managed device. | |
| C32 cefPeerNumberOfResets | 1.3.6.1.4.1.9.9.492.1.6.1.1.3 | Counter32 | read-only | Number of times the session with CEF peer entity has been reset. |
| INT cefPeerOperState | 1.3.6.1.4.1.9.9.492.1.6.1.1.2 | INTEGER | read-only | 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 encounters fatal error i.e. resource allocation failure, ipc failure etc : When a reload/delete request is received from the Cef Peer Entity Once the peer entity is up and no fatal error is encountered, then the value of this object will transits to the peerUp(3) state. If the Cef Peer entity is in held stage, then the value of this object will be peerHold(3). Cef peer entity can only transit to peerDisabled(1) state from the peerHold(3) state. |
| NTF cefPeerStateChange | 1.3.6.1.4.1.9.9.492.0.2 | A cefPeerStateChange notification is generated if change in cefPeerOperState is detected for the peer entity. | ||
| T/F cefPeerStateChangeNotifEnable | 1.3.6.1.4.1.9.9.492.1.9.2 | TruthValue | read-write | Indicates whether or not a notification should be generated on the detection of CEF peer state change. |
| cefPeerTable | 1.3.6.1.4.1.9.9.492.1.6.1 | not-accessible | 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 contains the CEF information related to peer entities on the managed device. | |
| IP cefPrefixAddr | 1.3.6.1.4.1.9.9.492.1.1.2.1.2 | InetAddress | not-accessible | 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 prefix with length specified by cefPrefixLen. Any bits beyond the length specified by cefPrefixLen are zeroed. |
| C32 cefPrefixBytes | 1.3.6.1.4.1.9.9.492.1.1.2.1.7 | Counter32 | read-only | If CEF accounting is set to enable per prefix accounting (value of cefCfgAccountingMap object in the cefCfgEntry is set to enable 'perPrefix' accounting), then this object represents the number of bytes switched to this prefix. |
| cefPrefixEntry | 1.3.6.1.4.1.9.9.492.1.1.2.1 | not-accessible | 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 and external buckets (depending upon the value of cefIntNonrecursiveAccouting object in the CefIntEntry). entPhysicalIndex is also an index for this table which represents entities of 'module' entPhysicalClass which are capable of running CEF. | |
| C32 cefPrefixExternalNRBytes | 1.3.6.1.4.1.9.9.492.1.1.2.1.15 | Counter32 | read-only | If CEF accounting is set to enable nonRecursive accounting (value of cefCfgAccountingMap object in the cefCfgEntry is set to enable 'nonRecursive' accounting), then this object represents the number of non-recursive bytes in the external bucket switched using this prefix. |
| C64 cefPrefixExternalNRHCBytes | 1.3.6.1.4.1.9.9.492.1.1.2.1.16 | Counter64 | read-only | If CEF accounting is set to enable nonRecursive accounting (value of cefCfgAccountingMap object in the cefCfgEntry is set to enable 'nonRecursive' accounting), then this object represents the number of non-recursive bytes in the external bucket switched using this prefix. This object is a 64-bit version of cefPrefixExternalNRBytes. |
| C64 cefPrefixExternalNRHCPkts | 1.3.6.1.4.1.9.9.492.1.1.2.1.14 | Counter64 | read-only | If CEF accounting is set to enable non-recursive accounting (value of cefCfgAccountingMap object in the cefCfgEntry is set to enable 'nonRecursive' accounting), then this object represents the number of non-recursive packets in the external bucket switched using this prefix. This object is a 64-bit version of cefPrefixExternalNRPkts. |
| C32 cefPrefixExternalNRPkts | 1.3.6.1.4.1.9.9.492.1.1.2.1.13 | Counter32 | read-only | If CEF accounting is set to enable non-recursive accounting (value of cefCfgAccountingMap object in the cefCfgEntry is set to enable 'nonRecursive' accounting), then this object represents the number of non-recursive packets in the external bucket switched using this prefix. |
| STR cefPrefixForwardingInfo | 1.3.6.1.4.1.9.9.492.1.1.2.1.4 | SnmpAdminString | read-only | This object indicates the associated forwarding element selection entries in cefFESelectionTable. The value of this object is index value (cefFESelectionName) of cefFESelectionTable. |
| C64 cefPrefixHCBytes | 1.3.6.1.4.1.9.9.492.1.1.2.1.8 | Counter64 | read-only | If CEF accounting is set to enable per prefix accounting (value of cefCfgAccountingMap object in the cefCfgEntry is set to enable 'perPrefix' accounting), then this object represents the number of bytes switched to this prefix. This object is a 64-bit version of cefPrefixBytes. |
| C64 cefPrefixHCPkts | 1.3.6.1.4.1.9.9.492.1.1.2.1.6 | Counter64 | read-only | If CEF accounting is set to enable per prefix accounting (value of cefCfgAccountingMap object in the cefCfgEntry is set to enable 'perPrefix' accounting), then this object represents the number of packets switched to this prefix. This object is a 64-bit version of cefPrefixPkts. |
| C32 cefPrefixInternalNRBytes | 1.3.6.1.4.1.9.9.492.1.1.2.1.11 | Counter32 | read-only | If CEF accounting is set to enable nonRecursive accounting (value of cefCfgAccountingMap object in the cefCfgEntry is set to enable 'nonRecursive' accounting), then this object represents the number of non-recursive bytes in the internal bucket switched using this prefix. |
| C64 cefPrefixInternalNRHCBytes | 1.3.6.1.4.1.9.9.492.1.1.2.1.12 | Counter64 | read-only | If CEF accounting is set to enable nonRecursive accounting (value of cefCfgAccountingMap object in the cefCfgEntry is set to enable 'nonRecursive' accounting), then this object represents the number of non-recursive bytes in the internal bucket switched using this prefix. This object is a 64-bit version of cefPrefixInternalNRBytes. |
| C64 cefPrefixInternalNRHCPkts | 1.3.6.1.4.1.9.9.492.1.1.2.1.10 | Counter64 | read-only | If CEF accounting is set to enable non-recursive accounting (value of cefCfgAccountingMap object in the cefCfgEntry is set to enable 'nonRecursive' accounting), then this object represents the number of non-recursive packets in the internal bucket switched using this prefix. This object is a 64-bit version of cefPrefixInternalNRPkts. |
| C32 cefPrefixInternalNRPkts | 1.3.6.1.4.1.9.9.492.1.1.2.1.9 | Counter32 | read-only | If CEF accounting is set to enable non-recursive accounting (value of cefCfgAccountingMap object in the cefCfgEntry is set to enable 'nonRecursive' accounting), then this object represents the number of non-recursive packets in the internal bucket switched using this prefix. |
| ADR cefPrefixLen | 1.3.6.1.4.1.9.9.492.1.1.2.1.3 | InetAddressPrefixLength | not-accessible | Length in bits of the FIB Address prefix. |
| C32 cefPrefixPktsEx | 1.3.6.1.4.1.9.9.492.1.1.2.1.5 | Counter32 | read-only | If CEF accounting is set to enable per prefix accounting (value of cefCfgAccountingMap object in the cefCfgEntry is set to enable 'perPrefix' accounting), then this object represents the number of packets switched to this prefix. |
| cefPrefixTable | 1.3.6.1.4.1.9.9.492.1.1.2 | not-accessible | A list of CEF forwarding prefixes. | |
| IPt cefPrefixType | 1.3.6.1.4.1.9.9.492.1.1.2.1.1 | InetAddressType | not-accessible | 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(2). |
| cefResourceEntry | 1.3.6.1.4.1.9.9.492.1.4.2.1 | not-accessible | 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 which represents entities of 'module' entPhysicalClass which are capable of running CEF. | |
| NTF cefResourceFailure | 1.3.6.1.4.1.9.9.492.0.1 | A cefResourceFailure notification is generated when CEF resource failure on the managed entity is detected. The reason for this failure is indicated by cefResourcefFailureReason. | ||
| T/F cefResourceFailureNotifEnable | 1.3.6.1.4.1.9.9.492.1.9.1 | TruthValue | read-write | Indicates whether or not a notification should be generated on the detection of CEF resource Failure. |
| CEF cefResourceFailureReason | 1.3.6.1.4.1.9.9.492.1.4.2.1.2 | CefFailureReason | read-only | The CEF resource failure reason which may lead to CEF being disabled on the managed entity. |
| G32 cefResourceMemoryUsed | 1.3.6.1.4.1.9.9.492.1.4.2.1.1 | Gauge32 | read-only | Indicates the number of bytes from the Processor Memory Pool that are currently in use by CEF on the managed entity. |
| cefResourceTable | 1.3.6.1.4.1.9.9.492.1.4.2 | not-accessible | This table contains global resource information of CEF on the Managed device. | |
| cefStats | 1.3.6.1.4.1.9.9.492.1.8 | |||
| C32 cefStatsPrefixDeletes | 1.3.6.1.4.1.9.9.492.1.8.1.1.6 | Counter32 | read-only | Number of delete operations performed to the FIB database for the specified IP prefix length. |
| G32 cefStatsPrefixElements | 1.3.6.1.4.1.9.9.492.1.8.1.1.8 | Gauge32 | read-only | Total number of elements in the FIB database for the specified IP prefix length. |
| C64 cefStatsPrefixHCDeletes | 1.3.6.1.4.1.9.9.492.1.8.1.1.7 | Counter64 | read-only | Number of delete operations performed to the FIB database for the specified IP prefix length. This object is a 64-bit version of cefStatsPrefixDelete. |
| NUM cefStatsPrefixHCElements | 1.3.6.1.4.1.9.9.492.1.8.1.1.9 | CounterBasedGauge64 | read-only | Total number of elements in the FIB database for the specified IP prefix length. This object is a 64-bit version of cefStatsPrefixElements. |
| C64 cefStatsPrefixHCInserts | 1.3.6.1.4.1.9.9.492.1.8.1.1.5 | Counter64 | read-only | Number of insert operations performed to the FIB database for the specified IP prefix length. This object is a 64-bit version of cefStatsPrefixInsert. |
| C64 cefStatsPrefixHCQueries | 1.3.6.1.4.1.9.9.492.1.8.1.1.3 | Counter64 | read-only | Number of queries received in the FIB database for the specified IP prefix length. This object is a 64-bit version of cefStatsPrefixQueries. |
| C32 cefStatsPrefixInserts | 1.3.6.1.4.1.9.9.492.1.8.1.1.4 | Counter32 | read-only | Number of insert operations performed to the FIB database for the specified IP prefix length. |
| ADR cefStatsPrefixLen | 1.3.6.1.4.1.9.9.492.1.8.1.1.1 | InetAddressPrefixLength | not-accessible | 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. |
| cefStatsPrefixLenEntry | 1.3.6.1.4.1.9.9.492.1.8.1.1 | not-accessible | 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 cefCfgEntry is set to enable 'prefixLength' accounting), each entry contains the traffic statistics for a prefix length. A row may exist for each IP version type (v4 and v6) depending upon the IP version supported on the device. entPhysicalIndex is also an index for this table which represents entities of 'module' entPhysicalClass which are capable of running CEF. | |
| cefStatsPrefixLenTable | 1.3.6.1.4.1.9.9.492.1.8.1 | not-accessible | This table specifies the CEF stats based on the Prefix Length. | |
| C32 cefStatsPrefixQueries | 1.3.6.1.4.1.9.9.492.1.8.1.1.2 | Counter32 | read-only | Number of queries received in the FIB database for the specified IP prefix length. |
| C32 cefSwitchingDrop | 1.3.6.1.4.1.9.9.492.1.8.2.1.3 | Counter32 | read-only | Number of packets dropped by CEF. |
| C64 cefSwitchingHCDrop | 1.3.6.1.4.1.9.9.492.1.8.2.1.4 | Counter64 | read-only | Number of packets dropped by CEF. This object is a 64-bit version of cefSwitchingDrop. |
| C64 cefSwitchingHCPunt | 1.3.6.1.4.1.9.9.492.1.8.2.1.6 | Counter64 | read-only | 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 cefSwitchingPunt. |
| C64 cefSwitchingHCPunt2Host | 1.3.6.1.4.1.9.9.492.1.8.2.1.8 | Counter64 | read-only | 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 value of this object may be similar to cefSwitchingPunt. This object is a 64-bit version of cefSwitchingPunt2Host. |
| I32 cefSwitchingIndex | 1.3.6.1.4.1.9.9.492.1.8.2.1.1 | Integer32 | not-accessible | The locally arbitrary, but unique identifier associated with this switching stats entry. |
| STR cefSwitchingPath | 1.3.6.1.4.1.9.9.492.1.8.2.1.2 | SnmpAdminString | read-only | Switch path where the feature was executed. Available switch paths are platform-dependent. Following are the examples of switching paths: RIB : switching with CEF assistance Low-end switching (LES) : CEF switch path PAS : CEF turbo switch path. |
| C32 cefSwitchingPunt | 1.3.6.1.4.1.9.9.492.1.8.2.1.5 | Counter32 | read-only | Number of packets that could not be switched in the normal path and were punted to the next-fastest switching vector. |
| C32 cefSwitchingPunt2Host | 1.3.6.1.4.1.9.9.492.1.8.2.1.7 | Counter32 | read-only | 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 value of this object may be similar to cefSwitchingPunt. |
| cefSwitchingStatsEntry | 1.3.6.1.4.1.9.9.492.1.8.2.1 | not-accessible | 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 version supported on the device. entPhysicalIndex is also an index for this table which represents entities of 'module' entPhysicalClass which are capable of running CEF. | |
| cefSwitchingStatsTable | 1.3.6.1.4.1.9.9.492.1.8.2 | not-accessible | This table specifies the CEF switch stats. | |
| ciscoCefMIB | 1.3.6.1.4.1.9.9.492 | 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 +---------------+ points +--------------+ | | | | a set +----> | | | | | |---------------| of FE | |--------------| | | | | Selection | | | | | | |---------------| Entries | |--------------| | | | |------------+ | || | | | to a set | |---------------| of FE | | | | | Selection | |---------------| Entries | | | | |----------------+ |---------------| | | +---------------+ 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. | ||
| ciscoCefMIBConform | 1.3.6.1.4.1.9.9.492.2 | |||
| ciscoCefMIBNotifs | 1.3.6.1.4.1.9.9.492.0 | |||
| ciscoCefMIBObjects | 1.3.6.1.4.1.9.9.492.1 | |||
| TIM entLastInconsistencyDetectTime | 1.3.6.1.4.1.9.9.492.1.7.4 | TimeStamp | read-only | The value of sysUpTime at the time an inconsistency is detecetd. |
| PHY entPeerPhysicalIndex | 1.3.6.1.4.1.9.9.492.1.6.1.1.1 | PhysicalIndex | not-accessible | The entity index for the CEF peer entity. Only the entities of 'module' entPhysicalClass are included here. |
RFC description
Cisco Express Forwarding (CEF) management for IP routing prefix lookups, adjacencies, and path tracking.
Start monitoring Cisco routers/Layer-3 switches (Cisco Express Forwarding) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.