ZhoneDsl-MIB: View SNMP OID List / Download MIB

VENDOR: ZHONE TECHNOLOGIES


 Home MIB: ZhoneDsl-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
     zhoneDslLineTable 1.3.6.1.4.1.5504.5.4.1 no-access
This table contains common attributes describing DSL physical line interfaces for DSLs without a MIB standard.
         zhoneDslLineEntry 1.3.6.1.4.1.5504.5.4.1.1 no-access
An entry in the zhoneDslLine Table.
             zhoneDslLineType 1.3.6.1.4.1.5504.5.4.1.1.1 integer read-only
The DSL type. Many modem vendors allow software selection between HDSL, HDSL2, SDSL and SHDSL. Using zhoneDslLineTypeSupported the user can see what dsl option is available on this interface. Enumeration: 'sdsl': 96, 'shdsl': 3, 'hdsl2': 2, 'hdsl': 1.
             zhoneDslLineCapabilities 1.3.6.1.4.1.5504.5.4.1.1.2 bits read-only
The DSL types supported on this interface. This is a bit-map of possible types. This variable can be used to determine zhoneDslLineType. Bits: 'sdsl': 8, 'shdsl': 4, 'hdsl2': 2, 'hdsl': 1.
             zhoneDslLineStatus 1.3.6.1.4.1.5504.5.4.1.1.3 integer read-only
The DSL modem status. Detailed modem state maybe available in the status table. Enumeration: 'down': 1, 'training': 4, 'downloading': 2, 'activated': 3, 'up': 5.
             zhoneDslUpLineRate 1.3.6.1.4.1.5504.5.4.1.1.4 gauge32 read-only
The DSL upstream (cpe->co) line rate on this interface.
             zhoneDslDownLineRate 1.3.6.1.4.1.5504.5.4.1.1.5 gauge32 read-only
The DSL downstream (co->cpe) line rate on this interface.
             zhoneDslLineConfigProfile 1.3.6.1.4.1.5504.5.4.1.1.6 zhoneadminstring read-only
The value of this object identifies the row in the respective dsl configuration profile table. (Ex: if zhoneDslLineType is HDSL2, then the profile identifies an HDSL2 configuration profile.) It is assumed that all profile names are unique to the system. In the case which the configuration profile has not been set, the value will be set to `ZhoneDefault'. This is a profile (by type) which will be persisted and then able to be modified by a management station in order to modify the DEFAULT values.
             zhoneDslLineAlarmProfile 1.3.6.1.4.1.5504.5.4.1.1.7 zhoneadminstring read-only
The value of this object identifies the row in the respective dsl alarm profile table. (Ex: if zhoneDslLineType is HDSL2 then the profile identifies an HDSL2 alarm profile.) It is assumed that all profile names are unique to the system. In the case where the configuration profile has not been set, the value will be set to `ZhoneDefault'.
             zhoneDslLineRowStatus 1.3.6.1.4.1.5504.5.4.1.1.8 zhonerowstatus read-write
Row status in order to add an entry in this table. The required fields to be added are: (ARE ALL THE DEFAULTS OKAY)
     zhoneHdsl2ConfigProfileTable 1.3.6.1.4.1.5504.5.4.3 no-access
This table contains information for HDSL2 configuration.
         zhoneHdsl2ConfigProfileEntry 1.3.6.1.4.1.5504.5.4.3.1 no-access
An entry in the zhoneHdsl2ConfigProfile Table.
             zhoneHdsl2ConfigProfileName 1.3.6.1.4.1.5504.5.4.3.1.1 zhoneadminstring no-access
Configuration profile name. Used by the zhoneHdsl2LineConfigProfile entry to map zhoneDslLine Entry to the appropriate profile. When `dynamic' profiles are implemented, the profile name is user specified. Also, the system will always provide a default profile whose name is `DEFVAL'. When `static' profiles are implemented, there is an one-to-one relationship between each line and its profile. In which case, the profile name will need to algorithmically represent the Line's ifIndex. Therefore, the profile's name is a decimal zed string of the ifIndex that is fixed-length (i.e., 10) with leading zero(s). For example, the profile name for ifIndex which equals '15' will be '0000000015'.
             zhoneHdsl2ConfigUnitMode 1.3.6.1.4.1.5504.5.4.3.1.2 integer read-only
Unit is configured as the CO(central office)or CPE (customer premise)side. Enumeration: 'co': 1, 'cpe': 2.
             zhoneHdsl2ConfigTransmitPowerbackoffMode 1.3.6.1.4.1.5504.5.4.3.1.3 integer read-only
Determines if the transmit power backoff defined in HDSL2 standard is used. Enumeration: 'no-change-backoff': 3, 'backoff-disable': 1, 'backoff-enable': 2.
             zhoneHdsl2ConfigDecoderCoeffA 1.3.6.1.4.1.5504.5.4.3.1.4 integer32 read-only
21 bit value corresponding to the decoder coefficient A. The default is the ANSI HDSL2 default.
             zhoneHdsl2ConfigDecoderCoeffB 1.3.6.1.4.1.5504.5.4.3.1.5 integer32 read-only
21 bit value corresponding to the decoder coefficient A. The default is the ANSI HDSL2 default.
             zhoneHdsl2ConfigFrameSyncWord 1.3.6.1.4.1.5504.5.4.3.1.6 integer32 read-only
10 bit frame sync word. The default is the HDSL2 standard.
             zhoneHdsl2ConfigStuffBits 1.3.6.1.4.1.5504.5.4.3.1.7 integer32 read-only
4 bit stuff pattern. The default is the HDSL2 standard.
             zhoneHdsl2ConfigRowStatus 1.3.6.1.4.1.5504.5.4.3.1.8 zhonerowstatus read-only
Status in order to create/delete rows. For creation the following fields are required:
     zhoneHdsl2StatusTable 1.3.6.1.4.1.5504.5.4.4 no-access
This table contains HDSL2 specific line status information. An entry into this table is automatically created whenever a zhoneDslLineEntry is created and the type is HDSL2.
         zhoneHdsl2StatusEntry 1.3.6.1.4.1.5504.5.4.4.1 no-access
An entry in the zhoneHdsl2Status Table.
             zhoneHdsl2DriftAlarm 1.3.6.1.4.1.5504.5.4.4.1.1 integer read-only
Indicates that the framer automatically attempted to adjust for clock drift. This is not applicable for ATM. Enumeration: 'rx-clk-alarm': 1, 'tx-clk-alarm': 2, 'tx-rx-clk-alarm': 3, 'not-applicable': 5, 'no-drift-alarm': 4.
             zhoneHdsl2FramerIBStatus 1.3.6.1.4.1.5504.5.4.4.1.2 octet string read-only
Returns the segd,sega,uib and losd bits. The format of the octet is: x x x x segd sega uib losd.
             zhoneHdsl2LocalPSDMaskStatus 1.3.6.1.4.1.5504.5.4.4.1.3 integer32 read-only
Returns a number corresponding to the transmit power backoff requested by the local unit.
             zhoneHdsl2LoopAttenuation 1.3.6.1.4.1.5504.5.4.4.1.4 integer32 read-only
Estimation of the loop attenuation in tenths of a DB. by the local unit.
             zhoneHdsl2LossWordStatus 1.3.6.1.4.1.5504.5.4.4.1.5 integer read-only
This indicates loss of sync. Enumeration: 'no-lossw-defect': 1, 'lossw-defect': 2.
             zhoneHdsl2RmtPSDMaskStatus 1.3.6.1.4.1.5504.5.4.4.1.6 integer32 read-only
Returns a number corresponding to the transmit power backoff requested by the remote unit.
             zhoneHdsl2RmtCountryCode 1.3.6.1.4.1.5504.5.4.4.1.7 integer32 read-only
ANSI HDSL2 Country code of the remote unit.
             zhoneHdsl2RmtVersion 1.3.6.1.4.1.5504.5.4.4.1.8 integer32 read-only
HDSL2 version of the remote unit.
             zhoneHdsl2RmtProviderCode 1.3.6.1.4.1.5504.5.4.4.1.9 integer32 read-only
Provider word of the remote unit.
             zhoneHdsl2RmtVendorData 1.3.6.1.4.1.5504.5.4.4.1.10 octet string read-only
The remote unit's vendor-provided data.
             zhoneHdsl2RmtTxEncoderA 1.3.6.1.4.1.5504.5.4.4.1.11 integer32 read-only
The remote unit's 21 bit encoder coefficient A
             zhoneHdsl2RmtTxEncoderB 1.3.6.1.4.1.5504.5.4.4.1.12 integer32 read-only
The remote unit's 21 bit encoder coefficient B
             zhoneHdsl2TipRingStatus 1.3.6.1.4.1.5504.5.4.4.1.13 integer read-only
Indicates whether the tip and ring points from the local unit match the tip and ring points of the remote. Enumeration: 'reverse': 2, 'normal': 1.
             zhoneHdsl2FrameSyncWord 1.3.6.1.4.1.5504.5.4.4.1.14 integer32 read-only
A 10 bit number indicating the frame sync word used. LSB justified
             zhoneHdsl2StuffBits 1.3.6.1.4.1.5504.5.4.4.1.15 integer32 read-only
A 4 bit number for the stuff bits. LSB justified.
     zhoneDslPerfDataTable 1.3.6.1.4.1.5504.5.4.5 no-access
This table provides one row for each modem interface.
         zhoneDslPerfDataEntry 1.3.6.1.4.1.5504.5.4.5.1 no-access
An entry in zhoneDslPerfDataTable.
             zhoneDslPerfLofs 1.3.6.1.4.1.5504.5.4.5.1.1 counter32 read-only
Count of the number of Loss of Framing failures since agent reset.
             zhoneDslPerfLoss 1.3.6.1.4.1.5504.5.4.5.1.2 counter32 read-only
Count of the number of Loss of Signal failures since agent reset.
             zhoneDslPerfLols 1.3.6.1.4.1.5504.5.4.5.1.3 counter32 read-only
Count of the number of Loss of Link failures since agent reset.
             zhoneDslPerfInits 1.3.6.1.4.1.5504.5.4.5.1.4 counter32 read-only
Count of the line initialization attempts since agent reset. Includes both successful and failed attempts.
             zhoneDslPerfCur15MinTimeElapsed 1.3.6.1.4.1.5504.5.4.5.1.5 gauge32 read-only
The number of seconds elapsed since the start of the current measurement period.
             zhoneDslPerfCur15MinLofs 1.3.6.1.4.1.5504.5.4.5.1.6 gauge32 read-only
Count of the number of Loss of Framing failures in the current 15 minute interval.
             zhoneDslPerfCur15MinLoss 1.3.6.1.4.1.5504.5.4.5.1.7 gauge32 read-only
Count of seconds in the current 15 minute interval when there was a Loss of Signal.
             zhoneDslPerfCur15MinLols 1.3.6.1.4.1.5504.5.4.5.1.8 gauge32 read-only
Count of seconds in the current 15 minute interval when there was of Loss of Link.
             zhoneDslPerfCur15MinInits 1.3.6.1.4.1.5504.5.4.5.1.9 counter32 read-only
Count of the line initialization attempts in the current 15 minute interval. Includes both successful and failed attempts.
     zhoneDslAlarmProfileTable 1.3.6.1.4.1.5504.5.4.6 no-access
This table contains information for Alarm conditions. One entry in this table reflects a profile defined by a manager which can be used to define alarm conditions for a modem.
         zhoneDslAlarmProfileEntry 1.3.6.1.4.1.5504.5.4.6.1 no-access
An entry in the zhoneDslAlarmProfile Table.
             zhoneDslAlarmProfileName 1.3.6.1.4.1.5504.5.4.6.1.1 zhoneadminstring no-access
Configuration profile name. Used by the zhoneDslLineConfigProfile entry to map zhoneDslLine Entry to the appropriate profile. When `dynamic' profiles are implemented, the profile name is user specified. Also, the system will always provide a default profile whose name is `DEFVAL'. When `static' profiles are implemented, there is an one-to-one relationship between each line and its profile. In which case, the profile name will need to algorithmically represent the Line's ifIndex. Therefore, the profile's name is a decimal zed string of the ifIndex that is fixed-length (i.e., 10) with leading zero(s). For example, the profile name for ifIndex which equals '15' will be '0000000015'.
             zhoneDslThreshold15MinLoss 1.3.6.1.4.1.5504.5.4.6.1.2 integer read-only
The number of Loss of signal seconds on a DSL interface within any given 15 minutes performance data collection period, which causes the SNMP agent to send a TRAP. 0 will disable the trap.
             zhoneDslThreshold15MinLols 1.3.6.1.4.1.5504.5.4.6.1.3 integer read-only
The number of Loss of link seconds on a DSL interface within any given 15 minutes performance data collection period, which causes the SNMP agent to send a TRAP. 0 will disable the trap.
             zhoneDslThreshold15MinLofs 1.3.6.1.4.1.5504.5.4.6.1.4 integer read-only
The number of Loss of framing seconds on a DSL interface within any given 15 minutes performance data collection period, which causes the SNMP agent to send a TRAP. 0 will disable the trap.
             zhoneDslAlarmProfileRowStatus 1.3.6.1.4.1.5504.5.4.6.1.5 zhoneadminstring read-write
RowStatus field to control deletion/addition of entries in this table. Minimal fields to be 'set' for a creation is:
 zhoneDsl_MIB 1.3.6.1.4.1.5504.6.3
The MIB module to describe the Zhone specific implementation of HDSL, HDSL2, SDSL and G.SHDSL