RFC1318-MIB

File: RFC1318-MIB.mib (9145 bytes)

Imported modules

RFC1155-SMI RFC1213-MIB RFC-1212

Imported symbols

Counter transmission OBJECT-TYPE

Defined Types

ParaPortEntry  
SEQUENCE    
  paraPortIndex INTEGER
  paraPortType INTEGER
  paraPortInSigNumber INTEGER
  paraPortOutSigNumber INTEGER

ParaInSigEntry  
SEQUENCE    
  paraInSigPortIndex INTEGER
  paraInSigName INTEGER
  paraInSigState INTEGER
  paraInSigChanges Counter

ParaOutSigEntry  
SEQUENCE    
  paraOutSigPortIndex INTEGER
  paraOutSigName INTEGER
  paraOutSigState INTEGER
  paraOutSigChanges Counter

Defined Values

para 1.3.6.1.2.1.10.34
OBJECT IDENTIFIER    

paraNumber 1.3.6.1.2.1.10.34.1
The number of ports (regardless of their current state) in the Parallel-printer-like port table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

paraPortTable 1.3.6.1.2.1.10.34.2
A list of port entries. The number of entries is given by the value of paraNumber.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ParaPortEntry

paraPortEntry 1.3.6.1.2.1.10.34.2.1
Status and parameter values for a port.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ParaPortEntry  

paraPortIndex 1.3.6.1.2.1.10.34.2.1.1
A unique value for each port. Its value ranges between 1 and the value of paraNumber. By convention and if possible, hardware port numbers map directly to external connectors. The value for each port must remain constant at least from one re-initialization of the network management agent to the next.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

paraPortType 1.3.6.1.2.1.10.34.2.1.2
The port's hardware type.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), centronics(2), dataproducts(3)  

paraPortInSigNumber 1.3.6.1.2.1.10.34.2.1.3
The number of input signals for the port in the input signal table (paraPortInSigTable). The table contains entries only for those signals the software can detect.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

paraPortOutSigNumber 1.3.6.1.2.1.10.34.2.1.4
The number of output signals for the port in the output signal table (paraPortOutSigTable). The table contains entries only for those signals the software can assert.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

paraInSigTable 1.3.6.1.2.1.10.34.3
A list of port input control signal entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ParaInSigEntry

paraInSigEntry 1.3.6.1.2.1.10.34.3.1
Input control signal status for a hardware port.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ParaInSigEntry  

paraInSigPortIndex 1.3.6.1.2.1.10.34.3.1.1
The value of paraPortIndex for the port to which this entry belongs.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

paraInSigName 1.3.6.1.2.1.10.34.3.1.2
Identification of a hardware signal.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER power(1), online(2), busy(3), paperout(4), fault(5)  

paraInSigState 1.3.6.1.2.1.10.34.3.1.3
The current signal state.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER none(1), on(2), off(3)  

paraInSigChanges 1.3.6.1.2.1.10.34.3.1.4
The number of times the signal has changed from 'on' to 'off' or from 'off' to 'on'.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

paraOutSigTable 1.3.6.1.2.1.10.34.4
A list of port output control signal entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ParaOutSigEntry

paraOutSigEntry 1.3.6.1.2.1.10.34.4.1
Output control signal status for a hardware port.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ParaOutSigEntry  

paraOutSigPortIndex 1.3.6.1.2.1.10.34.4.1.1
The value of paraPortIndex for the port to which this entry belongs.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

paraOutSigName 1.3.6.1.2.1.10.34.4.1.2
Identification of a hardware signal.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER power(1), online(2), busy(3), paperout(4), fault(5)  

paraOutSigState 1.3.6.1.2.1.10.34.4.1.3
The current signal state.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER none(1), on(2), off(3)  

paraOutSigChanges 1.3.6.1.2.1.10.34.4.1.4
The number of times the signal has changed from 'on' to 'off' or from 'off' to 'on'.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter