All MIBs › LBHUB-BOOM-MIB › mrmMonCardErrorsPer10000Packets
mrmMonCardErrorsPer10000Packets
Module: LBHUB-BOOM-MIB
OID (symbolic): LBHUB-BOOM-MIB::mrmMonCardErrorsPer10000Packets
OID (numeric): 1.3.6.1.4.1.43.10.17.2.2.1.1.29
Node type: OBJECT-TYPE
Type: Counter
Access: read-only
Description:
This is a high level 'smart MIB' object. This object provides a running average of the bandwidth in use. The value of 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 rptrMonitorGroupTotalErrors and rptrMonitorGroupTotalFrames. 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) = rptrMonitorGroupTotalErrors(i)-rptrMonitorGroupTotalErrors(i-1) Frames(i) = rptrMonitorGroupTotalFrames(i)-rptrMonitorGroupTotalFrames(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.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.43.10.17.2.2.1.1.29 snmpwalk -v2c -c public <target> LBHUB-BOOM-MIB::mrmMonCardErrorsPer10000Packets
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.43.10.17.2.2.1.1.29.1 snmpget -v2c -c public <target> LBHUB-BOOM-MIB::mrmMonCardErrorsPer10000Packets.1
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.43 | a3Com | A3COM-HUAWEI-OID-MIB |
| 1.3.6.1.4.1.43.10 | generic | A3Com-products-MIB |
| 1.3.6.1.4.1.43.10.17 | multiRepeater | A3COM0004-GENERIC |
| 1.3.6.1.4.1.43.10.17.2 | mrmMonitorPackage | LBHUB-BOOM-MIB |
| 1.3.6.1.4.1.43.10.17.2.2 | mrmMonCardPackage | LBHUB-BOOM-MIB |
| 1.3.6.1.4.1.43.10.17.2.2.1 | mrmMonitorCardTable | LBHUB-BOOM-MIB |
| 1.3.6.1.4.1.43.10.17.2.2.1.1 | mrmMonitorCardEntry | LBHUB-BOOM-MIB |
| 1.3.6.1.4.1.43.10.17.2.2.1.1.29 | mrmMonCardErrorsPer10000Packets | LBHUB-BOOM-MIB |