-- $Id: cltm.mib,v 29.3 2000/04/11 04:07:40 ofatoore Exp $ -- CltmCmd MIB -- -- Lucent Technologies INS -- 1275 Harbor Bay Pkwy -- Alameda, CA 94502 -- +1 510 769 6001 -- info@ascend.com -- -- Copyright (c) 1999 Lucent Technologies -- All rights reserved. -- ASCEND-CLTM-MIB DEFINITIONS ::= BEGIN IMPORTS TimeTicks FROM RFC1155-SMI OBJECT-TYPE FROM RFC-1212 Counter32, Integer32 FROM SNMPv2-SMI-v1 cltmGroup FROM ASCEND-MIB; -- The Copper Loop Test Module Access Group cltmAccess OBJECT IDENTIFIER ::= { cltmGroup 1 } -- The Copper Loop Test Module Command Group cltmCmd OBJECT IDENTIFIER ::= { cltmGroup 2 } -- The Copper Loop Test Module Results Group cltmRslt OBJECT IDENTIFIER ::= { cltmGroup 3 } CltmScaleSystemType ::= INTEGER { metric (1), english (2) } CltmSlotID ::= INTEGER { slot-1 (1), slot-2 (2), slot-3 (3), slot-4 (4), slot-5 (5), slot-6 (6), slot-7 (7), slot-10 (10), slot-11 (11), slot-12 (12), slot-13 (13), slot-14 (14), slot-15 (15), slot-16 (16) } -- The cltmAccess table -- -- This table contains parameters to control the access -- of Copper Loop Test Modules. -- -- | -- | -- | .................................... -- | . . -- Primary LIM ---------------\ . -- | . X---------- COPPER LOOP ------+---- -- +-----/ . -- | . . -- | .................................... -- | ELPM -- | -- | -- | -- Midplane -- | -- | -- | -- | .................................... -- | . . -- | . /----------- AUXILARYA ---+---- -- | . /----X------------ EXTERNAL-----+---- -- +---X \----------- INTERNAL-+ . -- | . \--+ .......... | . -- | . | . TESTER +----------+ . -- Spare LIM ------------------+ .......... . -- | .................................... -- | CLTM -- | -- cltmAccessTable OBJECT-TYPE SYNTAX SEQUENCE OF CltmAccessEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A table of CLTM slots with multiple parameters to control the access of the tester." ::= { cltmAccess 1 } cltmAccessEntry OBJECT-TYPE SYNTAX CltmAccessEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Entry holding information about the test parameters and test options." INDEX { cltmAccessSlot } ::= { cltmAccessTable 1 } CltmAccessEntry ::= SEQUENCE { cltmAccessSlot CltmSlotID, cltmAccessTestSlot CltmSlotID, cltmAccessTestPort Integer32, cltmAccessAccessMode INTEGER, cltmAccessAccessTerminal INTEGER, cltmAccessActivateAccess INTEGER, cltmAccessResult INTEGER } cltmAccessSlot OBJECT-TYPE SYNTAX CltmSlotID ACCESS read-only STATUS mandatory DESCRIPTION "Identify the CLTM slot within the system." ::= { cltmAccessEntry 1 } cltmAccessTestSlot OBJECT-TYPE SYNTAX CltmSlotID ACCESS read-write STATUS mandatory DESCRIPTION "Identify the slot of the copper loop to be accessed." ::= { cltmAccessEntry 2 } cltmAccessTestPort OBJECT-TYPE SYNTAX Integer32 ACCESS read-write STATUS mandatory DESCRIPTION "Identify the port of the copper loop to be accessed." ::= { cltmAccessEntry 3 } cltmAccessAccessMode OBJECT-TYPE SYNTAX INTEGER { looking-out (1), -- terminated access. bridged (2) -- bridged access. } ACCESS read-write STATUS mandatory DESCRIPTION "The mode of the CLTM access." ::= { cltmAccessEntry 4 } cltmAccessAccessTerminal OBJECT-TYPE SYNTAX INTEGER { internal-tester-terminal (1), external-tester-terminal (2), auxiliary-tester-terminal (3) } ACCESS read-write STATUS mandatory DESCRIPTION "The tester terminal to access the test copper loop." ::= { cltmAccessEntry 5 } cltmAccessActivateAccess OBJECT-TYPE SYNTAX INTEGER { no (1), yes (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Activate/Deactivate access." ::= { cltmAccessEntry 6 } cltmAccessResult OBJECT-TYPE SYNTAX INTEGER { idle (1), -- access module is idle. access-activated (2), -- access activated. resource-busy (3) -- resource is busy } ACCESS read-only STATUS mandatory DESCRIPTION "The result of activating the copper loop access." ::= { cltmAccessEntry 7 } -- The cltmCmd table -- -- This table contains parameters for the Copper Loop Test -- Module Commands. cltmCmdTable OBJECT-TYPE SYNTAX SEQUENCE OF CltmCmdEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A table of CLTM slots with multiple loop test commands." ::= { cltmCmd 1 } cltmCmdEntry OBJECT-TYPE SYNTAX CltmCmdEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Entry holding information about the test parameters and test options." INDEX { cltmCmdSlot } ::= { cltmCmdTable 1 } CltmCmdEntry ::= SEQUENCE { cltmCmdSlot CltmSlotID, cltmCmdTestTimeStamp TimeTicks, cltmCmdTestSequence Counter32, cltmCmdTestOperation INTEGER, cltmCmdDmmType INTEGER, cltmCmdDmmLeads INTEGER, cltmCmdBackgroundNoiseFilter INTEGER, cltmCmdBackgroundNoiseTerm INTEGER, cltmCmdLoopResistanceUnit CltmScaleSystemType, cltmCmdLoopResistanceTemp Integer32, cltmCmdImpulseNoiseStartThresh INTEGER, cltmCmdImpulseNoiseStartDelta INTEGER, cltmCmdImpulseNoiseStartMaxCount INTEGER, cltmCmdImpulseNoiseStartDeadTime INTEGER, cltmCmdImpulseNoiseStartTimer INTEGER, cltmCmdCalibrationType INTEGER, cltmCmdToneSendFreq INTEGER, cltmCmdToneSendLevel INTEGER, cltmCmdToneSendPeriod INTEGER, cltmCmdTdrUnit CltmScaleSystemType, cltmCmdTdrGauge Integer32, cltmCmdTdrVp INTEGER, cltmCmdTdrAvg INTEGER, cltmCmdTdrGetType INTEGER, cltmCmdTdrStart Integer32, cltmCmdTdrMeasureLen Integer32, cltmCmdDmmDcDeltaPeriod Integer32, cltmCmdDmmDcDeltaVoltage Integer32, cltmCmdDmmDcDeltaImpedance Integer32, cltmCmdDmmCapacitancePeriod Integer32, cltmCmdDmmAllType INTEGER, cltmCmdDmmAllPeriod Integer32, cltmCmdDmmAllInputImp Integer32, cltmCmdControlToneDslType INTEGER, cltmCmdControlToneDslTone INTEGER, cltmCmdTraceToneLead INTEGER, cltmCmdTraceToneLevel Integer32, cltmCmdTraceTonePeriod Integer32, cltmCmdBridgeTapStart Integer32, cltmCmdBridgeTapMeasureLen Integer32 } cltmCmdSlot OBJECT-TYPE SYNTAX CltmSlotID ACCESS read-only STATUS mandatory DESCRIPTION "Identify the CLTM slot within the system." ::= { cltmCmdEntry 1 } cltmCmdTestTimeStamp OBJECT-TYPE SYNTAX TimeTicks ACCESS read-only STATUS mandatory DESCRIPTION "sysUpTime (from rfc1213.mib) at the time the last cltmCmdTestOperation was executed. A write operation to any object in the CltmCmdEntry causes this value to be reset to 0." ::= { cltmCmdEntry 2 } cltmCmdTestSequence OBJECT-TYPE SYNTAX Counter32 ACCESS read-only STATUS mandatory DESCRIPTION "The CLTM test sequence number." ::= { cltmCmdEntry 3 } cltmCmdTestOperation OBJECT-TYPE SYNTAX INTEGER { none (1), -- No test is activated dmm (2), -- Digital Multimeter line-insertion-loss (3), -- Insertion Loss Test line-background-noise (4), -- Background Noise Test line-signal-to-noise (5), -- Signal to Noise Ratio Test line-loop-resistance (6), -- Loop Resistance Test line-coil-detection (7), -- Coil Detection Test line-impulse-noise-start (8), -- Impulse Noise Test Start line-impulse-noise-stop (9), -- Impulse Noise Test Stop line-impulse-noise-read (10), -- Impulse Noise Test Reading calibration (11), -- Calibrate tone-send (12), -- Send Tone tone-recv (13), -- Receive Tone tdr-set (14), -- TDR Test start tdr-get (15), -- TDR Test Result Reading cltm-reset (16), -- Reset CLT Module cltm-version (17), -- Report version number of CLT Module cltm-download (18), -- Download tester operation code dmm-dc-delta (19), -- Digital Multimeter DC delta dmm-capacitance-equivalent (20), -- Digital Multimeter capacitance equivalent dmm-all (21), -- Digital Multimeter all leads pair test send-control-tone (22), -- Send control tone send-trace-tone (23), -- Send trace tone stop-tone (24), -- Stop tone transmition ringer-detect (25), -- Detect ringer test cpe-detect (26), -- Detect ATU-R test bridge-tap-detect (27) -- Bridge tap test } ACCESS read-write STATUS mandatory DESCRIPTION "The current operation that is active on the CLT Module. Defaults to 'none'. Set to 'none' to stop the test procedure" ::= { cltmCmdEntry 4 } cltmCmdDmmType OBJECT-TYPE SYNTAX INTEGER { resistance (1), dcVoltage (2), acVoltage (3), capacity (4) } ACCESS read-write STATUS mandatory DESCRIPTION "DMM Measurement Type." ::= { cltmCmdEntry 5 } cltmCmdDmmLeads OBJECT-TYPE SYNTAX INTEGER { tip-ring (1), -- tip and ring tip-sleeve (2), -- tip and sleeve(ground) ring-sleeve (3) -- ring and sleeve(ground) } ACCESS read-write STATUS mandatory DESCRIPTION "DMM Measurement Leads." ::= { cltmCmdEntry 6 } cltmCmdBackgroundNoiseFilter OBJECT-TYPE SYNTAX INTEGER { psd (1), -- ( ADSL DMT/CAP ) e (2), -- ( ISDN BRI - 135 Ohm ) f (3), -- ( HDSL - 135 Ohm ) g (4) -- ( ADSL - 100 Ohm ) } ACCESS read-write STATUS mandatory DESCRIPTION "Line Filter Type for Background Noise Test." ::= { cltmCmdEntry 7 } cltmCmdBackgroundNoiseTerm OBJECT-TYPE SYNTAX INTEGER { term100 (1), -- Terminated 100ohm term135 (2), -- Terminated 135ohm bridge100 (3), -- Bridged 100ohm bridge135 (4) -- Bridged 135ohm } ACCESS read-write STATUS mandatory DESCRIPTION "Line Termination Type for Background Noise Test." ::= { cltmCmdEntry 8 } cltmCmdLoopResistanceUnit OBJECT-TYPE SYNTAX CltmScaleSystemType ACCESS read-write STATUS mandatory DESCRIPTION "Measurement System for Loop Resistance Test." ::= { cltmCmdEntry 9 } cltmCmdLoopResistanceTemp OBJECT-TYPE SYNTAX Integer32 ACCESS read-write STATUS mandatory DESCRIPTION "Line Temperature for Loop Resistance Test. Assigned in degree celsius/fahrenheit." ::= { cltmCmdEntry 10 } cltmCmdImpulseNoiseStartThresh OBJECT-TYPE SYNTAX INTEGER (50..100) ACCESS read-write STATUS mandatory DESCRIPTION "Threshold for Impulse Noise Test. The Range is 50-100 dBrm." ::= { cltmCmdEntry 11 } cltmCmdImpulseNoiseStartDelta OBJECT-TYPE SYNTAX INTEGER (2..6) ACCESS read-write STATUS mandatory DESCRIPTION "Delta Value for Impulse Noise Test. The delta range is 2-6 dB" ::= { cltmCmdEntry 12 } cltmCmdImpulseNoiseStartMaxCount OBJECT-TYPE SYNTAX INTEGER (1..9999) ACCESS read-write STATUS mandatory DESCRIPTION "Max Count for Impulse Noise Test. The range of the value is 1-1999." ::= { cltmCmdEntry 13 } cltmCmdImpulseNoiseStartDeadTime OBJECT-TYPE SYNTAX INTEGER (1..2550) ACCESS read-write STATUS mandatory DESCRIPTION "Dead Time Value for Impulse Noise Start Test. The value is assigned in 0.1 ms increments." ::= { cltmCmdEntry 14 } cltmCmdImpulseNoiseStartTimer OBJECT-TYPE SYNTAX INTEGER(1..9999) ACCESS read-write STATUS mandatory DESCRIPTION "Timer values for Impulse Noise Start Test. The value is assigned in 1 minute increment." ::= { cltmCmdEntry 15 } cltmCmdCalibrationType OBJECT-TYPE SYNTAX INTEGER { insertion-loss (1), -- insertion loss test background-noise (2) -- background noise test } ACCESS read-write STATUS mandatory DESCRIPTION "Calibration Type" ::= { cltmCmdEntry 16 } cltmCmdToneSendFreq OBJECT-TYPE SYNTAX INTEGER (1..1600) ACCESS read-write STATUS mandatory DESCRIPTION "Tone Test Frequency in kHz." ::= { cltmCmdEntry 17 } cltmCmdToneSendLevel OBJECT-TYPE SYNTAX INTEGER (-10..10) ACCESS read-write STATUS mandatory DESCRIPTION "Tone Test Level in dBm." ::= { cltmCmdEntry 18 } cltmCmdToneSendPeriod OBJECT-TYPE SYNTAX INTEGER (0..120) ACCESS read-write STATUS mandatory DESCRIPTION "Tone Test Send Period (1-20 Minutes)." ::= { cltmCmdEntry 19 } cltmCmdTdrUnit OBJECT-TYPE SYNTAX CltmScaleSystemType ACCESS read-write STATUS mandatory DESCRIPTION "Measurement System for TDR Test. " ::= { cltmCmdEntry 20 } cltmCmdTdrGauge OBJECT-TYPE SYNTAX Integer32 ACCESS read-write STATUS mandatory DESCRIPTION "TDR gauge. This is either 22/24/26 AWG for english system or 6/5/4 (0.1mm) for the metric system." ::= { cltmCmdEntry 21 } cltmCmdTdrVp OBJECT-TYPE SYNTAX INTEGER (40..99) ACCESS read-write STATUS mandatory DESCRIPTION "TDR VP as percentage of the speed of light." ::= { cltmCmdEntry 22 } cltmCmdTdrAvg OBJECT-TYPE SYNTAX INTEGER (1..5) ACCESS read-write STATUS mandatory DESCRIPTION "Number of trials used to calculate the average." ::= { cltmCmdEntry 23 } cltmCmdTdrGetType OBJECT-TYPE SYNTAX INTEGER { automatic (1), manual (2) } ACCESS read-write STATUS mandatory DESCRIPTION "TDR Test Range Measurement Type. If set to automatic cltmCmdTdrStartLen and cltmCmdTdrMeasureLen do not need to be set." ::= { cltmCmdEntry 24 } cltmCmdTdrStart OBJECT-TYPE SYNTAX Integer32 ACCESS read-write STATUS mandatory DESCRIPTION "TDR Start Length for MANUAL mode, the value is given in feet (15..20000) for the english system and cm (460..609750) for the metric system." ::= { cltmCmdEntry 25 } cltmCmdTdrMeasureLen OBJECT-TYPE SYNTAX Integer32 ACCESS read-write STATUS mandatory DESCRIPTION "TDR Measure Length for MANUAL mode, the value is given in feet (300..20000) for the english system and cm (9150..609750) for the metric system." ::= { cltmCmdEntry 26 } cltmCmdDmmDcDeltaPeriod OBJECT-TYPE SYNTAX Integer32 ACCESS read-write STATUS mandatory DESCRIPTION "Amount of time measurement is made (0,1-5 100ms;0=MAX)." ::= {cltmCmdEntry 27 } cltmCmdDmmDcDeltaVoltage OBJECT-TYPE SYNTAX Integer32 ACCESS read-write STATUS mandatory DESCRIPTION "Test voltage to be used (FIXED at 78 V)." ::= {cltmCmdEntry 28 } cltmCmdDmmDcDeltaImpedance OBJECT-TYPE SYNTAX Integer32 ACCESS read-write STATUS mandatory DESCRIPTION "Output Impedance to be used (FIXED at 80 Kohm)." ::= {cltmCmdEntry 29 } cltmCmdDmmCapacitancePeriod OBJECT-TYPE SYNTAX Integer32 ACCESS read-write STATUS mandatory DESCRIPTION "Amount of time measurement is made (0,1-5 100ms;0=MAX)." ::= {cltmCmdEntry 30 } cltmCmdDmmAllType OBJECT-TYPE SYNTAX INTEGER { resistance (1), dcVoltage (2), acVoltage (3), capacity (4) } ACCESS read-write STATUS mandatory DESCRIPTION "DMM Measurement Type." ::= {cltmCmdEntry 31 } cltmCmdDmmAllPeriod OBJECT-TYPE SYNTAX Integer32 ACCESS read-write STATUS mandatory DESCRIPTION "Amount of time measurement is made (0,1-5 100ms;0=MAX)." ::= {cltmCmdEntry 32 } cltmCmdDmmAllInputImp OBJECT-TYPE SYNTAX Integer32 ACCESS read-write STATUS mandatory DESCRIPTION "Input Impedance (100, 1000 Kohm)." ::= {cltmCmdEntry 33 } cltmCmdControlToneDslType OBJECT-TYPE SYNTAX INTEGER { adsl (1), -- adsl glite (2) -- g.lite } ACCESS read-write STATUS mandatory DESCRIPTION "Type of DSL service (ADSL, GLITE)." ::= {cltmCmdEntry 34 } cltmCmdControlToneDslTone OBJECT-TYPE SYNTAX INTEGER { quiet (1), -- quiet restore (2) -- restore } ACCESS read-write STATUS mandatory DESCRIPTION "Tone (QUIET, RESTORE)." ::= {cltmCmdEntry 35 } cltmCmdTraceToneLead OBJECT-TYPE SYNTAX INTEGER { tip-ring (1), -- tip and ring tip-sleeve (2), -- tip and sleeve(ground) ring-sleeve (3) -- ring and sleeve(ground) } ACCESS read-write STATUS mandatory DESCRIPTION "Measurement Leads." ::= {cltmCmdEntry 36 } cltmCmdTraceToneLevel OBJECT-TYPE SYNTAX Integer32 ACCESS read-write STATUS mandatory DESCRIPTION "Tone Send Level in dBm." ::= {cltmCmdEntry 37 } cltmCmdTraceTonePeriod OBJECT-TYPE SYNTAX Integer32 ACCESS read-write STATUS mandatory DESCRIPTION "Amount of time a tone is sent (1-20 Minutes)." ::= {cltmCmdEntry 38 } cltmCmdBridgeTapStart OBJECT-TYPE SYNTAX Integer32 ACCESS read-write STATUS mandatory DESCRIPTION "Loop length (15 - 20000 ft. or 5 - 6097 meter)." ::= {cltmCmdEntry 39 } cltmCmdBridgeTapMeasureLen OBJECT-TYPE SYNTAX Integer32 ACCESS read-write STATUS mandatory DESCRIPTION "Start Location (100 - 20000 ft. or 32 - 6097 meter)." ::= {cltmCmdEntry 40 } -- The cltmRslt table -- -- This table contains parameters for the Copper Loop Test -- Module Results. Operations for test are triggered from the -- Command Group (cltmCmd). cltmRsltTable OBJECT-TYPE SYNTAX SEQUENCE OF CltmRsltEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A table of CLTM slots with multiple loop test results." ::= { cltmRslt 1 } cltmRsltEntry OBJECT-TYPE SYNTAX CltmRsltEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Entry holding information about the result of a CLTM test." INDEX { cltmRsltSlot } ::= { cltmRsltTable 1 } CltmRsltEntry ::= SEQUENCE { cltmRsltSlot CltmSlotID, cltmRsltTestResultTimeStamp TimeTicks, cltmRsltTestResultSequence Counter32, cltmRsltTestResultStatus INTEGER, cltmRsltDmmResult Integer32, cltmRsltLoopResistance Integer32, cltmRsltLoopResistanceLenAwg22 Integer32, cltmRsltLoopResistanceLenAwg24 Integer32, cltmRsltLoopResistanceLenAwg26 Integer32, cltmRsltCoilDetectionNumCoil Integer32, cltmRsltImpulseNoiseReadLowThresh Integer32, cltmRsltImpulseNoiseReadMidThresh Integer32, cltmRsltImpulseNoiseReadHighThresh Integer32, cltmRsltRcvToneFreq Integer32, cltmRsltRcvToneLev Integer32, cltmRsltGetTdrSampleCount Integer32, cltmRsltGetTdrAutomaticFaultDist Integer32, cltmRsltHwRevision Integer32, cltmRsltSwRevision Integer32, cltmRsltDmmDcDeltaResistanceTR Integer32, cltmRsltDmmDcDeltaResistanceTS Integer32, cltmRsltDmmDcDeltaResistanceRS Integer32, cltmRsltDmmDcDeltaVoltageTS Integer32, cltmRsltDmmDcDeltaVoltageRS Integer32, cltmRsltDmmCapacitanceTR Integer32, cltmRsltDmmCapacitanceTS Integer32, cltmRsltDmmCapacitanceRS Integer32, cltmRsltDmmallTR Integer32, cltmRsltDmmallTS Integer32, cltmRsltDmmallRS Integer32, cltmRsltRingerDetect INTEGER, cltmRsltCpeDetect INTEGER, cltmRsltBridgeTapNumber Integer32, cltmRsltBridgeTapLoopLen Integer32 } cltmRsltSlot OBJECT-TYPE SYNTAX CltmSlotID ACCESS read-only STATUS mandatory DESCRIPTION "Identify the CLTM slot within the system. explain each of the operations and describe the required parameter, the set operation must fail if those parameters have not been set OR are out of range." ::= { cltmRsltEntry 1 } cltmRsltTestResultTimeStamp OBJECT-TYPE SYNTAX TimeTicks ACCESS read-only STATUS mandatory DESCRIPTION "sysUpTime (from rfc1213.mib) at the time the last result was obtained. System power up would reset this value to zero." ::= { cltmRsltEntry 2 } cltmRsltTestResultSequence OBJECT-TYPE SYNTAX Counter32 ACCESS read-only STATUS mandatory DESCRIPTION "The sequence number of the current test result, Matches the sequence number of the CLTM test that caused this result." ::= { cltmRsltEntry 3 } cltmRsltTestResultStatus OBJECT-TYPE SYNTAX INTEGER { not-ready (1), -- Result is not ready not-valid (2), -- Result is not valid over-range (3), -- Result is out of range valid (4) -- Result is valid } ACCESS read-only STATUS mandatory DESCRIPTION "This parameter indicates the test result status." ::= { cltmRsltEntry 4 } cltmRsltDmmResult OBJECT-TYPE SYNTAX Integer32 ACCESS read-only STATUS mandatory DESCRIPTION "DMM Measurement result. The units are Ohm for resistance, dc/av milli Volt for voltage and nano Farad for capacity." ::= { cltmRsltEntry 5 } cltmRsltLoopResistance OBJECT-TYPE SYNTAX Integer32 ACCESS read-only STATUS mandatory DESCRIPTION "Resistance in Ohm for Loop Resistance Test." ::= { cltmRsltEntry 6 } cltmRsltLoopResistanceLenAwg22 OBJECT-TYPE SYNTAX Integer32 ACCESS read-only STATUS mandatory DESCRIPTION "Length in feet of 22AWG or meter of 0.644mm for Loop Resistance Test." ::= { cltmRsltEntry 7 } cltmRsltLoopResistanceLenAwg24 OBJECT-TYPE SYNTAX Integer32 ACCESS read-only STATUS mandatory DESCRIPTION "Length in feet of 24AWG or meter of 0.511mm for Loop Resistance Test." ::= { cltmRsltEntry 8 } cltmRsltLoopResistanceLenAwg26 OBJECT-TYPE SYNTAX Integer32 ACCESS read-only STATUS mandatory DESCRIPTION "Length in feet of 26AWG or meter of 0.405mm for Loop Resistance Test." ::= { cltmRsltEntry 9 } cltmRsltCoilDetectionNumCoil OBJECT-TYPE SYNTAX Integer32 ACCESS read-only STATUS mandatory DESCRIPTION "Number of coil detected for Coil Detection Test." ::= { cltmRsltEntry 10 } cltmRsltImpulseNoiseReadLowThresh OBJECT-TYPE SYNTAX Integer32 ACCESS read-only STATUS mandatory DESCRIPTION "Number of impulses whose level lies between threshold and threshold + delta" ::= { cltmRsltEntry 11 } cltmRsltImpulseNoiseReadMidThresh OBJECT-TYPE SYNTAX Integer32 ACCESS read-only STATUS mandatory DESCRIPTION "Number of impulses whose level lies between threshold + delta and threshold + 2delta" ::= { cltmRsltEntry 12 } cltmRsltImpulseNoiseReadHighThresh OBJECT-TYPE SYNTAX Integer32 ACCESS read-only STATUS mandatory DESCRIPTION "Number of impulses whose level exceeds threshold + 2delta" ::= { cltmRsltEntry 13 } cltmRsltRcvToneFreq OBJECT-TYPE SYNTAX Integer32 ACCESS read-only STATUS mandatory DESCRIPTION "Receive Tone Frequency in Hz." ::= { cltmRsltEntry 14 } cltmRsltRcvToneLev OBJECT-TYPE SYNTAX Integer32 ACCESS read-only STATUS mandatory DESCRIPTION "Receive Tone Level in 0.01 dBm." ::= { cltmRsltEntry 15 } cltmRsltGetTdrSampleCount OBJECT-TYPE SYNTAX Integer32 ACCESS read-only STATUS mandatory DESCRIPTION "Number of collected sample pairs via TDR Get. The actual results would be in cltmRsltDistLevTable." ::= { cltmRsltEntry 16 } cltmRsltGetTdrAutomaticFaultDist OBJECT-TYPE SYNTAX Integer32 ACCESS read-only STATUS mandatory DESCRIPTION "Distance of the detected fault via automatic TDR Get in 0.01 feet or cm." ::= { cltmRsltEntry 17 } cltmRsltHwRevision OBJECT-TYPE SYNTAX Integer32 ACCESS read-only STATUS mandatory DESCRIPTION "CLT module hardware revision number." ::= { cltmRsltEntry 18 } cltmRsltSwRevision OBJECT-TYPE SYNTAX Integer32 ACCESS read-only STATUS mandatory DESCRIPTION "CLT module software revision number." ::= { cltmRsltEntry 19 } cltmRsltDmmDcDeltaResistanceTR OBJECT-TYPE SYNTAX Integer32 ACCESS read-only STATUS mandatory DESCRIPTION "dc delta resistance T-R." ::= { cltmRsltEntry 20 } cltmRsltDmmDcDeltaResistanceTS OBJECT-TYPE SYNTAX Integer32 ACCESS read-only STATUS mandatory DESCRIPTION "dc delta resistance T-S." ::= { cltmRsltEntry 21 } cltmRsltDmmDcDeltaResistanceRS OBJECT-TYPE SYNTAX Integer32 ACCESS read-only STATUS mandatory DESCRIPTION "dc delta resistance R-S." ::= { cltmRsltEntry 22 } cltmRsltDmmDcDeltaVoltageTS OBJECT-TYPE SYNTAX Integer32 ACCESS read-only STATUS mandatory DESCRIPTION "dc delta voltage T-S." ::= { cltmRsltEntry 23 } cltmRsltDmmDcDeltaVoltageRS OBJECT-TYPE SYNTAX Integer32 ACCESS read-only STATUS mandatory DESCRIPTION "dc delta voltage R-S." ::= { cltmRsltEntry 24 } cltmRsltDmmCapacitanceTR OBJECT-TYPE SYNTAX Integer32 ACCESS read-only STATUS mandatory DESCRIPTION "capacitance T-R." ::= { cltmRsltEntry 25 } cltmRsltDmmCapacitanceTS OBJECT-TYPE SYNTAX Integer32 ACCESS read-only STATUS mandatory DESCRIPTION "capacitance T-S." ::= { cltmRsltEntry 26 } cltmRsltDmmCapacitanceRS OBJECT-TYPE SYNTAX Integer32 ACCESS read-only STATUS mandatory DESCRIPTION "capacitance R-S." ::= { cltmRsltEntry 27 } cltmRsltDmmallTR OBJECT-TYPE SYNTAX Integer32 ACCESS read-only STATUS mandatory DESCRIPTION "dmm all T-R." ::= { cltmRsltEntry 28 } cltmRsltDmmallTS OBJECT-TYPE SYNTAX Integer32 ACCESS read-only STATUS mandatory DESCRIPTION "dmm all T-S." ::= { cltmRsltEntry 29 } cltmRsltDmmallRS OBJECT-TYPE SYNTAX Integer32 ACCESS read-only STATUS mandatory DESCRIPTION "dmm all R-S." ::= { cltmRsltEntry 30 } cltmRsltRingerDetect OBJECT-TYPE SYNTAX INTEGER { ringer-not-detected (1), -- Ringer not detected. ringer-detected(2) -- Ringer detected. } ACCESS read-only STATUS mandatory DESCRIPTION "detect ringer." ::= { cltmRsltEntry 31 } cltmRsltCpeDetect OBJECT-TYPE SYNTAX INTEGER { cpe-not-detected (1), -- CPE not detected. cpe-detected(2) -- CPE detected. } ACCESS read-only STATUS mandatory DESCRIPTION "detect ATU-R." ::= { cltmRsltEntry 32 } cltmRsltBridgeTapNumber OBJECT-TYPE SYNTAX Integer32 ACCESS read-only STATUS mandatory DESCRIPTION "bridge-tap number." ::= { cltmRsltEntry 33 } cltmRsltBridgeTapLoopLen OBJECT-TYPE SYNTAX Integer32 ACCESS read-only STATUS mandatory DESCRIPTION "bridge-tap-loop-len." ::= { cltmRsltEntry 34 } -- -- The cltmRsltDistLevTable -- -- This table contains the result of the TDR test. The result -- is an array of Distance and Level indexed by -- cltmRsltDistLevIndex. -- cltmRsltDistLevTable OBJECT-TYPE SYNTAX SEQUENCE OF CltmRsltDistLevEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A table that holds multiple test points for TDR test." ::= { cltmRslt 2 } cltmRsltDistLevEntry OBJECT-TYPE SYNTAX CltmRsltDistLevEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Entry holding information about Distance and Level of a CLTM test." INDEX { cltmRsltDistLevSlot, cltmRsltDistLevIndex } ::= { cltmRsltDistLevTable 1 } CltmRsltDistLevEntry ::= SEQUENCE { cltmRsltDistLevSlot CltmSlotID, cltmRsltDistLevIndex Integer32, cltmRsltDistLevDistance Integer32, cltmRsltDistLevLevel Integer32 } cltmRsltDistLevSlot OBJECT-TYPE SYNTAX CltmSlotID ACCESS read-only STATUS mandatory DESCRIPTION "Identify the CLTM slot." ::= { cltmRsltDistLevEntry 1 } cltmRsltDistLevIndex OBJECT-TYPE SYNTAX Integer32 ACCESS read-only STATUS mandatory DESCRIPTION "Index to the result array of Distance and Level." ::= { cltmRsltDistLevEntry 2 } cltmRsltDistLevDistance OBJECT-TYPE SYNTAX Integer32 ACCESS read-only STATUS mandatory DESCRIPTION "Distance in 0.01 feet for the english system or cm for the metric system." ::= { cltmRsltDistLevEntry 3 } cltmRsltDistLevLevel OBJECT-TYPE SYNTAX Integer32 ACCESS read-only STATUS mandatory DESCRIPTION "Level in raw data units." ::= { cltmRsltDistLevEntry 4 } -- -- The cltmRsltFreqDbTable -- -- This table contains the result of the Signal to Noise Test -- or the Background Noise Test or the Insertion Loss Test. -- -- The result is an array of Frequency and DB-loss indexed by -- cltmRsltFreqDbIndex. -- cltmRsltFreqDbTable OBJECT-TYPE SYNTAX SEQUENCE OF CltmRsltFreqDbEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A table that holds multiple test points for Signal to Noise test." ::= { cltmRslt 3 } cltmRsltFreqDbEntry OBJECT-TYPE SYNTAX CltmRsltFreqDbEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Entry holding information about frequency and Db-loss of a CLTM test." INDEX { cltmRsltFreqDbSlot, cltmRsltFreqDbIndex } ::= { cltmRsltFreqDbTable 1 } CltmRsltFreqDbEntry ::= SEQUENCE { cltmRsltFreqDbSlot CltmSlotID, cltmRsltFreqDbIndex Integer32, cltmRsltFreqDbFreq Integer32, cltmRsltFreqDbDbLevel Integer32 } cltmRsltFreqDbSlot OBJECT-TYPE SYNTAX CltmSlotID ACCESS read-only STATUS mandatory DESCRIPTION "Identify the CLTM slot." ::= { cltmRsltFreqDbEntry 1 } cltmRsltFreqDbIndex OBJECT-TYPE SYNTAX Integer32 ACCESS read-only STATUS mandatory DESCRIPTION "Index to the result array of Frequency and Db-loss." ::= { cltmRsltFreqDbEntry 2 } cltmRsltFreqDbFreq OBJECT-TYPE SYNTAX Integer32 ACCESS read-only STATUS mandatory DESCRIPTION "Test frequency in kHz." ::= { cltmRsltFreqDbEntry 3 } cltmRsltFreqDbDbLevel OBJECT-TYPE SYNTAX Integer32 ACCESS read-only STATUS mandatory DESCRIPTION "Db Level in 0.01 dB." ::= { cltmRsltFreqDbEntry 4 } -- -- The cltmRsltBridgeTapTable -- -- This table contains the result of the BTAP test. The result -- is an array of Distance, length, and confidence percentage -- in the result indexed by cltmRsltBridgeTapIndex. -- cltmRsltBridgeTapTable OBJECT-TYPE SYNTAX SEQUENCE OF CltmRsltBridgeTapEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A table that holds multiple bridge tap distance, length, and confidence percentage." ::= { cltmRslt 4 } cltmRsltBridgeTapEntry OBJECT-TYPE SYNTAX CltmRsltBridgeTapEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Entry holding information about Distance and Length of a detected bridge Tap." INDEX { cltmRsltBridgeTapSlot, cltmRsltBridgeTapIndex } ::= { cltmRsltBridgeTapTable 1 } CltmRsltBridgeTapEntry ::= SEQUENCE { cltmRsltBridgeTapSlot CltmSlotID, cltmRsltBridgeTapIndex Integer32, cltmRsltBridgeTapDistance Integer32, cltmRsltBridgeTapLength Integer32, cltmRsltBridgeTapConfidence Integer32 } cltmRsltBridgeTapSlot OBJECT-TYPE SYNTAX CltmSlotID ACCESS read-only STATUS mandatory DESCRIPTION "Identify the CLTM slot." ::= { cltmRsltBridgeTapEntry 1 } cltmRsltBridgeTapIndex OBJECT-TYPE SYNTAX Integer32 ACCESS read-only STATUS mandatory DESCRIPTION "Index to the result array of detected bridge tap." ::= { cltmRsltBridgeTapEntry 2 } cltmRsltBridgeTapDistance OBJECT-TYPE SYNTAX Integer32 ACCESS read-only STATUS mandatory DESCRIPTION "Distance in 0.01 feet for the english system or cm for the metric system." ::= { cltmRsltBridgeTapEntry 3 } cltmRsltBridgeTapLength OBJECT-TYPE SYNTAX Integer32 ACCESS read-only STATUS mandatory DESCRIPTION "Length in 0.01 feet for the english system or cm for the metric system." ::= { cltmRsltBridgeTapEntry 4 } cltmRsltBridgeTapConfidence OBJECT-TYPE SYNTAX Integer32 ACCESS read-only STATUS mandatory DESCRIPTION "Confidence in the measurement result in percentage" ::= { cltmRsltBridgeTapEntry 5 } END