CISCO-CEF-MIB
Monitored by Observium 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 | |--------------|
| | | |------------+ | |<----+
|---------------| |--------------| |
| | +--------------| | | | | |
+---------------+ | +--------------+ |
| |
points to an |
adjacency entry |
| |
| cefAdjTable |
| +---------------+ may point |
+->| | | | 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.
Observium actively monitors this MIB
Observium uses this MIB in discovery or polling workflows on applicable devices.
Discovery
Polling
Explore Observium network monitoring
- Source file
CISCO-CEF-MIB- Last revised
- Identity
ciscoCefMIB- Base OID
1.3.6.1.4.1.9.9.492
Imported Objects
| CISCO-CEF-TC | CefAdjacencySource CefAdjLinkType CefAdminStatus CefCCAction CefCCStatus CefCCType CefFailureReason CefForwardingElementSpecialType CefIpVersion CefMplsLabelList CefOperStatus CefPathType CefPrefixSearchState |
| CISCO-SMI | ciscoMgmt |
| CISCO-TC | EntPhysicalIndexOrZero |
| ENTITY-MIB | entPhysicalIndex PhysicalIndex |
| HCNUM-TC | CounterBasedGauge64 |
| IF-MIB | ifIndex InterfaceIndexOrZero |
| INET-ADDRESS-MIB | InetAddress InetAddressPrefixLength InetAddressType |
| MPLS-VPN-MIB | MplsVpnId |
| SNMP-FRAMEWORK-MIB | SnmpAdminString |
| SNMPv2-CONF | MODULE-COMPLIANCE (no object page) NOTIFICATION-GROUP (no object page) OBJECT-GROUP (no object page) |
| SNMPv2-SMI | Counter32 Counter64 Gauge32 Integer32 MODULE-IDENTITY (no object page) NOTIFICATION-TYPE (no object page) OBJECT-TYPE (no object page) Unsigned32 |
| SNMPv2-TC | RowStatus TestAndIncr TimeStamp TruthValue |
Net-SNMP examples using the cisco MIB directory Show commands
These commands use the standard Observium installation path and load the selected MIB variant before the RFC and Net-SNMP directories.
Translate the module identity
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-CEF-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-CEF-MIB::ciscoCefMIB'
Walk the MIB subtree
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CISCO-CEF-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-CEF-MIB::ciscoCefMIB'
Objects (174)
10 directly used by Observium
Showing 174 of 174 objects
Object legend
Object type
Icons distinguish tables, entry rows, columns, scalars, and structural nodes.
SNMPv2-TCTruthValue
Syntax
Blue badges identify the value syntax. Connected badges read as defining module and convention.
IF-MIBifIndex
Table index
Green identifies an index object; yellow names its module when the index is defined elsewhere.
r/w
deprecated
obsolete
Access and status
r/w means read-write. Grey labels mark definitions retained for compatibility.
OBS ✓
Observium use
The indicator appears only when Observium directly references that object.
ifOperStatus
.1.3.6.1.2.1…
Names and OIDs
Object names link to their detail pages. Hover or focus a linked name or badge for available definition details.
.1.3.6.1.4.1.9.9.492 |
||
.1.3.6.1.4.1.9.9.492.0 |
||
.1.3.6.1.4.1.9.9.492.1 |
||
.1.3.6.1.4.1.9.9.492.1.1 |
||
.1.3.6.1.4.1.9.9.492.1.1.1 |
||
.1.3.6.1.4.1.9.9.492.1.1.1.1 |
||
|
|
.1.3.6.1.4.1.9.9.492.1.1.1.1.1 |
|
.1.3.6.1.4.1.9.9.492.1.1.1.1.1.1 |
||
|
|
.1.3.6.1.4.1.9.9.492.1.1.1.1.1.2 |
|
.1.3.6.1.4.1.9.9.492.1.1.2 |
||
.1.3.6.1.4.1.9.9.492.1.1.2.1 |
||
.1.3.6.1.4.1.9.9.492.1.1.2.1.1 |
||
|
packetsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.492.1.1.2.1.10 |
|
|
bytesSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.492.1.1.2.1.11 |
|
|
bytesSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.492.1.1.2.1.12 |
|
|
packetsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.492.1.1.2.1.13 |
|
|
packetsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.492.1.1.2.1.14 |
|
|
bytesSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.492.1.1.2.1.15 |
|
|
bytesSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.492.1.1.2.1.16 |
|
.1.3.6.1.4.1.9.9.492.1.1.2.1.2 |
||
.1.3.6.1.4.1.9.9.492.1.1.2.1.3 |
||
.1.3.6.1.4.1.9.9.492.1.1.2.1.4 |
||
|
packetsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.492.1.1.2.1.5 |
|
|
packetsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.492.1.1.2.1.6 |
|
|
bytesSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.492.1.1.2.1.7 |
|
|
bytesSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.492.1.1.2.1.8 |
|
|
packetsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.492.1.1.2.1.9 |
|
.1.3.6.1.4.1.9.9.492.1.1.3 |
||
.1.3.6.1.4.1.9.9.492.1.1.4 |
||
.1.3.6.1.4.1.9.9.492.1.1.4.1 |
||
.1.3.6.1.4.1.9.9.492.1.1.4.1.1 |
||
.1.3.6.1.4.1.9.9.492.1.1.4.1.2 |
||
.1.3.6.1.4.1.9.9.492.1.1.4.1.3 |
||
.1.3.6.1.4.1.9.9.492.1.1.4.1.4 |
||
.1.3.6.1.4.1.9.9.492.1.1.4.1.5 |
||
.1.3.6.1.4.1.9.9.492.1.1.4.1.6 |
||
.1.3.6.1.4.1.9.9.492.1.1.5 |
||
.1.3.6.1.4.1.9.9.492.1.1.5.1 |
||
|
Integer32
|
.1.3.6.1.4.1.9.9.492.1.1.5.1.1 |
|
.1.3.6.1.4.1.9.9.492.1.1.5.1.2 |
||
.1.3.6.1.4.1.9.9.492.1.1.5.1.3 |
||
.1.3.6.1.4.1.9.9.492.1.1.5.1.4 |
||
.1.3.6.1.4.1.9.9.492.1.1.5.1.5 |
||
.1.3.6.1.4.1.9.9.492.1.2 |
||
.1.3.6.1.4.1.9.9.492.1.2.1 |
||
.1.3.6.1.4.1.9.9.492.1.2.1.1 |
||
.1.3.6.1.4.1.9.9.492.1.2.1.1.1 |
||
.1.3.6.1.4.1.9.9.492.1.2.1.1.1.1 |
||
.1.3.6.1.4.1.9.9.492.1.2.1.1.1.2 |
||
.1.3.6.1.4.1.9.9.492.1.2.1.1.1.3 |
||
.1.3.6.1.4.1.9.9.492.1.2.1.1.1.4 |
||
.1.3.6.1.4.1.9.9.492.1.2.1.1.1.5 |
||
.1.3.6.1.4.1.9.9.492.1.2.2 |
||
.1.3.6.1.4.1.9.9.492.1.2.2.1 |
||
.1.3.6.1.4.1.9.9.492.1.2.2.1.1 |
||
|
packetsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.492.1.2.2.1.10 |
|
|
bytesSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.492.1.2.2.1.11 |
|
|
bytesSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.492.1.2.2.1.12 |
|
.1.3.6.1.4.1.9.9.492.1.2.2.1.2 |
||
|
Unsigned32
|
.1.3.6.1.4.1.9.9.492.1.2.2.1.3 |
|
.1.3.6.1.4.1.9.9.492.1.2.2.1.4 |
||
.1.3.6.1.4.1.9.9.492.1.2.2.1.5 |
||
.1.3.6.1.4.1.9.9.492.1.2.2.1.6 |
||
|
bytesUnsigned32
|
.1.3.6.1.4.1.9.9.492.1.2.2.1.7 |
|
.1.3.6.1.4.1.9.9.492.1.2.2.1.8 |
||
|
packetsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.492.1.2.2.1.9 |
|
.1.3.6.1.4.1.9.9.492.1.3 |
||
.1.3.6.1.4.1.9.9.492.1.3.1 |
||
.1.3.6.1.4.1.9.9.492.1.3.1.1 |
||
|
OctetString
|
.1.3.6.1.4.1.9.9.492.1.3.1.1.1 |
|
.1.3.6.1.4.1.9.9.492.1.3.1.1.10 |
||
|
Unsigned32
|
.1.3.6.1.4.1.9.9.492.1.3.1.1.11 |
|
|
Integer32
|
.1.3.6.1.4.1.9.9.492.1.3.1.1.2 |
|
.1.3.6.1.4.1.9.9.492.1.3.1.1.3 |
||
.1.3.6.1.4.1.9.9.492.1.3.1.1.4 |
||
.1.3.6.1.4.1.9.9.492.1.3.1.1.5 |
||
.1.3.6.1.4.1.9.9.492.1.3.1.1.6 |
||
.1.3.6.1.4.1.9.9.492.1.3.1.1.7 |
||
.1.3.6.1.4.1.9.9.492.1.3.1.1.8 |
||
|
Unsigned32
|
.1.3.6.1.4.1.9.9.492.1.3.1.1.9 |
|
.1.3.6.1.4.1.9.9.492.1.4 |
||
.1.3.6.1.4.1.9.9.492.1.4.1 |
||
.1.3.6.1.4.1.9.9.492.1.4.1.1 |
||
|
|
.1.3.6.1.4.1.9.9.492.1.4.1.1.1 |
|
.1.3.6.1.4.1.9.9.492.1.4.1.1.2 |
||
.1.3.6.1.4.1.9.9.492.1.4.1.1.3 |
||
.1.3.6.1.4.1.9.9.492.1.4.1.1.4 |
||
|
Bits
|
.1.3.6.1.4.1.9.9.492.1.4.1.1.5 |
|
|
Enumeration
|
.1.3.6.1.4.1.9.9.492.1.4.1.1.6 |
|
|
Unsigned32
|
.1.3.6.1.4.1.9.9.492.1.4.1.1.7 |
|
|
secondsSNMPv2-SMIUnsigned32
|
.1.3.6.1.4.1.9.9.492.1.4.1.1.8 |
|
|
secondsUnsigned32
|
.1.3.6.1.4.1.9.9.492.1.4.1.1.9 |
|
.1.3.6.1.4.1.9.9.492.1.4.2 |
||
.1.3.6.1.4.1.9.9.492.1.4.2.1 |
||
|
bytesSNMPv2-SMIGauge32
|
.1.3.6.1.4.1.9.9.492.1.4.2.1.1 |
|
.1.3.6.1.4.1.9.9.492.1.4.2.1.2 |
||
.1.3.6.1.4.1.9.9.492.1.5 |
||
.1.3.6.1.4.1.9.9.492.1.5.1 |
||
.1.3.6.1.4.1.9.9.492.1.5.1.1 |
||
|
Enumeration
|
.1.3.6.1.4.1.9.9.492.1.5.1.1.1 |
|
|
Enumeration
|
.1.3.6.1.4.1.9.9.492.1.5.1.1.2 |
|
|
Enumeration
|
.1.3.6.1.4.1.9.9.492.1.5.1.1.3 |
|
.1.3.6.1.4.1.9.9.492.1.6 |
||
.1.3.6.1.4.1.9.9.492.1.6.1 |
||
.1.3.6.1.4.1.9.9.492.1.6.1.1 |
||
.1.3.6.1.4.1.9.9.492.1.6.1.1.1 |
||
|
Enumeration
|
.1.3.6.1.4.1.9.9.492.1.6.1.1.2 |
|
.1.3.6.1.4.1.9.9.492.1.6.1.1.3 |
||
.1.3.6.1.4.1.9.9.492.1.6.2 |
||
.1.3.6.1.4.1.9.9.492.1.6.2.1 |
||
|
Enumeration
|
.1.3.6.1.4.1.9.9.492.1.6.2.1.1 |
|
.1.3.6.1.4.1.9.9.492.1.7 |
||
.1.3.6.1.4.1.9.9.492.1.7.1 |
||
.1.3.6.1.4.1.9.9.492.1.7.1.1 |
||
.1.3.6.1.4.1.9.9.492.1.7.1.1.1 |
||
|
secondsSNMPv2-SMIUnsigned32
|
.1.3.6.1.4.1.9.9.492.1.7.1.1.2 |
|
|
secondsSNMPv2-SMIUnsigned32
|
.1.3.6.1.4.1.9.9.492.1.7.1.1.3 |
|
.1.3.6.1.4.1.9.9.492.1.7.1.1.4 |
||
.1.3.6.1.4.1.9.9.492.1.7.1.1.5 |
||
.1.3.6.1.4.1.9.9.492.1.7.1.1.6 |
||
.1.3.6.1.4.1.9.9.492.1.7.2 |
||
.1.3.6.1.4.1.9.9.492.1.7.2.1 |
||
.1.3.6.1.4.1.9.9.492.1.7.2.1.1 |
||
|
|
.1.3.6.1.4.1.9.9.492.1.7.2.1.2 |
|
|
|
.1.3.6.1.4.1.9.9.492.1.7.2.1.3 |
|
|
|
secondsSNMPv2-SMIUnsigned32
|
.1.3.6.1.4.1.9.9.492.1.7.2.1.4 |
.1.3.6.1.4.1.9.9.492.1.7.2.1.5 |
||
.1.3.6.1.4.1.9.9.492.1.7.2.1.6 |
||
.1.3.6.1.4.1.9.9.492.1.7.2.1.7 |
||
.1.3.6.1.4.1.9.9.492.1.7.2.1.8 |
||
.1.3.6.1.4.1.9.9.492.1.7.3 |
||
.1.3.6.1.4.1.9.9.492.1.7.3.1 |
||
|
Integer32
|
.1.3.6.1.4.1.9.9.492.1.7.3.1.1 |
|
.1.3.6.1.4.1.9.9.492.1.7.3.1.2 |
||
.1.3.6.1.4.1.9.9.492.1.7.3.1.3 |
||
.1.3.6.1.4.1.9.9.492.1.7.3.1.4 |
||
.1.3.6.1.4.1.9.9.492.1.7.3.1.5 |
||
.1.3.6.1.4.1.9.9.492.1.7.3.1.6 |
||
.1.3.6.1.4.1.9.9.492.1.7.3.1.7 |
||
|
Enumeration
|
.1.3.6.1.4.1.9.9.492.1.7.3.1.8 |
|
.1.3.6.1.4.1.9.9.492.1.7.4 |
||
.1.3.6.1.4.1.9.9.492.1.7.5 |
||
.1.3.6.1.4.1.9.9.492.1.7.6 |
||
.1.3.6.1.4.1.9.9.492.1.8 |
||
.1.3.6.1.4.1.9.9.492.1.8.1 |
||
.1.3.6.1.4.1.9.9.492.1.8.1.1 |
||
.1.3.6.1.4.1.9.9.492.1.8.1.1.1 |
||
.1.3.6.1.4.1.9.9.492.1.8.1.1.2 |
||
.1.3.6.1.4.1.9.9.492.1.8.1.1.3 |
||
.1.3.6.1.4.1.9.9.492.1.8.1.1.4 |
||
.1.3.6.1.4.1.9.9.492.1.8.1.1.5 |
||
.1.3.6.1.4.1.9.9.492.1.8.1.1.6 |
||
.1.3.6.1.4.1.9.9.492.1.8.1.1.7 |
||
.1.3.6.1.4.1.9.9.492.1.8.1.1.8 |
||
.1.3.6.1.4.1.9.9.492.1.8.1.1.9 |
||
.1.3.6.1.4.1.9.9.492.1.8.2 |
||
|
|
.1.3.6.1.4.1.9.9.492.1.8.2.1 |
|
|
Integer32
|
.1.3.6.1.4.1.9.9.492.1.8.2.1.1 |
|
|
|
OctetString
|
.1.3.6.1.4.1.9.9.492.1.8.2.1.2 |
|
|
packetsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.492.1.8.2.1.3 |
|
|
packetsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.492.1.8.2.1.4 |
|
|
packetsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.492.1.8.2.1.5 |
|
|
packetsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.492.1.8.2.1.6 |
|
|
packetsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.492.1.8.2.1.7 |
|
|
packetsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.492.1.8.2.1.8 |
.1.3.6.1.4.1.9.9.492.1.9 |
||
.1.3.6.1.4.1.9.9.492.1.9.1 |
||
.1.3.6.1.4.1.9.9.492.1.9.2 |
||
.1.3.6.1.4.1.9.9.492.1.9.3 |
||
|
secondsInteger32
|
.1.3.6.1.4.1.9.9.492.1.9.4 |
|
.1.3.6.1.4.1.9.9.492.1.9.5 |
||
.1.3.6.1.4.1.9.9.492.2 |
||
.1.3.6.1.4.1.9.9.492.2.1 |
||
.1.3.6.1.4.1.9.9.492.2.2 |
Dependencies (16) 12 direct · 4 transitive Show tree and compile order Hide dependency details
Each imported module is resolved in the importing module's source directory first, then through the normal default-variant rules.
Dependency tree
Dependency-first compile order
- SNMPv2-SMIrfc
- CISCO-SMIcisco
- SNMPv2-TCrfc
- CISCO-CEF-TCcisco
- CISCO-TCcisco
- IANA-ENTITY-MIBrfc
- SNMPv2-CONFrfc
- SNMP-FRAMEWORK-MIBrfc
- UUID-TC-MIBrfc
- ENTITY-MIBrfc
- HCNUM-TCrfc
- IANAifType-MIBrfc
- SNMPv2-MIBrfc
- IF-MIBrfc
- INET-ADDRESS-MIBrfc
- MPLS-VPN-MIBcisco
- CISCO-CEF-MIBciscoselected
Conformance Groups (5)
Compliance Statements (1)
OID
.1.3.6.1.4.1.9.9.492.2.2.1The compliance statement for SNMP Agents which
implement this MIB.
implement this MIB.
Required groups
| mandatory | cefGroup | |
| mandatory | cefNotifCntlGroup | |
| mandatory | cefNotificationGroup | |
| optional | cefDistributedGroup |
This group should be supported on the agents which support distributed CEF (dCEF). |
| optional | cefHCStatsGroup |
This group should be supported on the agents which support 64-bit counters. |
Object refinements
| Object | Access | Syntax | Description |
|---|---|---|---|
| cefFESelectionAdjNextHopAddr | An implementation is required to support global IPv4 and/or IPv6 addresses, depending on its support for IPv4 and IPv6. |
||
| cefInconsistencyPrefixAddr | An implementation is required to support global IPv4 and/or IPv6 addresses, depending on its support for IPv4 and IPv6. |
Notifications / Traps (4)
| Name | OID | Description |
|---|---|---|
.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. |
|
.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. |
|
.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. |
|
.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. |