PCAP-MIB

File: PCAP-MIB.mib (3758 bytes)

Imported modules

SNMPv2-SMI BEGEMOT-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Counter64
Integer32 TimeTicks Unsigned32
begemot

Defined Types

PcapEntry  
SEQUENCE    
  pcapIndex Integer32
  pcapDescr OCTET STRING
  pcapDevice OCTET STRING
  pcapFilter OCTET STRING
  pcapOctets Counter64
  pcapPackets Counter64

Defined Values

pcap 1.3.6.1.4.1.12325.1.1112
The MIB for the bsnmp-pcap module.
MODULE-IDENTITY    

pcapCount 1.3.6.1.4.1.12325.1.1112.1
The number network monitors.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

pcapTable 1.3.6.1.4.1.12325.1.1112.2
A list of entries representing network monitors. The number of entries is given by the value of jailCount.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PcapEntry

pcapEntry 1.3.6.1.4.1.12325.1.1112.2.1
An entry containing information about a network monitor.
Status: current Access: not-accessible
OBJECT-TYPE    
  PcapEntry  

pcapIndex 1.3.6.1.4.1.12325.1.1112.2.1.0
Index of this pcapEntry.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

pcapDescr 1.3.6.1.4.1.12325.1.1112.2.1.1
A readable description of this network monitor.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

pcapDevice 1.3.6.1.4.1.12325.1.1112.2.1.2
The device network traffic is being monitored on.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

pcapFilter 1.3.6.1.4.1.12325.1.1112.2.1.3
The (tcpdump style) filter for traffic to monitor.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

pcapOctets 1.3.6.1.4.1.12325.1.1112.2.1.10
Number of octets seen by the network monitor.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pcapPackets 1.3.6.1.4.1.12325.1.1112.2.1.11
Number of packets seen by the network monitor.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64