MIBs Depot

CISCO-CABLE-DIAG-MIB

Registered at
1.3.6.1.4.1.9.9.390
Last updated
2004-09-13 00:00
Organization
Cisco Systems Inc.
Revisions
2004-09-13 00:00, 2004-01-15 00:00
Namespace
cisco
Source file
CISCO-CABLE-DIAG-MIB
Digest
sha256:8c76614d38cf2d0d32690a06f5fcd1fc2372393bf1da6e799d3a945e8bf2ee91

Description

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..

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

FromSymbols
CISCO-SMIciscoMgmt
IF-MIBifIndex
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMIGauge32, Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso
SNMPv2-TCDisplayString, TEXTUAL-CONVENTION, TimeStamp, 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-CABLE-DIAG-MIB
CISCO-SMI
IANAifType-MIB
IF-MIB
SNMPv2-CONF
SNMPv2-MIB
SNMPv2-SMI
SNMPv2-TC

Objects

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

Conformance

NameOIDStatus
ciscoCableDiagMIBComplianceRev1
MODULE-COMPLIANCE
The compliance statement for SNMP entities that implement the CISCO-CABLE-DIAG-MIB.
1.3.6.1.4.1.9.9.390.2.1.1current
ccdPrbsGroup
OBJECT-GROUP
A collection of managed objects to support PRBS cable diagnotic test on the interfaces of the device.
1.3.6.1.4.1.9.9.390.2.2.1current
ccdTdrGroup
OBJECT-GROUP
A collection of managed objects to support TDR cable diagnotic test on the interfaces of the device.
1.3.6.1.4.1.9.9.390.2.2.2current