CISCO-ETHER-CFM-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-ETHER-CFM-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 ciscoEtherCfmMIB 1.3.6.1.4.1.9.9.461
This MIB module defines the managed objects and notifications for Ethernet Connectivity Fault Management (CFM). CFM is an end-to-end per service instance Ethernet layer Operations, Administration and Management (OAM) protocol. CFM events include: - Maintenance End-Point (MEP) coming up: establishing connectivity - Maintenance End-Point going down: losing connectivity - Maintenance End-Point unknown: unexpected - Maintenance End-Point missing: expected but not reachable - Continuity Check Configuration Error: collision in MEP IDs - Continuity Check Loop: forwarding loop in network - Continuity Check Cross-connect: cross-connected forwarding path. The following acronyms are used in this module: - MEP: Maintenance End Point - MEPID: Maintenance End Point Identifier - CC: Continuity Check - CCDB: Continuity Check Database - SVLAN: Service Provider Virtual Local Area Network - VLAN: Virtual Local Area Network - CLI: Command Line Interface. - OAM: Operations Administration and Management.
         ciscoEtherCfmMIBNotifs 1.3.6.1.4.1.9.9.461.0
             ciscoEtherCfmNotificationPrefix 1.3.6.1.4.1.9.9.461.0.0
                 cEtherCfmCcMepUp 1.3.6.1.4.1.9.9.461.0.0.1
This notification is generated in the following cases: - when a remote MEP first comes up, that is when we receive a CC message from that MEP for the first time. - when the device receives a CC message from a MEP for which it has an expired CCDB entry. - when a CC message is received for a remote MEP for which the device already has a CCDB entry and the port-state in the received CC message is different from the cached previous state.
                 cEtherCfmCcMepDown 1.3.6.1.4.1.9.9.461.0.0.2
This notification is generated when a remote MEP goes down; i.e. the entry in CCDB corresponding to this MEP times out or the device receives a CC message with zero hold-time.
                 cEtherCfmCcCrossconnect 1.3.6.1.4.1.9.9.461.0.0.3
This notification is generated when a device receives a CC message with the service ID not matching the one locally configured for the VLAN in question.
                 cEtherCfmCcLoop 1.3.6.1.4.1.9.9.461.0.0.4
This notification is generated when a device receives a CC message with the same MEPID and MAC address as those of the device itself, indicating that there is a forwarding loop and that the device is receiving its own CC messages.
                 cEtherCfmCcConfigError 1.3.6.1.4.1.9.9.461.0.0.5
This notification is generated when a device receives a CC message with the same MEPID but different MAC address as those of the device itself, indicating that there is a mis-configuration in the network where a remote device has the same MEPID configured.
                 cEtherCfmXCheckMissing 1.3.6.1.4.1.9.9.461.0.0.6
This notification is generated when an expected (configured) MEP does not come up during the cross-check start timeout interval.
                 cEtherCfmXCheckUnknown 1.3.6.1.4.1.9.9.461.0.0.7
This notification is generated when an unexpected MEP comes up.
                 cEtherCfmXCheckServiceUp 1.3.6.1.4.1.9.9.461.0.0.8
This notification is generated when all the MEPs belonging to a customer service instance come up before the expiration of the cross-check start timeout interval.
         ciscoEtherCfmMIBObjects 1.3.6.1.4.1.9.9.461.1
             cecCfmEvents 1.3.6.1.4.1.9.9.461.1.1
                 cEtherCfmMaxEventIndex 1.3.6.1.4.1.9.9.461.1.1.1 unsigned32 read-only
This object specifies the maximum upper value supported for the cEtherCfmEventIndex index by this agent.
                 cEtherCfmEventTable 1.3.6.1.4.1.9.9.461.1.1.2 no-access
This table contains a collection of Ethernet CFM notifications generated by the device. The notifications correspond to events recognized by the device and fall into the following classes: - MEP-Up - MEP-Down - Configuration Error - Forwarding Loop - Cross-connected Ethernet Connection - Crosscheck Missing MEP - Crosscheck Unknown MEP - Crosscheck Service Up A conceptual row is created in this table whenever the device encounters one of the events listed above. Rows can only be created by the agent, and not at the request of the management station. Rows are deleted at the request of a management station by setting the cEtherCfmEventDeleteRow object to 'delete'. Another way of deleting rows is through the CLI. Although this table may be indexed uniquely by the cEtherCfmEventIndex index, the first two indices (cEtherCfmEventDomainIndex and cEtherCfmEventSvlan) are used to speed-up queries per maintenance domain and per customer service instance. Furthermore, these two indices will help in defining the MIB views easily in order to restrict access to the MIB to particular entities (be it a service provider, or operator, or customer).
                     cEtherCfmEventEntry 1.3.6.1.4.1.9.9.461.1.1.2.1 no-access
