Reference record for OID 1.3.6.1.4.1.43.10.17.2.1.1.1.29



parent
1.3.6.1.4.1.43.10.17.2.1.1.1 (mrmMonitorRepEntry)
node code
29
node name
mrmMonRepErrorsPer10000Packets
dot oid
1.3.6.1.4.1.43.10.17.2.1.1.1.29
type
OBJECT-TYPE
asn1 oid
  • {iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprise(1) a3Com(43) generic(10) multiRepeater(17) mrmMonitorPackage(2) mrmMonRepeaterPackage(1) mrmMonitorRepTable(1) mrmMonitorRepEntry(1) mrmMonRepErrorsPer10000Packets(29)}
  • {iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprises(1) a3Com(43) generic(10) multiRepeater(17) mrmMonitorPackage(2) mrmMonRepeaterPackage(1) mrmMonitorRepTable(1) mrmMonitorRepEntry(1) mrmMonRepErrorsPer10000Packets(29)}
  • {iso(1) org(3) dod(6) internet(1) private(4) enterprise(1) a3Com(43) generic(10) multiRepeater(17) mrmMonitorPackage(2) mrmMonRepeaterPackage(1) mrmMonitorRepTable(1) mrmMonitorRepEntry(1) mrmMonRepErrorsPer10000Packets(29)}
  • {iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) a3Com(43) generic(10) multiRepeater(17) mrmMonitorPackage(2) mrmMonRepeaterPackage(1) mrmMonitorRepTable(1) mrmMonitorRepEntry(1) mrmMonRepErrorsPer10000Packets(29)}
  • {iso(1) iso-identified-organization(3) dod(6) internet(1) private(4) enterprise(1) a3Com(43) generic(10) multiRepeater(17) mrmMonitorPackage(2) mrmMonRepeaterPackage(1) mrmMonitorRepTable(1) mrmMonitorRepEntry(1) mrmMonRepErrorsPer10000Packets(29)}
  • {iso(1) iso-identified-organization(3) dod(6) internet(1) private(4) enterprises(1) a3Com(43) generic(10) multiRepeater(17) mrmMonitorPackage(2) mrmMonRepeaterPackage(1) mrmMonitorRepTable(1) mrmMonitorRepEntry(1) mrmMonRepErrorsPer10000Packets(29)}
  • iri oid
  • /iso/identified-organization/dod/internet/private/enterprise/a3Com/generic/multiRepeater/mrmMonitorPackage/mrmMonRepeaterPackage/mrmMonitorRepTable/mrmMonitorRepEntry/mrmMonRepErrorsPer10000Packets
  • /iso/identified-organization/dod/internet/private/enterprises/a3Com/generic/multiRepeater/mrmMonitorPackage/mrmMonRepeaterPackage/mrmMonitorRepTable/mrmMonitorRepEntry/mrmMonRepErrorsPer10000Packets
  • /iso/org/dod/internet/private/enterprise/a3Com/generic/multiRepeater/mrmMonitorPackage/mrmMonRepeaterPackage/mrmMonitorRepTable/mrmMonitorRepEntry/mrmMonRepErrorsPer10000Packets
  • /iso/org/dod/internet/private/enterprises/a3Com/generic/multiRepeater/mrmMonitorPackage/mrmMonRepeaterPackage/mrmMonitorRepTable/mrmMonitorRepEntry/mrmMonRepErrorsPer10000Packets
  • /iso/iso-identified-organization/dod/internet/private/enterprise/a3Com/generic/multiRepeater/mrmMonitorPackage/mrmMonRepeaterPackage/mrmMonitorRepTable/mrmMonitorRepEntry/mrmMonRepErrorsPer10000Packets
  • /iso/iso-identified-organization/dod/internet/private/enterprises/a3Com/generic/multiRepeater/mrmMonitorPackage/mrmMonRepeaterPackage/mrmMonitorRepTable/mrmMonitorRepEntry/mrmMonRepErrorsPer10000Packets
  • iri by oid_info
    /ISO/Identified-Organization/6/1/4/1/43/10/17/2/1/1/1/29

    Description by mibdepot

    This is a high level 'smart MIB' object. This object provides a running
    average of the number of errors per 10000 packets. This is an error
    rate, and is calculated over the number of packets received in the
    sample periods, and not on every 10000 packets.
    This value is calculated locally on the agent and so does not require
    processor bandwidth from a management station or occupy valuable
    network bandwidth communicating with that station.

    By default an agent supporting this parameter will exhibit the following
    behaviour:

    1) The parameter will be recalculated at approx 15 second intervals.
    2) Every calculation period the device will read the value of
    rptrMonitorPortTotalErrors and rptrMonitorPortReadableFrames.
    3) The calculation will be performed on the most recent 4 samples as
    follows:

    4
    10000 * Sum(Errors(i)/Frames(i))
    i=1

    Errors(i) = rptrMonitorPortTotalErrors(i)-rptrMonitorPortTotalErrors(i-1)
    Frames(i) = rptrMonitorPortReadableFrames(i)-rptrMonitorPortReadableFrames(i-1)

    The value is an integer number of errors per 10,000 packets received by this
    repeater.

    A default threshold exists on this average so that if a calculated average
    exceeds 200 (i.e. 2% of frames are in error) a trap will be sent to the
    management station. Further traps will not be sent until the average drops
    to below 100 (i.e. 1% of frames are in error).

    A particular device may provide a means of changing the number of samples,
    the averaging period and threshold if it so wishes.

    Parsed from file lbhub-fms.mib.txt
    Company: a3com
    Module: LBHUB-FMS-MIB

    Information by oid_info

    Vendor: 3Com
    Module: LBHUB-BOOM-MIB (lbhub-boom.mib)
    Type: TABULAR
    Access: read-only
    Syntax: Counter

    Automatically extracted from www.mibdepot.com

    Information by mibdepot

    mrmMonRepErrorsPer10000Packets OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " This is a high level 'smart MIB' object. This object provides a running average of the number of errors per 10000 packets. This is an error rate, and is calculated over the number of packets received in the sample periods, and not on every 10000 packets. This value is calculated locally on the agent and so does not require processor bandwidth from a management station or occupy valuable network bandwidth communicating with that station. By default an agent supporting this parameter will exhibit the following behaviour: 1) The parameter will be recalculated at approx 15 second intervals. 2) Every calculation period the device will read the value of rptrMonitorPortTotalErrors and rptrMonitorPortReadableFrames. 3) The calculation will be performed on the most recent 4 samples as follows: 4 10000 * Sum(Errors(i)/Frames(i)) i=1 Errors(i) = rptrMonitorPortTotalErrors(i)-rptrMonitorPortTotalErrors(i-1) Frames(i) = rptrMonitorPortReadableFrames(i)-rptrMonitorPortReadableFrames(i-1) The value is an integer number of errors per 10,000 packets received by this repeater. A default threshold exists on this average so that if a calculated average exceeds 200 (i.e. 2% of frames are in error) a trap will be sent to the management station. Further traps will not be sent until the average drops to below 100 (i.e. 1% of frames are in error). A particular device may provide a means of changing the number of samples, the averaging period and threshold if it so wishes." ::= {mrmMonitorRepEntry 29}

    First Registration Authority (recovered by parent 1.3.6.1.4.1.43)

    Jeremy Siegel

    Brothers (28)

    OIDNameSub childrenSub Nodes TotalDescription
    1.3.6.1.4.1.43.10.17.2.1.1.1.1 mrmMonRepServiceId 0 0 This parameter is used as the index in this table. A modular chassis
    contains potentially many repeater services. Each repeater …
    1.3.6.1.4.1.43.10.17.2.1.1.1.2 mrmMonRepReadableFrames 0 0 This counter is incremented by one for each frame whose OctetCount
    is greater than or equal to minFrameSize and less than or equ…
    1.3.6.1.4.1.43.10.17.2.1.1.1.3 mrmMonRepUnicastFrames 0 0 This counter is incremented by one for each readable frame seen by the
    Repeater that is addressed to a unicast (non Card) addres…
    1.3.6.1.4.1.43.10.17.2.1.1.1.4 mrmMonRepMulticastFrames 0 0 This counter is incremented by one for each readable frame seen by the
    Repeater that is addressed to a multicast (non broadcast)…
    1.3.6.1.4.1.43.10.17.2.1.1.1.5 mrmMonRepBroadcastFrames 0 0 This counter is incremented by one for each readable frame seen by the
    Repeater that is addressed to the broadcast address fffff…
    1.3.6.1.4.1.43.10.17.2.1.1.1.6 mrmMonRepReadableOctets 0 0 This counter is incremented by the octet count for each readable
    frame received by the repeater.

    NOTE: This counter does not real…
    1.3.6.1.4.1.43.10.17.2.1.1.1.7 mrmMonRepUnicastOctets 0 0 This object is the number of octets contained in valid frames that
    have been received on this port in which the destination fiel…
    1.3.6.1.4.1.43.10.17.2.1.1.1.8 mrmMonRepMulticastOctets 0 0 This object is the number of octets contained in valid frames that
    have been received on this port in which the destination was …
    1.3.6.1.4.1.43.10.17.2.1.1.1.9 mrmMonRepBroadcastOctets 0 0 This object is the number of octets contained in valid frames that
    have been received on this port in which the destination was …
    1.3.6.1.4.1.43.10.17.2.1.1.1.10 mrmMonRepFCSErrors 0 0 This counter is incremented by one for each frame with an FCS error
    that does not have a framing error and which is of legal fra…
    1.3.6.1.4.1.43.10.17.2.1.1.1.11 mrmMonRepAlignmentErrors 0 0 This counter is incremented by one for each frame with an FCS error
    that does have a framing error and which is of legal frame s…
    1.3.6.1.4.1.43.10.17.2.1.1.1.12 mrmMonRepFrameTooLongs 0 0 This counter is incremented by one for each frame whose octet count
    is greater than the max frame size that is received by the r…
    1.3.6.1.4.1.43.10.17.2.1.1.1.13 mrmMonRepShortEvents 0 0 This counter is incremented by one for each carrier event whose
    duration is less than short event max time that is detected by t…
    1.3.6.1.4.1.43.10.17.2.1.1.1.14 mrmMonRepRunts 0 0 This counter is incremented by one for each carrier event whose
    duration is greater than short event max time and less than vali…
    1.3.6.1.4.1.43.10.17.2.1.1.1.15 mrmMonRepTxCollisions 0 0 This counter is incremented by one for any CarrierEvent signal on any
    port of this repeater for which the CollisionEvent signal …
    1.3.6.1.4.1.43.10.17.2.1.1.1.16 mrmMonRepLateEvents 0 0 This counter is incremented by one each time a collisions occurs
    after valid packet min time, a late event is counted as both a
    c…
    1.3.6.1.4.1.43.10.17.2.1.1.1.17 mrmMonRepVeryLongEvents 0 0 This counter is incremented by one each time a carrier event
    occurs whose duration is greater than the MAU Jabber Lockup
    Protecti…
    1.3.6.1.4.1.43.10.17.2.1.1.1.18 mrmMonRepDataRateMismatches 0 0 This counter is incremented by one each time a packet has been received
    by this repeater with the data rate detectably mismatche…
    1.3.6.1.4.1.43.10.17.2.1.1.1.19 mrmMonRepAutoPartitions 0 0 This counter is incremented by one each time the repeater has automatically
    partitioned any port.

    NOTE: This counter does not rea…
    1.3.6.1.4.1.43.10.17.2.1.1.1.20 mrmMonRepTotalErrors 0 0 The total number of errors which have occurred on all ports on all groups
    of this repeater. This counter is the summation of the…
    1.3.6.1.4.1.43.10.17.2.1.1.1.21 mrmMonRepBound0 0 0 This object is a summation of the number of frames (including error frames)
    with a length of 64 octets which were received by ea…
    1.3.6.1.4.1.43.10.17.2.1.1.1.22 mrmMonRepBound1 0 0 This object is a summation of the number of frames (including error frames)
    with a length of between 65 and 127 octets inclusive…
    1.3.6.1.4.1.43.10.17.2.1.1.1.23 mrmMonRepBound2 0 0 This object is a summation of the number of frames (including error frames)
    with a length of between 128 and 255 octets inclusiv…
    1.3.6.1.4.1.43.10.17.2.1.1.1.24 mrmMonRepBound3 0 0 This object is a summation of the number of frames (including error frames)
    with a length of between 256 and 511 octets inclusiv…
    1.3.6.1.4.1.43.10.17.2.1.1.1.25 mrmMonRepBound4 0 0 This object is a summation of the number of frames (including error frames)
    with a length of between 512 and 1023 octets inclusi…
    1.3.6.1.4.1.43.10.17.2.1.1.1.26 mrmMonRepBound5 0 0 This object is a summation of the number of frames (including error frames)
    with a length of between 1024 and 1518 octets inclus…
    1.3.6.1.4.1.43.10.17.2.1.1.1.27 mrmMonRepAction 0 0 This object allows repeater stats specific actions to be implemented. There
    is only one action currently defined, 'clearCounters…
    1.3.6.1.4.1.43.10.17.2.1.1.1.28 mrmMonRepBandwidthUsed 0 0 This is a high level 'smart MIB' object. This object provides a running
    average of the bandwidth in use. This value is calculate…