ZhoneDsl-MIB

File: ZhoneDsl-MIB.mib (22446 bytes)

Imported modules

SNMP-FRAMEWORK-MIB SNMPv2-SMI SNMPv2-TC
IF-MIB Zhone Zhone-TC

Imported symbols

SnmpAdminString Integer32 Gauge32
Counter32 OBJECT-TYPE MODULE-IDENTITY
VariablePointer ifIndex zhoneDsl
zhoneModules ZhoneRowStatus ZhoneAdminString

Defined Types

ZhoneDslLineEntry  
SEQUENCE    
  zhoneDslLineType INTEGER
  zhoneDslLineCapabilities BITS
  zhoneDslLineStatus INTEGER
  zhoneDslUpLineRate Gauge32
  zhoneDslDownLineRate Gauge32
  zhoneDslLineConfigProfile ZhoneAdminString
  zhoneDslLineAlarmProfile ZhoneAdminString
  zhoneDslLineRowStatus ZhoneRowStatus

ZhoneHdsl2ConfigProfileEntry  
SEQUENCE    
  zhoneHdsl2ConfigProfileName ZhoneAdminString
  zhoneHdsl2ConfigUnitMode INTEGER
  zhoneHdsl2ConfigTransmitPowerbackoffMode INTEGER
  zhoneHdsl2ConfigDecoderCoeffA Integer32
  zhoneHdsl2ConfigDecoderCoeffB Integer32
  zhoneHdsl2ConfigFrameSyncWord Integer32
  zhoneHdsl2ConfigStuffBits Integer32
  zhoneHdsl2ConfigRowStatus ZhoneRowStatus

ZhoneHdsl2StatusEntry  
SEQUENCE    
  zhoneHdsl2DriftAlarm INTEGER
  zhoneHdsl2FramerIBStatus OCTET STRING
  zhoneHdsl2LocalPSDMaskStatus Integer32
  zhoneHdsl2LoopAttenuation Integer32
  zhoneHdsl2LossWordStatus INTEGER
  zhoneHdsl2RmtPSDMaskStatus Integer32
  zhoneHdsl2RmtCountryCode Integer32
  zhoneHdsl2RmtVersion Integer32
  zhoneHdsl2RmtProviderCode Integer32
  zhoneHdsl2RmtVendorData OCTET STRING
  zhoneHdsl2RmtTxEncoderA Integer32
  zhoneHdsl2RmtTxEncoderB Integer32
  zhoneHdsl2TipRingStatus INTEGER
  zhoneHdsl2FrameSyncWord Integer32
  zhoneHdsl2StuffBits Integer32

ZhoneDslPerfDataEntry  
SEQUENCE    
  zhoneDslPerfLofs Counter32
  zhoneDslPerfLoss Counter32
  zhoneDslPerfLols Counter32
  zhoneDslPerfInits Counter32
  zhoneDslPerfCur15MinTimeElapsed Gauge32
  zhoneDslPerfCur15MinLofs Gauge32
  zhoneDslPerfCur15MinLoss Gauge32
  zhoneDslPerfCur15MinLols Gauge32
  zhoneDslPerfCur15MinInits Gauge32

ZhoneDslAlarmProfileEntry  
SEQUENCE    
  zhoneDslAlarmProfileName ZhoneAdminString
  zhoneDslThreshold15MinLoss INTEGER
  zhoneDslThreshold15MinLols INTEGER
  zhoneDslThreshold15MinLofs INTEGER
  zhoneDslAlarmProfileRowStatus ZhoneAdminString

Defined Values

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
MODULE-IDENTITY    

zhoneDslLineTable 1.3.6.1.4.1.5504.5.4.1
This table contains common attributes describing DSL physical line interfaces for DSLs without a MIB standard.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ZhoneDslLineEntry

zhoneDslLineEntry 1.3.6.1.4.1.5504.5.4.1.1
An entry in the zhoneDslLine Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  ZhoneDslLineEntry  

zhoneDslLineType 1.3.6.1.4.1.5504.5.4.1.1.1
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.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER hdsl(1), hdsl2(2), shdsl(3), sdsl(96)  

zhoneDslLineCapabilities 1.3.6.1.4.1.5504.5.4.1.1.2
The DSL types supported on this interface. This is a bit-map of possible types. This variable can be used to determine zhoneDslLineType.
Status: current Access: read-only
OBJECT-TYPE    
  BITS hdsl(1), hdsl2(2), shdsl(4), sdsl(8)  

zhoneDslLineStatus 1.3.6.1.4.1.5504.5.4.1.1.3
The DSL modem status. Detailed modem state maybe available in the status table.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER down(1), downloading(2), activated(3), training(4), up(5)  