An entry in this table is created for every event reported by Ethernet CFM.
                         cEtherCfmEventDomainIndex 1.3.6.1.4.1.9.9.461.1.1.2.1.1 unsigned32 no-access
This object represents the ID which uniquely identifies a CFM maintenance domain on the device. Every domain can be uniquely identified by its user-defined name (cEtherCfmEventDomainName) or device-assigned ID (this object).
                         cEtherCfmEventSvlan 1.3.6.1.4.1.9.9.461.1.1.2.1.2 vlanid no-access
The service VLAN identifier of the customer service instance to which the event belongs.
                         cEtherCfmEventIndex 1.3.6.1.4.1.9.9.461.1.1.2.1.3 unsigned32 no-access
A monotonically increasing integer for the sole purpose of indexing CFM events. When it reaches the maximum value supported by the agent, as defined in the cEtherCfmMaxEventIndex object, the agent wraps the value back to 1 and may flush existing entries.
                         cEtherCfmEventDomainName 1.3.6.1.4.1.9.9.461.1.1.2.1.4 snmpadminstring read-only
The name of the CFM maintenance domain.
                         cEtherCfmEventType 1.3.6.1.4.1.9.9.461.1.1.2.1.5 integer read-only
This object informs the management station of how to interpret the rest of the objects within a row, as summarized in the following table: Legend I: Ignored Object V: Valid Object Object cEtherCfmEventType | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 ================================================================ | | | | | | | | cEtherCfmEventDomainIndex | V | V | V | V | V | V | V | V | | | | | | | | cEtherCfmEventSvlan | V | V | V | V | V | V | V | V | | | | | | | | cEtherCfmEventIndex | V | V | V | V | V | V | V | V | | | | | | | | cEtherCfmEventLastChange | V | V | V | V | V | V | V | V | | | | | | | | cEtherCfmEventServiceId | V | V | V | V | V | V | V | V | | | | | | | | cEtherCfmEventDomainName | V | V | V | V | V | V | V | V | | | | | | | | cEtherCfmEventLclMepid | I | I | I | V | V | I | I | I | | | | | | | | cEtherCfmEventLclMacAddress | V | V | V | V | V | V | V | V | | | | | | | | cEtherCfmEventLclMepCount | V | V | I | I | I | I | I | I | | | | | | | | cEtherCfmEventLclIfCount | V | V | I | I | I | I | I | I | | | | | | | | cEtherCfmEventRmtMepid | V | V | V | I | I | V | V | I | | | | | | | | cEtherCfmEventRmtMacAddress | V | V | V | I | V | V | V | I | | | | | | | | cEtherCfmEventRmtPortState | V | I | I | I | I | I | I | I | | | | | | | | cEtherCfmEventRmtServiceId | I | I | V | I | I | I | I | I | | | | | | | | cEtherCfmEventCode | V | V | I | I | I | I | I | I | | | | | | | | cEtherCfmEventDeleteRow | V | V | V | V | V | V | V | V | | | | | | | | Note: When reading any ignored object, a value of 0 will be returned by the agent. Enumeration: 'xconnect': 3, 'xcheckUnknown': 7, 'mepDown': 2, 'xcheckMissing': 6, 'mepUp': 1, 'config': 5, 'xcheckServiceUp': 8, 'loop': 4.
                         cEtherCfmEventLastChange 1.3.6.1.4.1.9.9.461.1.1.2.1.6 timestamp read-only
The value of sysUpTime at the time when this row was created.
                         cEtherCfmEventServiceId 1.3.6.1.4.1.9.9.461.1.1.2.1.7 snmpadminstring read-only
The customer service instance to which the event belongs.
                         cEtherCfmEventLclMepid 1.3.6.1.4.1.9.9.461.1.1.2.1.8 cfmmepid read-only
The identifier of the local MEP impacted by the event.
                         cEtherCfmEventLclMacAddress 1.3.6.1.4.1.9.9.461.1.1.2.1.9 macaddress read-only
The MAC address of the device reporting the event.
                         cEtherCfmEventLclMepCount 1.3.6.1.4.1.9.9.461.1.1.2.1.10 gauge32 read-only
