c2900BandwidthUsageCurrent
CISCO-C2900-MIB ·
.1.3.6.1.4.1.9.9.87.1.5.1
Object
The current bandwidth consumed. The measurement unit is
in megabits per second (1,000,000 bits/second).
This value gives a reasonable estimate of the amount of
traffic currently flowing through the switch.
It is calculated as follows:
Octets*8 + Frames*(96 + 64)
---------------------------
Measurement Interval * 1,000,000 * 2
Where:
Measurement Interval is the amount of time over which
the Octets and Frames were collected, in seconds.
Measurement Interval is always one second in current
implementation.
Octets is the total number of octets transmitted
or received by all network interfaces, excluding
framing data but including FCS. This includes octets
in frames which were partially transmitted or
received (due to collisions, for example).
Frames is the total number of frames transmitted
or received by all network interfaces, including
frames with errors.
The number of frames is multiplied by 96 plus 64 in
order to estimate the delay between each frame for
Ethernet's IPG and preamble/SFD.
The '2' in the divisor makes this a forwarding bandwidth
counter. A frame received on one interface is typically
forwarded out another interface. In order to avoid double-
counting this frame's bandwidth, once on the receiving
interface and once on the transmitting interface, the
total bandwidth is divided by two.
Since multicast and broadcast frames can be sent to multiple
ports, the above is at best a lower bound.
Context
- MIB
- CISCO-C2900-MIB
- OID
.1.3.6.1.4.1.9.9.87.1.5.1- Type
- scalar
- Access
- readonly
- Status
- current
- Units
- megabits per second
- Parent
- c2900BandwidthUsage
- Siblings
- 5
Syntax
megabits per second SNMPv2-SMIGauge32
- Source
- SNMPv2-SMIGauge32
- Base type
Unsigned32
Values & Constraints
Type Constraints
range: 0..4294967295
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| c2900BandwidthUsageMaxPeakEntries The maximum number of entries c2900BandwidthUsagePeakTable
can have. | scalar | SNMPv2-SMIGauge32 | .1.3.6.1.4.1.9.9.87.1.5.2 |
| c2900BandwidthUsagePeakInterval This object specifies the length of time
which forms a peak bandwidth measurement interval.
A write to this object with any new value
restarts the peak bandwidth record… | scalar | Enumeration | .1.3.6.1.4.1.9.9.87.1.5.3 |
| c2900BandwidthUsagePeakRestart Set to true(1) to clear the c2900BandwidthUsagePeakTable
and restart the peak bandwidth recording.
No action will be taken if this object is set
to false(2). This object returns … | scalar | SNMPv2-TCTruthValue | .1.3.6.1.4.1.9.9.87.1.5.4 |
| c2900BandwidthUsageCurrentPeakEntry A value identifying an instance of the
c2900BandwidthUsagePeakIndex where the
peak bandwidth estimation is most recent. | scalar | SNMPv2-SMIGauge32 | .1.3.6.1.4.1.9.9.87.1.5.5 |
| c2900BandwidthUsagePeakTable A list of entries containing peak bandwidth usages in
a number of recording interval.
After being cleared, entries are added to the
bandwidthUsagePeakTable with ascendi… | table | - | .1.3.6.1.4.1.9.9.87.1.5.6 |