ZHONE-Wan-MIB: View SNMP OID List / Download MIB

VENDOR: ZHONE TECHNOLOGIES


 Home MIB: ZHONE-Wan-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
 zhoneDs1Mib 1.3.6.1.4.1.5504.5.2.1
The zhone WAN MIB for configuration of the line. This mib handles CSU and DSX mode.
 zhoneDs1Table 1.3.6.1.4.1.5504.5.2.2 no-access
The DS1 Configuration table. Statistical information not supported on BAN in this release.
     zhoneDs1Entry 1.3.6.1.4.1.5504.5.2.2.1 no-access
An entry in the DS1 Configuration table.
         zhoneLineIndex 1.3.6.1.4.1.5504.5.2.2.1.1 interfaceindex no-access
This object should be made equal to ifIndex. Making the object equal to ifIndex allows proper use of ifStackTable and ds0/ds0bundle mibs.
         zhoneTimeElapsed 1.3.6.1.4.1.5504.5.2.2.1.2 integer read-only
The number of seconds that have elapsed since the beginning of the near end current error- measurement period. If, for some reason, such as an adjustment in the system's time-of-day clock, the current interval exceeds the maximum value, the agent will return the maximum value.
         zhoneValidIntervals 1.3.6.1.4.1.5504.5.2.2.1.3 integer read-only
The numberof previous near end intervals for which data was collected. The value will be 96 unless the interface was brouht online within the last 24 hours, in which case the value will be the number of complete 15 minute near end intervals since the interface has been oline. In the case where the agent is a proxxy, it is possible that some intervals are unavailable. In this case, the interval is the maximum interval number for which data is available.
         zhoneLineType 1.3.6.1.4.1.5504.5.2.2.1.4 integer read-write
This variable indicates the variety of DS1 Line implementing this circuit. The type of circuit affects the number of bits per second that the circuit can reasonably carry, as well as the interpretation of the usage and error statistics. The values, in sequence, describe: TITLE: SPECIFICATION: other(1) (not supported in this release) esf(2) Extended SuperFrame DS1 (T1.107) d4(3) AT&T D4 format DS1 (T1.107) slc96(4) (not supported in this release) e1(5) ITU-T Recommendation G.704 (not supported in this release) e1Crc(6) ITU-T Recommendation G.704 (not supported in this release) e1Mf(7) G.704 multiframing enabled e1CrcMf(8) G.704 multiframing enabled and crc enabled e1Unframed(9) E1 with no framing ds1Unframed(10) Ds1 with no framing For clarification, the capacity for each E1 type is as listed below: e1 or e1Crc - e1, with framing, no signalling = 31 x 64k = 1984k e1Mf or e1CrcMf - e1, with framing, signalling = 30 x 64k = 1920k For further information See ITU-T Recomm G.704 Default is set to esf for T1 platforms and e1CrcMf for E1 platforms. BAN E1: esf,d4 T1:e1,e1mf,e1crcmf Enumeration: 'ds1Unframed': 10, 'e1Unframed': 9, 'e1Mf': 7, 'e1Crc': 6, 'esf': 2, 'other': 1, 'slc96': 4, 'd4': 3, 'e1': 5, 'e1CrcMf': 8.
         zhoneLineCoding 1.3.6.1.4.1.5504.5.2.2.1.5 integer read-write
