PCAP-MIB
AI MIB Summary
The PCAP-MIB module facilitates SNMP-based monitoring of packet capture session statistics and interface traffic metrics within devices running the bsnmp-pcap software. It exposes specific counters and gauges for analyzing network traffic flows, packet drop rates, and capture buffer utilization to support real-time network diagnostics and capacity planning.
The MIB for the bsnmp-pcap module.
Main OID:
pcap.1.3.6.1.4.1.12325.1.1112
10
Objects
Active
Status
2
Dependencies
Imported Objects
Objects
10 total| Object Name |
|---|
pcapThe MIB for the bsnmp-pcap module. MODULE-IDENTITY .1.3.6.1.4.1.12325.1.1112 |
pcapCountThe number network monitors.ro Integer32 .1.3.6.1.4.1.12325.1.1112.1 |
pcapTableA list of entries representing network monitors. The number of entries is given by the value of jailCount. SEQUENCE OF PcapEntry .1.3.6.1.4.1.12325.1.1112.2 |
pcapEntryAn entry containing information about a network monitor. PcapEntry .1.3.6.1.4.1.12325.1.1112.2.1 |
pcapIndexIndex of this pcapEntry.ro Integer32 .1.3.6.1.4.1.12325.1.1112.2.1.0 |
pcapDescrA readable description of this network monitor.ro OCTET STRING .1.3.6.1.4.1.12325.1.1112.2.1.1 |
pcapDeviceThe device network traffic is being monitored on.ro OCTET STRING .1.3.6.1.4.1.12325.1.1112.2.1.2 |
pcapFilterThe (tcpdump style) filter for traffic to monitor.ro OCTET STRING .1.3.6.1.4.1.12325.1.1112.2.1.3 |
pcapOctetsNumber of octets seen by the network monitor.ro Counter64 .1.3.6.1.4.1.12325.1.1112.2.1.10 |
pcapPacketsNumber of packets seen by the network monitor.ro Counter64 .1.3.6.1.4.1.12325.1.1112.2.1.11 |