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

📄 atm-mib

📁 很不错java的SNMP应用例子
💻
📖 第 1 页 / 共 5 页
字号:
     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 TableatmTrafficDescrParamTable    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       used according to the value of       atmTrafficDescrType."     DEFVAL  { 0 }     ::= { atmTrafficDescrParamEntry 7}atmTrafficQoSClass  OBJECT-TYPE     SYNTAX         INTEGER (0..255)     MAX-ACCESS     read-create     STATUS         deprecated     DESCRIPTION      "The value of this object identifies the QoS Class.       Four Service classes have been       specified in the ATM Forum UNI Specification:       Service Class A: Constant bit rate video and                        Circuit emulation       Service Class B: Variable bit rate video/audio       Service Class C: Connection-oriented data       Service Class D: Connectionless data       Four QoS classes numbered 1, 2, 3, and 4 have       been specified with the aim to support service       classes A, B, C, and D respectively.       An unspecified QoS Class numbered `0' is used       for best effort traffic."     DEFVAL  { 0 }     ::= { atmTrafficDescrParamEntry 8}atmTrafficDescrRowStatus  OBJECT-TYPE     SYNTAX         RowStatus     MAX-ACCESS     read-create     STATUS         current     DESCRIPTION      "This object is used to create       a new row or modify or delete an       existing row in this table."     DEFVAL  { active }     ::= {atmTrafficDescrParamEntry 9}atmServiceCategory  OBJECT-TYPE     SYNTAX         AtmServiceCategory     MAX-ACCESS     read-create     STATUS         current     DESCRIPTION      "The ATM service category."     DEFVAL  { ubr }     ::= { atmTrafficDescrParamEntry 10}atmTrafficFrameDiscard    OBJECT-TYPE     SYNTAX       TruthValue     MAX-ACCESS   read-create     STATUS       current     DESCRIPTION      "If set to 'true', this object indicates that the network       is requested to treat data for this connection, in the       given direction, as frames (e.g. AAL5 CPCS_PDU's) rather       than as individual cells.  While the precise       implementation is network-specific, this treatment may       for example involve discarding entire frames during       congestion, rather than a few cells from many frames."     DEFVAL { true }     ::= { atmTrafficDescrParamEntry 11 }--  ATM Interface Virtual Path Link (VPL) Table-- This table contains configuration and state-- information of a bi-directional Virtual Path Link-- (VPL)-- This table can be used to create, delete or modify-- a VPL that is terminated in an ATM host or switch.-- This table can also be used to create, delete or-- modify a VPL which is cross-connected to another-- VPL.-- In the example below, the traffic flows on the receive-- and transmit directions of the VPLs are characterized-- by atmVplReceiveTrafficDescrIndex and

⌨️ 快捷键说明

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