SCCRAID7-PROXY-MIB: View SNMP OID List / Download MIB

VENDOR: STORAGE COMPUTER CORPORATION


 Home MIB: SCCRAID7-PROXY-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
 raid7Agent 1.3.6.1.4.1.1386.2.2.1
     raid7proxyMibVersion 1.3.6.1.4.1.1386.2.2.1.1 integer read-only
The version of this proxy MIB.
     raid7proxyAgentVersion 1.3.6.1.4.1.1386.2.2.1.2 integer read-only
The version of the Proxy Agent software
     raid7CacheLifetime 1.3.6.1.4.1.1386.2.2.1.3 gauge read-only
The time in seconds that the agent will treat a value from the RAID7 as valid. When this time is exceeded for any object, the value of that object will be considered invalid and will return GenError (NoSuchObject will be returned only for oids that are never valid).
     raid7CacheTimeouts 1.3.6.1.4.1.1386.2.2.1.4 counter read-only
The number of times that an error has been returned for an SNMP operation because the raid7CacheLifetime has been exceeded for some object.
     raid7BadValues 1.3.6.1.4.1.1386.2.2.1.5 counter read-only
This counts the number of times that the agent has discarded a data value from the RAID7 because it was out of range. This may indicate a version incompatibility between the agent and the array, or a serial link problem.
 raid7Link 1.3.6.1.4.1.1386.2.2.2
     raid7LinkName 1.3.6.1.4.1.1386.2.2.2.1 displaystring read-only
The device name on the proxy agent platform for the link between the proxy agent and the RAID7.
     raid7LinkStatus 1.3.6.1.4.1.1386.2.2.2.2 integer read-only
This object indicates the status of the serial link to the RAID7: operational indicates that the device is open and frames are being received from the RAID7. openfailed indicates that there is a problem local to the agent that is preventing the agent process from opening; see the log file on the agent system. quiet indicates that the port was opened, but no data is being received from the RAID7. Enumeration: 'quiet': 3, 'openfailed': 2, 'operational': 1.
     raid7LinkInactivityTime 1.3.6.1.4.1.1386.2.2.2.3 gauge read-only
The number of seconds allowed between characters received from the RAID7 before the raid7LinkStatus is changed to quiet.
     raid7LinkRcvBytes 1.3.6.1.4.1.1386.2.2.2.4 counter read-only
Number of bytes received from the RAID7; this includes those bytes later discarded due to errors, and counts both bytes of an escaped value sequence.
     raid7LinkXmtBytes 1.3.6.1.4.1.1386.2.2.2.5 counter read-only
Number of bytes sent to the RAID7; this counts both bytes of an escaped value sequence.
     raid7LinkRcvFrames 1.3.6.1.4.1.1386.2.2.2.6 counter read-only
Number of frames recognized from the RAID7; this includes those frames later discarded due to errors counted below.
     raid7LinkXmtFrames 1.3.6.1.4.1.1386.2.2.2.7 counter read-only
Number of framees sent to the RAID7.
     raid7LinkFramingErrors 1.3.6.1.4.1.1386.2.2.2.8 counter read-only
This counts frames from the RAID7 discarded by the agent because the length received did not match the message length field in the header.
     raid7LinkChecksumErrors 1.3.6.1.4.1.1386.2.2.2.9 counter read-only
This counts frames from the RAID7 discarded by the agent because the checksum was not correct.
     raid7LinkBadVersions 1.3.6.1.4.1.1386.2.2.2.10 counter read-only
This counts frames from the RAID7 discarded by the agent because the protocol version number in the header was not a version supported by the proxy software.
     raid7LinkBadIds 1.3.6.1.4.1.1386.2.2.2.11 counter read-only
This counts frames from the RAID7 discarded by the agent because the type/class/group header field was not a value supported by the proxy software.
     raid7LinkBadInstances 1.3.6.1.4.1.1386.2.2.2.12 counter read-only
This counts frames from the RAID7 discarded by the agent because the instance header field was out of range.
   raid7LinkUp 1.3.6.1.4.1.1386.2.20.1
This trap is sent whenever the link becomes operational.
   raid7LinkDown 1.3.6.1.4.1.1386.2.20.2
This trap is sent whenever the link status changes from operational to quiet.