-- Machine generated MIB file, do not edit! -- -- MIB file for DVD1817-1, type code 42.3C, software label 950 -- Generated on Thursday, 22-Apr-21 18:11:22 UTC -- CVS $Id: DVD1817-1_423c_sw950.mib,v 1.2 2021/04/22 18:11:23 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. -- DVD1817-1-423c-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; dvd1817-1-423c-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 DVD1817-1, type code 42.3C, software label 950" REVISION "202104221811Z" DESCRIPTION "Generated by LYNX Asset Database" ::= { mib-modules 16956950 } dvd1817-1-423c OBJECT-IDENTITY STATUS current DESCRIPTION "LYNX device type DVD1817-1" ::= { products 16956 } sw950 OBJECT-IDENTITY STATUS current DESCRIPTION "Software label 950" ::= { dvd1817-1-423c 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) } TypeInputColor ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Enumeration" SYNTAX INTEGER { off(0), offX(1), green(2), greenX(3) } TypeInputColorRGB ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Enumeration" SYNTAX INTEGER { n000000(0), n000000X(1), n00ff00(2), n00ff00X(3) } TypeInputStatus ::= 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 } inputColor OBJECT-TYPE SYNTAX TypeInputColor MAX-ACCESS read-only STATUS current DESCRIPTION "The current color of the Devices Input LED (off/green)" ::= { paramEntry 11 } inputColorRGB OBJECT-TYPE SYNTAX TypeInputColorRGB MAX-ACCESS read-only STATUS current DESCRIPTION "The current color of the Devices Input LED as #RRGGBB" ::= { paramEntry 12 } inputStatus OBJECT-TYPE SYNTAX TypeInputStatus MAX-ACCESS read-only STATUS current DESCRIPTION "Shows the Input Signal Rate" ::= { paramEntry 14 } -- Parameter table paramTable OBJECT-TYPE SYNTAX SEQUENCE OF ParamEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of DVD1817-1 parameters" ::= { sw950 1 } paramEntry OBJECT-TYPE SYNTAX ParamEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A row in the table of DVD1817-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, inputColor TypeInputColor, inputColorRGB TypeInputColorRGB, inputStatus TypeInputStatus } -- Conformance statements conformance OBJECT-IDENTITY STATUS current DESCRIPTION "Conformance declaration of DVD1817-1" ::= { sw950 2 } paramGroup OBJECT-GROUP OBJECTS { typeName, displayName, position, uptime, type, version, factoryReset, locate, statusColor, statusColorRGB, inputColor, inputColorRGB, inputStatus } 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