bufferControlFullStatus

  • 1.3.6.1.2.1.16.8.1.1.3
  • Access readonly
  • Type spaceAvailable(1), full(2)

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.

Details

Possible values
1 spaceAvailable
2 full

Table columns

13 objects
Oid Name Access Type
1.3.6.1.2.1.16.8.1.1.1 bufferControlIndex readonly Unknown
1.3.6.1.2.1.16.8.1.1.2 bufferControlChannelIndex readwrite Unknown
1.3.6.1.2.1.16.8.1.1.3 bufferControlFullStatus readonly spaceAvailable(1), full(2)
1.3.6.1.2.1.16.8.1.1.4 bufferControlFullAction readwrite lockWhenFull(1), wrapWhenFull(2)
1.3.6.1.2.1.16.8.1.1.5 bufferControlCaptureSliceSize readwrite Integer32
1.3.6.1.2.1.16.8.1.1.6 bufferControlDownloadSliceSize readwrite Integer32
1.3.6.1.2.1.16.8.1.1.7 bufferControlDownloadOffset readwrite Integer32
1.3.6.1.2.1.16.8.1.1.8 bufferControlMaxOctetsRequested readwrite Integer32
1.3.6.1.2.1.16.8.1.1.9 bufferControlMaxOctetsGranted readonly Integer32
1.3.6.1.2.1.16.8.1.1.10 bufferControlCapturedPackets readonly Integer32
1.3.6.1.2.1.16.8.1.1.11 bufferControlTurnOnTime readonly TimeTicks
1.3.6.1.2.1.16.8.1.1.12 bufferControlOwner readwrite OwnerString
1.3.6.1.2.1.16.8.1.1.13 bufferControlStatus readwrite EntryStatus

Used by conformance groups

1 objects
  • 1.3.6.1.2.1.16.20.10.9 rmonPacketCaptureGroup

Comments