ZHONE-CARD-DIAGNOSTICS-MIB: View SNMP OID List / Download MIB

VENDOR: ZHONE TECHNOLOGIES


 Home MIB: ZHONE-CARD-DIAGNOSTICS-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
     zhoneCardDiagNextTable 1.3.6.1.4.1.5504.3.3.5 no-access
Augment table of the unit/card resource but specific to the diagnostic results information. This card contains the index to create diagnostics table entries (zhoneCardDiagEntry) which contains all the data for executing and obtaining diagnostic results.
         zhoneCardDiagNextEntry 1.3.6.1.4.1.5504.3.3.5.1 no-access
This is the card diagnostics next index table which contains all the data for: - index for creating next zhoneCardDiagEntry.
             zhoneCardDiagNextIndex 1.3.6.1.4.1.5504.3.3.5.1.1 integer32 read-only
We allow ten diagnostic requests from multiple interfaces. The diagNextIndex represents the next available diagnostic request handle for requesting a diagnostic. NOTE: this operates as a wrap-around counter starting at 1 and wrapping around to 1 after reaching 10.
     zhoneCardDiagTable 1.3.6.1.4.1.5504.3.3.6 no-access
Augment table of the unit/card resource but specific to the diagnostic results information. This is the card diagnostics table which contains all the data for executing and obtaining diagnostic results.
         zhoneCardDiagEntry 1.3.6.1.4.1.5504.3.3.6.1 no-access
This is the card diagnostics table which contains all the data for: - invoking diagnostics, - obtaining diagnostic results.
             zhoneCardDiagIndex 1.3.6.1.4.1.5504.3.3.6.1.1 integer32 no-access
We allow ten diagnostic requests from multiple interfaces. The diagIndex represents the diagnostic request to start a diagnostic or obtain test results for a completed diagnostic. NOTE: this operates as a wrap-around counter starting at 1 and wrapping around to 1 after reaching 10.
             zhoneCardDiagType 1.3.6.1.4.1.5504.3.3.6.1.2 integer read-only
This field specifies the diagnostic to execute. The default value is 'selftest'. NOTE: not all of the individual diagnostics are available on every Zhone card type. NOTE: Zhone card types (cardZhoneType) are defined in the genCardResources.mib List of possible diagnostics: ============================ Common to all PLS cards ----------------------- selftest(1) - this diagnostic will execute all of the individual tests available on this card. Supports: diagStart, diagStop, diagRepetition. cardEEprom(3) - this diagnostic will verify the main card EEPROM checksum. Supports: diagStart, diagStop, diagRepetition. frbus(4) - this diagnostic will verify that the BAN slot card can access the Fhrame Bus by doing a loopback with 10 message of 100 bytes. Supports: diagStart, diagStop, diagRepetition. backPlane(12) - this diagnostic will verify that the BAN slot card can access the back plane by verifying the back plane EEPROM checksum. Supports: diagStart, diagStop, diagRepetition. cardZhoneType::infoServices(3) specific --------------------------------------- supvBus(2) - this diagnostic will verify that the BAN slot card can access the supervisory Bus by doing a loopback of 20 bytes. Supports: diagStart, diagStop, diagRepetition. pcmcia(5) - this diagnostic will verify that the InfoServ card can access the PCMCIA flash card I/O by doing a file create, write, and read of length 4000 bytes. Supports: diagStart, diagStop, diagRepetition. shelfLamp(6) - this diagnostic will illuminate the shelf alarm indicators for a period of 1.5 seconds. The indicators will return to their original settings after the diagnostic completes. Supports: diagStart, diagStop, diagRepetition. realTimeClk(7) - this diagnostic will verify that the real time clock increments. Supports: diagStart, diagStop, diagRepetition. fanTray(8) - this diagnostic tests that the fan tray is operational by verifying the fan tray EEPROM checksum. Supports: diagStart, diagStop, diagRepetition. shelfMonitor(9) - this diagnostic tests the shelf monitor board is operational by checking the POST status register and verifying the shelf monitor board EEPROM checksum. Supports: diagStart, diagStop, diagRepetition. midPlane(13) - this diagnostic will verify that the mid plane card is present by verifying the mid plane card EEPROM checksum. Supports: diagStart, diagStop, diagRepetition. cardZhoneType::vasp(5) specific --------------------------------- ioCard(10) - this diagnostic will verify that the I/O card is present by verifying the I/O card EEPROM checksum. Supports: diagStart, diagStop, diagRepetition. mezzanineCard(11) - this diagnostic will test that the mezzanine card is operational by verifying the mezzanine card EEPROM checksum. Supports: diagStart, diagStop, diagRepetition. cardZhoneType::t3Tdm(6) specific --------------------------------- ioCard(10) - this diagnostic will verify that the I/O card is present by verifying the I/O card EEPROM checksum. Supports: diagStart, diagStop, diagRepetition. midPlane(13) - this diagnostic will verify that the mid plane card is present by verifying the mid plane card EEPROM checksum. Supports: diagStart, diagStop, diagRepetition. cardZhoneType::ethernet(9) specific ----------------------------------- midPlane(13) - this diagnostic will verify that the mid plane card is present by verifying the mid plane card EEPROM checksum. Supports: diagStart, diagStop, diagRepetition. cardZhoneType::hdsl2(10) specific --------------------------------- ioCard(10) - this diagnostic will verify that the I/O card is present by verifying the I/O card EEPROM checksum. Supports: diagStart, diagStop, diagRepetition. mezzanineCard(11) - this diagnostic will test that the mezzanine card is operational by verifying the mezzanine card EEPROM checksum. Supports: diagStart, diagStop, diagRepetition. Enumeration: 'ioCard': 10, 'shelfMonitor': 9, 'mezzanineCard': 11, 'shelfLamp': 6, 'frbus': 4, 'cardEEprom': 3, 'backPlane': 12, 'selftest': 1, 'supvBus': 2, 'fanTray': 8, 'realTimeClock': 7, 'pcmcia': 5, 'midPlane': 13.
             zhoneCardDiagAction 1.3.6.1.4.1.5504.3.3.6.1.3 zhonediagaction read-only
