JAILS-MIB: View SNMP OID List / Download MIB

VENDOR: FRAUNHOFER FOKUS


 Home MIB: JAILS-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
 jails 1.3.6.1.4.1.12325.1.1111
The MIB for the bsnmp-jail module.
           jailCount 1.3.6.1.4.1.12325.1.1111.1 integer32 read-only
The number jails running on the system.
           jailTable 1.3.6.1.4.1.12325.1.1111.2 no-access
A list of entries representing jails running on the system. The number of entries is given by the value of jailCount.
               jailEntry 1.3.6.1.4.1.12325.1.1111.2.1 no-access
An entry containing information about a running jail.
                   jailIndex 1.3.6.1.4.1.12325.1.1111.2.1.0 integer32 read-only
Index of this jailEntry.
                   jailHost 1.3.6.1.4.1.12325.1.1111.2.1.1 octet string read-only
The host name of this jail.
                   jailInOctets 1.3.6.1.4.1.12325.1.1111.2.1.10 counter64 read-only
Number of octets received by this jail.
                   jailInPackets 1.3.6.1.4.1.12325.1.1111.2.1.11 counter64 read-only
Number of packets received by this jail.
                   jailOutOctets 1.3.6.1.4.1.12325.1.1111.2.1.12 counter64 read-only
Number of octets sent by this jail.
                   jailOutPackets 1.3.6.1.4.1.12325.1.1111.2.1.13 counter64 read-only
Number of packets sent by this jail.
                   jailProcesses 1.3.6.1.4.1.12325.1.1111.2.1.20 integer32 read-only
Number of processes running in this jail.
                   jailThreads 1.3.6.1.4.1.12325.1.1111.2.1.21 integer32 read-only
Number of threads running in this jail.
                   jailCpuTime 1.3.6.1.4.1.12325.1.1111.2.1.25 timeticks read-only
Amount of CPU time taken by this jail.
                   jailDiskSpace 1.3.6.1.4.1.12325.1.1111.2.1.30 counter64 read-only
Amount of disk space taken by this jail. Zero means unknown.
                   jailDiskFiles 1.3.6.1.4.1.12325.1.1111.2.1.31 counter64 read-only
Number of files (inodes) in this jail. Zero means unknown.