PANASAS-EVENTS-MIB-V1: View SNMP OID List / Download MIB

VENDOR: PANASAS INC.


 Home MIB: PANASAS-EVENTS-MIB-V1
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
 panEvents 1.3.6.1.4.1.10159.1.3.1
This file defines the structure of the panasas events mib. The purpose is to maintain a list of the last few notifications generated by the agent.
     panEventTableSize 1.3.6.1.4.1.10159.1.3.1.1 integer read-only
The number of events in the event table. 0 means there are no events. 1 .. panEventTableSize event indices in the table.
     panEventTable 1.3.6.1.4.1.10159.1.3.1.2 no-access
The event table.
         panEventEntry 1.3.6.1.4.1.10159.1.3.1.2.1 no-access
An entry in the Event table.
             panEventIndex 1.3.6.1.4.1.10159.1.3.1.2.1.1 integer read-only
Index into the Event table.
             panEventCategory 1.3.6.1.4.1.10159.1.3.1.2.1.2 displaystring read-only
Category of the event. (E.g. Error, Warning, Info etc.)
             panEventDate 1.3.6.1.4.1.10159.1.3.1.2.1.3 displaystring read-only
Date when the event occured.
             panEventTime 1.3.6.1.4.1.10159.1.3.1.2.1.4 displaystring read-only
Time when the event occured.
             panEventShelfName 1.3.6.1.4.1.10159.1.3.1.2.1.5 displaystring read-only
If applicable, shelf where the event occured.
             panEventShelfSlot 1.3.6.1.4.1.10159.1.3.1.2.1.6 unsigned32 read-only
If applicable, slot where the event occured.
             panEventHwDesc 1.3.6.1.4.1.10159.1.3.1.2.1.7 displaystring read-only
If applicable, description of the Hw component where the event occured.
             panEventBladeIPAddr 1.3.6.1.4.1.10159.1.3.1.2.1.8 ipaddress read-only
If applicable, IP Address where the event occured.
             panEventText 1.3.6.1.4.1.10159.1.3.1.2.1.9 displaystring read-only
Textual description of the event.
             panEventCode 1.3.6.1.4.1.10159.1.3.1.2.1.10 integer read-only
The event identification number of this event.