⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rfc2662.mib

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 MIB
📖 第 1 页 / 共 5 页
字号:
             DESCRIPTION                 "The value of this object identifies the row                 in the ADSL Line Alarm Configuration Profile Table,                 (adslLineAlarmConfProfileTable), which applies to this                 ADSL line, and channels if applicable.                 For `dynamic' mode, in the case which the                 alarm profile has not been set, the                 value will be set to `DEFVAL'.                 If the implementator of this MIB has chosen not                 to implement `dynamic assignment' of profiles, this                 object's MIN-ACCESS is read-only."         ::= { adslLineEntry 5 }         adslAtucPhysTable       OBJECT-TYPE             SYNTAX          SEQUENCE OF AdslAtucPhysEntry             MAX-ACCESS      not-accessible             STATUS          current             DESCRIPTION                 "This table provides one row for each ATUC.                 Each row contains the Physical Layer Parameters                 table for that ATUC. ADSL physical interfaces are                 those ifEntries where ifType is equal to adsl(94)."         ::= { adslMibObjects 2 }         adslAtucPhysEntry       OBJECT-TYPE             SYNTAX          AdslAtucPhysEntry             MAX-ACCESS      not-accessible             STATUS          current             DESCRIPTION     "An entry in the adslAtucPhysTable."             INDEX           { ifIndex }         ::= { adslAtucPhysTable 1 }         AdslAtucPhysEntry ::=             SEQUENCE {             adslAtucInvSerialNumber         SnmpAdminString,             adslAtucInvVendorID             SnmpAdminString,             adslAtucInvVersionNumber        SnmpAdminString,             adslAtucCurrSnrMgn              INTEGER,             adslAtucCurrAtn                 Gauge32,             adslAtucCurrStatus              BITS,             adslAtucCurrOutputPwr           INTEGER,             adslAtucCurrAttainableRate      Gauge32             }         -- inventory group         --         -- These items should describe the lowest level identifiable         -- component, be it a stand-alone modem, a card in a rack,         -- a child-board, etc.         --         adslAtucInvSerialNumber OBJECT-TYPE             SYNTAX      SnmpAdminString (SIZE (0..32))             MAX-ACCESS  read-only             STATUS      current             DESCRIPTION                 "The vendor specific string that identifies the                 vendor equipment."         ::= { adslAtucPhysEntry 1 }         adslAtucInvVendorID OBJECT-TYPE             SYNTAX      SnmpAdminString (SIZE (0..16))             MAX-ACCESS  read-only             STATUS      current             DESCRIPTION                 "The vendor ID code is a copy of the binary                 vendor identification field defined by the                 PHY[10] and expressed as readable characters."             REFERENCE "ANSI T1.413[10]"         ::= { adslAtucPhysEntry 2 }         adslAtucInvVersionNumber OBJECT-TYPE             SYNTAX      SnmpAdminString (SIZE (0..16))             MAX-ACCESS  read-only             STATUS      current             DESCRIPTION                 "The vendor specific version number sent by this ATU                 as part of the initialization messages.  It is a copy                 of the binary version number field defined by the                 PHY[10] and expressed as readable characters."             REFERENCE "ANSI T1.413[10]"         ::= { adslAtucPhysEntry 3 }         -- current status group         --         adslAtucCurrSnrMgn OBJECT-TYPE             SYNTAX      INTEGER (-640..640)             UNITS       "tenth dB"             MAX-ACCESS  read-only             STATUS      current             DESCRIPTION                 "Noise Margin as seen by this ATU with respect to its                 received signal in tenth dB."         ::= { adslAtucPhysEntry 4 }         adslAtucCurrAtn OBJECT-TYPE             SYNTAX      Gauge32(0..630)             UNITS       "tenth dB"             MAX-ACCESS  read-only             STATUS      current             DESCRIPTION                 "Measured difference in the total power transmitted by                 the peer ATU and the total power received by this ATU."         ::= { adslAtucPhysEntry 5 }        adslAtucCurrStatus OBJECT-TYPE             SYNTAX      BITS {                               noDefect(0),                               lossOfFraming(1),                               lossOfSignal(2),                               lossOfPower(3),                               lossOfSignalQuality(4),                               lossOfLink(5),                               dataInitFailure(6),                               configInitFailure(7),                               protocolInitFailure(8),                               noPeerAtuPresent(9)                              }             MAX-ACCESS  read-only             STATUS      current             DESCRIPTION                 "Indicates current state of the ATUC line.  This is a                 bit-map of possible conditions.  The various bit                 positions are:          0      noDefect             There no defects on the line          1      lossOfFraming        ATUC failure due to not                                      receiving valid frame.          2      lossOfSignal         ATUC failure due to not                                      receiving signal.          3      lossOfPower          ATUC failure due to loss of                                      power.                                      Note: the Agent may still                                      function.          4      lossOfSignalQuality  Loss of Signal Quality is                                      declared when the Noise Margin                                      falls below the Minimum Noise                                      Margin, or the bit-error-rate                                      exceeds 10^-7.          5      lossOfLink           ATUC failure due to inability                                      to link with ATUR.          6      dataInitFailure      ATUC failure during                                      initialization due to bit                                      errors corrupting startup                                      exchange data.          7      configInitFailure    ATUC failure during                                      initialization due to peer                                      ATU not able to support                                      requested configuration          8      protocolInitFailure  ATUC failure during                                      initialization due to                                      incompatible protocol used by                                      the peer ATU.          9      noPeerAtuPresent     ATUC failure during                                      initialization due to no                                      activation sequence detected                                      from peer ATU.                 This is intended to supplement ifOperStatus."         ::= { adslAtucPhysEntry 6 }         adslAtucCurrOutputPwr OBJECT-TYPE             SYNTAX      INTEGER (-310..310)             UNITS       "tenth dBm"             MAX-ACCESS  read-only             STATUS      current             DESCRIPTION                 "Measured total output power transmitted by this ATU.                 This is the measurement that was reported during                 the last activation sequence."         ::= { adslAtucPhysEntry 7 }         adslAtucCurrAttainableRate OBJECT-TYPE             SYNTAX      Gauge32             UNITS       "bps"             MAX-ACCESS  read-only             STATUS      current             DESCRIPTION                 "Indicates the maximum currently attainable data rate                 by the ATU.  This value will be equal or greater than                 the current line rate."         ::= { adslAtucPhysEntry 8 }         adslAturPhysTable        OBJECT-TYPE             SYNTAX          SEQUENCE OF AdslAturPhysEntry             MAX-ACCESS      not-accessible             STATUS          current             DESCRIPTION                 "This table provides one row for each ATUR                 Each row contains the Physical Layer Parameters                 table for that ATUR. ADSL physical interfaces are                 those ifEntries where ifType is equal to adsl(94)."         ::= { adslMibObjects 3 }         adslAturPhysEntry       OBJECT-TYPE             SYNTAX          AdslAturPhysEntry             MAX-ACCESS      not-accessible             STATUS          current             DESCRIPTION     "An entry in the adslAturPhysTable."             INDEX           { ifIndex }         ::= { adslAturPhysTable 1 }         AdslAturPhysEntry ::=             SEQUENCE {             adslAturInvSerialNumber         SnmpAdminString,             adslAturInvVendorID             SnmpAdminString,             adslAturInvVersionNumber        SnmpAdminString,             adslAturCurrSnrMgn              INTEGER,             adslAturCurrAtn                 Gauge32,             adslAturCurrStatus              BITS,             adslAturCurrOutputPwr           INTEGER,             adslAturCurrAttainableRate      Gauge32             }         -- inventory group         --         adslAturInvSerialNumber OBJECT-TYPE             SYNTAX      SnmpAdminString (SIZE (0..32))             MAX-ACCESS  read-only             STATUS      current             DESCRIPTION                 "The vendor specific string that identifies the                 vendor equipment."         ::= { adslAturPhysEntry 1 }         adslAturInvVendorID OBJECT-TYPE             SYNTAX      SnmpAdminString (SIZE (0..16))             MAX-ACCESS  read-only             STATUS      current             DESCRIPTION                 "The vendor ID code is a copy of the binary                 vendor identification field defined by the                 PHY[10] and expressed as readable characters."             REFERENCE "ANSI T1.413"         ::= { adslAturPhysEntry 2 }         adslAturInvVersionNumber OBJECT-TYPE             SYNTAX      SnmpAdminString (SIZE (0..16))             MAX-ACCESS  read-only             STATUS      current             DESCRIPTION                 "The vendor specific version number sent by this ATU                 as part of the initialization messages.  It is a copy                 of the binary version number field defined by the                 PHY[10] and expressed as readable characters."             REFERENCE "ANSI T1.413"         ::= { adslAturPhysEntry 3 }         -- current status group         --         adslAturCurrSnrMgn OBJECT-TYPE             SYNTAX      INTEGER (-640..640)             UNITS       "tenth dB"             MAX-ACCESS  read-only             STATUS      current             DESCRIPTION                 "Noise Margin as seen by this ATU with respect to its                 received signal in tenth dB."         ::= { adslAturPhysEntry 4 }         adslAturCurrAtn OBJECT-TYPE             SYNTAX      Gauge32(0..630)             UNITS       "tenth dB"             MAX-ACCESS  read-only             STATUS      current             DESCRIPTION                 "Measured difference in the total power transmitted by                 the peer ATU and the total power received by this ATU."         ::= { adslAturPhysEntry 5 }        adslAturCurrStatus OBJECT-TYPE             SYNTAX     BITS {                              noDefect(0),                              lossOfFraming(1),                              lossOfSignal(2),                              lossOfPower(3),                              lossOfSignalQuality(4)                             }             MAX-ACCESS  read-only             STATUS      current             DESCRIPTION                 "Indicates current state of the ATUR line.  This is a                 bit-map of possible conditions.  Due to the isolation                 of the ATUR when line problems occur, many state                 conditions like loss of power, loss of quality signal,                 and initialization errors,  can not be determined.                 While trouble shooting ATUR, also use object,                 adslAtucCurrStatus.  The various bit positions are:          0      noDefect             There no defects on the line          1      lossOfFraming        ATUR failure due to not                                      receiving valid frame          2      lossOfSignal         ATUR failure due to not                                      receiving signal          3      lossOfPower          ATUR failure due to loss of                                      power          4      lossOfSignalQuality  Loss of Signal Quality is                                      declared when the Noise Margin                                      falls below the Minimum Noise                                      Margin, or the                                      bit-error-rate exceeds 10^-7.                 This is intended to supplement ifOperStatus."         ::= { adslAturPhysEntry 6 }         adslAturCurrOutputPwr OBJECT-TYPE

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -