-------------------------------------------------------------------------------- -- CVS $Id: LYNX-TRAPS.mib,v 1.11 2011/10/24 07:45:57 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-TRAPS-MIB DEFINITIONS ::= BEGIN IMPORTS OBJECT-TYPE FROM RFC-1212 TRAP-TYPE FROM RFC-1215 NOTIFICATION-TYPE, MODULE-IDENTITY FROM SNMPv2-SMI traps, mib-modules FROM LYNX-SMI eventClass, eventLevel, eventID, eventON, eventAsciiMsg, eventAsciiExpl, devicePositionAsciiString, dpSerialPort, dpStack, dpFrame, dpSlot, dpIpAddress, deviceName, deviceTypeCode FROM LYNX-TYPES-MIB; mib-mod-traps MODULE-IDENTITY LAST-UPDATED "201012171249Z" ORGANIZATION "LYNX Technik AG" CONTACT-INFO "http://www.lynx-technik.com" DESCRIPTION "Generic traps" REVISION "201012171249Z" DESCRIPTION "added correct reference to origin of imported modules 'traps' and 'mib-modules'" REVISION "200411051552Z" DESCRIPTION "changed layout of deviceEvent" REVISION "200310221954Z" DESCRIPTION "Initial version" ::= { mib-modules 3 } --------------------------------------------------------------------------------------------------- deviceEvent NOTIFICATION-TYPE OBJECTS { eventAsciiMsg, eventAsciiExpl, eventClass, eventLevel, eventID, eventON, deviceName, deviceTypeCode, devicePositionAsciiString, dpSerialPort, dpStack, dpFrame, dpSlot, dpIpAddress } STATUS current DESCRIPTION "Generic trap" ::= { traps 1 } --------------------------------------------------------------------------------------------------- END