bufferControlFullStatus
RFC1271-MIB ·
.1.3.6.1.2.1.16.8.1.1.3
Object
column
mandatory
Enumeration
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 normally. If the status is
full(2) and the associated bufferControlFullAction
object is wrapWhenFull, the buffer is accepting new
packets by deleting enough of the oldest packets
to make room for new ones as they arrive. Otherwise,
if the status is full(2) and the
bufferControlFullAction object is lockWhenFull,
then the buffer has stopped collecting packets.
When this object is set to full(2) the probe must
not later set it to spaceAvailable(1) except in the
case of a significant gain in resources such as
an increase of bufferControlOctetsGranted. In
particular, the wrap-mode action of deleting old
packets to make room for newly arrived packets
must not affect the value of this object.
Context
- MIB
- RFC1271-MIB
- OID
.1.3.6.1.2.1.16.8.1.1.3- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- bufferControlEntry
- Table
- bufferControlTable
- Siblings
- 12
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | spaceAvailable |
2 | full |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| bufferControlIndex mandatory 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 mandatory The number of packets currently in this captureBuffer. | column | Integer32 | .1.3.6.1.2.1.16.8.1.1.10 |
| bufferControlTurnOnTime mandatory The value of sysUpTime when this capture buffer was
first turned on. | column | RFC1155-SMITimeTicks | .1.3.6.1.2.1.16.8.1.1.11 |
| bufferControlOwner mandatory The entity that configured this entry and is therefore
using the resources assigned to it. | column | - | .1.3.6.1.2.1.16.8.1.1.12 |
| bufferControlStatus mandatory The status of this buffer Control Entry. | column | EntryStatus | .1.3.6.1.2.1.16.8.1.1.13 |
| bufferControlChannelIndex mandatory 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 |
| bufferControlFullAction mandatory Controls the action of the buffer when it
reaches the full status. When in the lockWhenFull(1)
state a packet is added to the buffer that
fills the buffer, the bufferControlFullS… | column | Enumeration | .1.3.6.1.2.1.16.8.1.1.4 |
| bufferControlCaptureSliceSize mandatory 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 | Integer32 | .1.3.6.1.2.1.16.8.1.1.5 |
| bufferControlDownloadSliceSize mandatory 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 | Integer32 | .1.3.6.1.2.1.16.8.1.1.6 |
| bufferControlDownloadOffset mandatory 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 | Integer32 | .1.3.6.1.2.1.16.8.1.1.7 |
| bufferControlMaxOctetsRequested mandatory 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… | column | Integer32 | .1.3.6.1.2.1.16.8.1.1.8 |
| bufferControlMaxOctetsGranted mandatory 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.
… | column | Integer32 | .1.3.6.1.2.1.16.8.1.1.9 |