CISCO-LINK-ERROR-MONITOR-MIB
- Registered at
- 1.3.6.1.4.1.9.9.426
- Last updated
- 2004-11-19 00:00
- Organization
- Cisco Systems, Inc.
- Revisions
- 2004-11-19 00:00
- Namespace
- cisco
- Source file
CISCO-LINK-ERROR-MONITOR-MIB- Digest
sha256:c853938df369a371010d8c3d7e0bd579730bdac0c1239b458a38be3de2fbb591
Description
The MIB module for managing Link Error Monitoring Feature on devices. Link Error Monitoring Feature provides a mechanism to monitor a certain set of link error counters on an interface and take certain actions when the increase in the error counters between two consecutive samplings exceeds the configurable thresholds consecutively for a certain number of times.
Contact
Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-lan-switch-snmp@cisco.com
Imports
| From | Symbols |
|---|---|
| CISCO-SMI | ciscoMgmt |
| IF-MIB | ifIndex |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION, TruthValue |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
CISCO-LINK-ERROR-MONITOR-MIB CISCO-SMI IANAifType-MIB IF-MIB SNMPv2-CONF SNMPv2-MIB SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| ClemCounterType TEXTUAL-CONVENTION The link error counters on interfaces to be monitored by the Link Error Monitor feature. rxcrc - the counter on the number of received packets with CRC and alignment errors. txcrc - the counter on the number of transmitted packets with CRC errors. inerrors - the ifInErrors counter as defined in IF-MIB. | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| ciscoLinkErrMonMIBNotifs OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.426.0 | |||
| ciscoLinkErrMonMIBObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.426.1 | |||
| clemGlobalObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.426.1.1 | |||
| clemEnabled OBJECT-TYPE Specifies whether the Link Error Monitor Feature is enabled on the device or not. | 1.3.6.1.4.1.9.9.426.1.1.1 | TruthValue | read-write | current |
| clemSamplingInterval OBJECT-TYPE Specifies the sampling interval to sample the interfaces' monitored link error counters. | 1.3.6.1.4.1.9.9.426.1.1.2 | Unsigned32 | read-write | current |
| clemSamplingTimes OBJECT-TYPE Specifies the consecutive number of times with error counter increase over thresholds between two consecutive samplings before corresponding notifications can be sent and actions can be taken on an interface. | 1.3.6.1.4.1.9.9.426.1.1.3 | Unsigned32 | read-write | current |
| clemAction OBJECT-TYPE Specifies the action to be taken on an interface when the increase in an error counter on that interface between two consecutive sampling exceeds the corresponding clemThresholdHigh for consecutive number of times as specified by clemSamplingTimes. errdisable -- the interface is disabled by forcing its link down. failover -- when the interface is a member of a channel and it is the only operational member in the channel, then no operation will be taken. Otherwise, disable the interface by forcing its link down, i.e., errdisable the interface. | 1.3.6.1.4.1.9.9.426.1.1.4 | INTEGER {errdisable(1), failover(2)} | read-write | current |
| clemThresholdTable OBJECT-TYPE A table containing threshold configuration for the monitored link error counters. | 1.3.6.1.4.1.9.9.426.1.1.5 | not-accessible | current | |
| clemThresholdEntry OBJECT-TYPE An entry containing threshold configuration for each type of link error counter that can be monitored by this feature on the device. | 1.3.6.1.4.1.9.9.426.1.1.5.1 | not-accessible | current | |
| clemThresholdCounterType OBJECT-TYPE Indicates the type of link error counter to be monitored. | 1.3.6.1.4.1.9.9.426.1.1.5.1.1 | ClemCounterType | not-accessible | current |
| clemThresholdLow OBJECT-TYPE Specifies the low threshold for an error counter type. When the increase in this error counter type on an interface between two consecutive sampling exceeds the instance value of clemThresholdLow for this error counter type consecutively for clemSamplingTimes number of times, a clemLowThresholdExceeded notification on that interface will be sent. | 1.3.6.1.4.1.9.9.426.1.1.5.1.2 | Unsigned32 | read-write | current |
| clemThresholdHigh OBJECT-TYPE Specifies the high threshold for an error counter type. When the increase in this error counter type on an interface between two consecutive sampling exceeds the instance value of clemThresholdHigh for this error counter type consecutively for clemSamplingTimes number of times, a clemHighThresholdExceeded notification on that interface will be sent. And, the action specified by clemAction will be taken on that interface. The instance value of this clemThresholdHigh must be greater than the instance value of the clemThresholdLow of the same row. | 1.3.6.1.4.1.9.9.426.1.1.5.1.3 | Unsigned32 | read-write | current |
| clemNotifEnable OBJECT-TYPE Indicates whether the generation of a specified notification is enabled or not. If a bit corresponding to a notification is set to 1, then that notification can be generated. lowThresholdExcd -- the clemLowThresholdExceeded notification. highThresholdExcd -- the clemHighThresholdExceeded notification. | 1.3.6.1.4.1.9.9.426.1.1.6 | Bits {lowThresholdExceeded(0), highThresholdExceeded(1)} | read-write | current |
| clemInterfaceObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.426.1.2 | |||
| clemIfCounterTable OBJECT-TYPE A table containing interface-specific link error monitoring information for each error counter type monitored by the feature. | 1.3.6.1.4.1.9.9.426.1.2.1 | not-accessible | current | |
| clemIfCounterEntry OBJECT-TYPE An entry containing link error monitoring information on each capable interface for each error counter type monitored by the feature. | 1.3.6.1.4.1.9.9.426.1.2.1.1 | not-accessible | current | |
| clemIfCounterType OBJECT-TYPE Indicates the type of link error counter to be monitored on an interface. | 1.3.6.1.4.1.9.9.426.1.2.1.1.1 | ClemCounterType | not-accessible | current |
| clemIfCounterEnable OBJECT-TYPE Specifies whether the sampling on the corresponding error counter type is enabled on an interface or not. | 1.3.6.1.4.1.9.9.426.1.2.1.1.2 | TruthValue | read-write | current |
| ciscoLinkErrMonMIBConform OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.426.2 | |||
| ciscoLinkErrMonMIBCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.426.2.1 | |||
| ciscoLinkErrMonMIBGroups OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.426.2.2 |
Notifications
| Name | OID | Status |
|---|---|---|
| clemLowThresholdExceeded NOTIFICATION-TYPE This notification will be sent when the increase in an error counter type on an interface between two consecutive sampling exceeds the error counter's clemThresholdLow consecutively for clemSamplingTimes number of times. | 1.3.6.1.4.1.9.9.426.0.1 | current |
| clemHighThresholdExceeded NOTIFICATION-TYPE This notification will be sent when the increase in an error counter type on an interface between two consecutive sampling exceeds the error counter's clemThresholdHigh consecutively for clemSamplingTimes number of times. | 1.3.6.1.4.1.9.9.426.0.2 | current |
Conformance
| Name | OID | Status |
|---|---|---|
| ciscoLinkErrMonMIBCompliance MODULE-COMPLIANCE The compliance statement for CISCO-LINK-ERROR-MONITOR-MIB. | 1.3.6.1.4.1.9.9.426.2.1.1 | current |
| clemGlobalGroup OBJECT-GROUP A collection of objects to configure link error monitoring functionality globally for all interfaces on the device. | 1.3.6.1.4.1.9.9.426.2.2.1 | current |
| clemThresholdGroup OBJECT-GROUP A collection of objects to configure the threshold for the monitored error counters by this feature. | 1.3.6.1.4.1.9.9.426.2.2.2 | current |
| clemIfCounterGroup OBJECT-GROUP A collection of objects to configure link error monitoring functionality at interface level on each error counter type. | 1.3.6.1.4.1.9.9.426.2.2.3 | current |
| clemNotificationGroup NOTIFICATION-GROUP A collection of notifications for link error monitoring feature. | 1.3.6.1.4.1.9.9.426.2.2.4 | current |
| clemNotificationControlGroup OBJECT-GROUP A collection of objects to control the notification generation for link error monitoring feature. | 1.3.6.1.4.1.9.9.426.2.2.5 | current |