Wellfleet-ACCT-MIB: View SNMP OID List / Download MIB

VENDOR: WELLFLEET


 Home MIB: Wellfleet-ACCT-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 wfAcct 1.3.6.1.4.1.18.3.3.2.23.2.1
     wfAcctCreate 1.3.6.1.4.1.18.3.3.2.23.2.1.1 integer read-write
Used to create or delete the Accounting Service. If set to deleted, the wfAcct instance will be deleted from the MIB and all accounting data will be deleted from the data table. No further snapshots of data will be collected until the Accounting Service is created. Enumeration: 'deleted': 2, 'created': 1.
     wfAcctEnable 1.3.6.1.4.1.18.3.3.2.23.2.1.2 integer read-write
Used to enable or disable the Accounting Service. If the Accounting Service is disabled after it has been allowed to run for a period of time, the snapshots of accounting data currently in the data table will be maintained, however no further snapshots will be taken until the service is once again enabled. Enumeration: 'disabled': 2, 'enabled': 1.
     wfAcctOperState 1.3.6.1.4.1.18.3.3.2.23.2.1.3 integer read-only
This field indicates the actual state of the Accounting Service. If up, the Accounting Service is currently running and collecting snapshots of data if accounting is configured on any interfaces and queues. If down, the Accounting Service is not running or collecting snapshots. Enumeration: 'down': 2, 'up': 1.
     wfAcctLogLevel 1.3.6.1.4.1.18.3.3.2.23.2.1.4 integer read-write
Specifies the level of event log messages written to the log by the Accounting Service. To control level of log messages: DBG_MSG_ALL 0x001f0000 - 2031616 DBG_MSG_DEBUG 0x00010000 - 65536 DBG_MSG_INFO 0x00020000 - 131072 DBG_MSG_WARNING 0x00040000 - 262144 DBG_MSG_FAULT 0x00080000 - 524288 DBG_MSG_TRACE 0x00100000 - 1048576 Enumeration: 'info': 131072, 'all': 2031616, 'trace': 1048576, 'fault': 524288, 'infofaultwarning': 917504, 'warning': 262144, 'debug': 65536.
     wfAcctCircularSnapshotFlag 1.3.6.1.4.1.18.3.3.2.23.2.1.5 integer read-write
This flag indicates whether the collection of snapshots for each interface and queue should act as a circular buffer. If enabled, when the maximum number of snapshots in memory is reached, the oldest snapshot will be deleted, and the next snapshot will be added. If disabled, when the maximum number of snapshots in memory is reached, the collection of snapshots will be maintained, however no new snapshots will be added. Enumeration: 'disabled': 2, 'enabled': 1.
     wfAcctCollectDuration 1.3.6.1.4.1.18.3.3.2.23.2.1.6 integer read-write
This values specifies the duration (in hours) over which the Accounting Service is to collect snapshots of accounting data taken at every wfAcctUpdateInterval activation. When the duration is reached, the collection of snapshots will function as described by the wfAcctCircularSnapshotFlag.
     wfAcctUpdateInterval 1.3.6.1.4.1.18.3.3.2.23.2.1.7 integer read-write
Specifies the sampling interval (in minutes) at which the Accounting Service will update accounting data both internally and in the data table.
     wfAcctFlushOnRetrieval 1.3.6.1.4.1.18.3.3.2.23.2.1.8 integer read-write
Enables or disables a data flush following export of the accounting data file. If enabled, the Accounting Service will clear all data both internally and in the MIB after the data file is tranported and start over at the next activation of wfAcctUpdateInterval. If disabled, the snapshots of accounting data will remain in memory until either the wfAcctFlushData attribute is set or until the maximum number of snapshots has been reached, at which point the collection of snapshots will function as described by the wfAcctCircularSnapshotFlag. Enumeration: 'disabled': 2, 'enabled': 1.
     wfAcctFlushData 1.3.6.1.4.1.18.3.3.2.23.2.1.9 integer read-write
Causes the Accounting Service to flush data. When this attribute is set either to 0 or 1, the Accounting Service will immediately delete all snapshots both internally and in the MIB.
     wfAcctLastUpdateTimeStampHigh 1.3.6.1.4.1.18.3.3.2.23.2.1.10 rtrtimestamp read-only
Time stamp (high 32 bits) of the last wfAcctUpdateInterval timer expiration. This value is the number of seconds since Jan. 1, 1970, 00:00 (GMT).
     wfAcctLastUpdateTimeStampLow 1.3.6.1.4.1.18.3.3.2.23.2.1.11 rtrtimestamp read-only
Time stamp (low 32 bits) of the last wfAcctUpdateInterval timer expiration. This value is the number of seconds since Jan. 1, 1970, 00:00 (GMT).
     wfAcctLastFlushTimeStampHigh 1.3.6.1.4.1.18.3.3.2.23.2.1.12 rtrtimestamp read-only
Time stamp (high 32 bits) of the last data flush, either invoked after transport of the data file when wfAcctFlushOnRetrieval is enabled, or by setting wfAcctFlushData to 0 or 1. This value is the number of seconds since Jan. 1, 1970, 00:00 (GMT).
     wfAcctLastFlushTimeStampLow 1.3.6.1.4.1.18.3.3.2.23.2.1.13 rtrtimestamp read-only
Time stamp (low 32 bits) of the last data flush, either invoked after transport of the data file when wfAcctFlushOnRetrieval is enabled, or by setting wfAcctFlushData to 0 or 1. This value is the number of seconds since Jan. 1, 1970, 00:00 (GMT).
     wfAcctRuleNumEntries 1.3.6.1.4.1.18.3.3.2.23.2.1.14 integer read-only
The number of rule entries present in the wfAcctRuleTable.
     wfAcctCtrlNumEntries 1.3.6.1.4.1.18.3.3.2.23.2.1.15 integer read-only
The number of control entries (regardless of their current state) present in the wfAcctCtrlTable.
     wfAcctDataNumEntries 1.3.6.1.4.1.18.3.3.2.23.2.1.16 integer read-only
The number of data entries present in the wfAcctDataTable.
 wfAcctRuleTable 1.3.6.1.4.1.18.3.3.2.23.2.2 no-access
Table containing rules which specify the type of statistics to collect.
     wfAcctRuleEntry 1.3.6.1.4.1.18.3.3.2.23.2.2.1 no-access
The definition of a data collection rule.
         wfAcctRuleCreate 1.3.6.1.4.1.18.3.3.2.23.2.2.1.1 integer read-write
Creates or deletes a rule entry. If a deleted rule is referenced in one or more control table entries, the state of those control entries will be set to passive until a valid rule is specified. Enumeration: 'deleted': 2, 'created': 1.
         wfAcctRuleNumber 1.3.6.1.4.1.18.3.3.2.23.2.2.1.2 integer read-only
The unique number for this rule.
         wfAcctRuleName 1.3.6.1.4.1.18.3.3.2.23.2.2.1.3 displaystring read-write
The user-defined name of this rule.
         wfAcctRuleStatDirection 1.3.6.1.4.1.18.3.3.2.23.2.2.1.4 integer read-write
Specifies the direction of traffic for which to collect statistics. If none, the data collection for this rule is effectively disabled. If in, ingress traffic will be used for data collection. If out, egress traffic will be used. If both, ingress and egress traffic will be used for data collection. Enumeration: 'both': 4, 'none': 1, 'out': 3, 'in': 2.
         wfAcctRuleStatCollect 1.3.6.1.4.1.18.3.3.2.23.2.2.1.5 integer read-write
Specifies which statistics to collect for this rule. If octets, octet statistics will be collected. If packets, packet statistics will be collected. If all, octet and packet statistics will be collected. Enumeration: 'all': 3, 'packets': 2, 'octets': 1.
 wfAcctCtrlTable 1.3.6.1.4.1.18.3.3.2.23.2.3 no-access
Read-only table which contains information about the particular rule from the wfAcctRuleTable which is being used in collecting statistics for a particular access interface and queue.
     wfAcctCtrlEntry 1.3.6.1.4.1.18.3.3.2.23.2.3.1 no-access
Control information for a particular queue on an access interface.
         wfAcctCtrlCctNum 1.3.6.1.4.1.18.3.3.2.23.2.3.1.1 integer read-only
The circuit number of an access interface.
         wfAcctCtrlServicePkg 1.3.6.1.4.1.18.3.3.2.23.2.3.1.2 integer read-only
The service package associated with the control entry.
         wfAcctCtrlQueueIndex 1.3.6.1.4.1.18.3.3.2.23.2.3.1.3 integer read-only
The queue index for which to collect statistics.
         wfAcctCtrlRuleNumber 1.3.6.1.4.1.18.3.3.2.23.2.3.1.4 integer read-only
The number of the rule from the wfAcctRuleTable which will define the set of statistics to collect.
 wfAcctDataTable 1.3.6.1.4.1.18.3.3.2.23.2.4 no-access
A list of data entries. The data table contains the snapshots taken at each sampling interval.
     wfAcctDataEntry 1.3.6.1.4.1.18.3.3.2.23.2.4.1 no-access
An entry containing accounting data for an interface on a per queue level.
         wfAcctDataCctNum 1.3.6.1.4.1.18.3.3.2.23.2.4.1.1 integer read-only
The circuit number of the access interface.
         wfAcctDataServicePkg 1.3.6.1.4.1.18.3.3.2.23.2.4.1.2 integer read-only
The service package associated with the access interface.
         wfAcctDataQueueIndex 1.3.6.1.4.1.18.3.3.2.23.2.4.1.3 integer read-only
The queue for which the data was collected.
         wfAcctDataTimeStampHigh 1.3.6.1.4.1.18.3.3.2.23.2.4.1.4 rtrtimestamp read-only
Time stamp (high 32 bits) of the time when this snapshot of data was taken. This value is the number of seconds since Jan. 1, 1970, 00:00 (GMT).
         wfAcctDataTimeStampLow 1.3.6.1.4.1.18.3.3.2.23.2.4.1.5 rtrtimestamp read-only
Time stamp (low 32 bits) of the time when this snapshot of data was taken. This value is the number of seconds since Jan. 1, 1970, 00:00 (GMT).
         wfAcctDataBitmask 1.3.6.1.4.1.18.3.3.2.23.2.4.1.6 gauge read-only
Indicates which statistics were collected for this data entry, and whether there were any changes in the state of the interface since the last update interval expiration. Current bit definitions are: bit 31 bit 0 +--------------------------------+ | | +--------------------------------+ bit0 - wfAcctInBelowCirOctets bit1 - wfAcctInAboveCirOctets bit2 - wfAcctInAboveBrOctets bit3 - wfAcctInBelowCirPkts bit4 - wfAcctInAboveCirPkts bit5 - wfAcctInAboveBrPkts bit6 - wfAcctOutOctets bit7 - wfAcctOutPkts bits8-29 - reserved for future use bit30 - Interface is currently down bit31 - Interface is up, but was down during the current interval Bits 30 and 31 are intended to give an indication as to the current state of the interface and whether the interface state changed during the current interval. If bit 30 is set, the interface was down when statistics were requested, therefore all counter fields will be set to zero. If bit 31 is set, the interface was up when statistics were requested, however the state of the interface transitioned from down to up at some point during the interval, therefore statistics may have been lost.
         wfAcctInBelowCirOctets 1.3.6.1.4.1.18.3.3.2.23.2.4.1.7 counter read-only
The number of octets received which were below the committed information rate (CIR).
         wfAcctInAboveCirOctets 1.3.6.1.4.1.18.3.3.2.23.2.4.1.8 counter read-only
The number of octets received which exceeded the committed information rate, but which were within the allocated burst rate (BR).
         wfAcctInAboveBrOctets 1.3.6.1.4.1.18.3.3.2.23.2.4.1.9 counter read-only
The number of octets received which exceeded the allocated burst rate (BR).
         wfAcctInBelowCirPkts 1.3.6.1.4.1.18.3.3.2.23.2.4.1.10 counter read-only
The number of packets received which were below the committed information rate (CIR).
         wfAcctInAboveCirPkts 1.3.6.1.4.1.18.3.3.2.23.2.4.1.11 counter read-only
The number of packets received which exceeded the committed information rate, but which were within the allocated burst rate (BR).
         wfAcctInAboveBrPkts 1.3.6.1.4.1.18.3.3.2.23.2.4.1.12 counter read-only
The number of packets received which exceeded the allocated burst rate (BR).
         wfAcctOutOctets 1.3.6.1.4.1.18.3.3.2.23.2.4.1.13 counter read-only
The total number of octets transmitted.
         wfAcctOutPkts 1.3.6.1.4.1.18.3.3.2.23.2.4.1.14 counter read-only
The total number of packets transmitted.
   wfAcctBufferFull 1.3.6.1.4.1.18.3.3.2.23.20.1
The wfAcctBufferFull trap indicates that the maximum number of snapshots has been reached and that the snapshot buffer will function as defined by the wfAcctCircularSnapshotFlag.