BARIONET-MIB

File: BARIONET-MIB.mib (3915 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC-1215

Imported symbols

enterprises OBJECT-TYPE TRAP-TYPE

Defined Types

DisplayString  
OCTET STRING    

PhysAddress  
OCTET STRING    

BariInputEntry  
SEQUENCE    
  bariInputIndex INTEGER 1..1000
  bariInputValue INTEGER 0..4294967295

Defined Values

barix 1.3.6.1.4.1.17491
OBJECT IDENTIFIER    

products 1.3.6.1.4.1.17491.1
OBJECT IDENTIFIER    

barionet 1.3.6.1.4.1.17491.1.1
OBJECT IDENTIFIER    

bariState 1.3.6.1.4.1.17491.1.1.1
a value which indicates the operational status of the Barionet. 0: down (The Barionet is in startup phase) 1: up (The Barionet has actual port data)
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..1  

bariInputTable 1.3.6.1.4.1.17491.1.1.2
A list of Barionet I/O variables, indexed 1..1000 The function of the various addresses can be looked up in the manual
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BariInputEntry

bariInputEntry 1.3.6.1.4.1.17491.1.1.2.1
A specific digital input entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  BariInputEntry  

bariInputIndex 1.3.6.1.4.1.17491.1.1.2.1.1
The variable number. one to 1000
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..1000  

bariInputValue 1.3.6.1.4.1.17491.1.1.2.1.2
The current value of the variable
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

digitalInputNotification 1
A digitalInputNotification trap is sent on change of a digital input state or as a notification of the current state of the input. The two variables are the input number (index into the input table) and the input state at the time of the notification.
TRAP-TYPE