BIANCA-BRICK-SERIAL-MIB

File: BIANCA-BRICK-SERIAL-MIB.mib (11188 bytes)

Imported modules

RFC1155-SMI RFC-1212

Imported symbols

Counter OBJECT-TYPE

Defined Types

Date  
INTEGER    

HexValue  
INTEGER    

SerialIfEntry  
SEQUENCE    
  serialIfIndex INTEGER
  serialIfType INTEGER
  serialIfConnector INTEGER
  serialIfLeads INTEGER
  serialIfClock INTEGER
  serialIfSpeed INTEGER
  serialIfL2Mode INTEGER
  serialIfL1State INTEGER
  serialIfSpeedReal Counter
  serialIfRxPackets Counter
  serialIfRxOctets Counter
  serialIfTxPackets Counter
  serialIfTxOctets Counter
  serialIfRxResets Counter
  serialIfRxAborts Counter
  serialIfRxOverruns Counter
  serialIfRxCRCErrors Counter
  serialIfRxGiantFrames Counter
  serialIfTxResets Counter
  serialIfTxAborts Counter
  serialIfTxUnderruns Counter
  serialIfTxGiantFrames Counter

Defined Values

org 1.3
OBJECT IDENTIFIER    

dod 1.3.6
OBJECT IDENTIFIER    

internet 1.3.6.1
OBJECT IDENTIFIER    

private 1.3.6.1.4
OBJECT IDENTIFIER    

enterprises 1.3.6.1.4.1
OBJECT IDENTIFIER    

bintec 1.3.6.1.4.1.272
OBJECT IDENTIFIER    

bibo 1.3.6.1.4.1.272.4
OBJECT IDENTIFIER    

serial 1.3.6.1.4.1.272.4.25
OBJECT IDENTIFIER    

serialIfTable 1.3.6.1.4.1.272.4.25.1
The serialIfTable contains information relating to the interfaces available on the system. Each entry corresponds to an available serial interface. Entries cannot be added or deleted by the user. Creating entries: Entries are created by the system automatically when a new serial module is installed. Deleting entries: Entries are removed by the system after the appropriate serial module is removed.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SerialIfEntry

serialIfEntry 1.3.6.1.4.1.272.4.25.1.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SerialIfEntry  

serialIfIndex 1.3.6.1.4.1.272.4.25.1.1.1
Unique interface index of the serial interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

serialIfType 1.3.6.1.4.1.272.4.25.1.1.2
The serial physical interface type none(1) interface disabled x21(2) X.21/V11 (synchronous) v35(3) V.35/V11 (synchronous) v36(4) V.36/V11 (synchronous) x21bis(5) RS232/V.28 (synchronous)
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER none(1), x21(2), v35(3), v36(4), x21bis(5)  

serialIfConnector 1.3.6.1.4.1.272.4.25.1.1.3
The physical connector type. When configured as DCE the pins on the output connector act as a DCE interface. If configured as DTE on the output connector act as a DTE interface. dte(1) DTE output pins dce(2) DCE output pins
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER dte(1), dce(2)  

serialIfLeads 1.3.6.1.4.1.272.4.25.1.1.4
The value of IfLeads has influence on the state of the physical layer (L1State). When configured as IfLeads=enabled, the state of the physical layer depends on the signals of the control interface pins Indication/Control on X.21 or RTS/CTS on the other protocols. When configured as IfLeads=disabled, the state of the physical layer stays always up. enabled(1) interface pins accepted. disabled(2) ignore interface pins.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

serialIfClock 1.3.6.1.4.1.272.4.25.1.1.5
The physical layer (layer 1) clocking mode. When configured as AUTO the clock provided depends what is configured on connector. If connector is configured as DTE clock must provided from external, if the connector is configured as DCE clock is generated and is provided at the output pins. It is possible to configure the clock independed from connector type. EXTERNAL clock means the clock must provided by the external device and INTERNAL clock means the clock is generated by the brick and is provided on the output pins. X.21 on clock line is provided. V.35/V.36 two clock lines are provided. auto(1) connector = DTE = extern, DCE = intern extern(2) clock pins operate as input. intern(3) clock pins operate as output.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER auto(1), extern(2), intern(3)  

serialIfSpeed 1.3.6.1.4.1.272.4.25.1.1.8
The serial interface speed in bits per second. The range is dependant on the type of the line (balanced/unbalanced) and the quality and length of the cable. Over a short distance (about 5 m) and with a shielded cable speeds of up to 8 Mbit/sec are possible.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

serialIfL2Mode 1.3.6.1.4.1.272.4.25.1.1.10
The layer 2 mode. This value has influence on the HDLC address field (first byte of a HDCL frame). When configured as DTE the address in a command frame is 0x01, when configured as DCE it is 0x03. For response frames it is vice versa. When configured as AUTO, layer 2 is set to the same as connector is set. dte(1) HDLC address 0x01 dce(2) HDLC address 0x03 auto(3) same as conector = DTE=0x01 DCE=0x03
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER dte(1), dce(2), auto(3)  

serialIfL1State 1.3.6.1.4.1.272.4.25.1.1.15
The serial physical layer state dn(1) physical layer is inactive up(2) physical layer is active
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER dn(1), up(2)  

serialIfSpeedReal 1.3.6.1.4.1.272.4.25.1.1.16
In DCE/internal clock mode this is the rounded speed in bits per second, because not every baudrate can exactly be generated. In DTE/external clock mode this is the measured speed, where measurement is possible, or the configured speed in serialIfSpeed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

serialIfRxPackets 1.3.6.1.4.1.272.4.25.1.1.20
Count of received valid Frames.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

serialIfRxOctets 1.3.6.1.4.1.272.4.25.1.1.21
Count of received bytes.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

serialIfTxPackets 1.3.6.1.4.1.272.4.25.1.1.22
Count of transmitted valid Frames.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

serialIfTxOctets 1.3.6.1.4.1.272.4.25.1.1.23
Count of transmitted bytes.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

serialIfRxResets 1.3.6.1.4.1.272.4.25.1.1.24
Count of receiver resets. Under rare circumstances it might be necessary to reset the receiver to work properly.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

serialIfRxAborts 1.3.6.1.4.1.272.4.25.1.1.25
Count of receiver aborts. The sender of a frame can indicate a frame as aborted with a special Abort sequence.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

serialIfRxOverruns 1.3.6.1.4.1.272.4.25.1.1.26
Count of receiver overruns. If the serial port is unable to grant sufficiently soon/often the bus, the RxFIFO may fill up. This leads to loss of data.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

serialIfRxCRCErrors 1.3.6.1.4.1.272.4.25.1.1.27
Count of corrupted frames. Errors due to interference on the serial cable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

serialIfRxGiantFrames 1.3.6.1.4.1.272.4.25.1.1.28
Count of received frames with illegal framesize. This can occur if a frame delimiter is destroyed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

serialIfTxResets 1.3.6.1.4.1.272.4.25.1.1.29
Count of transmitter resets. Under rare circumstances it might be necessary to reset the transmitter to work properly.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

serialIfTxAborts 1.3.6.1.4.1.272.4.25.1.1.30
Count of transmitter aborts. While sending a frame it might be necessary to indicate this frame as aborted. In this case the receiver regards this frame as illegal.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

serialIfTxUnderruns 1.3.6.1.4.1.272.4.25.1.1.31
Count of transmitter underruns. The serial data for the serial port is supplied too slowly.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

serialIfTxGiantFrames 1.3.6.1.4.1.272.4.25.1.1.32
Count of transmitted frames with illegal framesize. This can occur if an upper module creates packets with more than the maximum allowed packet size.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter