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

📄 dsmon-mib

📁 很不错java的SNMP应用例子
💻
📖 第 1 页 / 共 5 页
字号:
    ::= { dsmonStatsControlEntry 5 }dsmonStatsControlOwner OBJECT-TYPE    SYNTAX      OwnerString    MAX-ACCESS  read-create    STATUS      current    DESCRIPTION            "The entity that configured this entry and is therefore            using the resources assigned to it."    ::= { dsmonStatsControlEntry 6 }dsmonStatsControlStatus OBJECT-TYPE    SYNTAX      RowStatus    MAX-ACCESS  read-create    STATUS      current    DESCRIPTION            "The status of this row.            An entry MUST NOT exist in the active state unless all            objects in the entry have an appropriate value.            If this object is not equal to active(1), all associated            entries in the dsmonStatsTable shall be deleted."    ::= { dsmonStatsControlEntry 7 }---- Per-DataSource Statistics Table--dsmonStatsTable OBJECT-TYPE    SYNTAX      SEQUENCE OF DsmonStatsEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION            "A list of information on counter aggregation group usage            for each monitored data source.            The following table defines per counter aggregation group            statistics for full and/or half-duplex links as well as high            capacity links.            For half-duplex links, or full-duplex-capable links            operating in half-duplex mode, the dsmonStatsIn* objects            shall be used and the dsmonStatsOut* objects will not            increment.            For full-duplex links, the dsmonStatsOut* objects will be            present.  Whenever possible, the probe SHOULD count packets            moving away from the closest terminating equipment as output            packets.  Failing that, the probe SHOULD count packets            moving away from the DTE as output packets.            If the dsmonAggControlLocked object is equal to 'false',            then all entries in this table will be deleted and the agent            will not process packets on behalf of any            dsmonStatsControlEntry."    ::= { dsmonStatsObjects 2 }dsmonStatsEntry OBJECT-TYPE    SYNTAX      DsmonStatsEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION            "A list of information on Differentiated Services DSCP            usage, containing inbound and outbound packet and octet            counters for each counter aggregation group configured for            collection.            The dsmonStatsControlIndex value in the index identifies the            dsmonStatsControlEntry on whose behalf this entry was            created.            The dsmonAggGroupIndex value in the index is determined by            examining the DSCP value in each monitored packet, and the            dsmonAggProfileTable entry for that DSCP value.            Note that only packets that contain a network protocol            encapsulation which contains a DS field [RFC2474] will be            counted in this table.            An example of the indexing of this entry is            dsmonStatsOutPkts.1.16"     INDEX { dsmonStatsControlIndex, dsmonAggGroupIndex }    ::= { dsmonStatsTable 1 }DsmonStatsEntry ::= SEQUENCE {    dsmonStatsInPkts            ZeroBasedCounter32,    dsmonStatsInOctets          ZeroBasedCounter32,    dsmonStatsInOvflPkts        ZeroBasedCounter32,    dsmonStatsInOvflOctets      ZeroBasedCounter32,    dsmonStatsInHCPkts          ZeroBasedCounter64,    dsmonStatsInHCOctets        ZeroBasedCounter64,    dsmonStatsOutPkts           ZeroBasedCounter32,    dsmonStatsOutOctets         ZeroBasedCounter32,    dsmonStatsOutOvflPkts       ZeroBasedCounter32,    dsmonStatsOutOvflOctets     ZeroBasedCounter32,    dsmonStatsOutHCPkts         ZeroBasedCounter64,    dsmonStatsOutHCOctets       ZeroBasedCounter64}dsmonStatsInPkts OBJECT-TYPE    SYNTAX      ZeroBasedCounter32    UNITS       "packets"    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION            "The number of packets using one of the DSCP values in the            indicated counter aggregation group, received on a half-            duplex link or on the inbound connection of a full-duplex            link."    ::= { dsmonStatsEntry 1 }dsmonStatsInOctets OBJECT-TYPE    SYNTAX      ZeroBasedCounter32    UNITS       "octets"    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION            "The number of octets in packets, using one of the DSCP            values in the indicated counter aggregation group, received            on a half-duplex link or on the inbound connection of a            full-duplex link."    ::= { dsmonStatsEntry 2 }dsmonStatsInOvflPkts OBJECT-TYPE    SYNTAX      ZeroBasedCounter32    MAX-ACCESS  read-only    STATUS      deprecated    DESCRIPTION            "The number of times the associated dsmonStatsInPkts counter            has overflowed.  Note that this object will only be            instantiated if the associated dsmonStatsInHCPkts object is            also instantiated for a particular dataSource."    ::= { dsmonStatsEntry 3 }dsmonStatsInOvflOctets OBJECT-TYPE    SYNTAX      ZeroBasedCounter32    MAX-ACCESS  read-only    STATUS      deprecated    DESCRIPTION            "The number of times the associated dsmonStatsInOctets            counter has overflowed.  Note that this object will only be            instantiated if the associated dsmonStatsInHCOctets object            is also instantiated for a particular dataSource."    ::= { dsmonStatsEntry 4 }dsmonStatsInHCPkts OBJECT-TYPE    SYNTAX      ZeroBasedCounter64    UNITS       "packets"    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION            "The 64-bit version of the dsmonStatsInPkts object.            Note that this object will only be instantiated if the RMON            agent supports High Capacity monitoring for a particular            dataSource."    ::= { dsmonStatsEntry 5 }dsmonStatsInHCOctets OBJECT-TYPE    SYNTAX      ZeroBasedCounter64    UNITS       "octets"    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION            "The 64-bit version of the dsmonStatsInOctets object.            Note that this object will only be instantiated if the RMON            agent supports High Capacity monitoring for a particular            dataSource."    ::= { dsmonStatsEntry 6 }dsmonStatsOutPkts OBJECT-TYPE    SYNTAX      ZeroBasedCounter32    UNITS       "packets"    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION            "The number of packets using one of the DSCP values in the            indicated counter aggregation group, received on a full-            duplex link in the direction of the network."    ::= { dsmonStatsEntry 7 }dsmonStatsOutOctets OBJECT-TYPE    SYNTAX      ZeroBasedCounter32    UNITS       "octets"    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION            "The number of octets in packets, using one of the DSCP            values in the indicated counter aggregation group, received            on a full-duplex link in the direction of the network."    ::= { dsmonStatsEntry 8 }dsmonStatsOutOvflPkts OBJECT-TYPE    SYNTAX      ZeroBasedCounter32    MAX-ACCESS  read-only    STATUS      deprecated    DESCRIPTION            "The number of times the associated dsmonStatsOutPkts            counter has overflowed.  Note that this object will only be            instantiated if the associated dsmonStatsOutHCPkts object is            also instantiated for a particular dataSource."    ::= { dsmonStatsEntry 9 }dsmonStatsOutOvflOctets OBJECT-TYPE    SYNTAX      ZeroBasedCounter32    MAX-ACCESS  read-only    STATUS      deprecated    DESCRIPTION            "The number of times the associated dsmonStatsOutOctets            counter has overflowed.  Note that this object will only be            instantiated if the associated dsmonStatsOutHCOctets object            is also instantiated for a particular dataSource."    ::= { dsmonStatsEntry 10 }dsmonStatsOutHCPkts OBJECT-TYPE    SYNTAX      ZeroBasedCounter64    UNITS       "packets"    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION            "The 64-bit version of the dsmonStatsOutPkts object.            Note that this object will only be instantiated if the RMON            agent supports High Capacity monitoring for a particular            dataSource."    ::= { dsmonStatsEntry 11 }dsmonStatsOutHCOctets OBJECT-TYPE    SYNTAX      ZeroBasedCounter64    UNITS       "octets"    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION            "The 64-bit version of the dsmonStatsOutOctets object.            Note that this object will only be instantiated if the RMON            agent supports High Capacity monitoring for a particular            dataSource."    ::= { dsmonStatsEntry 12 }-- ***********************************************************-- *                                                         *-- *     P E R - P R O T O C O L    C O L L E C T I O N S    *-- *                                                         *-- ***********************************************************---- DSCP Per-Protocol Statistics Control Table--dsmonPdistCtlTable OBJECT-TYPE    SYNTAX      SEQUENCE OF DsmonPdistCtlEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION            "Controls the setup of per application per counter            aggregation group distribution statistics.            Note that an agent MAY choose to limit the actual number of            entries which may be created in this table.  In this case,            the agent SHOULD return an error-status of            'resourceUnavailable(13)', as per section 4.2.5 of the            'Protocol Operations for SNMPv2' specification [RFC1905]."    ::= { dsmonPdistObjects 1 }dsmonPdistCtlEntry OBJECT-TYPE    SYNTAX      DsmonPdistCtlEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION            "A conceptual row in the dsmonPdistCtlTable.            Entries are created and deleted from this table by            management action only, using the dsmonPdistCtlStatus            RowStatus object.            The agent SHOULD support non-volatile configuration of this            table, and upon system initialization, the table SHOULD be            initialized with the saved values.            Activation of a control row in this table will cause an            associated dsmonPdistStatsTable to be created and maintained            by the agent."    INDEX { dsmonPdistCtlIndex }    ::= { dsmonPdistCtlTable 1 }DsmonPdistCtlEntry ::= SEQUENCE {    dsmonPdistCtlIndex                Integer32,    dsmonPdistCtlDataSource           DataSource,    dsmonPdistCtlAggProfile           DsmonCounterAggProfileIndex,    dsmonPdistCtlMaxDesiredEntries    Integer32,    dsmonPdistCtlDroppedFrames        Counter32,    dsmonPdistCtlInserts              Counter32,    dsmonPdistCtlDeletes              Counter32,    dsmonPdistCtlCreateTime           LastCreateTime,    dsmonPdistCtlOwner                OwnerString,    dsmonPdistCtlStatus               RowStatus}dsmonPdistCtlIndex OBJECT-TYPE    SYNTAX      Integer32 (1..65535)    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION            "An arbitrary and unique index for this dsmonPdistCtlEntry."    ::= { dsmonPdistCtlEntry 1 }dsmonPdistCtlDataSource OBJECT-TYPE    SYNTAX      DataSource    MAX-ACCESS  read-create    STATUS      current    DESCRIPTION            "The source of data for the this per protocol counter            aggregation group distribution.            This object MUST NOT be modified if the associated            dsmonPdistCtlStatus object is equal to active(1)."    ::= { dsmonPdistCtlEntry 2 }dsmonPdistCtlAggProfile OBJECT-TYPE    SYNTAX      DsmonCounterAggProfileIndex    MAX-ACCESS  read-create    STATUS      current    DESCRIPTION            "The dsmonAggControlIndex value identifying the counter            aggregation profile which should be used on behalf of this            dsmonPdistCtlEntry.            The associated dsmonAggControlEntry and

⌨️ 快捷键说明

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