zhoneDslUpLineRate 1.3.6.1.4.1.5504.5.4.1.1.4
The DSL upstream (cpe->co) line rate on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

zhoneDslDownLineRate 1.3.6.1.4.1.5504.5.4.1.1.5
The DSL downstream (co->cpe) line rate on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

zhoneDslLineConfigProfile 1.3.6.1.4.1.5504.5.4.1.1.6
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.
Status: current Access: read-create
OBJECT-TYPE    
  ZhoneAdminString  

zhoneDslLineAlarmProfile 1.3.6.1.4.1.5504.5.4.1.1.7
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'.
Status: current Access: read-create
OBJECT-TYPE    
  ZhoneAdminString  

zhoneDslLineRowStatus 1.3.6.1.4.1.5504.5.4.1.1.8
Row status in order to add an entry in this table. The required fields to be added are: (ARE ALL THE DEFAULTS OKAY)
Status: current Access: read-write
OBJECT-TYPE    
  ZhoneRowStatus  

zhoneHdsl2ConfigProfileTable 1.3.6.1.4.1.5504.5.4.3
This table contains information for HDSL2 configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ZhoneHdsl2ConfigProfileEntry

zhoneHdsl2ConfigProfileEntry 1.3.6.1.4.1.5504.5.4.3.1
An entry in the zhoneHdsl2ConfigProfile Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  ZhoneHdsl2ConfigProfileEntry  

zhoneHdsl2ConfigProfileName 1.3.6.1.4.1.5504.5.4.3.1.1
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'.
Status: current Access: not-accessible
OBJECT-TYPE    
  ZhoneAdminString  

zhoneHdsl2ConfigUnitMode 1.3.6.1.4.1.5504.5.4.3.1.2
Unit is configured as the CO(central office)or CPE (customer premise)side.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER co(1), cpe(2)  

zhoneHdsl2ConfigTransmitPowerbackoffMode 1.3.6.1.4.1.5504.5.4.3.1.3
Determines if the transmit power backoff defined in HDSL2 standard is used.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER backoff-disable(1), backoff-enable(2), no-change-backoff(3)  

zhoneHdsl2ConfigDecoderCoeffA 1.3.6.1.4.1.5504.5.4.3.1.4
21 bit value corresponding to the decoder coefficient A. The default is the ANSI HDSL2 default.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

zhoneHdsl2ConfigDecoderCoeffB 1.3.6.1.4.1.5504.5.4.3.1.5
21 bit value corresponding to the decoder coefficient A. The default is the ANSI HDSL2 default.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

zhoneHdsl2ConfigFrameSyncWord 1.3.6.1.4.1.5504.5.4.3.1.6
10 bit frame sync word. The default is the HDSL2 standard.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

zhoneHdsl2ConfigStuffBits 1.3.6.1.4.1.5504.5.4.3.1.7
4 bit stuff pattern. The default is the HDSL2 standard.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..15  

zhoneHdsl2ConfigRowStatus 1.3.6.1.4.1.5504.5.4.3.1.8
Status in order to create/delete rows. For creation the following fields are required:
Status: current Access: read-create
OBJECT-TYPE    
  ZhoneRowStatus  

zhoneHdsl2StatusTable 1.3.6.1.4.1.5504.5.4.4
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ZhoneHdsl2StatusEntry

zhoneHdsl2StatusEntry 1.3.6.1.4.1.5504.5.4.4.1
An entry in the zhoneHdsl2Status Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  ZhoneHdsl2StatusEntry  

zhoneHdsl2DriftAlarm 1.3.6.1.4.1.5504.5.4.4.1.1
Indicates that the framer automatically attempted to adjust for clock drift. This is not applicable for ATM.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER rx-clk-alarm(1), tx-clk-alarm(2), tx-rx-clk-alarm(3), no-drift-alarm(4), not-applicable(5)  

zhoneHdsl2FramerIBStatus 1.3.6.1.4.1.5504.5.4.4.1.2
Returns the segd,sega,uib and losd bits. The format of the octet is: x x x x segd sega uib losd.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1)  

zhoneHdsl2LocalPSDMaskStatus 1.3.6.1.4.1.5504.5.4.4.1.3
Returns a number corresponding to the transmit power backoff requested by the local unit.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

zhoneHdsl2LoopAttenuation 1.3.6.1.4.1.5504.5.4.4.1.4
Estimation of the loop attenuation in tenths of a DB. by the local unit.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

zhoneHdsl2LossWordStatus 1.3.6.1.4.1.5504.5.4.4.1.5
This indicates loss of sync.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER no-lossw-defect(1), lossw-defect(2)  