The diagAction field represents the diagnostic operation to execute. Current supported actions are as follows: diagStart : begin diagnostics and initialize results. diagStop : stop diagnostics if not yet complete. diagSuspend: suspend diagnostics at current point. diagResume : resume diagnostics from point of suspension.
             zhoneCardDiagRepetition 1.3.6.1.4.1.5504.3.3.6.1.4 integer32 read-only
This field specifies the number of repetitions of diagnostics to execute. The default value is 1. NOTE: this field operates as an OR with the diagDuration field. If this field is set to non-zero then the diagnostics will be executed that amount of repetitions.
             zhoneCardDiagDuration 1.3.6.1.4.1.5504.3.3.6.1.5 integer32 read-only
This field specifies the duration of diagnostics to execute. The default value is 60 seconds. NOTE: this field operates as an OR with the diagRepetition field. If this field is set to non-zero then the diagnostics will be executed that amount of time.
             zhoneCardDiagResult 1.3.6.1.4.1.5504.3.3.6.1.6 zhonediagresult read-only
This represents the overall diagnostic result.
             zhoneCardDiagPassCount 1.3.6.1.4.1.5504.3.3.6.1.7 counter32 read-only
The number of diagnostics that executed successfully.
             zhoneCardDiagFailCount 1.3.6.1.4.1.5504.3.3.6.1.8 counter32 read-only
The number of diagnostics that have failed.
             zhoneCardDiagDetails 1.3.6.1.4.1.5504.3.3.6.1.9 octet string read-only
The failure reason, if any, for the last diagnostic which has executed. NOTE: An empty string indicates that no additional information is available.
             zhoneCardDiagStartTime 1.3.6.1.4.1.5504.3.3.6.1.10 dateandtime read-only
Starting date and time of last selftest execution.
             zhoneCardDiagEndTime 1.3.6.1.4.1.5504.3.3.6.1.11 dateandtime read-only
Ending date and time of last selftest execution.
             zhoneCardDiagRowStatus 1.3.6.1.4.1.5504.3.3.6.1.12 zhonerowstatus read-only
In any case where a new row can be created either via the cli or zms there will always be a proprietary mib entity of type ZhoneRowStatus which has the basic equivalence of the standard rowstatus object_id.
     zhoneTacTestTable 1.3.6.1.4.1.5504.3.3.7 no-access
