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

📄 snmp-repeater-mib

📁 很不错java的SNMP应用例子
💻
📖 第 1 页 / 共 5 页
字号:
            "Table of performance and error statistics for the            ports.  The number of entries is the same as that            in the rptrPortTable.            The columnar object rptrMonitorPortLastChange            is used to indicate possible discontinuities            of counter type columnar objects in the table."    ::= { rptrMonitorPortInfo 1 }rptrMonitorPortEntry OBJECT-TYPE    SYNTAX      RptrMonitorPortEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION            "An entry in the table, containing performance and            error statistics for a single port."    INDEX    { rptrMonitorPortGroupIndex, rptrMonitorPortIndex }    ::= { rptrMonitorPortTable 1 }RptrMonitorPortEntry ::=    SEQUENCE {        rptrMonitorPortGroupIndex            Integer32,        rptrMonitorPortIndex            Integer32,        rptrMonitorPortReadableFrames            Counter32,        rptrMonitorPortReadableOctets            Counter32,        rptrMonitorPortFCSErrors            Counter32,        rptrMonitorPortAlignmentErrors            Counter32,        rptrMonitorPortFrameTooLongs            Counter32,        rptrMonitorPortShortEvents            Counter32,        rptrMonitorPortRunts            Counter32,        rptrMonitorPortCollisions            Counter32,        rptrMonitorPortLateEvents            Counter32,        rptrMonitorPortVeryLongEvents            Counter32,        rptrMonitorPortDataRateMismatches            Counter32,        rptrMonitorPortAutoPartitions            Counter32,        rptrMonitorPortTotalErrors            Counter32,        rptrMonitorPortLastChange            TimeStamp    }rptrMonitorPortGroupIndex OBJECT-TYPE    SYNTAX      Integer32 (1..2147483647)    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION            "This object identifies the group containing the            port for which this entry contains information."    ::= { rptrMonitorPortEntry 1 }rptrMonitorPortIndex OBJECT-TYPE    SYNTAX      Integer32 (1..2147483647)    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION            "This object identifies the port within the group            for which this entry contains information."    REFERENCE            "[IEEE 802.3 Mgt], 30.4.3.1.1, aPortID."    ::= { rptrMonitorPortEntry 2 }rptrMonitorPortReadableFrames OBJECT-TYPE    SYNTAX      Counter32    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION            "This object is the number of frames of valid            frame length that have been received on this port.            This counter is incremented by one for each frame            received on this port whose OctetCount is greater            than or equal to minFrameSize and less than or            equal to maxFrameSize (Ref: IEEE 802.3 Std,            4.4.2.1) and for which the FCSError and            CollisionEvent signals are not asserted.            A discontinuity may occur in the value            when the value of object            rptrMonitorPortLastChange changes.            This statistic provides one of the parameters            necessary for obtaining the packet error rate.            The approximate minimum time for rollover of this            counter is 80 hours at 10Mb/s."    REFERENCE            "[IEEE 802.3 Mgt], 30.4.3.1.4, aReadableFrames."    ::= { rptrMonitorPortEntry 3 }rptrMonitorPortReadableOctets OBJECT-TYPE    SYNTAX      Counter32    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION            "This object is the number of octets contained in            valid frames that have been received on this port.            This counter is incremented by OctetCount for each            frame received on this port which has been            determined to be a readable frame (i.e., including            FCS octets but excluding framing bits and dribble            bits).            A discontinuity may occur in the value            when the value of object            rptrMonitorPortLastChange changes.            This statistic provides an indicator of the total            data transferred.  The approximate minimum time            for rollover of this counter in a 10Mb/s repeater            is 58 minutes.            For ports receiving traffic at a maximum rate in            a 100Mb/s repeater, this counter can roll over            in less than 6 minutes.  Since that amount of time            could be less than a management station's poll cycle            time, in order to avoid a loss of information a            management station is advised to also poll the            rptrMonitorPortUpper32Octets object, or to use the            64-bit counter defined by            rptrMonitorPortHCReadableOctets instead of the            two 32-bit counters."    REFERENCE            "[IEEE 802.3 Mgt], 30.4.3.1.5, aReadableOctets."    ::= { rptrMonitorPortEntry 4 }rptrMonitorPortFCSErrors OBJECT-TYPE    SYNTAX      Counter32    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION            "This counter is incremented by one for each frame            received on this port with the FCSError signal            asserted and the FramingError and CollisionEvent            signals deasserted and whose OctetCount is greater            than or equal to minFrameSize and less than or            equal to maxFrameSize (Ref: 4.4.2.1, IEEE 802.3            Std).            A discontinuity may occur in the value            when the value of object            rptrMonitorPortLastChange changes.            The approximate minimum time for rollover of this            counter is 80 hours at 10Mb/s."    REFERENCE            "[IEEE 802.3 Mgt], 30.4.3.1.6,            aFrameCheckSequenceErrors."    ::= { rptrMonitorPortEntry 5 }rptrMonitorPortAlignmentErrors OBJECT-TYPE    SYNTAX      Counter32    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION            "This counter is incremented by one for each frame            received on this port with the FCSError and            FramingError signals asserted and CollisionEvent            signal deasserted and whose OctetCount is greater            than or equal to minFrameSize and less than or            equal to maxFrameSize (Ref: IEEE 802.3 Std,            4.4.2.1).  If rptrMonitorPortAlignmentErrors is            incremented then the rptrMonitorPortFCSErrors            Counter shall not be incremented for the same            frame.            A discontinuity may occur in the value            when the value of object            rptrMonitorPortLastChange changes.            The approximate minimum time for rollover of this            counter is 80 hours at 10Mb/s."    REFERENCE            "[IEEE 802.3 Mgt], 30.4.3.1.7, aAlignmentErrors."    ::= { rptrMonitorPortEntry 6 }rptrMonitorPortFrameTooLongs OBJECT-TYPE    SYNTAX      Counter32    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION            "This counter is incremented by one for each frame            received on this port whose OctetCount is greater            than maxFrameSize (Ref: 4.4.2.1, IEEE 802.3 Std).            If rptrMonitorPortFrameTooLongs is incremented            then neither the rptrMonitorPortAlignmentErrors            nor the rptrMonitorPortFCSErrors counter shall be            incremented for the frame.            A discontinuity may occur in the value            when the value of object            rptrMonitorPortLastChange changes.            The approximate minimum time for rollover of this            counter is 61 days in a 10Mb/s repeater."    REFERENCE            "[IEEE 802.3 Mgt], 30.4.3.1.8, aFramesTooLong."    ::= { rptrMonitorPortEntry 7 }rptrMonitorPortShortEvents OBJECT-TYPE    SYNTAX      Counter32    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION            "This counter is incremented by one for each            CarrierEvent on this port with ActivityDuration            less than ShortEventMaxTime.  ShortEventMaxTime is            greater than 74 bit times and less than 82 bit            times.  ShortEventMaxTime has tolerances included            to provide for circuit losses between a            conformance test point at the AUI and the            measurement point within the state machine.            Notes:            ShortEvents may indicate externally            generated noise hits which will cause the repeater            to transmit Runts to its other ports, or propagate            a collision (which may be late) back to the            transmitting DTE and damaged frames to the rest of            the network.            Implementors may wish to consider selecting the            ShortEventMaxTime towards the lower end of the            allowed tolerance range to accommodate bit losses            suffered through physical channel devices not            budgeted for within this standard.            The significance of this attribute is different            in 10 and 100 Mb/s collision domains.  Clause 9            repeaters perform fragment extension of short            events which would be counted as runts on the            interconnect ports of other repeaters.  Clause            27 repeaters do not perform fragment extension.            A discontinuity may occur in the value            when the value of object            rptrMonitorPortLastChange changes.            The approximate minimum time for rollover of this            counter is 16 hours in a 10Mb/s repeater."    REFERENCE            "[IEEE 802.3 Mgt], 30.4.3.1.9, aShortEvents."    ::= { rptrMonitorPortEntry 8 }rptrMonitorPortRunts OBJECT-TYPE    SYNTAX      Counter32    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION            "This counter is incremented by one for each            CarrierEvent on this port that meets one of the            following two conditions.  Only one test need be            made.  a) The ActivityDuration is greater than            ShortEventMaxTime and less than ValidPacketMinTime            and the CollisionEvent signal is deasserted.  b)            The OctetCount is less than 64, the            ActivityDuration is greater than ShortEventMaxTime            and the CollisionEvent signal is deasserted.            ValidPacketMinTime is greater than or equal to 552            bit times and less than 565 bit times.            An event whose length is greater than 74 bit times            but less than 82 bit times shall increment either            the shortEvents counter or the runts counter but            not both.  A CarrierEvent greater than or equal to            552 bit times but less than 565 bit times may or            may not be counted as a runt.            ValidPacketMinTime has tolerances included to            provide for circuit losses between a conformance            test point at the AUI and the measurement point            within the state machine.            Runts usually indicate collision fragments, a            normal network event.  In certain situations            associated with large diameter networks a            percentage of collision fragments may exceed            ValidPacketMinTime.            A discontinuity may occur in the value            when the value of object            rptrMonitorPortLastChange changes.            The approximate minimum time for rollover of this            counter is 16 hours in a 10Mb/s repeater."    REFERENCE            "[IEEE 802.3 Mgt], 30.4.3.1.10, aRunts."    ::= { rptrMonitorPortEntry 9 }rptrMonitorPortCollisions OBJECT-TYPE    SYNTAX      Counter32    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION            "For a clause 9 repeater, this counter is            incremented by one for any CarrierEvent signal            on any port for which the CollisionEvent signal            on this port is asserted.  For a clause 27            repeater port the counter increments on entering            the Collision Count Increment state of the            partition state diagram (fig 27-8 of            [IEEE 802.3 Std]).            A discontinuity may occur in the value            when the value of object            rptrMonitorPortLastChange changes.            The approximate minimum time for rollover of this            counter is 16 hours in a 10Mb/s repeater."    REFERENCE            "[IEEE 802.3 Mgt], 30.4.3.1.11, aCollisions."    ::= { rptrMonitorPortEntry 10 }rptrMonitorPortLateEvents OBJECT-TYPE    SYNTAX      Counter32    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION            "For a clause 9 repeater port, this counter is            incremented by one for each CarrierEvent            on this port in which the CollIn(X)            variable transitions to the value SQE (Ref:            9.6.6.2, IEEE 802.3 Std) while the            ActivityDuration is greater than the            LateEventThreshold.  For a clause 27 repeater            port, this counter is incremented by one on            entering the Collision Count Increment state            of the  partition state diagram (fig 27-8)            while the  ActivityDuration is greater than            the LateEvent- Threshold.  Such a CarrierEvent            is counted twice, as both a collision and as a            lateEvent.            The LateEventThreshold is greater than 480 bit            times and less than 565 bit times.            LateEventThreshold has tolerances included to            permit an implementation to build a single            threshold to serve as both the LateEventThreshold            and ValidPacketMinTime threshold.

⌨️ 快捷键说明

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