-- Machine generated MIB file, do not edit! -- -- MIB file for SPG1707, type code 42.01, software label 331 -- Generated on Friday, 19-Feb-21 16:35:22 UTC -- CVS $Id: SPG1707_4201_sw331.mib,v 1.1 2021/02/19 16:35: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. -- SPG1707-4201-sw331-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; spg1707-4201-sw331 MODULE-IDENTITY LAST-UPDATED "202102191635Z" 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 SPG1707, type code 42.01, software label 331" REVISION "202102191635Z" DESCRIPTION "Generated by LYNX Asset Database" ::= { mib-modules 16897331 } spg1707-4201 OBJECT-IDENTITY STATUS current DESCRIPTION "LYNX device type SPG1707" ::= { products 16897 } sw331 OBJECT-IDENTITY STATUS current DESCRIPTION "Software label 331" ::= { spg1707-4201 331 } -- Type definitions TypeFactoryReset ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Enumeration" SYNTAX INTEGER { press(0) } TypeRefInStandard ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Enumeration" SYNTAX INTEGER { missing(0), invalid(1), n525(2), n625(3), n720p60(4), n720p5994(5), n720p50(6), n720p30(7), n720p2997(8), n720p25(9), n720p24(10), n720p2398(11), n1080i60(12), n1080i5994(13), n1080i50(14), n1080p60(15), n1080p5994(16), n1080p50(17), n1080p30(18), n1080p2997(19), n1080p25(20), n1080p24(21), n1080p2398(22), n1080psF30(23), n1080psF2997(24), n1080psF25(25), n1080psF24(26), n1080psF2398(27), n2KP60(28), n2KP59(29), n2KP50(30), n2KP48(31), n2KP47(32), n2KP30(33), n2KP29(34), n2KP25(35), n2KP24(36), n2KP23(37), n2KPsF30(38), n2KPsF29(39), n2KPsF25(40), n2KPsF24(41), n2KPsF23(42) } TypeSDRefOutStandard ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Enumeration" SYNTAX INTEGER { missing(0), invalid(1), n525(2), n625(3), n720p60(4), n720p5994(5), n720p50(6), n720p30(7), n720p2997(8), n720p25(9), n720p24(10), n720p2398(11), n1080i60(12), n1080i5994(13), n1080i50(14), n1080p60(15), n1080p5994(16), n1080p50(17), n1080p30(18), n1080p2997(19), n1080p25(20), n1080p24(21), n1080p2398(22), n1080psF30(23), n1080psF2997(24), n1080psF25(25), n1080psF24(26), n1080psF2398(27) } -- 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 } refInStandard OBJECT-TYPE SYNTAX TypeRefInStandard MAX-ACCESS read-only STATUS current DESCRIPTION "Video Standard of Reference Input" ::= { paramEntry 10 } sDRefOutStandard OBJECT-TYPE SYNTAX TypeSDRefOutStandard MAX-ACCESS read-only STATUS current DESCRIPTION "Video Standard of SD Reference Output" ::= { paramEntry 11 } hDRefOutStandard OBJECT-TYPE SYNTAX TypeSDRefOutStandard MAX-ACCESS read-only STATUS current DESCRIPTION "Video Standard of HD Reference Output" ::= { paramEntry 12 } -- Parameter table paramTable OBJECT-TYPE SYNTAX SEQUENCE OF ParamEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of SPG1707 parameters" ::= { sw331 1 } paramEntry OBJECT-TYPE SYNTAX ParamEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A row in the table of SPG1707 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, refInStandard TypeRefInStandard, sDRefOutStandard TypeSDRefOutStandard, hDRefOutStandard TypeSDRefOutStandard } -- Conformance statements conformance OBJECT-IDENTITY STATUS current DESCRIPTION "Conformance declaration of SPG1707" ::= { sw331 2 } paramGroup OBJECT-GROUP OBJECTS { typeName, displayName, position, uptime, type, version, factoryReset, locate, refInStandard, sDRefOutStandard, hDRefOutStandard } 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