This table contains one entry for each tac test channel available on Zhone devices. In the initial release only the primary channel (1) is supported. Future line cards may support the second channel. If the second channel is supported the row will be populated, if the second channel is not supported a get will return no such instance.
         zhoneTacTestEntry 1.3.6.1.4.1.5504.3.3.7.1 no-access
One row per tac test channel.
             zhoneTacIndex 1.3.6.1.4.1.5504.3.3.7.1.1 integer32 no-access
This field is the index field for the tac test channel which will be connected on the external port. This device supports a maximum of two channels, one or both channels may be supported by a device depending on which lines cards are installed.
             zhoneTacInterfaceIndex 1.3.6.1.4.1.5504.3.3.7.1.2 interfaceindexorzero read-write
This field contains the InterfaceIndex of the physical line to be tested. If no line is currently being tested this value is 0. The ability of a physical line type to support tac test may vary depending on the line cards installed and the external test equipment. This field may not be modified when an tac test is in progress as indicated by a non-zero value in this field and the test mode set to one of tacModeLookIn, tacModeLookOut or tacModeBridge
             zhoneTacTestMode 1.3.6.1.4.1.5504.3.3.7.1.3 integer read-write
This field is used to set the mtac test mode for a given line. The options are: mtacModeBridge - All traffic on the given line is bridged across the mtac lines mtacModeLookIn - All outbound traffic on the given line originates exclusively to the mtac lines mtacModeLookIn - All inbound traffic on the given line originates exclusively to the mtac lines mtacModeNone - No mtac test is in progress. The mtac test mode may be changed only if the zhoneInterfaceIndex is set, Otherwise it defaults to mtacModeNone. And can be changed again by setting InterfaceIndex to non-zero values. Enumeration: 'mtacModeNone': 4, 'mtacModeLookOut': 3, 'mtacModeBridge': 1, 'mtacModeLookIn': 2.
             zhoneTacTestId 1.3.6.1.4.1.5504.3.3.7.1.4 integer read-write
This object is only valid for Tac Cards which support the new Legerity Suite of tests. This object identifies which test is to be run, or can be set to abort the current test. Test results are sent to the zhoneTacTestResultsTable. There are 3 Legerity software packages: Basic Test (VCP-BT), Advanced Test (VCP-AT), and Advanced Test Plus (VCP-ATP). We currently support Basic Test package. The following lists which tests are supported in each software package. Calibration VCP-ATP Foreign DC Voltage Test VCP-BT, VCP-AT, VCP-ATP Foreign AC VoltageTest VCP-BT, VCP-AT, VCP-ATP DC Loop Resistance Test VCP-BT, VCP-AT, VCP-ATP Three-Element Insulation Resistance Test VCP-BT, VCP-AT, VCP-ATP Five-Element Insulation Resistance Test VCP-ATP Three-Element Capacitance Test VCP-BT, VCP-AT Receiver Off-Hook Test VCP-BT, VCP-AT, VCP-ATP Distance to Open Test VCP-BT, VCP-AT Foreign AC Currents Test VCP-BT, VCP-AT Ringer Equivalency Number Test VCP-BT, VCP-AT, VCP-ATP DTMF and Pulse Digit Measurement Test VCP-BT, VCP-AT Noise Measurement Test VCP-BT, VCP-AT, VCP-ATP Signal to Noise Ratio Test VCP-ATP Arbitrary Single Tone Measurement Test VCP-ATP Tone Generation Test VCP-BT, VCP-AT Trans-Hybrid Loss Test VCP-BT, VCP-AT, VCP-ATP Draw and Break Dial Tone Test VCP-BT, VCP-AT Inward Current Test VCP-ATP DC Feed Self-Test VCP-BT, VCP-AT, VCP-ATP On/Off Hook Self-Test VCP-BT, VCP-AT, VCP-ATP Ringing Self-Test VCP-BT, VCP-AT, VCP-ATP Ringing Monitor Test VCP-BT, VCP-AT, VCP-ATP Metering Self-Test VCP-BT, VCP-AT Transmission Self-Test VCP-BT, VCP-AT, VCP-ATP Dialing Sef Test VCP-BT, VCP-AT Howler Test VCP-BT, VCP-AT Fuse Test VCP-ATP Read Loop and Battery Conditions VCP-BT, VCP-AT, VCP-ATP Enumeration: 'howlerTest': 30, 'arbitrarySignalToneMeasurement': 18, 'ringingMonitor': 26, 'inwardCurrent': 22, 'threeElementInsulationResistance': 8, 'foreignACVoltage': 6, 'fuseTest': 31, 'readLoopAndBatteryConditions': 32, 'transmissionSelfTest': 28, 'calibration': 4, 'distanceToOpen': 12, 'onAndOffHookSelfTest': 24, 'abortTest': 3, 'receiverOffHook': 11, 'transHybridLoss': 20, 'foreignDCVoltage': 5, 'dtmfAndPulseDigitMeasurement': 15, 'drawAndBreakDialTone': 21, 'meteringSelfTest': 27, 'fiveElementInsulationResistance': 9, 'signalToNoiseRatio': 17, 'dcFeedSelf': 23, 'ringingSelfTest': 25, 'runAllTests': 2, 'threeElementCapacitance': 10, 'foreignACCurrents': 13, 'ringerEquivalencyNumber': 14, 'none': 1, 'dcLoopResistance': 7, 'dialingSelfTest': 29, 'toneGeneration': 19, 'noiseMeasurement': 16.
             zhoneTacTestParam1 1.3.6.1.4.1.5504.3.3.7.1.5 integer read-write