zhoneHdsl2RmtPSDMaskStatus 1.3.6.1.4.1.5504.5.4.4.1.6
Returns a number corresponding to the transmit power backoff requested by the remote unit.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

zhoneHdsl2RmtCountryCode 1.3.6.1.4.1.5504.5.4.4.1.7
ANSI HDSL2 Country code of the remote unit.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

zhoneHdsl2RmtVersion 1.3.6.1.4.1.5504.5.4.4.1.8
HDSL2 version of the remote unit.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

zhoneHdsl2RmtProviderCode 1.3.6.1.4.1.5504.5.4.4.1.9
Provider word of the remote unit.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

zhoneHdsl2RmtVendorData 1.3.6.1.4.1.5504.5.4.4.1.10
The remote unit's vendor-provided data.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(8)  

zhoneHdsl2RmtTxEncoderA 1.3.6.1.4.1.5504.5.4.4.1.11
The remote unit's 21 bit encoder coefficient A
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

zhoneHdsl2RmtTxEncoderB 1.3.6.1.4.1.5504.5.4.4.1.12
The remote unit's 21 bit encoder coefficient B
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

zhoneHdsl2TipRingStatus 1.3.6.1.4.1.5504.5.4.4.1.13
Indicates whether the tip and ring points from the local unit match the tip and ring points of the remote.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER normal(1), reverse(2)  

zhoneHdsl2FrameSyncWord 1.3.6.1.4.1.5504.5.4.4.1.14
A 10 bit number indicating the frame sync word used. LSB justified
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

zhoneHdsl2StuffBits 1.3.6.1.4.1.5504.5.4.4.1.15
A 4 bit number for the stuff bits. LSB justified.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

zhoneDslPerfDataTable 1.3.6.1.4.1.5504.5.4.5
This table provides one row for each modem interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ZhoneDslPerfDataEntry

zhoneDslPerfDataEntry 1.3.6.1.4.1.5504.5.4.5.1
An entry in zhoneDslPerfDataTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  ZhoneDslPerfDataEntry  

zhoneDslPerfLofs 1.3.6.1.4.1.5504.5.4.5.1.1
Count of the number of Loss of Framing failures since agent reset.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

zhoneDslPerfLoss 1.3.6.1.4.1.5504.5.4.5.1.2
Count of the number of Loss of Signal failures since agent reset.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

zhoneDslPerfLols 1.3.6.1.4.1.5504.5.4.5.1.3
Count of the number of Loss of Link failures since agent reset.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

zhoneDslPerfInits 1.3.6.1.4.1.5504.5.4.5.1.4
Count of the line initialization attempts since agent reset. Includes both successful and failed attempts.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

zhoneDslPerfCur15MinTimeElapsed 1.3.6.1.4.1.5504.5.4.5.1.5
The number of seconds elapsed since the start of the current measurement period.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

zhoneDslPerfCur15MinLofs 1.3.6.1.4.1.5504.5.4.5.1.6
Count of the number of Loss of Framing failures in the current 15 minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

zhoneDslPerfCur15MinLoss 1.3.6.1.4.1.5504.5.4.5.1.7
Count of seconds in the current 15 minute interval when there was a Loss of Signal.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

zhoneDslPerfCur15MinLols 1.3.6.1.4.1.5504.5.4.5.1.8
Count of seconds in the current 15 minute interval when there was of Loss of Link.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

zhoneDslPerfCur15MinInits 1.3.6.1.4.1.5504.5.4.5.1.9
Count of the line initialization attempts in the current 15 minute interval. Includes both successful and failed attempts.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

zhoneDslAlarmProfileTable 1.3.6.1.4.1.5504.5.4.6
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ZhoneDslAlarmProfileEntry

zhoneDslAlarmProfileEntry 1.3.6.1.4.1.5504.5.4.6.1
An entry in the zhoneDslAlarmProfile Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  ZhoneDslAlarmProfileEntry  

zhoneDslAlarmProfileName 1.3.6.1.4.1.5504.5.4.6.1.1
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'.
Status: current Access: not-accessible
OBJECT-TYPE    
  ZhoneAdminString  

zhoneDslThreshold15MinLoss 1.3.6.1.4.1.5504.5.4.6.1.2
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.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..900  

zhoneDslThreshold15MinLols 1.3.6.1.4.1.5504.5.4.6.1.3
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.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..900  

zhoneDslThreshold15MinLofs 1.3.6.1.4.1.5504.5.4.6.1.4
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.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..900  

zhoneDslAlarmProfileRowStatus 1.3.6.1.4.1.5504.5.4.6.1.5
RowStatus field to control deletion/addition of entries in this table. Minimal fields to be 'set' for a creation is:
Status: current Access: read-write
OBJECT-TYPE    
  ZhoneAdminString