-- Machine generated MIB file, do not edit! -- -- MIB file for OBD1514-E, type code 42.56, software label 1171 -- Generated on Tuesday, 16-Jan-24 10:34:03 CET -- CVS $Id: OBD1514-E_4256_sw1171.mib,v 1.1 2024/01/16 09:34:04 til Exp $ -- -- Copyright 2003-2024 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. -- OBD1514-E-4256-sw1171-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, OBJECT-IDENTITY, OBJECT-TYPE, Integer32, TimeTicks FROM SNMPv2-SMI -- RFC2578 TEXTUAL-CONVENTION, DisplayString FROM SNMPv2-TC -- RFC2579 MODULE-COMPLIANCE, OBJECT-GROUP FROM SNMPv2-CONF -- RFC2580 mib-modules, products, FixedPointValue1, FixedPointValue2, FixedPointValue3, OnOffValue FROM LYNX-SMI; obd1514-e-4256-sw1171 MODULE-IDENTITY LAST-UPDATED "202401160934Z" ORGANIZATION "LYNX Technik AG" CONTACT-INFO "LYNX Technik AG Brunnenweg 3 64331 Weiterstadt http://www.lynx-technik.com mailto:support@lynx-technik.com" DESCRIPTION "MIB module definition for OBD1514-E, type code 42.56, software label 1171" REVISION "202401160934Z" DESCRIPTION "Generated by LYNX Asset Database" ::= { mib-modules 16983171 } obd1514-e-4256 OBJECT-IDENTITY STATUS current DESCRIPTION "LYNX device type OBD1514-E" ::= { products 16982 } sw1171 OBJECT-IDENTITY STATUS current DESCRIPTION "Software label 1171" ::= { obd1514-e-4256 1171 } -- Type definitions TypeFactoryReset ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Enumeration" SYNTAX INTEGER { press(0) } TypeStatusColor ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Enumeration" SYNTAX INTEGER { unknown(0), black(1), green(2), yellow(3), red(4) } TypeEventHighTemperatureSNMP ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Enumeration" SYNTAX INTEGER { none(0), onOnly(1), offOnly(2), onOff(3) } TypeSFPLinkSpeed ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Enumeration" SYNTAX INTEGER { unplugged(0), n10Mbps(1), n100Mbps(2), n200Mbps(3), n1Gbps(4), n25Gbps(5), n5Gbps(6), n10Gbps(7) } TypeSFPLinkDuplex ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Enumeration" SYNTAX INTEGER { halfDuplex(0), fullDuplex(1) } -- Parameter definitions typeName OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "LYNX product type name" ::= { paramEntry 1 } displayName OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "Name of device (potentially user-defined), as stored in device-controller" ::= { paramEntry 2 } position OBJECT-TYPE SYNTAX OCTET STRING (SIZE (0..63)) MAX-ACCESS read-only STATUS current DESCRIPTION "Full-qualified position information (e.g. as used in address-field of remoteIF protocol)" ::= { paramEntry 3 } uptime OBJECT-TYPE SYNTAX TimeTicks MAX-ACCESS read-only STATUS current DESCRIPTION "Connection time of the device to this UI (in seconds)" ::= { paramEntry 4 } type OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Device type code" ::= { paramEntry 5 } version OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Device version information" ::= { paramEntry 6 } factoryReset OBJECT-TYPE SYNTAX TypeFactoryReset MAX-ACCESS read-write STATUS current DESCRIPTION "Reset device to factory default values (set value to PRESS for execution)" ::= { paramEntry 7 } locate OBJECT-TYPE SYNTAX OnOffValue MAX-ACCESS read-write STATUS current DESCRIPTION "toggle the locating function (yellow flashing master LED) ON/OFF" ::= { paramEntry 8 } statusColor OBJECT-TYPE SYNTAX TypeStatusColor MAX-ACCESS read-only STATUS current DESCRIPTION "The current color of the Devices Master LED (red/green/yellow)" ::= { paramEntry 9 } statusColorRGB OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "The current color of the Devices Master LED as #RRGGBB" ::= { paramEntry 10 } statusText OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "The current status text (OK or error-details)" ::= { paramEntry 11 } eventHighTemperature OBJECT-TYPE SYNTAX OnOffValue MAX-ACCESS read-only STATUS current DESCRIPTION "Error Event: High Temperature" ::= { paramEntry 13 } eventOpticalEthernetPortDown OBJECT-TYPE SYNTAX OnOffValue MAX-ACCESS read-only STATUS current DESCRIPTION "Info Event: Optical Ethernet Port Down" ::= { paramEntry 14 } eventEthernetPort1Down OBJECT-TYPE SYNTAX OnOffValue MAX-ACCESS read-only STATUS current DESCRIPTION "Info Event: Ethernet Port 1 Down" ::= { paramEntry 15 } eventEthernetPort2Down OBJECT-TYPE SYNTAX OnOffValue MAX-ACCESS read-only STATUS current DESCRIPTION "Info Event: Ethernet Port 2 Down" ::= { paramEntry 16 } eventHighTemperatureSNMP OBJECT-TYPE SYNTAX TypeEventHighTemperatureSNMP MAX-ACCESS read-write STATUS current DESCRIPTION "SNMP Trap for Event: High Temperature" ::= { paramEntry 17 } eventOpticalEthernetPortDownSNMP OBJECT-TYPE SYNTAX TypeEventHighTemperatureSNMP MAX-ACCESS read-write STATUS current DESCRIPTION "SNMP Trap for Event: Optical Ethernet Port Down" ::= { paramEntry 18 } eventEthernetPort1DownSNMP OBJECT-TYPE SYNTAX TypeEventHighTemperatureSNMP MAX-ACCESS read-write STATUS current DESCRIPTION "SNMP Trap for Event: Ethernet Port 1 Down" ::= { paramEntry 19 } eventEthernetPort2DownSNMP OBJECT-TYPE SYNTAX TypeEventHighTemperatureSNMP MAX-ACCESS read-write STATUS current DESCRIPTION "SNMP Trap for Event: Ethernet Port 2 Down" ::= { paramEntry 20 } sFPModulePartNumber OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Displays the part number of used SFP Module" ::= { paramEntry 21 } sFPModuleType OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Displays the type of detected SFP Module. The SFP part number will be displayed if SFP Module is unknown." ::= { paramEntry 22 } sFPInputBudget OBJECT-TYPE SYNTAX FixedPointValue1 MAX-ACCESS read-only STATUS current DESCRIPTION "Displays budget on optical input." ::= { paramEntry 23 } sFPLinkSpeed OBJECT-TYPE SYNTAX TypeSFPLinkSpeed MAX-ACCESS read-only STATUS current DESCRIPTION "Shows the link speed of SFP" ::= { paramEntry 24 } sFPLinkDuplex OBJECT-TYPE SYNTAX TypeSFPLinkDuplex MAX-ACCESS read-only STATUS current DESCRIPTION "Shows the link duplex status of SFP" ::= { paramEntry 25 } port1LinkSpeed OBJECT-TYPE SYNTAX TypeSFPLinkSpeed MAX-ACCESS read-only STATUS current DESCRIPTION "Shows the link speed of Port1" ::= { paramEntry 26 } port1LinkDuplex OBJECT-TYPE SYNTAX TypeSFPLinkDuplex MAX-ACCESS read-only STATUS current DESCRIPTION "Shows the link duplex status of Port1" ::= { paramEntry 27 } port2LinkSpeed OBJECT-TYPE SYNTAX TypeSFPLinkSpeed MAX-ACCESS read-only STATUS current DESCRIPTION "Shows the link speed of Port2" ::= { paramEntry 28 } port2LinkDuplex OBJECT-TYPE SYNTAX TypeSFPLinkDuplex MAX-ACCESS read-only STATUS current DESCRIPTION "Shows the link duplex status of Port2" ::= { paramEntry 29 } temperature OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "" ::= { paramEntry 30 } -- Parameter table paramTable OBJECT-TYPE SYNTAX SEQUENCE OF ParamEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of OBD1514-E parameters" ::= { sw1171 1 } paramEntry OBJECT-TYPE SYNTAX ParamEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A row in the table of OBD1514-E parameters" INDEX { IMPLIED position } ::= { paramTable 1 } ParamEntry ::= SEQUENCE { typeName DisplayString, displayName DisplayString, position OCTET STRING, uptime TimeTicks, type DisplayString, version DisplayString, factoryReset TypeFactoryReset, locate OnOffValue, statusColor TypeStatusColor, statusColorRGB DisplayString, statusText DisplayString, eventHighTemperature OnOffValue, eventOpticalEthernetPortDown OnOffValue, eventEthernetPort1Down OnOffValue, eventEthernetPort2Down OnOffValue, eventHighTemperatureSNMP TypeEventHighTemperatureSNMP, eventOpticalEthernetPortDownSNMP TypeEventHighTemperatureSNMP, eventEthernetPort1DownSNMP TypeEventHighTemperatureSNMP, eventEthernetPort2DownSNMP TypeEventHighTemperatureSNMP, sFPModulePartNumber DisplayString, sFPModuleType DisplayString, sFPInputBudget FixedPointValue1, sFPLinkSpeed TypeSFPLinkSpeed, sFPLinkDuplex TypeSFPLinkDuplex, port1LinkSpeed TypeSFPLinkSpeed, port1LinkDuplex TypeSFPLinkDuplex, port2LinkSpeed TypeSFPLinkSpeed, port2LinkDuplex TypeSFPLinkDuplex, temperature Integer32 } -- Conformance statements conformance OBJECT-IDENTITY STATUS current DESCRIPTION "Conformance declaration of OBD1514-E" ::= { sw1171 2 } paramGroup OBJECT-GROUP OBJECTS { typeName, displayName, position, uptime, type, version, factoryReset, locate, statusColor, statusColorRGB, statusText, eventHighTemperature, eventOpticalEthernetPortDown, eventEthernetPort1Down, eventEthernetPort2Down, eventHighTemperatureSNMP, eventOpticalEthernetPortDownSNMP, eventEthernetPort1DownSNMP, eventEthernetPort2DownSNMP, sFPModulePartNumber, sFPModuleType, sFPInputBudget, sFPLinkSpeed, sFPLinkDuplex, port1LinkSpeed, port1LinkDuplex, port2LinkSpeed, port2LinkDuplex, temperature } STATUS current DESCRIPTION "Conformance group containing all device parameters" ::= { conformance 1 } paramCompliance MODULE-COMPLIANCE STATUS current DESCRIPTION "Compliance specification" MODULE -- This module MANDATORY-GROUPS { paramGroup } ::= { conformance 2 } END