Optional Test Parameter #1
             zhoneTacTestParam2 1.3.6.1.4.1.5504.3.3.7.1.6 integer read-write
Optional Test Paramerter #2
             zhoneTacTestParam3 1.3.6.1.4.1.5504.3.3.7.1.7 integer read-write
Optional Test Parameter #3
             zhoneTacTestParam4 1.3.6.1.4.1.5504.3.3.7.1.8 integer read-write
Optional Test Parameter #4
             zhoneTacTestParam5 1.3.6.1.4.1.5504.3.3.7.1.9 integer read-write
Optional Test Parameter #5 Value: 0x00000001 Force Line-Test mode
     zhoneTacTestResultsTable 1.3.6.1.4.1.5504.3.3.12 no-access
Table of Tac Test Results objects. Indexed by same index as zhoneTacTestTable. This table is only valid for Tac cards which support the Legerity Suite of tests.
           zhoneTacTestResultsEntry 1.3.6.1.4.1.5504.3.3.12.1 no-access
Entry of Test Results objects. Indexed by same index as zhoneTacTestEntry. This entry is only valid for Tac cards which support the Legerity Suite of tests.
               zhoneTacTestResultsTimeStarted 1.3.6.1.4.1.5504.3.3.12.1.1 timeticks read-only
Description.
               zhoneTacTestResultsTimeEnded 1.3.6.1.4.1.5504.3.3.12.1.2 timeticks read-only
Description.
               zhoneTacTestResultStatus 1.3.6.1.4.1.5504.3.3.12.1.3 integer read-only
Contains test results. Enumeration: 'testInProgress': 2, 'testNotSupported': 5, 'testNotStarted': 1, 'testCompleted': 3, 'testAborted': 4.
               zhoneTacTestResultsOutput 1.3.6.1.4.1.5504.3.3.12.1.4 octet string read-only
For Legerity Test Suite, results of test(s) are output to this object as one string, separated by UNIX '/n' for newline characters and terminated by the NULL character. This test results will persist until the next test is run or until tac card reboot.
     zhoneTacTestTraps 1.3.6.1.4.1.5504.3.3.13
Traps for the tac system.
           zhoneRingerTraps 1.3.6.1.4.1.5504.3.3.13.0
Traps associated with ring generator. Traps should be added below - the .0 on this entry is required.
               zhoneRingerStatusAlarm 1.3.6.1.4.1.5504.3.3.13.0.1
This trap occurs when a ring signal fails to be detected, or when it re-starts after failure.
               zhoneRingerBusFaultAlarm 1.3.6.1.4.1.5504.3.3.13.0.2
This trap occurs when a fault in the ringer power bus is detected. Such fault may be caused by the possible shortage in the POTS or DSL line.
 zhoneCardDiagnosticsModule 1.3.6.1.4.1.5504.6.11
Contains the diagnostics and results available on a per card or resource basis.
       zhoneCardDiagObjects 1.3.6.1.4.1.5504.6.11.1
This group contains objects associated with Zhone Card Diagnostics
       zhoneTacTestObjects 1.3.6.1.4.1.5504.6.11.2
This group contains objects associated with initiating tac tests