Wellfleet-HWF-MIB

File: Wellfleet-HWF-MIB.mib (6057 bytes)

Imported modules

RFC-1212 Wellfleet-COMMON-MIB

Imported symbols

OBJECT-TYPE wfHwFGroup

Defined Types

WfHwfEntry  
SEQUENCE    
  wfHwfDelete INTEGER
  wfHwfEnable INTEGER
  wfHwfState INTEGER
  wfHwfSlot INTEGER
  wfHwfAvailableLines INTEGER

WfHwfLineEntry  
SEQUENCE    
  wfHwfLineState INTEGER
  wfHwfLineSlot INTEGER
  wfHwfLineNumber INTEGER
  wfHwfLineCct INTEGER
  wfHwfLineCapableMaxTblSize INTEGER
  wfHwfLineCurrentTblSize INTEGER
  wfHwfLineCurrentUsedEntries INTEGER
  wfHwfLineDroppedFrames INTEGER

Defined Values

wfHwfTable 1.3.6.1.4.1.18.3.4.6.1
The following table will contain information about a collection of Hardware Filter (HWF) driver records. Only one HWF driver may be spawned, by the loader, on a given slot. Hence, only the slot number is used as the instance identifier into the table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfHwfEntry

wfHwfEntry 1.3.6.1.4.1.18.3.4.6.1.1
Slot number used as instance identifier.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfHwfEntry  

wfHwfDelete 1.3.6.1.4.1.18.3.4.6.1.1.1
Create/delete parameter.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER created(1), deleted(2)  

wfHwfEnable 1.3.6.1.4.1.18.3.4.6.1.1.2
Enable/disable parameter.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfHwfState 1.3.6.1.4.1.18.3.4.6.1.1.3
Driver state variable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2), init(3), notpresent(4)  

wfHwfSlot 1.3.6.1.4.1.18.3.4.6.1.1.4
Slot number -- instance ID.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..14  

wfHwfAvailableLines 1.3.6.1.4.1.18.3.4.6.1.1.5
Number of available lines on module.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfHwfLineTable 1.3.6.1.4.1.18.3.4.6.2
The following table will contain information about a collection of Hardware Filter (HWF) line records.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfHwfLineEntry

wfHwfLineEntry 1.3.6.1.4.1.18.3.4.6.2.1
Slot number and line number used as instance identifier.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfHwfLineEntry  

wfHwfLineState 1.3.6.1.4.1.18.3.4.6.2.1.1
State of filtering hardware on a per line basis.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER operational(1), disabled(2), full(3)  

wfHwfLineSlot 1.3.6.1.4.1.18.3.4.6.2.1.2
Slot number -- instance ID.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfHwfLineNumber 1.3.6.1.4.1.18.3.4.6.2.1.3
Line number -- instance ID.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER one(1), two(2), three(3), four(4), five(5)  

wfHwfLineCct 1.3.6.1.4.1.18.3.4.6.2.1.4
Circuit number associated with a line.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfHwfLineCapableMaxTblSize 1.3.6.1.4.1.18.3.4.6.2.1.5
This attribute specifies the maximum number of table entries capable of being used by a line based upon actual hardware filter devices present and available.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfHwfLineCurrentTblSize 1.3.6.1.4.1.18.3.4.6.2.1.6
Current capacity of the hardware filter table. Hardware filter table resources are dynamically allocated (in increments of 256) on an as-needed basis up to the available table size.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfHwfLineCurrentUsedEntries 1.3.6.1.4.1.18.3.4.6.2.1.7
Number of hardware filter table entries used.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfHwfLineDroppedFrames 1.3.6.1.4.1.18.3.4.6.2.1.8
Number of frames dropped because of hardware filter match.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER