All MIBs › RMON-MIB › captureBufferPacketID
captureBufferPacketID
Module: RMON-MIB
OID (symbolic): RMON-MIB::captureBufferPacketID
OID (numeric): 1.3.6.1.2.1.16.8.2.1.3
Node type: OBJECT-TYPE
Type: Integer32
Access: read-only
Description: An index that describes the order of packets that are received on a particular interface. The packetID of a packet captured on an interface is defined to be greater than the packetID's of all packets captured previously on the same interface. As the captureBufferPacketID object has a maximum positive value of 2^31 - 1, any captureBufferPacketID object shall have the value of the associated packet's packetID mod 2^31.
What is captureBufferPacketID?
A sequence number identifying this packet's order of arrival relative to other packets captured on the same interface; later-captured packets always have a higher packetID (modulo 2^31) than earlier ones, letting an admin reconstruct capture order.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.16.8.2.1.3 snmpwalk -v2c -c public <target> RMON-MIB::captureBufferPacketID
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.16.8.2.1.3.1 snmpget -v2c -c public <target> RMON-MIB::captureBufferPacketID.1
Start monitoring vendor-neutral, standards-based MIB, managed Ethernet switches/routers, dedicated RMON probes with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the RMON-MIB::captureBufferPacketID OID value, configure state conditions and alerts, and monitor any vendor-neutral, standards-based MIB, managed Ethernet switches/routers, dedicated RMON probes from a single console.
OID Breakdown
Upper-level ancestors (10 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.2 | mgmt | AXON-MIB |
| 1.3.6.1.2.1 | mib_2 | AXON-MIB |
| 1.3.6.1.2.1.16 | rmon | LBHUB-BOOM-MIB |
| 1.3.6.1.2.1.16.8 | capture | LBHUB-BOOM-MIB |
| 1.3.6.1.2.1.16.8.2 | captureBufferTable | RFC1271-MIB |
| 1.3.6.1.2.1.16.8.2.1 | captureBufferEntry | RFC1271-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.2.1.16.8.2.1.3 | captureBufferPacketID | RMON-MIB |