-- Machine generated MIB file, do not edit! -- -- MIB file for DVD1423-1, type code 42.3F, software label 950 -- Generated on Thursday, 22-Apr-21 18:11:37 UTC -- CVS $Id: DVD1423-1_423f_sw950.mib,v 1.2 2021/04/22 18:11:37 til Exp $ -- -- Copyright 2003-2021 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. -- DVD1423-1-423f-sw950-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; dvd1423-1-423f-sw950 MODULE-IDENTITY LAST-UPDATED "202104221811Z" 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 DVD1423-1, type code 42.3F, software label 950" REVISION "202104221811Z" DESCRIPTION "Generated by LYNX Asset Database" ::= { mib-modules 16959950 } dvd1423-1-423f OBJECT-IDENTITY STATUS current DESCRIPTION "LYNX device type DVD1423-1" ::= { products 16959 } sw950 OBJECT-IDENTITY STATUS current DESCRIPTION "Software label 950" ::= { dvd1423-1-423f 950 } -- Type definitions TypeFactoryReset ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Enumeration" SYNTAX INTEGER { press(0) } TypeStatusColor ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Enumeration" SYNTAX INTEGER { off(0), red(1), green(2), yellow(3) } TypeStatusColorRGB ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Enumeration" SYNTAX INTEGER { n000000(0), ff0000(1), n00ff00(2), ffff00(3) } TypeInput1Color ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Enumeration" SYNTAX INTEGER { off(0), offX(1), green(2), greenX(3) } TypeInput1ColorRGB ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Enumeration" SYNTAX INTEGER { n000000(0), n000000X(1), n00ff00(2), n00ff00X(3) } TypeInput1Status ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Enumeration" SYNTAX INTEGER { missing(0), mADI125MbS(1), sD270MbS(2), hD15GbS(3), n3G(4), n6G(5), n12G(6), disabled(7) } -- 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 TypeStatusColorRGB MAX-ACCESS read-only STATUS current DESCRIPTION "The current color of the Devices Master LED as #RRGGBB" ::= { paramEntry 10 } input1Color OBJECT-TYPE SYNTAX TypeInput1Color MAX-ACCESS read-only STATUS current DESCRIPTION "The current color of the Devices Input 1 LED (off/green)" ::= { paramEntry 11 } input1ColorRGB OBJECT-TYPE SYNTAX TypeInput1ColorRGB MAX-ACCESS read-only STATUS current DESCRIPTION "The current color of the Devices Input 1 LED as #RRGGBB" ::= { paramEntry 12 } input2Color OBJECT-TYPE SYNTAX TypeInput1Color MAX-ACCESS read-only STATUS current DESCRIPTION "The current color of the Devices Input 2 LED (off/green)" ::= { paramEntry 13 } input2ColorRGB OBJECT-TYPE SYNTAX TypeInput1ColorRGB MAX-ACCESS read-only STATUS current DESCRIPTION "The current color of the Devices Input 2 LED as #RRGGBB" ::= { paramEntry 14 } input1Status OBJECT-TYPE SYNTAX TypeInput1Status MAX-ACCESS read-only STATUS current DESCRIPTION "Shows the Signal Rate of Input 1" ::= { paramEntry 16 } input2Status OBJECT-TYPE SYNTAX TypeInput1Status MAX-ACCESS read-only STATUS current DESCRIPTION "Shows the Signal Rate of Input 2" ::= { paramEntry 17 } -- Parameter table paramTable OBJECT-TYPE SYNTAX SEQUENCE OF ParamEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of DVD1423-1 parameters" ::= { sw950 1 } paramEntry OBJECT-TYPE SYNTAX ParamEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A row in the table of DVD1423-1 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 TypeStatusColorRGB, input1Color TypeInput1Color, input1ColorRGB TypeInput1ColorRGB, input2Color TypeInput1Color, input2ColorRGB TypeInput1ColorRGB, input1Status TypeInput1Status, input2Status TypeInput1Status } -- Conformance statements conformance OBJECT-IDENTITY STATUS current DESCRIPTION "Conformance declaration of DVD1423-1" ::= { sw950 2 } paramGroup OBJECT-GROUP OBJECTS { typeName, displayName, position, uptime, type, version, factoryReset, locate, statusColor, statusColorRGB, input1Color, input1ColorRGB, input2Color, input2ColorRGB, input1Status, input2Status } 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