Wellfleet-IPACCT-MIB

File: Wellfleet-IPACCT-MIB.mib (8603 bytes)

Imported modules

RFC1155-SMI RFC-1212 Wellfleet-COMMON-MIB

Imported symbols

IpAddress Counter TimeTicks
OBJECT-TYPE wfAccountingGroup

Defined Types

WfIpAcctTableEntry  
SEQUENCE    
  wfIpAcctTableSrcAddr IpAddress
  wfIpAcctTableDestAddr IpAddress
  wfIpAcctTablePkts Counter
  wfIpAcctTableBytes Counter

WfIpAcctCctTableEntry  
SEQUENCE    
  wfIpAcctCctDelete INTEGER
  wfIpAcctCctDisable INTEGER
  wfIpAcctCctNum INTEGER

WfIpCkAcctTableEntry  
SEQUENCE    
  wfIpCkAcctTableSrcAddr IpAddress
  wfIpCkAcctTableDestAddr IpAddress
  wfIpCkAcctTablePkts Counter
  wfIpCkAcctTableBytes Counter

Defined Values

wfIpAcctGroup 1.3.6.1.4.1.18.3.5.20.1
OBJECT IDENTIFIER    

wfIpAcctBase 1.3.6.1.4.1.18.3.5.20.1.1
OBJECT IDENTIFIER    

wfIpAcctBaseCreate 1.3.6.1.4.1.18.3.5.20.1.1.1
Create/Delete parameter. Default is created. Users perform a set operation on this object in order to create/delete IP_ACCT.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER created(1), deleted(2)  

wfIpAcctBaseEnable 1.3.6.1.4.1.18.3.5.20.1.1.2
Enable/Disable parameter. Default is enabled. Users perform a set operation on this object in order to enable/disable IP_ACCT.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfIpAcctBaseThreshold 1.3.6.1.4.1.18.3.5.20.1.1.3
The max number of entries in the IP accounting table
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..10240  

wfIpAcctBaseTransitCount 1.3.6.1.4.1.18.3.5.20.1.1.4
Number of transit entries to be accounted for that do not match the access-list src-dest pairs
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..10240  

wfIpAcctBaseTrapPercent 1.3.6.1.4.1.18.3.5.20.1.1.5
When this % of table entries are counted a trap is sent to the TI console
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..100  

wfIpAcctAge 1.3.6.1.4.1.18.3.5.20.1.1.6
Number of ticks (seconds) since the 1st entry in the accounting table
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

wfIpCkAcctFlag 1.3.6.1.4.1.18.3.5.20.1.1.7
This is set when user wants to make a snapshot of the active table into the checkpoint table
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfIpCkAcctAge 1.3.6.1.4.1.18.3.5.20.1.1.8
Number of clock ticks since the first entry in the checkpoint accounting table
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

wfIpAcctTable 1.3.6.1.4.1.18.3.5.20.1.2
A list of elements in the IP accounting table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfIpAcctTableEntry

wfIpAcctTableEntry 1.3.6.1.4.1.18.3.5.20.1.2.1
A src-dest based entry in the table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfIpAcctTableEntry  

wfIpAcctTableSrcAddr 1.3.6.1.4.1.18.3.5.20.1.2.1.1
Source IP address of Packet
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

wfIpAcctTableDestAddr 1.3.6.1.4.1.18.3.5.20.1.2.1.2
Dest IP address of Packet
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

wfIpAcctTablePkts 1.3.6.1.4.1.18.3.5.20.1.2.1.3
Number of pkts with this src-dest address pair
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfIpAcctTableBytes 1.3.6.1.4.1.18.3.5.20.1.2.1.4
Number of bytes with this src-dest address pair
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfIpAcctCctTable 1.3.6.1.4.1.18.3.5.20.1.3
List of interfaces - circuits configured with IP accounting
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfIpAcctCctTableEntry

wfIpAcctCctTableEntry 1.3.6.1.4.1.18.3.5.20.1.3.1
An IP accounting circuit definition
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfIpAcctCctTableEntry  

wfIpAcctCctDelete 1.3.6.1.4.1.18.3.5.20.1.3.1.1
Create/Delete parameter. Default is created. Users perform a set operation on this object in order to create/delete an IP accounting interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER created(1), deleted(2)  

wfIpAcctCctDisable 1.3.6.1.4.1.18.3.5.20.1.3.1.2
Enable/Disable parameter. Default is enabled. Users perform a set operation on this object in order to enable/disable an IP accounting on an interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfIpAcctCctNum 1.3.6.1.4.1.18.3.5.20.1.3.1.3
The Circuit Number that this interface runs over
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfIpCkAcctTable 1.3.6.1.4.1.18.3.5.20.1.4
A list of elements in the IP checkpoint accounting table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfIpCkAcctTableEntry

wfIpCkAcctTableEntry 1.3.6.1.4.1.18.3.5.20.1.4.1
A src-dest based entry in the checkpoint table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfIpCkAcctTableEntry  

wfIpCkAcctTableSrcAddr 1.3.6.1.4.1.18.3.5.20.1.4.1.1
Source IP address of Packet in checkpoint table
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

wfIpCkAcctTableDestAddr 1.3.6.1.4.1.18.3.5.20.1.4.1.2
Dest IP address of Packet in checkpoint table
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

wfIpCkAcctTablePkts 1.3.6.1.4.1.18.3.5.20.1.4.1.3
Number of pkts with this src-dest address pair in checkpoint table
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfIpCkAcctTableBytes 1.3.6.1.4.1.18.3.5.20.1.4.1.4
Number of bytes with this src-dest address pair in checkpoint table
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter