CISCO-CABLE-DIAG-MIB

File: CISCO-CABLE-DIAG-MIB.mib (18084 bytes)

Imported modules

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

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Gauge32
Integer32 Unsigned32 MODULE-COMPLIANCE
OBJECT-GROUP TruthValue TimeStamp
ifIndex ciscoMgmt

Defined Types

CcdPrbsIfEntry  
SEQUENCE    
  ccdPrbsIfAction INTEGER
  ccdPrbsIfActionStatus INTEGER
  ccdPrbsIfTestErrors Gauge32
  ccdPrbsIfTestErrorsResetTime TimeStamp
  ccdPrbsIfTestErrorsMaxValue Unsigned32

CcdTdrIfEntry  
SEQUENCE    
  ccdTdrIfAction INTEGER
  ccdTdrIfActionStatus INTEGER
  ccdTdrIfLastTestTime TimeStamp
  ccdTdrIfResultValid TruthValue

CcdTdrIfResultEntry  
SEQUENCE    
  ccdTdrIfResultPairIndex INTEGER
  ccdTdrIfResultPairChannel INTEGER
  ccdTdrIfResultPairLength Integer32
  ccdTdrIfResultPairLenAccuracy Integer32
  ccdTdrIfResultPairDistToFault Integer32
  ccdTdrIfResultPairDistAccuracy Integer32
  ccdTdrIfResultPairLengthUnit INTEGER
  ccdTdrIfResultPairStatus INTEGER

Defined Values

ciscoCableDiagMIB 1.3.6.1.4.1.9.9.390
This MIB module defines objects for managing cable diagnostic test capabilites supported by the Cisco devices. Cable diagnostic tests are tests intended to exercise the functional integrity of the cable attached to a physical interface. Examples of cable diagnostic test methods are: PRBS (Pesudo Random Binary Sequence), TDR (Time Domain reflectometery), etc..
MODULE-IDENTITY    

ciscoCableDiagMIBNotifs 1.3.6.1.4.1.9.9.390.0
OBJECT IDENTIFIER    

ciscoCableDiagMIBObjects 1.3.6.1.4.1.9.9.390.1
OBJECT IDENTIFIER    

ciscoCableDiagMIBConform 1.3.6.1.4.1.9.9.390.2
OBJECT IDENTIFIER    

ccdPrbsObjects 1.3.6.1.4.1.9.9.390.1.1
OBJECT IDENTIFIER    

ccdTdrObjects 1.3.6.1.4.1.9.9.390.1.2
OBJECT IDENTIFIER    

ccdPrbsIfTable 1.3.6.1.4.1.9.9.390.1.1.1
A table containing information about PRBS (Pesudo Random Binary Sequence) test on the device's interfaces. An entry appears in this table for each interface which is capable to run PRBS test.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CcdPrbsIfEntry

ccdPrbsIfEntry 1.3.6.1.4.1.9.9.390.1.1.1.1
An entry in the ccdPrbsIfTable, containing the information about PRBS test on an interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  CcdPrbsIfEntry  

ccdPrbsIfAction 1.3.6.1.4.1.9.9.390.1.1.1.1.1
Indicates the PRBS test action to be executed on the interface and whether the test is currently running or not. 'start' -- start the PRBS test on the interface. 'stop' -- stop the PRBS test on the interface. 'errorReset' -- reset the object value of ccdPrbsIfTestErrors to zero on the interface. 'running' -- the PRBS test is currently running on the interface. This value is a read-only value and can not be set on the interface. 'notRunning' -- the PRBS test is currently not running on the interface. This value is a read-only value and can not be set on the interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER start(1), stop(2), errorReset(3), running(4), notRunning(5)  

ccdPrbsIfActionStatus 1.3.6.1.4.1.9.9.390.1.1.1.1.2
Indicates the status of the last PRBS test action set on the interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER succeeded(1), failedDueToUnknownReason(2), failedDueToResourceUnavailable(3), failedDueToInternalError(4), failedDueToTestAlreadyStarted(5), failedDueToTestAlreadyStopped(6), failedDueToInterfaceDisabled(7)  

