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

📄 rfc2515.mib

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 MIB
📖 第 1 页 / 共 5 页
字号:
          STATUS         current          DESCRIPTION           "The maximum number of VCI Bits that may            currently be used at this ATM interface.            The value is the minimum of            atmInterfaceMaxActiveVciBits, and the            atmInterfaceMaxActiveVciBits of the interface's            UNI/NNI peer.            If the interface does not negotiate with            its peer to determine the number of VCI Bits            that can be used on the interface, then the            value of this object must equal            atmInterfaceMaxActiveVciBits."          ::= { atmInterfaceConfEntry 14 }     atmInterfaceSubscrAddress OBJECT-TYPE          SYNTAX         AtmAddr          MAX-ACCESS     read-write          STATUS         current          DESCRIPTION           "The identifier assigned by a service provider            to the network side of a public network UNI.            If this interface has no assigned service provider            address, or for other interfaces this is an octet string            of zero length."          ::= { atmInterfaceConfEntry 15 }     -- The ATM Interface DS3 PLCP Table     -- This table contains the DS3 PLCP configuration and     -- state parameters of those ATM interfaces     -- which use DS3 PLCP for carrying ATM cells over DS3.     atmInterfaceDs3PlcpTable  OBJECT-TYPE          SYNTAX       SEQUENCE OF AtmInterfaceDs3PlcpEntry          MAX-ACCESS   not-accessible          STATUS       current          DESCRIPTION           "This table contains ATM interface DS3 PLCP            parameters and state variables, one entry per            ATM interface port."          ::= { atmMIBObjects 3}     atmInterfaceDs3PlcpEntry OBJECT-TYPE          SYNTAX         AtmInterfaceDs3PlcpEntry          MAX-ACCESS     not-accessible          STATUS         current          DESCRIPTION           "This list contains DS3 PLCP parameters and            state variables at the ATM interface and is            indexed by the ifIndex value of the ATM interface."          INDEX    { ifIndex }          ::= { atmInterfaceDs3PlcpTable 1}     AtmInterfaceDs3PlcpEntry    ::= SEQUENCE  {          atmInterfaceDs3PlcpSEFSs       Counter32,          atmInterfaceDs3PlcpAlarmState  INTEGER,          atmInterfaceDs3PlcpUASs        Counter32            }     atmInterfaceDs3PlcpSEFSs  OBJECT-TYPE          SYNTAX         Counter32          MAX-ACCESS     read-only          STATUS         current          DESCRIPTION           "The number of DS3 PLCP Severely Errored Framing            Seconds (SEFS). Each SEFS represents a            one-second interval which contains            one or more SEF events."          ::= { atmInterfaceDs3PlcpEntry 1}     atmInterfaceDs3PlcpAlarmState    OBJECT-TYPE          SYNTAX         INTEGER {                            noAlarm(1),                            receivedFarEndAlarm(2),                            incomingLOF(3)                                 }          MAX-ACCESS     read-only          STATUS         current          DESCRIPTION           "This variable indicates if there is an            alarm present for the DS3 PLCP.  The value            receivedFarEndAlarm means that the DS3 PLCP            has received an incoming Yellow            Signal, the value incomingLOF means that            the DS3 PLCP has declared a loss of frame (LOF)            failure condition, and the value noAlarm            means that there are no alarms present.            Transition from the failure to the no alarm state            occurs when no defects (e.g., LOF) are received            for more than 10 seconds."          ::= { atmInterfaceDs3PlcpEntry 2}     atmInterfaceDs3PlcpUASs  OBJECT-TYPE          SYNTAX         Counter32          MAX-ACCESS     read-only          STATUS         current          DESCRIPTION           "The counter associated with the number of            Unavailable Seconds encountered by the PLCP."          ::= { atmInterfaceDs3PlcpEntry 3}     -- The ATM Interface TC Sublayer Table     -- This table contains TC sublayer configuration and     -- state parameters of those ATM interfaces     -- which use TC sublayer for carrying ATM cells over     -- SONET/SDH or DS3.     atmInterfaceTCTable  OBJECT-TYPE          SYNTAX         SEQUENCE OF AtmInterfaceTCEntry          MAX-ACCESS     not-accessible          STATUS         current          DESCRIPTION           "This table contains ATM interface TC            Sublayer parameters and state variables,            one entry per ATM interface port."          ::= { atmMIBObjects 4}     atmInterfaceTCEntry OBJECT-TYPE          SYNTAX         AtmInterfaceTCEntry          MAX-ACCESS     not-accessible          STATUS         current          DESCRIPTION           "This list contains TC Sublayer parameters            and state variables at the ATM interface and is            indexed by the ifIndex value of the ATM interface."          INDEX  {ifIndex }          ::= { atmInterfaceTCTable 1}     AtmInterfaceTCEntry    ::= SEQUENCE  {          atmInterfaceOCDEvents      Counter32,          atmInterfaceTCAlarmState   INTEGER            }     atmInterfaceOCDEvents  OBJECT-TYPE          SYNTAX         Counter32          MAX-ACCESS     read-only          STATUS         current          DESCRIPTION           "The number of times the Out of Cell            Delineation (OCD) events occur.  If seven            consecutive ATM cells have Header Error            Control (HEC) violations, an OCD event occurs.            A high number of OCD events may indicate a            problem with the TC Sublayer."          ::= { atmInterfaceTCEntry 1}     atmInterfaceTCAlarmState    OBJECT-TYPE          SYNTAX         INTEGER {                            noAlarm(1),                            lcdFailure(2)                                  }          MAX-ACCESS     read-only          STATUS         current          DESCRIPTION           "This variable indicates if there is an            alarm present for the TC Sublayer.  The value            lcdFailure(2) indicates that the TC Sublayer            is currently in the Loss of Cell Delineation            (LCD) defect maintenance state.  The value            noAlarm(1) indicates that the TC Sublayer            is currently not in the LCD defect            maintenance state."           ::= { atmInterfaceTCEntry 2}     --  ATM Traffic Descriptor Parameter Table     -- This table contains a set of self-consistent     -- ATM traffic parameters including the     -- ATM traffic service category.     -- The ATM virtual link tables (i.e., VPL and VCL tables)     -- will use this ATM Traffic Descriptor table     -- to assign traffic parameters and service category     -- to the receive and transmit directions of     -- the ATM virtual links (i.e., VPLs and VCLs).     -- The ATM VPL or VCL table will indicate a row     -- in the atmTrafficDescrParamTable     -- using its atmTrafficDescrParamIndex value.     -- The management application can then compare a set of     -- ATM traffic parameters with a single value.     -- If no suitable row(s) in the atmTrafficDescrParamTable     -- exists, the manager must create a new row(s) in this     -- table. If such a row is created, agent checks the     -- sanity of that set of ATM traffic parameter values.     -- The manager may use atmTrafficDescrParamIndexNext     -- in order to obtain a free atmTrafficDescrParamIndex     -- value.     -- When creating a new row, the parameter values     -- will be checked for self-consistency.     -- Predefined/template rows may be supported.     -- A row in the atmTrafficDescrParamTable is deleted     -- by setting the atmTrafficDescrRowStatus to destroy(6).     -- The agent will check whether this row is still in use     -- by any entry of the atmVplTable or atmVclTable.     -- The agent denies the request if the row is still in     -- use.     --  The ATM Traffic Descriptor Parameter Table     atmTrafficDescrParamTable    OBJECT-TYPE          SYNTAX       SEQUENCE OF AtmTrafficDescrParamEntry          MAX-ACCESS   not-accessible          STATUS       current          DESCRIPTION           "This table contains information on ATM traffic            descriptor type and the associated parameters."          ::= { atmMIBObjects 5}     atmTrafficDescrParamEntry    OBJECT-TYPE          SYNTAX         AtmTrafficDescrParamEntry          MAX-ACCESS     not-accessible          STATUS         current          DESCRIPTION           "This list contains ATM traffic descriptor            type and the associated parameters."          INDEX  {atmTrafficDescrParamIndex}          ::= { atmTrafficDescrParamTable 1}     AtmTrafficDescrParamEntry   ::= SEQUENCE  {       atmTrafficDescrParamIndex  AtmTrafficDescrParamIndex,       atmTrafficDescrType        OBJECT IDENTIFIER,       atmTrafficDescrParam1      Integer32,       atmTrafficDescrParam2      Integer32,       atmTrafficDescrParam3      Integer32,       atmTrafficDescrParam4      Integer32,       atmTrafficDescrParam5      Integer32,       atmTrafficQoSClass         INTEGER,       atmTrafficDescrRowStatus   RowStatus,       atmServiceCategory         AtmServiceCategory,       atmTrafficFrameDiscard     TruthValue                    }     atmTrafficDescrParamIndex OBJECT-TYPE          SYNTAX  AtmTrafficDescrParamIndex (1..2147483647)          MAX-ACCESS     not-accessible          STATUS         current          DESCRIPTION           "This object is used by the virtual link            table (i.e., VPL or VCL table)            to identify the row of this table.            When creating a new row in the table            the value of this index may be obtained            by retrieving the value of            atmTrafficDescrParamIndexNext."          ::= { atmTrafficDescrParamEntry  1}     atmTrafficDescrType OBJECT-TYPE          SYNTAX         OBJECT IDENTIFIER          MAX-ACCESS     read-create          STATUS         current          DESCRIPTION           "The value of this object identifies the type            of ATM traffic descriptor.            The type may indicate no traffic descriptor or            traffic descriptor with one or more parameters.            These parameters are specified as a parameter            vector, in the corresponding instances of the            objects:                atmTrafficDescrParam1                atmTrafficDescrParam2                atmTrafficDescrParam3                atmTrafficDescrParam4                atmTrafficDescrParam5."           DEFVAL  { atmNoClpNoScr }           ::= { atmTrafficDescrParamEntry 2}     atmTrafficDescrParam1 OBJECT-TYPE          SYNTAX         Integer32          MAX-ACCESS     read-create          STATUS         current          DESCRIPTION           "The first parameter of the ATM traffic descriptor            used according to the value of            atmTrafficDescrType."          DEFVAL  { 0 }          ::= { atmTrafficDescrParamEntry 3}     atmTrafficDescrParam2 OBJECT-TYPE          SYNTAX         Integer32          MAX-ACCESS     read-create          STATUS         current          DESCRIPTION           "The second parameter of the ATM traffic descriptor            used according to the value of            atmTrafficDescrType."          DEFVAL  { 0 }          ::= { atmTrafficDescrParamEntry 4}     atmTrafficDescrParam3 OBJECT-TYPE          SYNTAX         Integer32          MAX-ACCESS     read-create          STATUS         current          DESCRIPTION           "The third parameter of the ATM traffic descriptor            used according to the value of            atmTrafficDescrType."          DEFVAL  { 0 }          ::= { atmTrafficDescrParamEntry 5}     atmTrafficDescrParam4 OBJECT-TYPE          SYNTAX         Integer32          MAX-ACCESS     read-create          STATUS         current          DESCRIPTION           "The fourth parameter of the ATM traffic descriptor            used according to the value of            atmTrafficDescrType."          DEFVAL  { 0 }          ::= { atmTrafficDescrParamEntry 6}     atmTrafficDescrParam5 OBJECT-TYPE          SYNTAX         Integer32          MAX-ACCESS     read-create          STATUS         current          DESCRIPTION           "The fifth parameter of the ATM traffic descriptor

⌨️ 快捷键说明

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