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

📄 hc-rmon-mib

📁 很不错java的SNMP应用例子
💻
📖 第 1 页 / 共 5 页
字号:
nlHostHighCapacityTable  OBJECT-TYPE    SYNTAX     SEQUENCE OF NlHostHighCapacityEntry    MAX-ACCESS not-accessible    STATUS     current    DESCRIPTION        "Contains the High Capacity RMON extensions to the RMON-2        nlHostTable."    ::= { nlHost 3 }nlHostHighCapacityEntry  OBJECT-TYPE    SYNTAX     NlHostHighCapacityEntry    MAX-ACCESS not-accessible    STATUS     current    DESCRIPTION        "Contains the High Capacity RMON extensions to the RMON-2        nlHostEntry. These objects will be created by the agent        for all nlHostEntries associated with whichever        hlHostControlEntries it deems appropriate. (i.e., either all        nlHostHighCapacityEntries associated with a particular        hlHostControlEntry will be created, or none of them will        be.)"    INDEX { hlHostControlIndex, nlHostTimeMark,            protocolDirLocalIndex, nlHostAddress }    ::= { nlHostHighCapacityTable 1 }NlHostHighCapacityEntry ::= SEQUENCE {    nlHostHighCapacityInOverflowPkts    ZeroBasedCounter32,    nlHostHighCapacityInPkts            ZeroBasedCounter64,    nlHostHighCapacityOutOverflowPkts   ZeroBasedCounter32,    nlHostHighCapacityOutPkts           ZeroBasedCounter64,    nlHostHighCapacityInOverflowOctets  ZeroBasedCounter32,    nlHostHighCapacityInOctets          ZeroBasedCounter64,    nlHostHighCapacityOutOverflowOctets ZeroBasedCounter32,    nlHostHighCapacityOutOctets         ZeroBasedCounter64}nlHostHighCapacityInOverflowPkts OBJECT-TYPE    SYNTAX     ZeroBasedCounter32    UNITS      "Packets"    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "The number of times the associated nlHostInPkts        counter has overflowed."    ::= { nlHostHighCapacityEntry 1 }nlHostHighCapacityInPkts OBJECT-TYPE    SYNTAX     ZeroBasedCounter64    UNITS      "Packets"    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "The number of packets without errors transmitted to        this address since it was added to the nlHostHighCapacityTable.        Note that this is the number of link-layer packets, so if a        single network-layer packet is fragmented into several        link-layer frames, this counter is incremented several times."    ::= { nlHostHighCapacityEntry 2 }nlHostHighCapacityOutOverflowPkts OBJECT-TYPE    SYNTAX     ZeroBasedCounter32    UNITS      "Packets"    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "The number of times the associated nlHostOutPkts        counter has overflowed."    ::= { nlHostHighCapacityEntry 3 }nlHostHighCapacityOutPkts OBJECT-TYPE    SYNTAX     ZeroBasedCounter64    UNITS      "Packets"    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "The number of packets without errors transmitted by        this address since it was added to the nlHostHighCapacityTable.        Note that this is the number of link-layer packets, so if a        single network-layer packet is fragmented into several        link-layer frames, this counter is incremented several times."    ::= { nlHostHighCapacityEntry 4 }nlHostHighCapacityInOverflowOctets OBJECT-TYPE    SYNTAX     ZeroBasedCounter32    UNITS      "Octets"    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "The number of times the associated nlHostInOctets        counter has overflowed."    ::= { nlHostHighCapacityEntry 5 }nlHostHighCapacityInOctets OBJECT-TYPE    SYNTAX     ZeroBasedCounter64    UNITS      "Octets"    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "The number of octets transmitted to this address        since it was added to the nlHostHighCapacityTable        (excluding framing bits but including FCS octets),        excluding those octets in packets that contained        errors.        Note this doesn't count just those octets in the        particular protocol frames, but includes the entire        packet that contained the protocol."    ::= { nlHostHighCapacityEntry 6 }nlHostHighCapacityOutOverflowOctets OBJECT-TYPE    SYNTAX     ZeroBasedCounter32    UNITS      "Octets"    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "The number of times the associated nlHostOutOctets        counter has overflowed."    ::= { nlHostHighCapacityEntry 7 }nlHostHighCapacityOutOctets OBJECT-TYPE    SYNTAX     ZeroBasedCounter64    UNITS      "Octets"    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "The number of octets transmitted by this address        since it was added to the nlHostHighCapacityTable        (excluding framing bits but including FCS octets),        excluding those octets in packets that contained        errors.        Note this doesn't count just those octets in the        particular protocol frames, but includes the entire        packet that contained the protocol."    ::= { nlHostHighCapacityEntry 8 }-- High Capacity extensions for the nlMatrixTablenlMatrixSDHighCapacityTable  OBJECT-TYPE    SYNTAX     SEQUENCE OF NlMatrixSDHighCapacityEntry    MAX-ACCESS not-accessible    STATUS     current    DESCRIPTION        "Contains the High Capacity RMON extensions to the RMON-2        nlMatrixTable."    ::= { nlMatrix 6 }nlMatrixSDHighCapacityEntry  OBJECT-TYPE    SYNTAX     NlMatrixSDHighCapacityEntry    MAX-ACCESS not-accessible    STATUS     current    DESCRIPTION        "Contains the High Capacity RMON extensions to the RMON-2        nlMatrixEntry. These objects will be created by the agent        for all nlMatrixSDEntries associated with whichever        hlMatrixControlEntries it deems appropriate. (i.e., either all        nlMatrixSDHighCapacityEntries associated with a particular        hlMatrixControlEntry will be created, or none of them will        be.)"    INDEX { hlMatrixControlIndex, nlMatrixSDTimeMark,            protocolDirLocalIndex,            nlMatrixSDSourceAddress, nlMatrixSDDestAddress }    ::= { nlMatrixSDHighCapacityTable 1 }NlMatrixSDHighCapacityEntry ::= SEQUENCE {    nlMatrixSDHighCapacityOverflowPkts   ZeroBasedCounter32,    nlMatrixSDHighCapacityPkts           ZeroBasedCounter64,    nlMatrixSDHighCapacityOverflowOctets ZeroBasedCounter32,    nlMatrixSDHighCapacityOctets         ZeroBasedCounter64}nlMatrixSDHighCapacityOverflowPkts OBJECT-TYPE    SYNTAX     ZeroBasedCounter32    UNITS      "Packets"    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "The number of times the associated nlMatrixSDPkts        counter has overflowed."    ::= { nlMatrixSDHighCapacityEntry 1 }nlMatrixSDHighCapacityPkts OBJECT-TYPE    SYNTAX     ZeroBasedCounter64    UNITS      "Packets"    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "The number of packets without errors transmitted from the        source address to the destination address since this entry was        added to the nlMatrixSDHighCapacityTable.  Note that this is        the number of link-layer packets, so if a single network-layer        packet is fragmented into several link-layer frames, this        counter is incremented several times."    ::= { nlMatrixSDHighCapacityEntry 2 }nlMatrixSDHighCapacityOverflowOctets OBJECT-TYPE    SYNTAX     ZeroBasedCounter32    UNITS      "Octets"    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "The number of times the associated nlMatrixSDOctets        counter has overflowed."    ::= { nlMatrixSDHighCapacityEntry 3 }nlMatrixSDHighCapacityOctets OBJECT-TYPE    SYNTAX     ZeroBasedCounter64    UNITS      "Octets"    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "The number of octets transmitted from the source address to        the destination address since this entry was added to the        nlMatrixSDHighCapacityTable (excluding framing bits but        including FCS octets), excluding those octets in packets that        contained errors.        Note this doesn't count just those octets in the particular        protocol frames, but includes the entire packet that contained        the protocol."    ::= { nlMatrixSDHighCapacityEntry 4 }-- High Capacity extensions for the nlMatrixDSTablenlMatrixDSHighCapacityTable  OBJECT-TYPE    SYNTAX     SEQUENCE OF NlMatrixDSHighCapacityEntry    MAX-ACCESS not-accessible    STATUS     current    DESCRIPTION        "Contains the High Capacity RMON extensions to the RMON-2        nlMatrixDSTable."    ::= { nlMatrix 7 }nlMatrixDSHighCapacityEntry  OBJECT-TYPE    SYNTAX     NlMatrixDSHighCapacityEntry    MAX-ACCESS not-accessible    STATUS     current    DESCRIPTION        "Contains the High Capacity RMON extensions to the RMON-2        nlMatrixDSEntry. These objects will be created by the agent        for all nlMatrixDSEntries associated with whichever        hlmatrixControlEntries it deems appropriate. (i.e., either all        nlMatrixDSHighCapacityEntries associated with a particular        hlMatrixControlEntry will be created, or none of them will        be.)"    INDEX { hlMatrixControlIndex, nlMatrixDSTimeMark,            protocolDirLocalIndex,            nlMatrixDSDestAddress, nlMatrixDSSourceAddress }    ::= { nlMatrixDSHighCapacityTable 1 }NlMatrixDSHighCapacityEntry ::= SEQUENCE {    nlMatrixDSHighCapacityOverflowPkts   ZeroBasedCounter32,    nlMatrixDSHighCapacityPkts           ZeroBasedCounter64,    nlMatrixDSHighCapacityOverflowOctets ZeroBasedCounter32,    nlMatrixDSHighCapacityOctets         ZeroBasedCounter64}nlMatrixDSHighCapacityOverflowPkts OBJECT-TYPE    SYNTAX     ZeroBasedCounter32    UNITS      "Packets"    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "The number of times the associated nlMatrixDSPkts        counter has overflowed."    ::= { nlMatrixDSHighCapacityEntry 1 }nlMatrixDSHighCapacityPkts OBJECT-TYPE    SYNTAX     ZeroBasedCounter64    UNITS      "Packets"    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "The number of packets without errors transmitted from the        source address to the destination address since this entry was        added to the nlMatrixDSHighCapacityTable.  Note that this is        the number of link-layer packets, so if a single network-layer        packet is fragmented into several link-layer frames, this        counter is incremented several times."    ::= { nlMatrixDSHighCapacityEntry 2 }nlMatrixDSHighCapacityOverflowOctets OBJECT-TYPE    SYNTAX     ZeroBasedCounter32    UNITS      "Octets"    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "The number of times the associated nlMatrixDSOctets        counter has overflowed."    ::= { nlMatrixDSHighCapacityEntry 3 }nlMatrixDSHighCapacityOctets OBJECT-TYPE    SYNTAX     ZeroBasedCounter64    UNITS      "Octets"    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "The number of octets transmitted from the source address        to the destination address since this entry was added to the        nlMatrixDSHighCapacityTable (excluding framing bits but        including FCS octets), excluding those octets in packets that        contained errors.        Note this doesn't count just those octets in the particular        protocol frames, but includes the entire packet that contained        the protocol."    ::= { nlMatrixDSHighCapacityEntry 4 }-- High Capacity extensions for the nlMatrixTopNTablenlMatrixTopNHighCapacityTable OBJECT-TYPE    SYNTAX     SEQUENCE OF NlMatrixTopNHighCapacityEntry    MAX-ACCESS not-accessible    STATUS     current    DESCRIPTION        "Contains the High Capacity RMON extensions to the RMON-2        nlMatrixTopNTable when nlMatrixTopNControlRateBase specifies        a High Capacity TopN Report."    ::= { nlMatrix 8 }nlMatrixTopNHighCapacityEntry OBJECT-TYPE    SYNTAX     NlMatrixTopNHighCapacityEntry    MAX-ACCESS not-accessible    STATUS     current    DESCRIPTION        "Contains the High Capacity RMON extensions to the RMON-2        nlMatrixTopNEntry when nlMatrixTopNControlRateBase specifies        a High Capacity TopN Report. These objects will be created by        the agent for all nlMatrixTopNEntries associated with whichever        nlMatrixTopNControlEntries have a nlMatrixTopNControlRateBase        that specify a high capacity report."    INDEX { nlMatrixTopNControlIndex, nlMatrixTopNIndex }    ::= { nlMatrixTopNHighCapacityTable 1 }NlMatrixTopNHighCapacityEntry ::= SEQUENCE {  nlMatrixTopNHighCapacityProtocolDirLocalIndex    Integer32,  nlMatrixTopNHighCapacitySourceAddress            OCTET STRING,  nlMatrixTopNHighCapacityDestAddress              OCTET STRING,  nlMatrixTopNHighCapacityBasePktRate              Gauge32,  nlMatrixTopNHighCapacityOverflowPktRate          Gauge32,  nlMatrixTopNHighCapacityPktRate                  CounterBasedGauge64,  nlMatrixTopNHighCapacityReverseBasePktRate       Gauge32,  nlMatrixTopNHighCapacityReverseOverflowPktRate   Gauge32,  nlMatrixTopNHighCapacityReversePktRate           CounterBasedGauge64,  nlMatrixTopNHighCapacityBaseOctetRate            Gauge32,  nlMatrixTopNHighCapacityOverflowOctetRate        Gauge32,  nlMatrixTopNHighCapacityOctetRate                CounterBasedGauge64,  nlMatrixTopNHighCapacityReverseBaseOctetRate     Gauge32,  nlMatrixTopNHighCapacityReverseOverflowOctetRate Gauge32,  nlMatrixTopNHighCapacityReverseOctetRate         CounterBasedGauge64}nlMatrixTopNHighCapacityProtocolDirLocalIndex OBJECT-TYPE    SYNTAX     Integer32 (1..2147483647)    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "

⌨️ 快捷键说明

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