ccdPrbsIfTestErrors 1.3.6.1.4.1.9.9.390.1.1.1.1.3
Indicates the number of errors which occurred during the current or most recent running of a test. This Gauge is reset to zero each time a test starts (e.g., when ccdPrbsIfAction is set to 'start') or each time ccdPrbsIfAction is set to 'errorReset' on an interface. If and when an instance of ccdPrbsIfTestErrors reaches its maximum value as indicated by the corresponding instance of ccdPrbsIfTestErrorsMaxValue, its value will be less or equal to the actual number of errors.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ccdPrbsIfTestErrorsResetTime 1.3.6.1.4.1.9.9.390.1.1.1.1.4
Indicates the most recent time that the corresponding instance of ccdPrbsIfTestErrors is reset to zero. If the the corresponding instance of ccdPrbsIfTestErrors is never reset to zero, then the instance value for ccdPrbsIfTestErrorsResetTime will be zero.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

ccdPrbsIfTestErrorsMaxValue 1.3.6.1.4.1.9.9.390.1.1.1.1.5
Indicates the maximum value of the corresponding instance of ccdPrbsIfTestErrors.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ccdTdrIfTable 1.3.6.1.4.1.9.9.390.1.2.1
A table containing information about TDR (Time Domain Reflectometery) test on the device's interfaces. An entry appears in this table for each interface which is capable to run TDR test.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CcdTdrIfEntry

ccdTdrIfEntry 1.3.6.1.4.1.9.9.390.1.2.1.1
An entry in the ccdTdrIfTable, containing the information about TDR test on an interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  CcdTdrIfEntry  

ccdTdrIfAction 1.3.6.1.4.1.9.9.390.1.2.1.1.1
Indicates the TDR test action to be executed on the interface and whether the test is currently running or not. 'start' -- start the TDR test on the interface. 'clear' -- clear all the TDR test results on the interface. After this action is executed on an interface, the object value of ccdTdrIfResultValid for the corresponding interface will be false(2). 'running' -- the TDR test is currently running on the interface. This value is a read-only value and can not be set on the interface. 'notRunning' -- the TDR test is currently not running on the interface. This value is a read-only value and can not be set on the interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER start(1), clear(2), running(3), notRunning(4)  

ccdTdrIfActionStatus 1.3.6.1.4.1.9.9.390.1.2.1.1.2
Indicates the status of the last TDR test action set on the interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER succeeded(1), failedDueToUnknownReason(2), failedDueToResourceUnavailable(3), failedDueToInternalError(4), failedDueToTestAlreadyRunning(5), failedDueToInterfaceDisabled(6)  

ccdTdrIfLastTestTime 1.3.6.1.4.1.9.9.390.1.2.1.1.3
Indicates the timestamp when TDR test is last run on the interface. If TDR test is never run on an interface, then this object value will be zero.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

ccdTdrIfResultValid 1.3.6.1.4.1.9.9.390.1.2.1.1.4
Indicates whether the TDR test result on the interface is valid for the user to retrieve or not.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ccdTdrIfResultTable 1.3.6.1.4.1.9.9.390.1.2.2
A table containing information about TDR test result on the device's interfaces. An entry appears in this table for each cable pair on an interface which has valid TDR test result, i.e., the value of ccdTdrIfResultValid for the interface is true(1).
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CcdTdrIfResultEntry

ccdTdrIfResultEntry 1.3.6.1.4.1.9.9.390.1.2.2.1
An entry in the ccdTdrIfResultTable, containing the information about TDR test on an interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  CcdTdrIfResultEntry  

ccdTdrIfResultPairIndex 1.3.6.1.4.1.9.9.390.1.2.2.1.1
The local cable pair index. 'pair1to2' -- the pair with cable connectors 1 and 2. 'pair3to6' -- the pair with cable connectors 3 and 6. 'pair4to5' -- the pair with cable connectors 4 and 5. 'pair7to8' -- the pair with cable connectors 7 and 8.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER pair1to2(1), pair3to6(2), pair4to5(3), pair7to8(4)  

ccdTdrIfResultPairChannel 1.3.6.1.4.1.9.9.390.1.2.2.1.2
The channels that the cable pair is connected to. 'other' -- none of the following. 'channelA' -- channel A. 'channelB' -- channel B. 'channelC' -- channel C. 'channelD' -- channel D.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), channelA(2), channelB(3), channelC(4), channelD(5)  

ccdTdrIfResultPairLength 1.3.6.1.4.1.9.9.390.1.2.2.1.3
The length of the cable pair. A value of -1 indicates the length value is invalid. The unit of this value is indicated by ccdTdrIfResultPairLengthUnit of the same cable pair.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 -1..2147483647  

ccdTdrIfResultPairLenAccuracy 1.3.6.1.4.1.9.9.390.1.2.2.1.4
The length accuracy of the cable pair. This value should be added to and deducted from the value of ccdTdrIfResultPairLength of the same cable pair to form the upper and lower range of the cable pair length. A value of -1 indicates the length accuracy value is invalid. The unit of this value is indicated by ccdTdrIfResultPairLengthUnit of the same cable pair.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 -1..2147483647  

ccdTdrIfResultPairDistToFault 1.3.6.1.4.1.9.9.390.1.2.2.1.5
The distance to the fault point of the cable pair. A value of -1 indicates this value is invalid. The unit of this value is indicated by ccdTdrIfResultPairLengthUnit of the same cable pair.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 -1..2147483647  

ccdTdrIfResultPairDistAccuracy 1.3.6.1.4.1.9.9.390.1.2.2.1.6
The accuracy of the distance to the fault point for the cable pair. This value should be added to and deducted from the value of ccdTdrIfResultPairDistToFault of the same cable pair to form the upper and lower range of the distance to fault point for the cable pair. A value of -1 indicates this value is invalid. The unit of this value is indicated by ccdTdrIfResultPairLengthUnit of the same cable pair.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 -1..2147483647  

ccdTdrIfResultPairLengthUnit 1.3.6.1.4.1.9.9.390.1.2.2.1.7
The measurement unit on the length or the distance to fault point for the cable pair. 'unknown' -- none of the following. 'meter' -- the unit is meter. 'centimeter' -- the unit is centimeter. 'kilometer' -- the unit is kilometer.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), meter(2), centimeter(3), kilometer(4)  

ccdTdrIfResultPairStatus 1.3.6.1.4.1.9.9.390.1.2.2.1.8
The status of the cable pair. 'unknown' -- none of the following. 'terminated' -- the pair is properly terminated at the remote end. 'notCompleted' -- the test on this pair is not completed. 'notSupported' -- the test on this pair is not supported. 'open' -- the pair is open. 'shorted' -- the pair is shorted. 'impedanceMismatch' -- the impedance of the pair is mismatched. 'broken' -- the pair is broken. 'indeterminate' -- the status of the pair is indeterminate.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), terminated(2), notCompleted(3), notSupported(4), open(5), shorted(6), impedanceMismatch(7), broken(8), indeterminate(9)  

ciscoCableDiagMIBCompliances 1.3.6.1.4.1.9.9.390.2.1
OBJECT IDENTIFIER    

ciscoCableDiagMIBGroups 1.3.6.1.4.1.9.9.390.2.2
OBJECT IDENTIFIER    

ciscoCableDiagMIBComplianceRev1 1.3.6.1.4.1.9.9.390.2.1.1
The compliance statement for SNMP entities that implement the CISCO-CABLE-DIAG-MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

ccdPrbsGroup 1.3.6.1.4.1.9.9.390.2.2.1
A collection of managed objects to support PRBS cable diagnotic test on the interfaces of the device.
Status: current Access: read-only
OBJECT-GROUP    

ccdTdrGroup 1.3.6.1.4.1.9.9.390.2.2.2
A collection of managed objects to support TDR cable diagnotic test on the interfaces of the device.
Status: current Access: read-only
OBJECT-GROUP