BORDERWARE-MIB: View SNMP OID List / Download MIB

VENDOR: BORDERWARE TECHNOLOGIES INC.


 Home MIB: BORDERWARE-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
 borderware 1.3.6.1.4.1.8673
The private Borderware SNMP extensions.
           bwProducts 1.3.6.1.4.1.8673.1
               bwProductId 1.3.6.1.4.1.8673.1.2
                   bwFirewallServer7 1.3.6.1.4.1.8673.1.2.1
           bwSysMemory 1.3.6.1.4.1.8673.4
               memIndex 1.3.6.1.4.1.8673.4.1 integer32 read-only
Bogus Index. This should always return the integer 0.
               memErrorName 1.3.6.1.4.1.8673.4.2 displaystring read-only
Bogus Name. This should always return the string 'swap'.
               memTotalSwap 1.3.6.1.4.1.8673.4.3 integer32 read-only
Total Swap Size configured for the host.
               memAvailSwap 1.3.6.1.4.1.8673.4.4 integer32 read-only
Available Swap Space on the host.
               memTotalReal 1.3.6.1.4.1.8673.4.5 integer32 read-only
Total Real/Physical Memory Size on the host.
               memAvailReal 1.3.6.1.4.1.8673.4.6 integer32 read-only
Available Real/Physical Memory Space on the host.
               memTotalSwapTXT 1.3.6.1.4.1.8673.4.7 integer32 read-only
Total virtual memory used by text.
               memAvailSwapTXT 1.3.6.1.4.1.8673.4.8 integer32 read-only
Active virtual memory used by text.
               memTotalRealTXT 1.3.6.1.4.1.8673.4.9 integer32 read-only
Total Real/Physical Memory Size used by text.
               memAvailRealTXT 1.3.6.1.4.1.8673.4.10 integer32 read-only
Active Real/Physical Memory Space used by text.
               memTotalFree 1.3.6.1.4.1.8673.4.11 integer32 read-only
Total Available Memory on the host
               memMinimumSwap 1.3.6.1.4.1.8673.4.12 integer32 read-only
Minimum amount of free swap required to be free or else memErrorSwap is set to 1 and an error string is returned memSwapErrorMsg.
               memShared 1.3.6.1.4.1.8673.4.13 integer32 read-only
Total Shared Memory
               memBuffer 1.3.6.1.4.1.8673.4.14 integer32 read-only
Total Buffered Memory
               memCached 1.3.6.1.4.1.8673.4.15 integer32 read-only
Total Cached Memory
               memSwapError 1.3.6.1.4.1.8673.4.100 integer32 read-only
Error flag. 1 indicates very little swap space left
               memSwapErrorMsg 1.3.6.1.4.1.8673.4.101 displaystring read-only
Error message describing the Error Flag condition
           dskTable 1.3.6.1.4.1.8673.9 no-access
Disk watching information. Partions to be watched are configured by the snmpd.conf file of the agent.
               dskEntry 1.3.6.1.4.1.8673.9.1 no-access
An entry containing a disk and its statistics.
                   dskIndex 1.3.6.1.4.1.8673.9.1.1 integer32 read-only
Integer reference number (row number) for the disk mib.
                   dskPath 1.3.6.1.4.1.8673.9.1.2 displaystring read-only
Path where the disk is mounted.
                   dskDevice 1.3.6.1.4.1.8673.9.1.3 displaystring read-only
Path of the device for the partition
                   dskMinimum 1.3.6.1.4.1.8673.9.1.4 integer32 read-only
Minimum space required on the disk (in kBytes) before the errors are triggered. Either this or dskMinPercent is configured via the agent's snmpd.conf file.
                   dskMinPercent 1.3.6.1.4.1.8673.9.1.5 integer32 read-only
Percentage of minimum space required on the disk before the errors are triggered. Either this or dskMinimum is configured via the agent's snmpd.conf file.
                   dskTotal 1.3.6.1.4.1.8673.9.1.6 integer32 read-only
Total size of the disk/partion (kBytes)
                   dskAvail 1.3.6.1.4.1.8673.9.1.7 integer32 read-only
Available space on the disk
                   dskUsed 1.3.6.1.4.1.8673.9.1.8 integer32 read-only
Used space on the disk
                   dskPercent 1.3.6.1.4.1.8673.9.1.9 integer32 read-only
Percentage of space used on disk
                   dskPercentNode 1.3.6.1.4.1.8673.9.1.10 integer32 read-only
Percentage of inodes used on disk
                   dskErrorFlag 1.3.6.1.4.1.8673.9.1.100 integer32 read-only
Error flag signaling that the disk or partition is under the minimum required space configured for it.
                   dskErrorMsg 1.3.6.1.4.1.8673.9.1.101 displaystring read-only
A text description providing a warning and the space left on the disk.
           systemStats 1.3.6.1.4.1.8673.11
                 ssIndex 1.3.6.1.4.1.8673.11.1 integer32 read-only
Reference Index for each observed systemStat (1).
                 ssErrorName 1.3.6.1.4.1.8673.11.2 displaystring read-only
The list of systemStats names (vmstat) we're Counting.
                 ssSwapIn 1.3.6.1.4.1.8673.11.3 integer32 read-only
Amount of memory swapped in from disk (kB/s).
                 ssSwapOut 1.3.6.1.4.1.8673.11.4 integer32 read-only
Amount of memory swapped to disk (kB/s).
                 ssIOSent 1.3.6.1.4.1.8673.11.5 integer32 read-only
Blocks sent to a block device (blocks/s). Deprecated, replaced by the ssIORawSent object
                 ssIOReceive 1.3.6.1.4.1.8673.11.6 integer32 read-only
Blocks received from a block device (blocks/s). Deprecated, replaced by the ssIORawReceived object
                 ssSysInterrupts 1.3.6.1.4.1.8673.11.7 integer32 read-only
The number of interrupts per second, including the clock. Deprecated, replaced by ssRawInterrupts
                 ssSysContext 1.3.6.1.4.1.8673.11.8 integer32 read-only
The number of context switches per second. Deprecated, replaced by ssRawContext
                 ssCpuUser 1.3.6.1.4.1.8673.11.9 integer32 read-only
percentages of user CPU time. Deprecated, replaced by the ssCpuRawUser object
                 ssCpuSystem 1.3.6.1.4.1.8673.11.10 integer32 read-only
percentages of system CPU time. Deprecated, replaced by of the ssCpuRawSystem object
                 ssCpuIdle 1.3.6.1.4.1.8673.11.11 integer32 read-only
percentages of idle CPU time. Deprecated, replaced by of the ssCpuRawIdle object
                 ssCpuRawUser 1.3.6.1.4.1.8673.11.50 counter32 read-only
user CPU time.
                 ssCpuRawNice 1.3.6.1.4.1.8673.11.51 counter32 read-only
nice CPU time.
                 ssCpuRawSystem 1.3.6.1.4.1.8673.11.52 counter32 read-only
system CPU time.
                 ssCpuRawIdle 1.3.6.1.4.1.8673.11.53 counter32 read-only
idle CPU time.
                 ssCpuRawWait 1.3.6.1.4.1.8673.11.54 counter32 read-only
iowait CPU time. This is primarily a SysV thingie
                 ssCpuRawKernel 1.3.6.1.4.1.8673.11.55 counter32 read-only
kernel CPU time.
                 ssCpuRawInterrupt 1.3.6.1.4.1.8673.11.56 counter32 read-only
interruptlevel CPU time. This is primarily a BSD thingie
                 ssIORawSent 1.3.6.1.4.1.8673.11.57 counter32 read-only
Number of requests sent to a block device
                 ssIORawReceived 1.3.6.1.4.1.8673.11.58 counter32 read-only
Number of interrupts processed
                 ssRawInterrupts 1.3.6.1.4.1.8673.11.59 counter32 read-only
Number of requests received from a block device
                 ssRawContexts 1.3.6.1.4.1.8673.11.60 counter32 read-only
Number of context switches