Fore-IlmiSnmpProxy-MIB: View SNMP OID List / Download MIB
VENDOR: FORE SYSTEMS
Home | MIB: Fore-IlmiSnmpProxy-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 |
foreIlmiSnmpProxyModule | 1.3.6.1.4.1.326.1.10.1 |
This MIB module defines the FORE Systems specific SNMP Proxy information for the ILMI VCI. It provides for an ISP table. Each table entry contains the information necessary for a device to complete an SNMP request over the ILMI VCI specified. Each table entry also contains information as to the status of the request and the values returned in response by the connected device. |
||
ispTable | 1.3.6.1.4.1.326.1.10.2 | no-access |
A table of SNMP requests to be made over the ILMI VCI. |
|
1.3.6.1.4.1.326.1.10.2.1 | no-access |
A table entry consisting of one SNMP request. |
||
ispPort | 1.3.6.1.4.1.326.1.10.2.1.1 | integer32 | no-access |
The port index of the ILMI instance to use for SNMP requests. |
ispVPI | 1.3.6.1.4.1.326.1.10.2.1.2 | integer32 | no-access |
The VPI of the ILMI instance to use for SNMP requests. |
ispIndex | 1.3.6.1.4.1.326.1.10.2.1.3 | integer32 | no-access |
A unique index used to differentiate SNMP requests. |
ispOperation | 1.3.6.1.4.1.326.1.10.2.1.4 | integer | read-write |
Whether the SNMP request is a get or getnext. This MIB does not support set requests at this time Enumeration: 'getnext': 2, 'get': 1. |
ispOID | 1.3.6.1.4.1.326.1.10.2.1.5 | object identifier | read-write |
The OID for the SNMP request. |
ispConfStatus | 1.3.6.1.4.1.326.1.10.2.1.6 | integer | read-write |
When to perform the SNMP request. Enumeration: 'doEveryIlmiRestart': 2, 'doOnce': 1. |
ispOperStatus | 1.3.6.1.4.1.326.1.10.2.1.7 | integer | read-only |
The state of the request at the current time. Idle denotes that the request has not been made. InProgress denotes that the request is currently being made. Success denotes that the last request was successful and ispRespOID and ispValue are valid. Failure denotes that the last request was not successful. Enumeration: 'failure': 4, 'idle': 1, 'inProgress': 2, 'success': 3. |
ispCommunityName | 1.3.6.1.4.1.326.1.10.2.1.8 | displaystring | read-write |
The community string for the SNMP request. |
ispRespOID | 1.3.6.1.4.1.326.1.10.2.1.9 | object identifier | read-only |
The OID in the response packet of the SNMP request. This is only valid if ispOperStatus has a value of success. |
ispValue | 1.3.6.1.4.1.326.1.10.2.1.10 | octet string | read-only |
The value returned by a get, or getnext. This is encoded in ASCII format and is only valid if ispOperStatus has a value of success. |
ispRowStatus | 1.3.6.1.4.1.326.1.10.2.1.11 | rowstatus | read-write |
The status of this entry. |
ispNextIndex | 1.3.6.1.4.1.326.1.10.2.2 | integer32 | read-write |
The next free ispIndex in the ispTable. |