CISCO-CABLE-DIAG-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-CABLE-DIAG-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
 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..
         ciscoCableDiagMIBNotifs 1.3.6.1.4.1.9.9.390.0
         ciscoCableDiagMIBObjects 1.3.6.1.4.1.9.9.390.1
             ccdPrbsObjects 1.3.6.1.4.1.9.9.390.1.1
                 ccdPrbsIfTable 1.3.6.1.4.1.9.9.390.1.1.1 no-access
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.
                     ccdPrbsIfEntry 1.3.6.1.4.1.9.9.390.1.1.1.1 no-access
An entry in the ccdPrbsIfTable, containing the information about PRBS test on an interface.
                         ccdPrbsIfAction 1.3.6.1.4.1.9.9.390.1.1.1.1.1 integer read-write
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. Enumeration: 'start': 1, 'running': 4, 'stop': 2, 'notRunning': 5, 'errorReset': 3.
                         ccdPrbsIfActionStatus 1.3.6.1.4.1.9.9.390.1.1.1.1.2 integer read-only
Indicates the status of the last PRBS test action set on the interface. Enumeration: 'failedDueToInterfaceDisabled': 7, 'failedDueToTestAlreadyStopped': 6, 'succeeded': 1, 'failedDueToTestAlreadyStarted': 5, 'failedDueToResourceUnavailable': 3, 'failedDueToInternalError': 4, 'failedDueToUnknownReason': 2.
                         ccdPrbsIfTestErrors 1.3.6.1.4.1.9.9.390.1.1.1.1.3 gauge32 read-only
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.
                         ccdPrbsIfTestErrorsResetTime 1.3.6.1.4.1.9.9.390.1.1.1.1.4 timestamp read-only
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.
                         ccdPrbsIfTestErrorsMaxValue 1.3.6.1.4.1.9.9.390.1.1.1.1.5 unsigned32 read-only
Indicates the maximum value of the corresponding instance of ccdPrbsIfTestErrors.
             ccdTdrObjects 1.3.6.1.4.1.9.9.390.1.2
                 ccdTdrIfTable 1.3.6.1.4.1.9.9.390.1.2.1 no-access
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.
                     ccdTdrIfEntry 1.3.6.1.4.1.9.9.390.1.2.1.1 no-access
An entry in the ccdTdrIfTable, containing the information about TDR test on an interface.
                         ccdTdrIfAction 1.3.6.1.4.1.9.9.390.1.2.1.1.1 integer read-write
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. Enumeration: 'start': 1, 'clear': 2, 'notRunning': 4, 'running': 3.
                         ccdTdrIfActionStatus 1.3.6.1.4.1.9.9.390.1.2.1.1.2 integer read-only
Indicates the status of the last TDR test action set on the interface. Enumeration: 'failedDueToInterfaceDisabled': 6, 'failedDueToTestAlreadyRunning': 5, 'succeeded': 1, 'failedDueToResourceUnavailable': 3, 'failedDueToInternalError': 4, 'failedDueToUnknownReason': 2.
                         ccdTdrIfLastTestTime 1.3.6.1.4.1.9.9.390.1.2.1.1.3 timestamp read-only
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.
                         ccdTdrIfResultValid 1.3.6.1.4.1.9.9.390.1.2.1.1.4 truthvalue read-only
Indicates whether the TDR test result on the interface is valid for the user to retrieve or not.
                 ccdTdrIfResultTable 1.3.6.1.4.1.9.9.390.1.2.2 no-access
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).
                     ccdTdrIfResultEntry 1.3.6.1.4.1.9.9.390.1.2.2.1 no-access
An entry in the ccdTdrIfResultTable, containing the information about TDR test on an interface.
                         ccdTdrIfResultPairIndex 1.3.6.1.4.1.9.9.390.1.2.2.1.1 integer no-access
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. Enumeration: 'pair1to2': 1, 'pair7to8': 4, 'pair3to6': 2, 'pair4to5': 3.
                         ccdTdrIfResultPairChannel 1.3.6.1.4.1.9.9.390.1.2.2.1.2 integer read-only
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. Enumeration: 'channelC': 4, 'channelB': 3, 'channelA': 2, 'other': 1, 'channelD': 5.
                         ccdTdrIfResultPairLength 1.3.6.1.4.1.9.9.390.1.2.2.1.3 integer32 read-only
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.
                         ccdTdrIfResultPairLenAccuracy 1.3.6.1.4.1.9.9.390.1.2.2.1.4 integer32 read-only
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.
                         ccdTdrIfResultPairDistToFault 1.3.6.1.4.1.9.9.390.1.2.2.1.5 integer32 read-only
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.
                         ccdTdrIfResultPairDistAccuracy 1.3.6.1.4.1.9.9.390.1.2.2.1.6 integer32 read-only
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.
                         ccdTdrIfResultPairLengthUnit 1.3.6.1.4.1.9.9.390.1.2.2.1.7 integer read-only
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. Enumeration: 'unknown': 1, 'kilometer': 4, 'centimeter': 3, 'meter': 2.
                         ccdTdrIfResultPairStatus 1.3.6.1.4.1.9.9.390.1.2.2.1.8 integer read-only
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. Enumeration: 'terminated': 2, 'impedanceMismatch': 7, 'shorted': 6, 'unknown': 1, 'indeterminate': 9, 'broken': 8, 'notCompleted': 3, 'notSupported': 4, 'open': 5.
         ciscoCableDiagMIBConform 1.3.6.1.4.1.9.9.390.2
             ciscoCableDiagMIBCompliances 1.3.6.1.4.1.9.9.390.2.1
                 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.
             ciscoCableDiagMIBGroups 1.3.6.1.4.1.9.9.390.2.2
                 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.
                 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.