SHIVA-ACCT-MIB

File: SHIVA-ACCT-MIB.mib (6133 bytes)

Imported modules

RFC1155-SMI SHIVA-MIB SHIVA-MEM-MIB
RFC-1212 RFC-1215

Imported symbols

Counter acct memoryFree
OBJECT-TYPE TRAP-TYPE

Defined Values

acctConf 1.3.6.1.4.1.166.1.21.1
OBJECT IDENTIFIER    

acctEnabled 1.3.6.1.4.1.166.1.21.1.1
Indicates if connection accounting is enabled.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

acctRadiusEnabled 1.3.6.1.4.1.166.1.21.1.2
Indicates if connection accounting via RADIUS is enabled. See SHIVA-RADIUS-MIB.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

acctEventLogEnabled 1.3.6.1.4.1.166.1.21.1.3
Indicates if connection accounting via Event Loggging is enabled.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

acctMaxDram 1.3.6.1.4.1.166.1.21.1.4
Maximum amount of system heap (DRAM) that the connection accounting is allowed to use if non-volatile memory (SRAM) is not available.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

acctMinHeap 1.3.6.1.4.1.166.1.21.1.5
Minimum amount of system heap (DRAM) that the connection accounting must leave free when using DRAM because non-volatile memory (SRAM) is not available. See memoryFree in SHIVA-MEM-MIB.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

acctMaxSram 1.3.6.1.4.1.166.1.21.1.6
Maximum amount of system heap (SRAM) that the connection accounting is allowed to use if pre-allocated memory (SRAM) is not available. This variable is not used by the LanRover Access Switch.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

acctStat 1.3.6.1.4.1.166.1.21.2
OBJECT IDENTIFIER    

acctCurrentTotalRecordCount 1.3.6.1.4.1.166.1.21.2.1
The total number of accounting records that are active or are waiting to be safely stored by the active accounting protocols. This includes records in non-volatile (SRAM) and volatile (DRAM) memory.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

acctCurrentVolatileRecordCount 1.3.6.1.4.1.166.1.21.2.2
The total number of volatile accounting records that are active or are waiting to be safely stored by the active accounting protocols. This includes only accounting events stored in volatile (DRAM) memory, which would be lost in the case of a power failure.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

acctRecordCount 1.3.6.1.4.1.166.1.21.2.3
The total number of accounting records processed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

acctEventCount 1.3.6.1.4.1.166.1.21.2.4
The total number of accounting events processed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

acctDropCount 1.3.6.1.4.1.166.1.21.2.5
The total number of accounting records dropped for lack of memory.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

acctLostRecordsRestart 1.3.6.1.4.1.166.1.21.2.6
The total number of accounting records that were in volatile memory the last time the system restarted, and thus were lost.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

acctLostEventsRestart 1.3.6.1.4.1.166.1.21.2.7
The total number of accounting events that were in volatile memory the last time the system restarted, and thus were lost. (Events are incomplete components of records.)
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

acctTraps 1.3.6.1.4.1.166.1.21.3
OBJECT IDENTIFIER    

acctLostRecordTrap 1
This trap is generated when the system restarts, and determines that there had been accounting records or events stored in volatile memory when the system went down. Volatile memory being volatile, those records and events have been lost, and will not be sent to an accounting server.
TRAP-TYPE    

acctMemoryUnavailableTrap 2
This trap is generated when the accounting system runs out of volatile memory to store accounting records in.
TRAP-TYPE    

acctMemoryAvailableTrap 3
This trap is generated when the accounting system is no longer out of volatile memory to store accounting records in.
TRAP-TYPE    

acctVolatileTrap 4
This trap is generated when the system runs out of memory in non-volatile memory for accounting records, and starts using volatile memory that could be lost in a power failure.
TRAP-TYPE