SHIVA-FP-MIB: View SNMP OID List / Download MIB
VENDOR: SHIVA CORPORATION
Home | MIB: SHIVA-FP-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).
|
|||
Object Name | OID | Type | Access | Info |
fpBuffer | 1.3.6.1.4.1.166.2.1.1 | |||
bufferSize | 1.3.6.1.4.1.166.2.1.1.1 | integer | read-only |
The size of the buffers in the buffer pool. All buffers are the same size. |
bufferAvail | 1.3.6.1.4.1.166.2.1.1.2 | integer | read-only |
The total number of buffers initialized. This does not indicate the number of currently free buffers. Rather it is the total number of buffers which were created and made free at boot time. |
bufferDrops | 1.3.6.1.4.1.166.2.1.1.3 | counter | read-only |
The total number of times that a buffer was requested when none was available. |
bufferTypeTable | 1.3.6.1.4.1.166.2.1.1.4 | no-access |
Each row of this table describes statistics on buffers allocated for a specific purpose. The sum of bufferTypeCount for all rows should always equal the bufferAvail count. |
|
1.3.6.1.4.1.166.2.1.1.4.1 | no-access |
The object type of the rows in bufferTypeTable. |
||
bufferTypeIndex | 1.3.6.1.4.1.166.2.1.1.4.1.1 | integer | read-only |
The enumeration of each buffer type row. |
bufferTypeType | 1.3.6.1.4.1.166.2.1.1.4.1.2 | integer | read-only |
enumerated type of buffer type. Enumeration: 'arp': 5, 'malloc': 9, 'localtalk': 3, 'free': 2, 'tokenring': 11, 'other': 1, 'ethernet': 4, 'serial': 10, 'etbf': 8, 'data': 6, 'erbf': 7. |
bufferTypeDescr | 1.3.6.1.4.1.166.2.1.1.4.1.3 | displaystring | read-only |
Text description of buffer type. |
bufferTypeCount | 1.3.6.1.4.1.166.2.1.1.4.1.4 | integer | read-only |
The number of buffers of the type which is described by the value of bufferTypeType for this row. |
bufferTypeDrops | 1.3.6.1.4.1.166.2.1.1.4.1.5 | integer | read-only |
The number of requests for buffers this type which were not fulfilled because no free buffers were available. |
bufferTypeRequests | 1.3.6.1.4.1.166.2.1.1.4.1.6 | integer | read-only |
The number of times buffers of this type were requested. |
bufferTypeMaximum | 1.3.6.1.4.1.166.2.1.1.4.1.7 | integer | read-only |
A high water mark for buffers of this type. This number represents the greatest number of buffers of this type ever allocated concurrently. |
fpConf | 1.3.6.1.4.1.166.2.1.2 | |||
confReboot | 1.3.6.1.4.1.166.2.1.2.1 | timeticks | read-write |
The amount of time, in hundredths of a second, until the device reboots itself. |
confCheckSum | 1.3.6.1.4.1.166.2.1.2.2 | integer | read-write |
Indicates the validity of the FastPath's configuration. If written to, allows the management station to flush the configuration (by setting invalid), or to protect it (by setting valid). Enumeration: 'valid': 1, 'invalid': 2. |
codeCheckSum | 1.3.6.1.4.1.166.2.1.2.3 | integer | read-write |
Indicates the validity of the FastPath's downloaded image. If written to, allows the management station to flush the downloaded image (by setting invalid), or to protect the it (by setting valid). Enumeration: 'valid': 1, 'invalid': 2. |
promVersion | 1.3.6.1.4.1.166.2.1.2.4 | integer | read-only |
The version number of the PROM multiplied by 100, for instance, PROM version 4.1 would return 410. |
hwStatus | 1.3.6.1.4.1.166.2.1.2.5 | integer | read-only |
This integer is a bit mask which holds the following flags: (not all bits are valid for all products) 0x00000001 - LocalTalk failed tests 0x00000002 - LAN controller failed tests 0x00000004 - The battery is low 0x00000008 - Expansion RAM is present 0x00000010 - Ethernet 12V Fuse blown 0x00000020 - Expansion RAM failed tests 0x00000040 - Disable Enet CRS jumper installed 0x00000080 - Disable Enet SQE jumper installed 0x00000100 - Software Jumper 1 installed 0x00000200 - Software Jumper 2 installed 0x00000400 - Software Jumper 3 installed 0x00000800 - Software Jumper 4 installed 0x00007000 - EtherModule type field 0x00008000 - EtherModule type field is valid 0x00010000 - RAM Bank 3 is present 0x00020000 - RAM Bank 3 failed tests 0x00040000 - RAM Bank 4 is present 0x00080000 - RAM Bank 4 failed tests 0x00100000 - Downloader mode 0x00200000 - Software Jumper 5 installed 0x00400000 - Hardware has LocalTalk IOP 0x00800000 - VROM on top of 'sam' PROM 0x01000000 - Auxiliary memory board present 0x02000000 - Auxiliary memory board failed tests. |
confWhyReboot | 1.3.6.1.4.1.166.2.1.2.6 | integer | read-write |
Reason code for reboot scheduled by confReboot Enumeration: 'hardware': 2, 'other': 1, 'config': 5, 'firmware': 3, 'software': 4. |
confWhoReboot | 1.3.6.1.4.1.166.2.1.2.7 | displaystring | read-write |
Person responsible for reboot scheduled by confReboot |
confRebootComment | 1.3.6.1.4.1.166.2.1.2.8 | displaystring | read-write |
Comment string for reboot scheduled by confReboot |
confHowReboot | 1.3.6.1.4.1.166.2.1.2.9 | integer | read-write |
Action taken when reboot scheduled by confReboot occurs Enumeration: 'reset': 4, 'dl': 6, 'romdl': 5, 'warm': 2, 'cold': 1, 'ramdl': 3, 'bstrap': 7. |
confSerialNum | 1.3.6.1.4.1.166.2.1.2.10 | integer | read-write |
FastPath Serial Number |
k_star | 1.3.6.1.4.1.166.2.1.3 |