Wellfleet-PCAP-MIB

File: Wellfleet-PCAP-MIB.mib (13405 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC1213-MIB
Wellfleet-COMMON-MIB

Imported symbols

Gauge OBJECT-TYPE DisplayString
wfPktCaptureGroup

Defined Types

WfPktCaptureEntry  
SEQUENCE    
  wfPktCaptureDelete INTEGER
  wfPktCaptureDisable INTEGER
  wfPktCaptureState INTEGER
  wfPktCaptureFname DisplayString
  wfPktCaptureControl INTEGER
  wfPktCaptureCapture INTEGER
  wfPktCaptureLineNumber INTEGER
  wfPktCaptureBufSize INTEGER
  wfPktCapturePktSize INTEGER
  wfPktCaptureDirection INTEGER
  wfPktCaptureCount Gauge
  wfPktCaptureRxTrigger INTEGER
  wfPktCaptureTxTrigger INTEGER
  wfPktCaptureRxFltr1Type INTEGER
  wfPktCaptureRxFltr1Offset INTEGER
  wfPktCaptureRxFltr1Ref INTEGER
  wfPktCaptureRxFltr1Size INTEGER
  wfPktCaptureRxFltr1Match OCTET STRING
  wfPktCaptureTxFltr1Type INTEGER
  wfPktCaptureTxFltr1Offset INTEGER
  wfPktCaptureTxFltr1Ref INTEGER
  wfPktCaptureTxFltr1Size INTEGER
  wfPktCaptureTxFltr1Match OCTET STRING
  wfPktCaptureRxFltr2Type INTEGER
  wfPktCaptureRxFltr2Offset INTEGER
  wfPktCaptureRxFltr2Ref INTEGER
  wfPktCaptureRxFltr2Size INTEGER
  wfPktCaptureRxFltr2Match OCTET STRING
  wfPktCaptureRxFltr2Group INTEGER
  wfPktCaptureTxFltr2Type INTEGER
  wfPktCaptureTxFltr2Offset INTEGER
  wfPktCaptureTxFltr2Ref INTEGER
  wfPktCaptureTxFltr2Size INTEGER
  wfPktCaptureTxFltr2Match OCTET STRING
  wfPktCaptureTxFltr2Group INTEGER
  wfPktCaptureAtmVpi INTEGER
  wfPktCaptureAtmVci INTEGER

Defined Values

wfPktCaptureTable 1.3.6.1.4.1.18.3.4.21.1
PCAP line record
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfPktCaptureEntry

wfPktCaptureEntry 1.3.6.1.4.1.18.3.4.21.1.1
An entry in the pcap table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfPktCaptureEntry  

wfPktCaptureDelete 1.3.6.1.4.1.18.3.4.21.1.1.1
Delete parameter, created or deleted
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER created(1), deleted(2)  

wfPktCaptureDisable 1.3.6.1.4.1.18.3.4.21.1.1.2
Enable parameter, enabled or disabled
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfPktCaptureState 1.3.6.1.4.1.18.3.4.21.1.1.3
Interface Gate State
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2), init(3), notpresent(4)  

wfPktCaptureFname 1.3.6.1.4.1.18.3.4.21.1.1.4
Filename used to retrieve capture buffer
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

wfPktCaptureControl 1.3.6.1.4.1.18.3.4.21.1.1.5
Swapping the value in this field causes the capture code to do the opposite of what is set in the Capture field.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER start(1), stop(2)  

wfPktCaptureCapture 1.3.6.1.4.1.18.3.4.21.1.1.6
Capture state, STARTed or STOPed
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER started(1), stopped(2)  

wfPktCaptureLineNumber 1.3.6.1.4.1.18.3.4.21.1.1.7
Instance ID LineNumber, filled in by capture gate
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfPktCaptureBufSize 1.3.6.1.4.1.18.3.4.21.1.1.8
Size of capture buffer in 1024 byte increments
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfPktCapturePktSize 1.3.6.1.4.1.18.3.4.21.1.1.9
Number of bytes to save from packet in 32 byte increments
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfPktCaptureDirection 1.3.6.1.4.1.18.3.4.21.1.1.10
Direction of packet flow to capture, Rx, Tx or Both
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER rx(1), tx(2), both(3)  

wfPktCaptureCount 1.3.6.1.4.1.18.3.4.21.1.1.11
Number of packets in capture buffer
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

wfPktCaptureRxTrigger 1.3.6.1.4.1.18.3.4.21.1.1.12
Rx trigger, Not used, buffer full or match on filter
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER full(1), match1(2), match2(3), notused(4)  

wfPktCaptureTxTrigger 1.3.6.1.4.1.18.3.4.21.1.1.13
Tx trigger, Not used, buffer full or match on filter
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER full(1), match1(2), match2(3), notused(4)  

wfPktCaptureRxFltr1Type 1.3.6.1.4.1.18.3.4.21.1.1.14
Rx filter 1 type, Capture, Trigger, or Not used
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER capture(1), trigger(2), notused(3)  

wfPktCaptureRxFltr1Offset 1.3.6.1.4.1.18.3.4.21.1.1.15
Rx filter 1 offset in bytes
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfPktCaptureRxFltr1Ref 1.3.6.1.4.1.18.3.4.21.1.1.16
Rx filter 1 Reference point, MAC, DATA LINK, MULTICAST
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER mac(1), dl(2), mcast(3)  

wfPktCaptureRxFltr1Size 1.3.6.1.4.1.18.3.4.21.1.1.17
Rx filter 1 field size to match in bytes
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfPktCaptureRxFltr1Match 1.3.6.1.4.1.18.3.4.21.1.1.18
Rx filter 1 data to match with packet
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

wfPktCaptureTxFltr1Type 1.3.6.1.4.1.18.3.4.21.1.1.19
Tx filter 1 type, Capture, Trigger or Not used
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER capture(1), trigger(2), notused(3)  

wfPktCaptureTxFltr1Offset 1.3.6.1.4.1.18.3.4.21.1.1.20
Tx filter 1 offset in bytes
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfPktCaptureTxFltr1Ref 1.3.6.1.4.1.18.3.4.21.1.1.21
Tx filter 1 Reference point, MAC, DATA LINK, MULTICAST
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER mac(1), dl(2), mcast(3)  

wfPktCaptureTxFltr1Size 1.3.6.1.4.1.18.3.4.21.1.1.22
Tx filter 1 field size to match in bytes
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfPktCaptureTxFltr1Match 1.3.6.1.4.1.18.3.4.21.1.1.23
Tx filter 1 data to match with packet
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

wfPktCaptureRxFltr2Type 1.3.6.1.4.1.18.3.4.21.1.1.24
Rx filter 2 type, Capture, Trigger or Not used
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER capture(1), trigger(2), notused(3)  

wfPktCaptureRxFltr2Offset 1.3.6.1.4.1.18.3.4.21.1.1.25
Rx filter 2 offset in bytes
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfPktCaptureRxFltr2Ref 1.3.6.1.4.1.18.3.4.21.1.1.26
Rx filter 2 Reference point, MAC, DATA LINK, MULTICAST
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER mac(1), dl(2), mcast(3)  

wfPktCaptureRxFltr2Size 1.3.6.1.4.1.18.3.4.21.1.1.27
Rx filter 2 field size to match in bytes
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfPktCaptureRxFltr2Match 1.3.6.1.4.1.18.3.4.21.1.1.28
Rx filter 2 data to match with packet
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

wfPktCaptureRxFltr2Group 1.3.6.1.4.1.18.3.4.21.1.1.29
Rx filter 2 grouping attribute, AND or OR
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER or(1), and(2)  

wfPktCaptureTxFltr2Type 1.3.6.1.4.1.18.3.4.21.1.1.30
Tx filter 2 type, Capture, Trigger or Not used
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER capture(1), trigger(2), notused(3)  

wfPktCaptureTxFltr2Offset 1.3.6.1.4.1.18.3.4.21.1.1.31
Tx filter 2 offset in bytes
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfPktCaptureTxFltr2Ref 1.3.6.1.4.1.18.3.4.21.1.1.32
Tx filter 2 Reference point, MAC, DATA LINK, MULTICAST
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER mac(1), dl(2), mcast(3)  

wfPktCaptureTxFltr2Size 1.3.6.1.4.1.18.3.4.21.1.1.33
Tx filter 2 field size to match in bytes
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfPktCaptureTxFltr2Match 1.3.6.1.4.1.18.3.4.21.1.1.34
Tx filter 2 data to match with packet
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

wfPktCaptureTxFltr2Group 1.3.6.1.4.1.18.3.4.21.1.1.35
Tx filter 2 grouping attribute, AND or OR
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER or(1), and(2)  

wfPktCaptureAtmVpi 1.3.6.1.4.1.18.3.4.21.1.1.36
ATM VPI
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfPktCaptureAtmVci 1.3.6.1.4.1.18.3.4.21.1.1.37
ATM VCI
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER