MIB Viewer

acctngFileCommand

OBJECT-TYPE
1.3.6.1.2.1.60.1.2.1.1.5
Access
read-create
Status
current
Sub-identifiers
0
A control object for the collection of accounting data. When read the value is either 'idle' or 'cmdInProgress'. Writing a value is only allowed when the current value is 'idle'. When a value is successfully written, the value changes to 'cmdInProgress' until completion of the action, at which time the value reverts to 'idle'. Actions are invoked by writing the following values: 'swapToNewFile' - the collection of data into the current file is terminated, and collection continues into a new (version of the) file. 'collectNow' - the agent creates and stores a connection record into the current file for each active connection having a type matching acctngSelectionType and an age greater than acctngFileMinAge.
INTEGER { idle(1), cmdInProgress(2), swapToNewFile(3), collectNow(4) }