-------------------------------------------------------------------------------- -- CVS $Id: LYNX-TYPES.mib,v 1.5 2011/10/24 07:45:59 jvo Exp $ -------------------------------------------------------------------------------- -- Copyright 2003-2011 by LYNX Technik AG -- -- These coded instructions, statements, and computer programs contain -- unpublished proprietary information written by LYNX Technik AG and -- are protected by Federal copyright law. They may not be disclosed -- to third parties or copied or duplicated in any form, in whole or -- in part, without the prior written consent of LYNX Technik AG. -------------------------------------------------------------------------------- LYNX-TYPES-MIB DEFINITIONS ::= BEGIN IMPORTS OBJECT-TYPE FROM RFC-1212 OBJECT-GROUP FROM SNMPv2-CONF OBJECT-IDENTITY, MODULE-IDENTITY, IpAddress FROM SNMPv2-SMI mib-modules, types FROM LYNX-SMI; mib-mod-types MODULE-IDENTITY LAST-UPDATED "201107131005Z" ORGANIZATION "LYNX Technik AG" CONTACT-INFO "http://www.lynx-technik.com" DESCRIPTION "Collection of types used in LYNX traps" REVISION "201107131005Z" DESCRIPTION "Corrected type of dpIpAddress back to IpAddress" REVISION "201012171249Z" DESCRIPTION "Corrected type of dpIpAddress to IPADDRESS" REVISION "200411051545Z" DESCRIPTION "Reorganised MIB" REVISION "200309261540Z" DESCRIPTION "Initial version" ::= { mib-modules 2 } --------------------------------------------------------------- devicePosition OBJECT-IDENTITY STATUS current DESCRIPTION "fields in a rackposition" ::= { types 1 } dpSerialPort OBJECT-TYPE SYNTAX INTEGER (0..7) MAX-ACCESS read-only STATUS current DESCRIPTION "serial port" ::= { devicePosition 1 } dpStack OBJECT-TYPE SYNTAX INTEGER (0..15) MAX-ACCESS read-only STATUS current DESCRIPTION "stack" ::= { devicePosition 2 } dpFrame OBJECT-TYPE SYNTAX INTEGER (0..7) MAX-ACCESS read-only STATUS current DESCRIPTION "frame" ::= { devicePosition 3 } dpSlot OBJECT-TYPE SYNTAX INTEGER (0..10) MAX-ACCESS read-only STATUS current DESCRIPTION "slot" ::= { devicePosition 4 } dpIpAddress OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-only STATUS current DESCRIPTION "IP-Address of the device or the device's controller" ::= { devicePosition 5 } ---------------------------------------------------------------------------- devicePositionAsciiString OBJECT-TYPE SYNTAX OCTET STRING (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "String representation of devicePosition as ipAdress:rpComport.rpStack.rpFrame.rpSlot" ::= { types 2 } ---------------------------------------------------------------------------- event OBJECT-IDENTITY STATUS current DESCRIPTION "individual description fields of an event" ::= { types 3 } eventClass OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "general classification of event (not documented at this time)" ::= { event 1 } eventLevel OBJECT-TYPE SYNTAX INTEGER { log(1), error(2), warning(3), info(4), cleared(6) } MAX-ACCESS read-only STATUS current DESCRIPTION "severity level of event: 1:Log / 2:Error / 3:Warning / 4:Info / 6:Event cleared. NOTE: if you want to force all cleared events to be classified as cleared(6), you need to set the configuration parameter SNMP_TRAP_FORCE_LEVEL_CLEARED to TRUE (on the 'Server Configuration' page of the LYNX Web-Interface)." ::= { event 2 } eventID OBJECT-TYPE SYNTAX INTEGER (0..31) MAX-ACCESS read-only STATUS current DESCRIPTION "device-specific numeric ID of event, according to device API description" ::= { event 3 } eventON OBJECT-TYPE SYNTAX INTEGER { off(0), on(1) } MAX-ACCESS read-only STATUS current DESCRIPTION "1: event is ON / 0: event is OFF" ::= { event 4 } eventAsciiMsg OBJECT-TYPE SYNTAX OCTET STRING (SIZE (0..127)) MAX-ACCESS read-only STATUS current DESCRIPTION "short textual description of the event (max. 128 characters)" ::= { event 5 } eventAsciiExpl OBJECT-TYPE SYNTAX OCTET STRING (SIZE (0..511)) MAX-ACCESS read-only STATUS current DESCRIPTION "optional longer textual explanation of the event (max. 512 characters)." ::= { event 6 } --------------------------------------------------------------- device OBJECT-IDENTITY STATUS current DESCRIPTION "collection of generic fields for LYNX devices" ::= { types 4 } deviceName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "name of device" ::= { device 1 } deviceTypeCode OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "type code of device" ::= { device 2 } --------------------------------------------------------------- END