All MIBs › LBHUB-BOOM-MIB › mrmMonPortBandwidthUsed
mrmMonPortBandwidthUsed
Module: LBHUB-BOOM-MIB
OID (symbolic): LBHUB-BOOM-MIB::mrmMonPortBandwidthUsed
OID (numeric): 1.3.6.1.4.1.43.10.17.2.3.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. This value is calculated locally on the agent and so does not require processor bandwidth from the management station or occupy valuable network bandwidth communicating with that station. By default an agent supporting this parameter will exhibit the following characteristics:
1) The parameter will be recalculated at approx 15 second intervals 2) Every calculation period the device will read the value of mrmMonPortReadableOctets. 3) The calculation will be performed on the most recent 4 samples as follows:
4 Sum(sample(i)/(time(i) * K)) * 100/4 i=1
Sample(i) is mrmMonPortReadableOctets(i)-mrmMonPortReadableOctets(i-1) time(i) is the time between sample(i-1) and sample(i) K is the max bytes per unit time (i.e. the available bandwidth K depends on the ring speed.
The value is expressed as a percentage.
A default threshold exists on this average so that if a calculated average exceeds 15% a trap will be sent to the management station. Further traps will not be sent until the average drops to below 10%.
A particular device may provide a means of changing the number of samples, the averaging period, threshold and threshold action if it so wishes.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.43.10.17.2.3.1.1.29 snmpwalk -v2c -c public <target> LBHUB-BOOM-MIB::mrmMonPortBandwidthUsed
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.43.10.17.2.3.1.1.29.1 snmpget -v2c -c public <target> LBHUB-BOOM-MIB::mrmMonPortBandwidthUsed.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.3 | mrmMonPortPackage | LBHUB-BOOM-MIB |
| 1.3.6.1.4.1.43.10.17.2.3.1 | mrmMonitorPortTable | LBHUB-BOOM-MIB |
| 1.3.6.1.4.1.43.10.17.2.3.1.1 | mrmMonitorPortEntry | LBHUB-BOOM-MIB |
| 1.3.6.1.4.1.43.10.17.2.3.1.1.29 | mrmMonPortBandwidthUsed | LBHUB-BOOM-MIB |