VEL-HOST2-MIB

File: VEL-HOST2-MIB.mib (15283 bytes)

Imported modules

VEL-MIB RFC1213-MIB RFC-1215
SNMPv2-SMI

Imported symbols

vel DisplayString TRAP-TYPE
MODULE-IDENTITY OBJECT-TYPE

Defined Types

Host2CmdEntry  
SEQUENCE    
  host2CmdIndex INTEGER
  host2CmdName DisplayString
  host2CmdExecute INTEGER

Host2HistoryEntry  
SEQUENCE    
  host2HisIndex INTEGER
  host2HisRecord DisplayString

Host2DevAttrEntry  
SEQUENCE    
  host2DevIndex INTEGER
  host2DevLocalAddr INTEGER
  host2DevTypeNumber INTEGER
  host2DevLanState INTEGER

Host2DevTxtEntry  
SEQUENCE    
  host2DevTxtIndex INTEGER
  host2DevTxtName DisplayString
  host2DevTxtValue DisplayString

Host2DevEvtEntry  
SEQUENCE    
  host2DevEvtIndex INTEGER
  host2DevEvtName DisplayString
  host2DevEvtType INTEGER
  host2DevEvtState INTEGER

Host2DevParEntry  
SEQUENCE    
  host2DevParIndex INTEGER
  host2DevParName DisplayString
  host2DevParValue DisplayString
  host2DevParUnit DisplayString
  host2DevParStateType INTEGER
  host2DevParState INTEGER

Host2DevQntEntry  
SEQUENCE    
  host2DevQntIndex INTEGER
  host2DevQntName DisplayString
  host2DevQntValue DisplayString
  host2DevQntMin DisplayString
  host2DevQntMax DisplayString
  host2DevQntAccess INTEGER

Host2DevCmdEntry  
SEQUENCE    
  host2DevCmdIndex INTEGER
  host2DevCmdName DisplayString
  host2DevCmdExecute INTEGER

Defined Values

host2 1.3.6.1.4.1.27993.5
This is the MIB file of Host Controller 2.
MODULE-IDENTITY    

host2Name 1.3.6.1.4.1.27993.5.1
Host Controller name.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

host2Version 1.3.6.1.4.1.27993.5.2
Host Controller version
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

host2LoaderVersion 1.3.6.1.4.1.27993.5.3
Host Controller loader version
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

host2CmdTable 1.3.6.1.4.1.27993.5.4
A list of Host Controller command entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Host2CmdEntry

host2CmdEntry 1.3.6.1.4.1.27993.5.4.1
An entry of Host Controller commands.
Status: current Access: not-accessible
OBJECT-TYPE    
  Host2CmdEntry  

host2CmdIndex 1.3.6.1.4.1.27993.5.4.1.1
An id for each command.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..255  

host2CmdName 1.3.6.1.4.1.27993.5.4.1.2
The name of a command.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

host2CmdExecute 1.3.6.1.4.1.27993.5.4.1.3
Instructions to execute the command of host. If value no(0) is sent, the command will not be executed. If value yes(1) is sent, the command will be executed.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER no(0), yes(1)  

host2HistoryTable 1.3.6.1.4.1.27993.5.5
A list of Host Controller history entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Host2HistoryEntry

host2HistoryEntry 1.3.6.1.4.1.27993.5.5.1
An entry of Host Controller history.
Status: current Access: not-accessible
OBJECT-TYPE    
  Host2HistoryEntry  

host2HisIndex 1.3.6.1.4.1.27993.5.5.1.1
Unique index for each event.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..1008  

host2HisRecord 1.3.6.1.4.1.27993.5.5.1.2
The text description of an event.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

host2DevAttrTable 1.3.6.1.4.1.27993.5.6
A list of device attributes entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Host2DevAttrEntry

host2DevAttrEntry 1.3.6.1.4.1.27993.5.6.1
An entry of device attributes.
Status: current Access: not-accessible
OBJECT-TYPE    
  Host2DevAttrEntry  

host2DevIndex 1.3.6.1.4.1.27993.5.6.1.1
Unique ID for each device.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..14  

host2DevLocalAddr 1.3.6.1.4.1.27993.5.6.1.2
Local address for each device.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 2..15  

host2DevTypeNumber 1.3.6.1.4.1.27993.5.6.1.3
Number of type for each device.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

host2DevLanState 1.3.6.1.4.1.27993.5.6.1.4
Network connection state for each device.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disconnected(0), connected(1)  

host2DevTxtTable 1.3.6.1.4.1.27993.5.7
A list of textual data that are read from the devices. If device is disconnected, there is no entry for this device in the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Host2DevTxtEntry

host2DevTxtEntry 1.3.6.1.4.1.27993.5.7.1
An entry of textual data of devices.
Status: current Access: not-accessible
OBJECT-TYPE    
  Host2DevTxtEntry  

