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

📄 dsmon-mib

📁 很不错java的SNMP应用例子
💻
📖 第 1 页 / 共 5 页
字号:
            dsmonAggProfileEntries, identified by the same            dsmonAggControlIndex index value, MUST be active in order            for this entry to remain active.  It is possible for the            counter aggregation configuration to change from a valid to            invalid state for this dsmonPdist collection.  In this case,            the associated dsmonPdistCtlStatus object will be changed to            the 'notReady' state, and data collection will not occur on            behalf of this control entry.            Note that an agent MAY choose to limit the actual number of            counter aggregation profiles which may be applied to a            particular data source.            This object MUST NOT be modified if the associated            dsmonPdistCtlStatus object is equal to active(1)."    ::= { dsmonPdistCtlEntry 3 }dsmonPdistCtlMaxDesiredEntries OBJECT-TYPE    SYNTAX      Integer32 (-1 | 1..2147483647)    MAX-ACCESS  read-create    STATUS      current    DESCRIPTION            "The maximum number of entries that are desired in the            dsmonPdistStatsTable on behalf of this control entry.  The            probe will not create more than this number of associated            entries in the table, but MAY choose to create fewer entries            in this table for any reason including the lack of            resources.            If this value is set to -1, the probe MAY create any number            of entries in this table.            This object MUST NOT be modified if the associated            dsmonPdistCtlStatus object is equal to active(1)."    ::= { dsmonPdistCtlEntry 4 }dsmonPdistCtlDroppedFrames OBJECT-TYPE    SYNTAX     Counter32    UNITS      "frames"    MAX-ACCESS read-only    STATUS     current    DESCRIPTION            "The total number of frames which were received by the probe            and therefore not accounted for in the *StatsDropEvents, but            for which the probe chose not to count for this entry for            whatever reason.  Most often, this event occurs when the            probe is out of some resources and decides to shed load from            this collection.            This count does not include packets that were not counted            because they had MAC-layer errors.            Note that, unlike the dropEvents counter, this number is the            exact number of frames dropped."    ::= { dsmonPdistCtlEntry 5 }dsmonPdistCtlInserts OBJECT-TYPE    SYNTAX     Counter32    UNITS      "table entries"    MAX-ACCESS read-only    STATUS     current    DESCRIPTION            "The number of times a dsmonPdist entry has been inserted            into the dsmonPdistTable.  If an entry is inserted, then            deleted, and then inserted, this counter will be incremented            by 2.            To allow for efficient implementation strategies, agents MAY            delay updating this object for short periods of time.  For            example, an implementation strategy may allow internal data            structures to differ from those visible via SNMP for short            periods of time.  This counter may reflect the internal data            structures for those short periods of time.            Note that the table size can be determined by subtracting            dsmonPdistCtlDeletes from dsmonPdistCtlInserts."    ::= { dsmonPdistCtlEntry 6 }dsmonPdistCtlDeletes OBJECT-TYPE    SYNTAX     Counter32    UNITS      "table entries"    MAX-ACCESS read-only    STATUS     current    DESCRIPTION            "The number of times a dsmonPdist entry has been deleted            from the dsmonPdist table (for any reason).  If an entry is            deleted, then inserted, and then deleted, this counter will            be incremented by 2.            To allow for efficient implementation strategies, agents MAY            delay updating this object for short periods of time.  For            example, an implementation strategy may allow internal data            structures to differ from those visible via SNMP for short            periods of time.  This counter may reflect the internal data            structures for those short periods of time.            Note that the table size can be determined by subtracting            dsmonPdistCtlDeletes from dsmonPdistCtlInserts."    ::= { dsmonPdistCtlEntry 7 }dsmonPdistCtlCreateTime OBJECT-TYPE    SYNTAX     LastCreateTime    MAX-ACCESS read-only    STATUS     current    DESCRIPTION            "The value of sysUpTime when this control entry was last            activated.  This can be used by the management station to            detect if the table has been deleted and recreated between            polls."    ::= { dsmonPdistCtlEntry 8 }dsmonPdistCtlOwner 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."    ::= { dsmonPdistCtlEntry 9 }dsmonPdistCtlStatus 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 dsmonPdistStatsTable shall be deleted."    ::= { dsmonPdistCtlEntry 10 }---- Per-Protocol Statistics Table--dsmonPdistStatsTable OBJECT-TYPE    SYNTAX      SEQUENCE OF DsmonPdistStatsEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION            "A list of information on a per protocol per counter            aggregation group usage.            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            dsmonPdistCtlEntry."    ::= { dsmonPdistObjects 2 }dsmonPdistStatsEntry OBJECT-TYPE    SYNTAX      DsmonPdistStatsEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION            "A list of information on Differentiated Services DSCP            usage, containing packet and octet counters for each counter            aggregation group configured for collection, and each            protocol (as identified by the protocolDirLocalIndex for the            protocol) identified in each monitored packet.            The dsmonPdistCtlIndex value in the index identifies the            dsmonPdistCtlEntry on whose behalf this entry was created.            Note that only packets that contain a network protocol            encapsulation which contains a DS field [RFC2474] will be            counted in this table.            The dsmonAggGroupIndex value in the index is determined by            examining the DSCP value in each monitored packet, and the            dsmonAggProfileTable entry for that value.            The protocolDirLocalIndex in the index identifies the            protocolDirEntry for the protocol encapsulation of each            monitored packet.  The agent will include only application            layer protocols in the associated dsmonPdistStatsTable.  Any            'terminal' protocol is considered to be an application            protocol.            An example of the indexing of this entry is            dsmonPdistStatsPkts.9.29943.0.42."     INDEX { dsmonPdistCtlIndex,             dsmonPdistTimeMark,             dsmonAggGroupIndex,             protocolDirLocalIndex }    ::= { dsmonPdistStatsTable 1 }DsmonPdistStatsEntry ::= SEQUENCE {    dsmonPdistTimeMark             TimeFilter,    dsmonPdistStatsPkts            ZeroBasedCounter32,    dsmonPdistStatsOctets          ZeroBasedCounter32,    dsmonPdistStatsOvflPkts        ZeroBasedCounter32,    dsmonPdistStatsOvflOctets      ZeroBasedCounter32,    dsmonPdistStatsHCPkts          ZeroBasedCounter64,    dsmonPdistStatsHCOctets        ZeroBasedCounter64,    dsmonPdistStatsCreateTime      LastCreateTime}dsmonPdistTimeMark OBJECT-TYPE    SYNTAX      TimeFilter    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION            "The Time Filter index for this table.  This object may be            used by a management station to retrieve only rows which            have been created or modified since a particular time.  Note            that the current value for a row are always returned and the            TimeFilter is not a historical data archiving mechanism.            Refer to RFC 2021 [RFC2021] for a detailed description of            TimeFilter operation."    ::= { dsmonPdistStatsEntry 1 }dsmonPdistStatsPkts 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, for the protocol            identified by the associated protocolDirLocalIndex value."    ::= { dsmonPdistStatsEntry 2 }dsmonPdistStatsOctets 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, for the            protocol identified by the associated protocolDirLocalIndex            value.            Note that this object doesn't count just those octets in the            particular protocol frames, but includes the entire packet            that contained the protocol."    ::= { dsmonPdistStatsEntry 3 }dsmonPdistStatsOvflPkts OBJECT-TYPE    SYNTAX      ZeroBasedCounter32    MAX-ACCESS  read-only    STATUS      deprecated    DESCRIPTION            "The number of times the associated dsmonPdistStatsPkts            counter has overflowed.  Note that this object will only be            instantiated if the associated dsmonPdistStatsHCPkts object            is also instantiated for a particular dataSource."    ::= { dsmonPdistStatsEntry 4 }dsmonPdistStatsOvflOctets OBJECT-TYPE    SYNTAX      ZeroBasedCounter32    MAX-ACCESS  read-only    STATUS      deprecated    DESCRIPTION            "The number of times the associated dsmonPdistStatsOctets            counter has overflowed.  Note that this object will only be            instantiated if the associated dsmonPdistStatsHCOctets            object is also instantiated for a particular dataSource."    ::= { dsmonPdistStatsEntry 5 }dsmonPdistStatsHCPkts OBJECT-TYPE    SYNTAX      ZeroBasedCounter64    UNITS       "packets"    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION            "The 64-bit version of the dsmonPdistStatsPkts object.            Note that this object will only be instantiated if the RMON            agent supports High Capacity monitoring for a particular            dataSource."    ::= { dsmonPdistStatsEntry 6 }dsmonPdistStatsHCOctets OBJECT-TYPE    SYNTAX      ZeroBasedCounter64    UNITS       "octets"    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION            "The 64-bit version of the dsmonPdistStatsOctets object.            Note that this object will only be instantiated if the RMON            agent supports High Capacity monitoring for a particular            dataSource."    ::= { dsmonPdistStatsEntry 7 }dsmonPdistStatsCreateTime OBJECT-TYPE    SYNTAX     LastCreateTime    MAX-ACCESS read-only    STATUS     current    DESCRIPTION            "The value of sysUpTime when this dsmonPdistStats entry was            last instantiated by the agent.  This can be used by the            management station to detect if the entry has been deleted            and recreated between polls."    ::= { dsmonPdistStatsEntry 8 }---- Per-Protocol Statistics TopN Control Table--dsmonPdistTopNCtlTable OBJECT-TYPE    SYNTAX      SEQUENCE OF DsmonPdistTopNCtlEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION            "A set of parameters that control the creation of a report            of the top N dsmonPdist entries according to a particular            metric.            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 3 }dsmonPdistTopNCtlEntry OBJECT-TYPE    SYNTAX      DsmonPdistTopNCtlEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION            "A conceptual row in the dsmonPdistTopNCtlTable.            Entries are created and deleted from this table by            management action only, using the dsmonPdistTopNCtlStatus

⌨️ 快捷键说明

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