CISCO-LINK-ERROR-MONITOR-MIB

File: CISCO-LINK-ERROR-MONITOR-MIB.mib (13968 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
IF-MIB CISCO-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
NOTIFICATION-TYPE MODULE-COMPLIANCE OBJECT-GROUP
NOTIFICATION-GROUP TruthValue TEXTUAL-CONVENTION
ifIndex ciscoMgmt

Defined Types

ClemCounterType  
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.
TEXTUAL-CONVENTION    
  INTEGER rxcrc(1), txcrc(2), inerrors(3)  

ClemThresholdEntry  
SEQUENCE    
  clemThresholdCounterType ClemCounterType
  clemThresholdLow Unsigned32
  clemThresholdHigh Unsigned32

ClemIfCounterEntry  
SEQUENCE    
  clemIfCounterType ClemCounterType
  clemIfCounterEnable TruthValue

Defined Values

ciscoLinkErrorMonitorMIB 1.3.6.1.4.1.9.9.426
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.
MODULE-IDENTITY    

ciscoLinkErrMonMIBNotifs 1.3.6.1.4.1.9.9.426.0
OBJECT IDENTIFIER    

ciscoLinkErrMonMIBObjects 1.3.6.1.4.1.9.9.426.1
OBJECT IDENTIFIER    

ciscoLinkErrMonMIBConform 1.3.6.1.4.1.9.9.426.2
OBJECT IDENTIFIER    

clemGlobalObjects 1.3.6.1.4.1.9.9.426.1.1
OBJECT IDENTIFIER    

clemInterfaceObjects 1.3.6.1.4.1.9.9.426.1.2
OBJECT IDENTIFIER    

clemEnabled 1.3.6.1.4.1.9.9.426.1.1.1
Specifies whether the Link Error Monitor Feature is enabled on the device or not.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

clemSamplingInterval 1.3.6.1.4.1.9.9.426.1.1.2
Specifies the sampling interval to sample the interfaces' monitored link error counters.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

clemSamplingTimes 1.3.6.1.4.1.9.9.426.1.1.3
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.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

clemAction 1.3.6.1.4.1.9.9.426.1.1.4
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER errdisable(1), failover(2)  

clemThresholdTable 1.3.6.1.4.1.9.9.426.1.1.5
A table containing threshold configuration for the monitored link error counters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ClemThresholdEntry

clemThresholdEntry 1.3.6.1.4.1.9.9.426.1.1.5.1
An entry containing threshold configuration for each type of link error counter that can be monitored by this feature on the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  ClemThresholdEntry  

clemThresholdCounterType 1.3.6.1.4.1.9.9.426.1.1.5.1.1
Indicates the type of link error counter to be monitored.
Status: current Access: not-accessible
OBJECT-TYPE    
  ClemCounterType  

clemThresholdLow 1.3.6.1.4.1.9.9.426.1.1.5.1.2
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.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

clemThresholdHigh 1.3.6.1.4.1.9.9.426.1.1.5.1.3
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.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

clemNotifEnable 1.3.6.1.4.1.9.9.426.1.1.6
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.
Status: current Access: read-write
OBJECT-TYPE    
  BITS lowThresholdExceeded(0), highThresholdExceeded(1)  

clemIfCounterTable 1.3.6.1.4.1.9.9.426.1.2.1
A table containing interface-specific link error monitoring information for each error counter type monitored by the feature.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ClemIfCounterEntry

clemIfCounterEntry 1.3.6.1.4.1.9.9.426.1.2.1.1
An entry containing link error monitoring information on each capable interface for each error counter type monitored by the feature.
Status: current Access: not-accessible
OBJECT-TYPE    
  ClemIfCounterEntry  

clemIfCounterType 1.3.6.1.4.1.9.9.426.1.2.1.1.1
Indicates the type of link error counter to be monitored on an interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  ClemCounterType  

clemIfCounterEnable 1.3.6.1.4.1.9.9.426.1.2.1.1.2
Specifies whether the sampling on the corresponding error counter type is enabled on an interface or not.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

clemLowThresholdExceeded 1.3.6.1.4.1.9.9.426.0.1
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.
Status: current Access: read-write
NOTIFICATION-TYPE    

clemHighThresholdExceeded 1.3.6.1.4.1.9.9.426.0.2
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.
Status: current Access: read-write
NOTIFICATION-TYPE    

ciscoLinkErrMonMIBCompliances 1.3.6.1.4.1.9.9.426.2.1
OBJECT IDENTIFIER    

ciscoLinkErrMonMIBGroups 1.3.6.1.4.1.9.9.426.2.2
OBJECT IDENTIFIER    

ciscoLinkErrMonMIBCompliance 1.3.6.1.4.1.9.9.426.2.1.1
The compliance statement for CISCO-LINK-ERROR-MONITOR-MIB.
Status: current Access: read-write
MODULE-COMPLIANCE    

clemGlobalGroup 1.3.6.1.4.1.9.9.426.2.2.1
A collection of objects to configure link error monitoring functionality globally for all interfaces on the device.
Status: current Access: read-write
OBJECT-GROUP    

clemThresholdGroup 1.3.6.1.4.1.9.9.426.2.2.2
A collection of objects to configure the threshold for the monitored error counters by this feature.
Status: current Access: read-write
OBJECT-GROUP    

clemIfCounterGroup 1.3.6.1.4.1.9.9.426.2.2.3
A collection of objects to configure link error monitoring functionality at interface level on each error counter type.
Status: current Access: read-write
OBJECT-GROUP    

clemNotificationGroup 1.3.6.1.4.1.9.9.426.2.2.4
A collection of notifications for link error monitoring feature.
Status: current Access: read-write
NOTIFICATION-GROUP    

clemNotificationControlGroup 1.3.6.1.4.1.9.9.426.2.2.5
A collection of objects to control the notification generation for link error monitoring feature.
Status: current Access: read-write
OBJECT-GROUP