-- This file is corresponding to Release 6.3.1.100 from 2003/03/10 00:00:00 -- (C)opyright 1991-1999 BinTec Communications AG, All Rights Reserved -- $RCSfile: mibsysxl,v $ -- $Revision: 1.10 $ BIANCA-XL-MIBSYS-MIB DEFINITIONS ::= BEGIN IMPORTS Counter FROM RFC1155-SMI OBJECT-TYPE FROM RFC-1212; org OBJECT IDENTIFIER ::= { iso 3 } dod OBJECT IDENTIFIER ::= { org 6 } internet OBJECT IDENTIFIER ::= { dod 1 } private OBJECT IDENTIFIER ::= { internet 4 } enterprises OBJECT IDENTIFIER ::= { private 1 } bintec OBJECT IDENTIFIER ::= { enterprises 272 } bibo OBJECT IDENTIFIER ::= { bintec 4 } sysConfig OBJECT IDENTIFIER ::= { bibo 15 } -- System Status and Configuration sysConfigLcdBrightness OBJECT-TYPE SYNTAX INTEGER (0..15) ACCESS read-write STATUS mandatory DESCRIPTION "This variable allows to control the brightness of the LCD display. Lower values mean less, higher values mean more brightness. Zero means no brightness." ::= { sysConfig 1 } sysConfigLcdContrast OBJECT-TYPE SYNTAX INTEGER (0..15) ACCESS read-write STATUS mandatory DESCRIPTION "This variable allows to control the contrast of the LCD display. Lower values mean less, higher values mean more contrast. Zero means factory settings." ::= { sysConfig 2 } sysConfigLcdConfigure OBJECT-TYPE SYNTAX INTEGER { off(1), on(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This variable determines whether it is possible to configure the brick by using the LCD display and the buttons." ::= { sysConfig 3 } sysConfigTemperature OBJECT-TYPE SYNTAX INTEGER (-1000..1000) ACCESS read-only STATUS mandatory DESCRIPTION "This variable shows the actual system temperature measured inside the brick in the units Fahrenheit or Celsius." ::= { sysConfig 4 } sysConfigTempUnit OBJECT-TYPE SYNTAX INTEGER { celsius(1), fahrenheit(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This variable defines the unit of sysConfigTemperature, either Celsius or Fahrenheit." ::= { sysConfig 5 } sysConfigTempAlarmTrap OBJECT-TYPE SYNTAX INTEGER (-1000..1000) ACCESS read-write STATUS mandatory DESCRIPTION "If the system temperature raises above this threshold, a alarm trap is generated every 60 seconds." ::= { sysConfig 6 } sysConfigTempAlarmRelay OBJECT-TYPE SYNTAX INTEGER (-1000..1000) ACCESS read-write STATUS mandatory DESCRIPTION "If the system temperature raises above this threshold, the alarm relay is activated. It is deactivated again when the system temperature falls below this threshold." ::= { sysConfig 7 } sysConfigFanControl OBJECT-TYPE SYNTAX INTEGER { auto(1), high(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This variable defines automatic fan control. In mode 'auto' the fans are automatically adjusted depending on the current temperature. In mode 'high' all fans remain at maximum speed." ::= { sysConfig 8 } sysConfigFan1 OBJECT-TYPE SYNTAX INTEGER { on(1), off(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This variable shows, whether the fan is turning or not." ::= { sysConfig 9 } sysConfigFan2 OBJECT-TYPE SYNTAX INTEGER { on(1), off(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This variable shows, whether the fan is turning or not." ::= { sysConfig 10 } sysConfigFan3 OBJECT-TYPE SYNTAX INTEGER { on(1), off(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This variable shows, whether the fan is turning or not." ::= { sysConfig 11 } sysConfigFan4 OBJECT-TYPE SYNTAX INTEGER { on(1), off(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This variable shows, whether the fan is turning or not." ::= { sysConfig 12 } END