ENSEIRB-MIB DEFINITIONS ::= BEGIN -- MIB of the ENSEIRB School of electrical Engineering IMPORTS enterprises FROM SNMPv2-SMI, MODULE-IDENTITY FROM SNMPv2-SMI MODULE-COMPLIANCE, OBJECT-GROUP FROM SNMPv2-CONF; -- -- A brief description and update information about this mib. -- enseirb MODULE-IDENTITY LAST-UPDATED "0104010000Z" -- 01 Apr 2001, midnight ORGANIZATION "ENSEIRB" CONTACT-INFO " Author: Patrice Kadionik ENSEIRB, School of Electrical Engineering postal: PO Box 99 33402 TALENCE CEDEX FRANCE email: kadionik@enseirb.fr phone: +33-5-56-84-65-00 " DESCRIPTION "MIB for remote control by SNMP " ::= { enterprises 9362 } leds OBJECT IDENTIFIER ::= { enseirb 1 } reserved OBJECT IDENTIFIER ::= { enseirb 2 } -- Define the sections of the mib them selves: -- -- 8 LEDs connected to the PC parallel port -- -- -- LED 0 connected to the PC parallel port -- led0 OBJECT-TYPE SYNTAX Integer32 (0..1) MAX-ACCESS read-write STATUS current DESCRIPTION "Led 0 connected to bit 0 of the PC parallel port." DEFVAL { 0 } ::= { leds 1 } -- -- LED 1 connected to the PC parallel port -- led1 OBJECT-TYPE SYNTAX Integer32 (0..1) MAX-ACCESS read-write STATUS current DESCRIPTION "Led 1 connected to bit 1 of the PC parallel port." DEFVAL { 0 } ::= { leds 2 } -- -- LED 2 connected to the PC parallel port -- led2 OBJECT-TYPE SYNTAX Integer32 (0..1) MAX-ACCESS read-write STATUS current DESCRIPTION "Led 2 connected to bit 2 of the PC parallel port." DEFVAL { 0 } ::= { leds 3 } -- -- LED 3 connected to the PC parallel port -- led3 OBJECT-TYPE SYNTAX Integer32 (0..1) MAX-ACCESS read-write STATUS current DESCRIPTION "Led 3 connected to bit 3 of the PC parallel port." DEFVAL { 0 } ::= { leds 4 } -- -- LED 4 connected to the PC parallel port -- led4 OBJECT-TYPE SYNTAX Integer32 (0..1) MAX-ACCESS read-write STATUS current DESCRIPTION "Led 4 connected to bit 4 of the PC parallel port." DEFVAL { 0 } ::= { leds 5 } -- -- LED 5 connected to the PC parallel port -- led5 OBJECT-TYPE SYNTAX Integer32 (0..1) MAX-ACCESS read-write STATUS current DESCRIPTION "Led 5 connected to bit 5 of the PC parallel port." DEFVAL { 0 } ::= { leds 6 } -- -- LED 6 connected to the PC parallel port -- led6 OBJECT-TYPE SYNTAX Integer32 (0..1) MAX-ACCESS read-write STATUS current DESCRIPTION "Led 6 connected to bit 6 of the PC parallel port." DEFVAL { 0 } ::= { leds 7 } -- -- LED 7 connected to the PC parallel port -- led7 OBJECT-TYPE SYNTAX Integer32 (0..1) MAX-ACCESS read-write STATUS current DESCRIPTION "Led 7 connected to bit 7 of the PC parallel port." DEFVAL { 0 } ::= { leds 8 } END