captureBufferPacketStatus

RFC1271-MIB · .1.3.6.1.2.1.16.8.2.1.7

Object

column mandatory Integer32
A value which indicates the error status of this
packet.
              
The value of this object is defined in the same way as
filterPacketStatus.  The value is a sum.  This sum
initially takes the value zero.  Then, for each
error, E, that has been discovered in this packet,
2 raised to a value representing E is added to the sum.
              
The errors defined for a packet captured off of an
Ethernet interface are as follows:
              
    bit #    Error
        0    Packet is longer than 1518 octets
        1    Packet is shorter than 64 octets
        2    Packet experienced a CRC or Alignment
             error
        3    First packet in this capture buffer after
             it was detected that some packets were
             not processed correctly.
              
For example, an Ethernet fragment would have a
value of 6 (2^1 + 2^2).
              
As this MIB is expanded to new media types, this object
will have other media-specific errors defined.

Context

MIB
RFC1271-MIB
OID
.1.3.6.1.2.1.16.8.2.1.7
Type
column
Access
readonly
Status
mandatory
Parent
captureBufferEntry

Walk the column to discover its indexed instances, or supply every index to read one instance.

Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'RFC1271-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RFC1271-MIB::captureBufferPacketStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RFC1271-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RFC1271-MIB::captureBufferPacketStatus.<captureBufferControlIndex>.<captureBufferIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RFC1271-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RFC1271-MIB::captureBufferPacketStatus'

Syntax

Source
SNMPv2-SMIInteger32
Base type
Integer32

Values & Constraints

Type Constraints
range: -2147483648..2147483647