bufferControlMaxOctetsGranted
RMON-MIB ·
.1.3.6.1.2.1.16.8.1.1.9
Object
The maximum number of octets that can be
saved in this captureBuffer, including overhead.
If this variable is -1, the capture buffer will save
as many octets as possible.
When the bufferControlMaxOctetsRequested object is
created or modified, the probe should set this object
as closely to the requested value as is possible for the
particular probe implementation and available resources.
However, if the request object has the special value
of -1, the probe must set this object to -1.
The probe must not lower this value except as a result of
a modification to the associated
bufferControlMaxOctetsRequested object.
When this maximum number of octets is reached
and a new packet is to be added to this
capture buffer and the corresponding
bufferControlFullAction is set to wrapWhenFull(2),
enough of the oldest packets associated with this
capture buffer shall be deleted by the agent so
that the new packet can be added. If the corresponding
bufferControlFullAction is set to lockWhenFull(1),
the new packet shall be discarded. In either case,
the probe must set bufferControlFullStatus to
full(2).
When the value of this object changes to a value less
than the current value, entries are deleted from
the captureBufferTable associated with this
bufferControlEntry. Enough of the
oldest of these captureBufferEntries shall be
deleted by the agent so that the number of octets
used remains less than or equal to the new value of
this object.
When the value of this object changes to a value greater
than the current value, the number of associated
captureBufferEntries may be allowed to grow.
Context
- MIB
- RMON-MIB
- OID
.1.3.6.1.2.1.16.8.1.1.9- Type
- column
- Access
- readonly
- Status
- current
- Units
- Octets
- Parent
- bufferControlEntry
- Table
- bufferControlTable
- Siblings
- 12
Syntax
Octets SNMPv2-SMIInteger32
- Source
- SNMPv2-SMIInteger32
- Base type
Integer32
Values & Constraints
Type Constraints
range: -2147483648..2147483647
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| bufferControlIndex An index that uniquely identifies an entry
in the bufferControl table. The value of this
index shall never be zero. Each such
entry defines one set of packets that is
captured a… | column | Integer32 | .1.3.6.1.2.1.16.8.1.1.1 |
| bufferControlCapturedPackets The number of packets currently in this captureBuffer. | column | Packets SNMPv2-SMIInteger32 | .1.3.6.1.2.1.16.8.1.1.10 |
| bufferControlTurnOnTime The value of sysUpTime when this capture buffer was
first turned on. | column | SNMPv2-SMITimeTicks | .1.3.6.1.2.1.16.8.1.1.11 |
| bufferControlOwner The entity that configured this entry and is therefore
using the resources assigned to it. | column | OwnerString | .1.3.6.1.2.1.16.8.1.1.12 |
| bufferControlStatus The status of this buffer Control Entry. | column | EntryStatus | .1.3.6.1.2.1.16.8.1.1.13 |
| bufferControlChannelIndex An index that identifies the channel that is the
source of packets for this bufferControl table.
The channel identified by a particular value of this
index is the same as identifi… | column | Integer32 | .1.3.6.1.2.1.16.8.1.1.2 |
| bufferControlFullStatus This object shows whether the buffer has room to
accept new packets or if it is full.
If the status is spaceAvailable(1), the buffer is
accepting new packets normal… | column | Enumeration | .1.3.6.1.2.1.16.8.1.1.3 |
| bufferControlFullAction Controls the action of the buffer when it
reaches the full status. When in the lockWhenFull(1)
state and a packet is added to the buffer that
fills the buffer, the bufferControlF… | column | Enumeration | .1.3.6.1.2.1.16.8.1.1.4 |
| bufferControlCaptureSliceSize The maximum number of octets of each packet
that will be saved in this capture buffer.
For example, if a 1500 octet packet is received by
the probe and this object is set to 500, … | column | Octets SNMPv2-SMIInteger32 | .1.3.6.1.2.1.16.8.1.1.5 |
| bufferControlDownloadSliceSize The maximum number of octets of each packet
in this capture buffer that will be returned in
an SNMP retrieval of that packet. For example,
if 500 octets of a packet have been sto… | column | Octets SNMPv2-SMIInteger32 | .1.3.6.1.2.1.16.8.1.1.6 |
| bufferControlDownloadOffset The offset of the first octet of each packet
in this capture buffer that will be returned in
an SNMP retrieval of that packet. For example,
if 500 octets of a packet have been st… | column | Octets SNMPv2-SMIInteger32 | .1.3.6.1.2.1.16.8.1.1.7 |
| bufferControlMaxOctetsRequested The requested maximum number of octets to be
saved in this captureBuffer, including any
implementation-specific overhead. If this variable
is set to -1, the capture buffer will sa… | column | Octets SNMPv2-SMIInteger32 | .1.3.6.1.2.1.16.8.1.1.8 |