This variable describes the variety of Zero Code Suppression used on this interface, which in turn affects a number of its characteristics. jbzs refers the Jammed Bit Zero Suppression, in which the AT&T specification of at least one pulse every 8 bit periods is literally implemented by forcing a pulse in bit 8 of each channel. Thus, only seven bits per channel, or 1.344 Mbps, is available for data. b8zs refers to the use of a specified pattern of normal bits and bipolar violations which are used to replace a sequence of eight zero bits. ANSI Clear Channels may use zbtsi, or Zero Byte Time Slot Interchange. E1 links, with or without CRC, use hdb3 or ami. ami refers to a mode wherein no zero code suppression is present and the line encoding does not solve the problem directly. In this application, the higher layer must provide data which meets or exceeds the pulse density requirements, such as inverting HDLC data. b6zs refers to the user of a specifed pattern of normal bits and bipolar violations which are used to replace a sequence of six zero bits. Used for DS2. Default is set to b8zs for T1 platforms and hdb3 for E1. TITLE: AVAILABILITY: jbzs(1) (not supported in this release) b8zs(2) (not supported for e1 lineTypes) hdb3(3) (supported for e1 lineTypes) zbtsi(4) (not supported in this release) ami(5) other(6) (not supported in this release) b6zs(7) (not supported in this rele BAN E1: hdb3,ami; T1: b8zs,ami Enumeration: 'ami': 5, 'zbtsi': 4, 'b6zs': 7, 'other': 6, 'hdb3': 3, 'b8zs': 2, 'jbzs': 1.
         zhoneSendCode 1.3.6.1.4.1.5504.5.2.2.1.6 integer read-write
This variable indicates what type of code is being sent across the DS1 interface by the device. Setting this variable causes the interface to send the code requested. The values mean: SendNoCode sending looped or normal data sendLineCode sending a request for a line loopback T1 related sendCodes ------------------------------------------ sendPayloadCode sending a request for a payload loopback sendResetCode sending a loopback termination request sendQRSSPattern sending a Quasi-Random Signal (QRS) test pattern send511Pattern sending a 511 bit fixed test pattern send3in24Pattern sending a fixed test pattern of 3 bits set in 24 sendOtherTestPattern sending a test pattern other than those described by this object send2047Pattern, sending 2047 test pattern. send1in2Pattern, sending alternate one , zero pattern. sendInbandCode, sending inband loopback command. sendInbandCodeOff, sending inband loopback off command. sendLineCodeOff, sending line loopback command. sendPayloadCodeOff, sending payload loopback command. E1 related send codes ------------------------------------------ send2ToPower9Minus1Pattern refer to O.153 send2ToPower11Minus1Pattern refer to O.152 and O.153 send2ToPower15Minus1Pattern refer to O.151 send2ToPower20Minus1Pattern refer to O.153 QRSS bit = 1 send2ToPower23Minus1Pattern refer to O.151 Only sendNoCode is supported on E1 platforms in this release. N/A for BAN Enumeration: 'sendPayloadCodeOff': 14, 'sendOtherTestPattern': 8, 'send2ToPower23Minus1Pattern': 19, 'sendPayloadCode': 3, 'send1in2Pattern': 10, 'sendLineCode': 2, 'sendNoCode': 1, 'send2ToPower9Minus1Pattern': 15, 'sendLineCodeOff': 13, 'send2ToPower20Minus1Pattern': 18, 'send3in24Pattern': 7, 'send2ToPower15Minus1Pattern': 17, 'send2047Pattern': 9, 'sendResetCode': 4, 'send2ToPower11Minus1Pattern': 16, 'send511Pattern': 6, 'sendInbandCode': 11, 'sendQRSSPattern': 5, 'sendInbandCodeOff': 12.
         zhoneCircuitIdentifier 1.3.6.1.4.1.5504.5.2.2.1.7 zhoneadminstring read-write
This variable contains the transmission vendor's circuit identifier, for the purpose of facilitating troubleshooting.
         zhoneLoopbackConfig 1.3.6.1.4.1.5504.5.2.2.1.8 integer read-write
This variable represents the desired loopback configuration of the DS1 interface. Agents supporting read/write access should return inconsistentValue in response to a requested loopback state that the interface does not support. The values mean: noLoop Not in the loopback state. A device that is not capable of performing a loopback on the interface shall always return this as its value. lineLoop The received signal at this interface does not go through the device (minimum penetration) but is looped back out. localLoop The transmitted signal at this interface is looped back and received by the same interface. What is transmitted onto the line is product dependent. payloadLoop The received signal at this interface is looped through the device. Typically the received signal is looped back for retransmission after it has passed through the device's framing function. Enumeration: 'lineLoop': 2, 'noLoop': 1, 'localLoop': 3, 'payloadLoop': 4.
         zhoneLineStatus 1.3.6.1.4.1.5504.5.2.2.1.9 integer read-only
This variable indicates the Line Status of the interface. It contains loopback, failure, received 'alarm' and transmitted 'alarms information. If the zhloopbackState bit is set, the loopback in effect can be determined from the loopbackConfig object. The various bit positions are: noAlarm(1) No alarm present rcvFarEndLOF(2) Far end LOF (a.k.a., Yellow Alarm) xmtFarEndLOF(4) Near end sending LOF Indication rcvAIS(8) Far end sending AIS xmtAIS(16) Near end sending AIS lossOfFrame(32 Near end LOF (a.k.a., Red Alarm) lossOfSignal(64) Near end Loss Of Signal loopbackState(128) Near end is looped ts16AIS(256) E1 TS16 AIS rcvFarEndLOMF(512) Far End Sending TS16 LOMF xmtFarEndLOMF(1024) Near End Sending TS16 LOMF rcvTestCode(2048) Near End detects a test code otherFailure(4096) any line status not defined here unavailSigState(8192) Near End in Unavailable Signal State netEquipOOS(16384) Carrier Equipment Out of Service
         zhoneSignalMode 1.3.6.1.4.1.5504.5.2.2.1.10 integer read-write
'none' indicates that no bits are reserved for signaling on this channel. 'robbedBit' indicates that DS1 Robbed Bit Sig- naling is in use. 'bitOriented' indicates that E1 Channel Asso- ciated Signaling is in use. 'messageOriented' indicates that Common Chan- nel Signaling is in use either on channel 16 of an E1 link or channel 24 of a DS1. Default is set to robbedBit for T1 platforms and messageOriented for E1. TITLE: AVAILABILITY: none(1) robbedBit(2) (not supported for E1 lineTypes) bitOriented(3) (only supported for E1 lineTypes) messageOriented(4) has the same effect as none other(5) (not supported in this release) N/A For BAN Enumeration: 'messageOriented': 4, 'none': 1, 'other': 5, 'bitOriented': 3, 'robbedBit': 2.
         zhoneTransmitClockSource 1.3.6.1.4.1.5504.5.2.2.1.11 integer read-write
Reflects the source of Transmit Clock. 'loopTiming' indicates that the recovered receive clock is used as the transmit clock. Only set if this DS1 has zhoneClockSourceEligibility equal to 'eligible' and the state of that ds1 is 'up' and the ds1 resource provider decided this DS1 is to provide the transmit clock for all the DS1s. Only one DS1 will have this set per platform. 'localTiming' indicates that a local clock source is used or when an external clock is attached to the box containing the interface. 'throughTiming' indicates that recovered receive clock from another interface is used as the transmit clock. Example: If a DS1 other than this one reflects 'loopTiming', this DS1 will use that DS1 as its transmit clock. Therefore this DS1 reflects 'throughTiming'. 'sonetThroughTiming' indecates that recovered receive clock from the far-side sonet node is used as the transmit clock. Enumeration: 'throughTiming': 3, 'loopTiming': 1, 'localTiming': 2, 'sonetThroughTiming': 4.
         zhoneFdl 1.3.6.1.4.1.5504.5.2.2.1.12 integer read-write
'other' indicates that a protocol other than one following is used. 'ansiT1403' refers to the FDL exchange recommended by ANSI. 'att54016' refers to ESF FDL exchanges. 'fdlNone' indicates that the device does not use the FDL. TITLE: AVAILABILITY: other(1) (not supported in this release) ansiT1403(2) (not supported in this release) att54016(3) (not supported in this release) fdlNone(4) Enumeration: 'att54016': 3, 'other': 1, 'ansiT1403': 2, 'fdlNone': 4.
         zhoneInvalidIntervals 1.3.6.1.4.1.5504.5.2.2.1.13 integer read-only
The number of intervals in the range from 0 to zwValidIntervals for which no data is available. This object will typically be zero except in cases where the data for some intervals are not available (e.g., in proxy situations).
         zhoneDsxLineLength 1.3.6.1.4.1.5504.5.2.2.1.14 integer read-write
The length of the dsx wan is in feets. This objects provides information for line build out circuitry. The valid range is: 'dsx0(1)' It is 0 feet for the line build out (LBO) and the default setting. 'dsx133(2)'It is 133 feets for the LBO. 'dsx266(3)'It is 266 feets for the LBO. 'dsx399(4)'It is 399 feets for the LBO. 'dsx533(5)'It is 533 feets for the LBO. 'dsx655(6)'It is 655 feets for the LBO. This field is not used for E1 platforms. Enumeration: 'dsx533': 5, 'dsx655': 6, 'dsx133': 2, 'dsx266': 3, 'dsx399': 4, 'dsx0': 1.
         zhoneLineStatusLastChange 1.3.6.1.4.1.5504.5.2.2.1.15 timestamp read-only
The value of MIB II's sysUpTime object at the time this DS1 entered its current line status state. If the current state was entered prior to the last re-initialization of the proxy-agent, then this object contains a zero value.
         zhoneLineStatusChangeTrapEnable 1.3.6.1.4.1.5504.5.2.2.1.16 integer read-write
Indicates whether zhoneLineStatusChange traps should be generated for this interface. Enumeration: 'disabled': 2, 'enabled': 1.
         zhoneLoopbackStatus 1.3.6.1.4.1.5504.5.2.2.1.17 integer read-only
This variable represents the current state of the loopback on the DS1 interface. It contains information about loopbacks established by a local manager and remotely from the far end. This status is combination of loopbackConfig, and sendCode options as this status represents the local as well as far loopbacks. The various positions are: noLoopback(1) nearEndLineLoopback(2) nearEndOtherLoopback(4) nearEndLocalLoopback(8) farEndPayloadLoopback(16) farEndLineLoopback(32)
         zhoneDs1ChannelNumber 1.3.6.1.4.1.5504.5.2.2.1.18 integer read-only
This variable represents the channel number of the DS1/E1 on its parent Ds2/E2 or DS3/E3. A value of 0 indicated this DS1/E1 does not have a parent DS3/E3.
         zhoneChannelization 1.3.6.1.4.1.5504.5.2.2.1.19 integer read-write
Indicates whether this ds1/e1 is channelized or unchannelized. The value of enabledDs0 indicates that this is a DS1 channelized into DS0s. The value of enabledDs1 indicated that this is a DS2 channelized into DS1s. Setting this value will cause the creation or deletion of entries in the ifTable for the DS0s that are within the DS1. TITLE: AVAILABILITY: disabled(1) (not supported in this release) enabledDs0(2) enabledDs1(3) (not supported in this release) For BAN disabled Enumeration: 'disabled': 1, 'enabledDs0': 2, 'enabledDs1': 3.
         zhoneDs1Mode 1.3.6.1.4.1.5504.5.2.2.1.20 integer read-write
'other' wan is not in csu or dsx mode. 'dsx' T1 wan is in dsx mode. 'csu' T1 wan is in csu mode. Default setting is 'csu' for T1 platforms and 'other' for E1. TITLE: AVAILABILITY: other(1) dsx(2) csu(3) BAN E1:other; T1:csu,dsx Enumeration: 'cs': 3, 'other': 1, 'dsx': 2.
         zhoneCsuLineLength 1.3.6.1.4.1.5504.5.2.2.1.21 integer read-write
'csu00' it is 0 dB for csu ds1 wan for line build out. 'csu75' it is -7.5 dB for line build out. 'csu150' it is -15.0 dB for line build out. 'csu225' it is -22.5 dB for line build out (LBO). This field is not used for E1 platforms. Enumeration: 'csu150': 3, 'csu75': 2, 'csu225': 4, 'csu00': 1.
         zhoneClockSourceEligibility 1.3.6.1.4.1.5504.5.2.2.1.22 integer read-write
The possible values are: (1) not-eligibile - this DS1 is not eligible to be negotiated as a possible transmit clock source (2) eligible - this DS1 may be used by the DS1 Line resource provider in negotiation as a possible transmit clock source for all DS1s. For BAN DS1, this field is not writeable and will default to eligible. Enumeration: 'eligible': 2, 'notEligible': 1.
         zhoneCellScramble 1.3.6.1.4.1.5504.5.2.2.1.23 truthvalue read-write
This field describes the enabled status of the Ds1 Cell Scramble mode. If this field is true(1) then Scramble mode is enabled, if this field is false(2) scramble mode is disable..
         zhoneCosetPolynomial 1.3.6.1.4.1.5504.5.2.2.1.24 truthvalue read-write
This field describes the enabled status of the Coset Polynomial mode. If this field is true(1) then Coset Polynomial mode is enabled, if this field is false(2) Coset Polynomial mode is disable.
         zhoneDs1ProtocolEmulation 1.3.6.1.4.1.5504.5.2.2.1.25 integer read-write
Indicates whether the device is acting as Network-side or CPE with respect to this DS1. For example, if the system is configured with a PBX on the network side of the device, then the device will act as a CPE with respect to the DS1. If the device is on the network side of a PBX, then this leaf should be set to network, as the PBX would be acting as a CPE. Enumeration: 'network': 1, 'cpe': 2.
         zhoneDs1SignalType 1.3.6.1.4.1.5504.5.2.2.1.26 integer read-write
The signaling type of the FXS interfaces within this DS1. Enumeration: 'groundStart': 2, 'loopStart': 1.
         zhoneDs1GroupIndex 1.3.6.1.4.1.5504.5.2.2.1.27 integer read-write
The Group index this Ds1 belongs to
         zhoneDs1LinePower 1.3.6.1.4.1.5504.5.2.2.1.28 integer read-write
Enable or disable line power for the DS1 interface. Enumeration: 'disabled': 2, 'enabled': 1.
         zhoneDs1TimeslotAssignment 1.3.6.1.4.1.5504.5.2.2.1.29 bits read-write
This table entry is a bit field indicating which timeslots in a ds1 are used (or assigned). Default for DS1 based card: 1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+0+0+0+0+0+0+0+0 Default for E1 based card: 1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+0. Bits: 'ts29': 29, 'ts28': 28, 'ts21': 21, 'ts20': 20, 'ts23': 23, 'ts22': 22, 'ts25': 25, 'ts24': 24, 'ts27': 27, 'ts26': 26, 'ts10': 10, 'ts11': 11, 'ts12': 12, 'ts13': 13, 'ts14': 14, 'ts15': 15, 'ts16': 16, 'ts17': 17, 'ts18': 18, 'ts19': 19, 'ts30': 30, 'ts31': 31, 'ts8': 8, 'ts9': 9, 'ts6': 6, 'ts7': 7, 'ts4': 4, 'ts5': 5, 'ts2': 2, 'ts3': 3, 'ts0': 0, 'ts1': 1.
         zhoneDs1TxClockRecovery 1.3.6.1.4.1.5504.5.2.2.1.30 integer read-write
PWE transmit clock recovery method Enumeration: 'none': 1, 'differential': 3, 'adaptive': 2.
         zhoneDs1TxClockAdaptiveQuality 1.3.6.1.4.1.5504.5.2.2.1.31 integer read-write
Determines sync drift when operating in PWE adaptive mode. Values reflect ANSI Standard T1.101 reference clock quality. Enumeration: 'stratum1': 1, 'stratum3': 2, 'stratum4': 4, 'stratum3e': 3.
 zhoneDs1CurrentTable 1.3.6.1.4.1.5504.5.2.3 no-access
The DS1 current table contains various statistics being collected for the current 15 minute interval. Not supported on BAN in this release.
     zhoneDs1CurrentEntry 1.3.6.1.4.1.5504.5.2.3.1 no-access
An entry in the DS1 Current table.
         zhoneCurrentIndex 1.3.6.1.4.1.5504.5.2.3.1.1 interfaceindex no-access
The index value which uniquely identifies the DS1 interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value as a zhLineIndex object instance.
         zhoneCurrentESs 1.3.6.1.4.1.5504.5.2.3.1.2 perfcurrentcount read-only
The number of Errored Seconds.
         zhoneCurrentSESs 1.3.6.1.4.1.5504.5.2.3.1.3 perfcurrentcount read-only
The number of Severely Errored Seconds.
         zhoneCurrentSEFSs 1.3.6.1.4.1.5504.5.2.3.1.4 perfcurrentcount read-only
The number of Severely Errored Framing Seconds.
         zhoneCurrentUASs 1.3.6.1.4.1.5504.5.2.3.1.5 perfcurrentcount read-only
The number of Unavailable Seconds.
         zhoneCurrentCSSs 1.3.6.1.4.1.5504.5.2.3.1.6 perfcurrentcount read-only
The number of Controlled Slip Seconds.
         zhoneCurrentPCVs 1.3.6.1.4.1.5504.5.2.3.1.7 perfcurrentcount read-only
The number of Path Coding Violations.
         zhoneCurrentLESs 1.3.6.1.4.1.5504.5.2.3.1.8 perfcurrentcount read-only
The number of Line Errored Seconds.
         zhoneCurrentBESs 1.3.6.1.4.1.5504.5.2.3.1.9 perfcurrentcount read-only
The number of Bursty Errored Seconds.
         zhoneCurrentDMs 1.3.6.1.4.1.5504.5.2.3.1.10 perfcurrentcount read-only
The number of Degraded Minutes.
         zhoneCurrentLCVs 1.3.6.1.4.1.5504.5.2.3.1.11 perfcurrentcount read-only
The number of Line Code Violations (LCVs).
 zhoneDs1IntervalTable 1.3.6.1.4.1.5504.5.2.4 no-access
The DS1 Interval Table contains various statistics collected by each DS1 Interface over the previous 24 hours of operation. The past 24 hours are broken into 96 completed 15 minute intervals. Each row in this table represents one such interval (identified by zwIntervalNumber) for one specific instance (identified by zwIntervalIndex). Not supported on BAN in this release.
     zhoneDs1IntervalEntry 1.3.6.1.4.1.5504.5.2.4.1 no-access
An entry in the DS1 Interval table.
         zhoneIntervalIndex 1.3.6.1.4.1.5504.5.2.4.1.1 interfaceindex no-access
The index value which uniquely identifies the DS1 interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value as a zhLineIndex object instance.
         zhoneIntervalNumber 1.3.6.1.4.1.5504.5.2.4.1.2 integer read-only
A number between 1 and 96, where 1 is the most recently completed 15 minute interval and 96 is the 15 minutes interval completed 23 hours and 45 minutes prior to interval 1.
         zhoneIntervalESs 1.3.6.1.4.1.5504.5.2.4.1.3 perfintervalcount read-only
The number of Errored Seconds.
         zhoneIntervalSESs 1.3.6.1.4.1.5504.5.2.4.1.4 perfintervalcount read-only
The number of Severely Errored Seconds.
         zhoneIntervalSEFSs 1.3.6.1.4.1.5504.5.2.4.1.5 perfintervalcount read-only
The number of Severely Errored Framing Seconds.
         zhoneIntervalUASs 1.3.6.1.4.1.5504.5.2.4.1.6 perfintervalcount read-only
The number of Unavailable Seconds. This object may decrease if the occurance of unavailable seconds occurs across an inteval boundary.
         zhoneIntervalCSSs 1.3.6.1.4.1.5504.5.2.4.1.7 perfintervalcount read-only
The number of Controlled Slip Seconds.
         zhoneIntervalPCVs 1.3.6.1.4.1.5504.5.2.4.1.8 perfintervalcount read-only
The number of Path Coding Violations.
         zhoneIntervalLESs 1.3.6.1.4.1.5504.5.2.4.1.9 perfintervalcount read-only
The number of Line Errored Seconds.
         zhoneIntervalBESs 1.3.6.1.4.1.5504.5.2.4.1.10 perfintervalcount read-only
The number of Bursty Errored Seconds.
         zhoneIntervalDMs 1.3.6.1.4.1.5504.5.2.4.1.11 perfintervalcount read-only
The number of Degraded Minutes.
         zhoneIntervalLCVs 1.3.6.1.4.1.5504.5.2.4.1.12 perfintervalcount read-only
The number of Line Code Violations.
         zhoneIntervalValidData 1.3.6.1.4.1.5504.5.2.4.1.13 truthvalue read-only
This variable indicates if the data for this interval is valid.
 zhoneDs1TotalTable 1.3.6.1.4.1.5504.5.2.5 no-access
The DS1 Total Table contains the cumulative sum of the various statistics for the 24 hour period preceding the current interval. Not supported on BAN in this release.
     zhoneDs1TotalEntry 1.3.6.1.4.1.5504.5.2.5.1 no-access
An entry in the DS1 Total table.
         zhoneTotalIndex 1.3.6.1.4.1.5504.5.2.5.1.1 interfaceindex no-access
The index value which uniquely identifies the DS1 interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value as a zhLineIndex object instance.
         zhoneTotalESs 1.3.6.1.4.1.5504.5.2.5.1.2 perftotalcount read-only
The sum of Errored Seconds encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0.
         zhoneTotalSESs 1.3.6.1.4.1.5504.5.2.5.1.3 perftotalcount read-only
The number of Severely Errored Seconds encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0.
         zhoneTotalSEFSs 1.3.6.1.4.1.5504.5.2.5.1.4 perftotalcount read-only
The number of Severely Errored Framing Seconds encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0.
         zhoneTotalUASs 1.3.6.1.4.1.5504.5.2.5.1.5 perftotalcount read-only
The number of Unavailable Seconds encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0.
         zhoneTotalCSSs 1.3.6.1.4.1.5504.5.2.5.1.6 perftotalcount read-only
The number of Controlled Slip Seconds encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0.
         zhoneTotalPCVs 1.3.6.1.4.1.5504.5.2.5.1.7 perftotalcount read-only
The number of Path Coding Violations encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0.
         zhoneTotalLESs 1.3.6.1.4.1.5504.5.2.5.1.8 perftotalcount read-only
The number of Line Errored Seconds encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0.
         zhoneTotalBESs 1.3.6.1.4.1.5504.5.2.5.1.9 perftotalcount read-only
The number of Bursty Errored Seconds (BESs) encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0.
         zhoneTotalDMs 1.3.6.1.4.1.5504.5.2.5.1.10 perftotalcount read-only
The number of Degraded Minutes (DMs) encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0.
         zhoneTotalLCVs 1.3.6.1.4.1.5504.5.2.5.1.11 perftotalcount read-only
The number of Line Code Violations (LCVs) encountered by a DS1 interface in the current 15 minute interval. Invalid 15 minute intervals count as 0.
 zhoneDs1FarEndCurrentTable 1.3.6.1.4.1.5504.5.2.6 no-access
The DS1 Far End Current table contains various statistics being collected for the current 15 minute interval. The statistics are collected from the far end messages on the Facilities Data Link. The definitions are the same as described for the near-end information. Not supported in this release.
     zhoneDs1FarEndCurrentEntry 1.3.6.1.4.1.5504.5.2.6.1 no-access
An entry in the DS1 Far End Current table.
         zhoneFarEndCurrentIndex 1.3.6.1.4.1.5504.5.2.6.1.1 interfaceindex no-access
The index value which uniquely identifies the DS1 interface to which this entry is applicable. The interface identified by a particular value of this index is identical to the interface identified by the same value of zhLineIndex.
         zhoneFarEndTimeElapsed 1.3.6.1.4.1.5504.5.2.6.1.2 integer read-only
The number of seconds that have elapsed since the beginning of the far end current error-measurement period. If, for some reason, such as an adjustment in the system's time-of-day clock, the current interval exceeds the maximum value, the agent will return the maximum value.
         zhoneFarEndValidIntervals 1.3.6.1.4.1.5504.5.2.6.1.3 integer read-only
The number of previous far end intervals for which data was collected. The value will be 96 unless the interface was brought online within the last 24 hours, in which case the value will be the number of complete 15 minute far end intervals since the interface has been online.
         zhoneFarEndCurrentESs 1.3.6.1.4.1.5504.5.2.6.1.4 perfcurrentcount read-only
The number of Far End Errored Seconds.
         zhoneFarEndCurrentSESs 1.3.6.1.4.1.5504.5.2.6.1.5 perfcurrentcount read-only
The number of Far End Severely Errored Seconds.
         zhoneFarEndCurrentSEFSs 1.3.6.1.4.1.5504.5.2.6.1.6 perfcurrentcount read-only
The number of Far End Severely Errored Framing Seconds.
         zhoneFarEndCurrentUASs 1.3.6.1.4.1.5504.5.2.6.1.7 perfcurrentcount read-only
The number of Unavailable Seconds.
         zhoneFarEndCurrentCSSs 1.3.6.1.4.1.5504.5.2.6.1.8 perfcurrentcount read-only
The number of Far End Controlled Slip Seconds.
         zhoneFarEndCurrentLESs 1.3.6.1.4.1.5504.5.2.6.1.9 perfcurrentcount read-only
The number of Far End Line Errored Seconds.
         zhoneFarEndCurrentPCVs 1.3.6.1.4.1.5504.5.2.6.1.10 perfcurrentcount read-only
The number of Far End Path Coding Violations.
         zhoneFarEndCurrentBESs 1.3.6.1.4.1.5504.5.2.6.1.11 perfcurrentcount read-only
The number of Far End Bursty Errored Seconds.
         zhoneFarEndCurrentDMs 1.3.6.1.4.1.5504.5.2.6.1.12 perfcurrentcount read-only
The number of Far End Degraded Minutes.
         zhoneFarEndInvalidIntervals 1.3.6.1.4.1.5504.5.2.6.1.13 integer read-only
The number of intervals in the range from 0 to zhFarEndValidIntervals for which no data is available. This object will typically be zero except in cases where the data for some intervals are not available (e.g., in proxy situations).
 zhoneDs1FarEndIntervalTable 1.3.6.1.4.1.5504.5.2.7 no-access
The DS1 Far End Interval Table contains various statistics collected by each DS1 interface over the previous 24 hours of operation. The past 24 hours are broken into 96 completed 15 minute intervals. Each row in this table represents one such interval (identified by zwFarEndIntervalNumber) for one specific instance (identified by zwFarEndIntervalIndex). Not supported in this release.
     zhoneDs1FarEndIntervalEntry 1.3.6.1.4.1.5504.5.2.7.1 no-access
An entry in the DS1 Far End Interval table.
         zhoneFarEndIntervalIndex 1.3.6.1.4.1.5504.5.2.7.1.1 interfaceindex no-access
The index value which uniquely identifies the DS1 interface to which this entry is applicable. The interface identified by a particular value of this index is identical to the interface identified by the same value of zhLineIndex.
         zhoneFarEndIntervalNumber 1.3.6.1.4.1.5504.5.2.7.1.2 integer read-only
A number between 1 and 96, where 1 is the most recently completed 15 minute interval and 96 is the 15 minutes interval completed 23 hours and 45 minutes prior to interval 1.
         zhoneFarEndIntervalESs 1.3.6.1.4.1.5504.5.2.7.1.3 perfintervalcount read-only
The number of Far End Errored Seconds.
         zhoneFarEndIntervalSESs 1.3.6.1.4.1.5504.5.2.7.1.4 perfintervalcount read-only
The number of Far End Severely Errored Seconds.
         zhoneFarEndIntervalSEFSs 1.3.6.1.4.1.5504.5.2.7.1.5 perfintervalcount read-only
The number of Far End Severely Errored Framing Seconds.
         zhoneFarEndIntervalUASs 1.3.6.1.4.1.5504.5.2.7.1.6 perfintervalcount read-only
The number of Unavailable Seconds.
         zhoneFarEndIntervalCSSs 1.3.6.1.4.1.5504.5.2.7.1.7 perfintervalcount read-only
The number of Far End Controlled Slip Seconds.
         zhoneFarEndIntervalLESs 1.3.6.1.4.1.5504.5.2.7.1.8 perfintervalcount read-only
The number of Far End Line Errored Seconds.
         zhoneFarEndIntervalPCVs 1.3.6.1.4.1.5504.5.2.7.1.9 perfintervalcount read-only
The number of Far End Path Coding Violations.
         zhoneFarEndIntervalBESs 1.3.6.1.4.1.5504.5.2.7.1.10 perfintervalcount read-only
The number of Far End Bursty Errored Seconds.
         zhoneFarEndIntervalDMs 1.3.6.1.4.1.5504.5.2.7.1.11 perfintervalcount read-only
The number of Far End Degraded Minutes.
         zhoneFarEndIntervalValidData 1.3.6.1.4.1.5504.5.2.7.1.12 truthvalue read-only
This variable indicates if the data for this interval is valid.
 zhoneDs1FarEndTotalTable 1.3.6.1.4.1.5504.5.2.8 no-access
The DS1 Far End Total Table contains the cumulative sum of the various statistics for the 24 hour period preceding the current interval. Not supported in this release.
     zhoneDs1FarEndTotalEntry 1.3.6.1.4.1.5504.5.2.8.1 no-access
An entry in the DS1 Far End Total table.
         zhoneFarEndTotalIndex 1.3.6.1.4.1.5504.5.2.8.1.1 interfaceindex no-access
The index value which uniquely identifies the DS1 interface to which this entry is applicable. The interface identified by a particular value of this index is identical to the interface identified by the same value of zhLineIndex.
         zhoneFarEndTotalESs 1.3.6.1.4.1.5504.5.2.8.1.2 perftotalcount read-only
The number of Far End Errored Seconds encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0.
         zhoneFarEndTotalSESs 1.3.6.1.4.1.5504.5.2.8.1.3 perftotalcount read-only
The number of Far End Severely Errored Seconds encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0.
         zhoneFarEndTotalSEFSs 1.3.6.1.4.1.5504.5.2.8.1.4 perftotalcount read-only
The number of Far End Severely Errored Framing Seconds encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0.
         zhoneFarEndTotalUASs 1.3.6.1.4.1.5504.5.2.8.1.5 perftotalcount read-only
The number of Unavailable Seconds encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0.
         zhoneFarEndTotalCSSs 1.3.6.1.4.1.5504.5.2.8.1.6 perftotalcount read-only
The number of Far End Controlled Slip Seconds encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0.
         zhoneFarEndTotalLESs 1.3.6.1.4.1.5504.5.2.8.1.7 perftotalcount read-only
The number of Far End Line Errored Seconds encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0.
         zhoneFarEndTotalPCVs 1.3.6.1.4.1.5504.5.2.8.1.8 perftotalcount read-only
The number of Far End Path Coding Violations reported via the far end block error count encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0.
         zhoneFarEndTotalBESs 1.3.6.1.4.1.5504.5.2.8.1.9 perftotalcount read-only
The number of Bursty Errored Seconds (BESs) encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0.
         zhoneFarEndTotalDMs 1.3.6.1.4.1.5504.5.2.8.1.10 perftotalcount read-only
The number of Degraded Minutes (DMs) encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0.
 zhoneChanMappingTable 1.3.6.1.4.1.5504.5.2.9 no-access
The DS1 Channel Mapping table. This table maps a DS1 channel number on a particular DS3 into an ifIndex. In the presence of DS2s, this table can be used to map a DS2 channel number on a DS3 into an ifIndex, or used to map a DS1 channel number on a DS2 onto an ifIndex. Not supported in this release.
     zhoneChanMappingEntry 1.3.6.1.4.1.5504.5.2.9.1 no-access
An entry in the DS1 Channel Mapping table. There is an entry in this table corresponding to each ds1 ifEntry within any interface that is channelized to the individual ds1 ifEntry level. This table is intended to facilitate mapping from channelized interface / channel number to DS1 ifEntry. (e.g. mapping (DS3 ifIndex, DS1 Channel Number) -> ifIndex) While this table provides information that can also be found in the ifStackTable and zhoneWanTable, it provides this same information with a single table lookup, rather than by walking the ifStackTable to find the various constituent ds1 ifTable entries, and testing various zhoneWanTable entries to check for the entry with the applicable DS1 channel number.
         zhoneChanMappedIfIndex 1.3.6.1.4.1.5504.5.2.9.1.1 interfaceindex read-only
This object indicates the ifIndex value assigned by the agent for the individual ds1 ifEntry that corresponds to the given DS1 channel number (specified by the INDEX element zwDs1ChannelNumber) of the given channelized interface (specified by INDEX element ifIndex).
 zhoneDsxTraps 1.3.6.1.4.1.5504.5.2.10
       zhoneDsxTrapsV2 1.3.6.1.4.1.5504.5.2.10.0
           zhoneLineStatusChange 1.3.6.1.4.1.5504.5.2.10.0.1
A zhoneLineStatusChange trap is not sent when the value of an instance zhoneLineStatus changes. It can be utilizeded by the NMS to trigger polls. When the line status change results from a hihter level line status change (i.e. ds3), then no traps for the ds1 are sent. Not supported on BAN in this release.
 zhoneDs1BertTable 1.3.6.1.4.1.5504.5.2.13 no-access
The BERT Table is used to issue Bit Error Rate Tests on a particular Ds1.
       zhoneDs1BertEntry 1.3.6.1.4.1.5504.5.2.13.1 no-access
An entry in the BERT table.
           zhoneBertIndex 1.3.6.1.4.1.5504.5.2.13.1.1 integer32 no-access
This field is the index field for the BERT test channel. There is only 1 BERT test allowed at a time.
           zhoneBertInterfaceIndex 1.3.6.1.4.1.5504.5.2.13.1.2 interfaceindex 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.
           zhoneBertRequest 1.3.6.1.4.1.5504.5.2.13.1.3 integer read-write
Command request list for the Ds1 BERT test. This object corresponds to the list of test operations that can be performed. The possible values are noOp (1), -- used when reading the object start (2), -- start test stop (3), -- stop an initiated test Reading this object will always return the value 'noOp (1)'. Enumeration: 'stop': 3, 'start': 2, 'noOp': 1.
           zhoneBertType 1.3.6.1.4.1.5504.5.2.13.1.4 integer read-write
The type of pattern to use for the BERT test on the Ds1. Supported patterns are qrss, prbs 2^15, or prbs 2^20. Enumeration: 'prbs220': 3, 'prbs215': 2, 'qrss': 1.
           zhoneBertTestDuration 1.3.6.1.4.1.5504.5.2.13.1.5 integer read-write
The duration in seconds of the BERT test for the Ds1. The valid range for this field is 10-300 seconds.
           zhoneBertLoopUp 1.3.6.1.4.1.5504.5.2.13.1.6 integer read-write
The loop code to be sent to the farend prior to running the BERT test for the Ds1. Enumeration: 'lineloop': 2, 'noloop': 1, 'payloadloop': 3.
 zhoneDs1BertResultsTable 1.3.6.1.4.1.5504.5.2.14 no-access
The BERT Results Table is used to retrieve results from a Bit Error Rate Test on a particular Ds1.
       zhoneDs1BertResultsEntry 1.3.6.1.4.1.5504.5.2.14.1 no-access
An entry in the BERT results table.
           zhoneBertStatus 1.3.6.1.4.1.5504.5.2.14.1.1 integer read-only
The overall BERT operational status. This field will indicate the operation status for the interface indexed by zhoneBertInterfaceIndex. inProgress (1) - if the test is currently running. abortInProgress (2) - if a request to stop the test is still in progress. complete (3) - if the test has been run at least once since system reset and has completed. noResults (4) - if the test results are empty, such as after a system reset. aborted (5) - if the test was aborted by the user before it could complete. unsupported (6) - if the device does not support BERT. portNotAdminTest (7) - if port not in admin TEST. failed (8) - if BERT failed to complete. Enumeration: 'complete': 3, 'noResults': 4, 'portNotAdminTest': 7, 'unsupported': 6, 'failed': 8, 'abortInProgress': 2, 'aborted': 5, 'inProgress': 1.
           zhoneBertElapsedTime 1.3.6.1.4.1.5504.5.2.14.1.2 integer read-only
Elapsed time of the most recent BERT test.
           zhoneBertErroredSeconds 1.3.6.1.4.1.5504.5.2.14.1.3 integer read-only
Number of errored seconds for the most recent BERT test. This field is only valid when zhoneBertStatus is complete.
           zhoneBertOutOfSynchSeconds 1.3.6.1.4.1.5504.5.2.14.1.4 integer read-only
Number of out of synch seconds for the most recent BERT test. This field is only valid when zhoneBertStatus is complete.
           zhoneBertErrors 1.3.6.1.4.1.5504.5.2.14.1.5 integer read-only
Number of errors for the most recent BERT test. This field is only valid when zhoneBertStatus is complete.