Fore-IlmiSnmpProxy-MIB

File: Fore-IlmiSnmpProxy-MIB.mib (5104 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC Fore-Common-MIB

Imported symbols

Integer32 OBJECT-TYPE MODULE-IDENTITY
DisplayString RowStatus ilmisnmp

Defined Types

IspEntry  
SEQUENCE    
  ispPort Integer32
  ispVPI Integer32
  ispIndex Integer32
  ispOperation INTEGER
  ispOID OBJECT IDENTIFIER
  ispConfStatus INTEGER
  ispOperStatus INTEGER
  ispCommunityName DisplayString
  ispRespOID OBJECT IDENTIFIER
  ispValue OCTET STRING
  ispRowStatus RowStatus

Defined Values

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.
MODULE-IDENTITY    

ispTable 1.3.6.1.4.1.326.1.10.2
A table of SNMP requests to be made over the ILMI VCI.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IspEntry

ispEntry 1.3.6.1.4.1.326.1.10.2.1
A table entry consisting of one SNMP request.
Status: current Access: not-accessible
OBJECT-TYPE    
  IspEntry  

ispPort 1.3.6.1.4.1.326.1.10.2.1.1
The port index of the ILMI instance to use for SNMP requests.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

ispVPI 1.3.6.1.4.1.326.1.10.2.1.2
The VPI of the ILMI instance to use for SNMP requests.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

ispIndex 1.3.6.1.4.1.326.1.10.2.1.3
A unique index used to differentiate SNMP requests.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

ispOperation 1.3.6.1.4.1.326.1.10.2.1.4
Whether the SNMP request is a get or getnext. This MIB does not support set requests at this time
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER get(1), getnext(2)  

ispOID 1.3.6.1.4.1.326.1.10.2.1.5
The OID for the SNMP request.
Status: current Access: read-write
OBJECT-TYPE    
  OBJECT IDENTIFIER  

ispConfStatus 1.3.6.1.4.1.326.1.10.2.1.6
When to perform the SNMP request.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER doOnce(1), doEveryIlmiRestart(2)  

ispOperStatus 1.3.6.1.4.1.326.1.10.2.1.7
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER idle(1), inProgress(2), success(3), failure(4)  

ispCommunityName 1.3.6.1.4.1.326.1.10.2.1.8
The community string for the SNMP request.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

ispRespOID 1.3.6.1.4.1.326.1.10.2.1.9
The OID in the response packet of the SNMP request. This is only valid if ispOperStatus has a value of success.
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

ispValue 1.3.6.1.4.1.326.1.10.2.1.10
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.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

ispRowStatus 1.3.6.1.4.1.326.1.10.2.1.11
The status of this entry.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

ispNextIndex 1.3.6.1.4.1.326.1.10.2.2
The next free ispIndex in the ispTable.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32