host2DevTxtIndex 1.3.6.1.4.1.27993.5.7.1.1
Unique ID for each textual data of device.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..255  

host2DevTxtName 1.3.6.1.4.1.27993.5.7.1.2
The description of textual data of device.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

host2DevTxtValue 1.3.6.1.4.1.27993.5.7.1.3
The value of textual data of device.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

host2DevEvtTable 1.3.6.1.4.1.27993.5.8
A list of events of devices entries. If device is disconnected, there is no entry for this device in the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Host2DevEvtEntry

host2DevEvtEntry 1.3.6.1.4.1.27993.5.8.1
An entry of events of devices.
Status: current Access: not-accessible
OBJECT-TYPE    
  Host2DevEvtEntry  

host2DevEvtIndex 1.3.6.1.4.1.27993.5.8.1.1
Id for each event.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..255  

host2DevEvtName 1.3.6.1.4.1.27993.5.8.1.2
The description of a event.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

host2DevEvtType 1.3.6.1.4.1.27993.5.8.1.3
The type of a event.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER notice(0), warning(1), alarm(2)  

host2DevEvtState 1.3.6.1.4.1.27993.5.8.1.4
The state of a event.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..1  

host2DevParTable 1.3.6.1.4.1.27993.5.9
A list of parameters of devices entries. If device is disconnected, there is no entry for this device in the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Host2DevParEntry

host2DevParEntry 1.3.6.1.4.1.27993.5.9.1
An entry of parameters of devices.
Status: current Access: not-accessible
OBJECT-TYPE    
  Host2DevParEntry  

host2DevParIndex 1.3.6.1.4.1.27993.5.9.1.1
Unique ID for each parameter.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..255  

host2DevParName 1.3.6.1.4.1.27993.5.9.1.2
The name of a parameter.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

host2DevParValue 1.3.6.1.4.1.27993.5.9.1.3
The value of a parameter.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..7)  

host2DevParUnit 1.3.6.1.4.1.27993.5.9.1.4
The measurement unit of a parameter.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..3)  

host2DevParStateType 1.3.6.1.4.1.27993.5.9.1.5
The type of state of a parameter.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER notice(0), warning(1), alarm(2)  

host2DevParState 1.3.6.1.4.1.27993.5.9.1.6
The state of a parameter.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER noAlarm(0), lessThanMin(1), greatherThanMax(2), blocked(3)  

host2DevQntTable 1.3.6.1.4.1.27993.5.10
A list of quantities of devices entries. If device is disconnected, there is no entry for this device in the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Host2DevQntEntry

host2DevQntEntry 1.3.6.1.4.1.27993.5.10.1
An entry of quantities of device.
Status: current Access: not-accessible
OBJECT-TYPE    
  Host2DevQntEntry  

host2DevQntIndex 1.3.6.1.4.1.27993.5.10.1.1
An id for each quantity.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..255  

host2DevQntName 1.3.6.1.4.1.27993.5.10.1.2
The name of a quantity.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

host2DevQntValue 1.3.6.1.4.1.27993.5.10.1.3
The value of a quantity.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..12)  

host2DevQntMin 1.3.6.1.4.1.27993.5.10.1.4
The minimum value of a quantity.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..12)  

host2DevQntMax 1.3.6.1.4.1.27993.5.10.1.5
The maximum value of a quantity.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..12)  

host2DevQntAccess 1.3.6.1.4.1.27993.5.10.1.6
The access to change the value of a quantity.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER read-only(0), read-write(1)  

host2DevCmdTable 1.3.6.1.4.1.27993.5.11
A list of commands of devices entries. If device is disconnected, there is no entry for this device in the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Host2DevCmdEntry

host2DevCmdEntry 1.3.6.1.4.1.27993.5.11.1
An entry of commands of device.
Status: current Access: not-accessible
OBJECT-TYPE    
  Host2DevCmdEntry  

host2DevCmdIndex 1.3.6.1.4.1.27993.5.11.1.1
An id for each command.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..255  

host2DevCmdName 1.3.6.1.4.1.27993.5.11.1.2
The name of a command.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

host2DevCmdExecute 1.3.6.1.4.1.27993.5.11.1.3
Instructions to execute the command of device. If value no(0) is sent, the command will not be executed. If value yes(1) is sent, the command will be executed.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER no(0), yes(1)  

host2DevConnectionTrap 5001
This trap is sent when the status of network connection of device is changed. There can be two types of network connection status: connected or disconnected.
TRAP-TYPE    

host2DevEvtStateTrap 5002
This trap is sent when the state of device is changed: for example, device can enter stand-by mode or there is an alarm, not associated with parameters measured.
TRAP-TYPE    

host2DevParStateTrap 5003
This trap is sent when the state of measured parameters is changed.
TRAP-TYPE