The number of local MEPs affected by the event.
                         cEtherCfmEventLclIfCount 1.3.6.1.4.1.9.9.461.1.1.2.1.11 gauge32 read-only
The number of local interfaces affected by the event.
                         cEtherCfmEventRmtMepid 1.3.6.1.4.1.9.9.461.1.1.2.1.12 cfmmepid read-only
The maintenance end-point identifier of the remote MEP causing the event entry to be logged.
                         cEtherCfmEventRmtMacAddress 1.3.6.1.4.1.9.9.461.1.1.2.1.13 macaddress read-only
The MAC address of the remote maintenance point for which the event entry is being logged.
                         cEtherCfmEventRmtPortState 1.3.6.1.4.1.9.9.461.1.1.2.1.14 integer read-only
The operational state of the port on which the remote MEP is configured. This information is derived from the port-state as indicated in the CC message. The possible values are: 'up' - The port is operationally up. 'down' - The port is operationally (but not administratively) down. 'adminDown' - The port is administratively down. 'test' - The port is in test mode (perhaps due to an IEEE Standard 802.3ah OAM intrusive loopback operation). 'remoteExcessiveErrors' - 802.3ah OAM reports that the other end of the link is receiving an excessive number of invalid frames. 'localExcessiveErrors' - 802.3ah OAM reports that this end of the link is receiving an excessive number of invalid frames. 'localNoData' - No data and no CFM messages have been received for an excessive length of time. Enumeration: 'localExcessiveErrors': 6, 'adminDown': 3, 'up': 1, 'down': 2, 'localNoData': 7, 'test': 4, 'remoteExcessiveErrors': 5.
                         cEtherCfmEventRmtServiceId 1.3.6.1.4.1.9.9.461.1.1.2.1.15 snmpadminstring read-only
The ID that the remote device has configured for the customer service instance (VLAN).
                         cEtherCfmEventCode 1.3.6.1.4.1.9.9.461.1.1.2.1.16 integer read-only
This object is used in decoding 'mepUp' and 'mepDown' events. ** For 'mepUp', the following codes are relevant: 'new' - This is the very first time the device receives a CC message from the remote MEP. 'returning' - The device received a CC message from a remote MEP for which it had an expired CCDB entry. 'portState' - The device received a CC message from a remote MEP for which it has a valid CCDB entry, and the message indicates a port status change. ** For 'mepDown', the following codes are relevant: 'lastGasp' - The device received a CC message from a remote MEP with zero lifetime. 'timeout' - The local CCDB entry for the remote MEP expired. 'configClear' - A previous CC message from a MEP that triggered a configuration error event is cleared. 'loopClear' - A previous CC message from a MEP that triggered a loop error event is cleared. 'xconnectClear' - A previous CC message from a MEP that triggered a crossconnect error event is cleared. 'unknownClear' - A previous CC message from a MEP that triggered an unknown MEP event is cleared. Enumeration: 'returning': 2, 'xconnectClear': 8, 'portState': 3, 'lastGasp': 4, 'timeout': 5, 'new': 1, 'loopClear': 7, 'unknownClear': 9, 'configClear': 6.
                         cEtherCfmEventDeleteRow 1.3.6.1.4.1.9.9.461.1.1.2.1.17 integer read-write
This object allows the management station to delete a row in the cEtherCfmEventTable in order to free system resources. When reading this object the value of 'noop' will be returned. This object can only be set to 'delete'. When this object is set to 'delete', the conceptual row corresponding to this object will be deleted to free system resources. This is equivalent to clearing the event log. Should the trigger that caused the event to be logged reoccur, the event will be re-asserted but in a different conceptual row. Enumeration: 'noop': 1, 'delete': 2.
         ciscoEtherCfmMIBConform 1.3.6.1.4.1.9.9.461.2
             ciscoEtherCfmMIBCompliances 1.3.6.1.4.1.9.9.461.2.1
                 ciscoEtherCfmMIBCompliance 1.3.6.1.4.1.9.9.461.2.1.1
Compliance statement for agents that support the Ethernet CFM MIB.
             ciscoEtherCfmMIBGroups 1.3.6.1.4.1.9.9.461.2.2
                 ciscoEtherCfmMIBEventGroup 1.3.6.1.4.1.9.9.461.2.2.1
Set of objects needed for CFM events.
                 ciscoEtherCfmMIBNotifGroup 1.3.6.1.4.1.9.9.461.2.2.2
Set of notifications implemented in this module.