-- Machine generated MIB file, do not edit!
--
-- MIB file for SVD5812-1R, type code 08.D4, software label 686
-- Generated on Tuesday, 09-Aug-16 14:40:43 UTC
-- CVS $Id: SVD5812-1R_08d4_sw686.mib,v 1.3 2016/08/09 14:40:45 jvo Exp $
--
-- Copyright 2003-2016 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.
--
SVD5812-1R-08d4-sw686-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;
svd5812-1r-08d4-sw686 MODULE-IDENTITY
LAST-UPDATED "201608091440Z"
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 SVD5812-1R, type code 08.D4, software label 686"
REVISION "201608091440Z"
DESCRIPTION "Generated by LYNX Asset Database"
::= { mib-modules 2260686 }
svd5812-1r-08d4 OBJECT-IDENTITY
STATUS current
DESCRIPTION "LYNX device type SVD5812-1R"
::= { products 2260 }
sw686 OBJECT-IDENTITY
STATUS current
DESCRIPTION "Software label 686"
::= { svd5812-1r-08d4 686 }
-- 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)
}
TypeGPIInputFunction ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION "Enumeration"
SYNTAX INTEGER {
noFunction(0),
switchVideoInputs(1),
latchToInput1(2),
latchToInput2(3)
}
TypeGPIOutputFunction ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION "Enumeration"
SYNTAX INTEGER {
noFunction(0),
changeOver(1)
}
TypeMode ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION "Enumeration"
SYNTAX INTEGER {
automatic(0),
automaticLatched(1),
manual(2),
gPIControlled(3)
}
TypeOut ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION "Enumeration"
SYNTAX INTEGER {
main(0),
bypass(1)
}
TypeInStatusMain ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION "Enumeration"
SYNTAX INTEGER {
missing(0),
sDSDI(1),
hDSDI(2),
n3GSDI(3),
hD3G(4),
present(5)
}
TypeEventSDIInput1NoInputSNMP ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION "Enumeration"
SYNTAX INTEGER {
none(0),
onOnly(1),
offOnly(2),
onOff(3)
}
-- 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 }
lock OBJECT-TYPE
SYNTAX OnOffValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Lock Device"
::= { paramEntry 8 }
locate OBJECT-TYPE
SYNTAX OnOffValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION "toggle the locating function (yellow flashing master LED) ON/OFF"
::= { paramEntry 9 }
statusColor OBJECT-TYPE
SYNTAX TypeStatusColor
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The current color of the Devices Master LED (red/green/yellow)"
::= { paramEntry 10 }
statusColorRGB OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The current color of the Devices Master LED as #RRGGBB"
::= { paramEntry 11 }
statusText OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The current status text (OK or error-details)"
::= { paramEntry 12 }
boardID OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "BoardID"
::= { paramEntry 13 }
eventSDIInput1NoInput OBJECT-TYPE
SYNTAX OnOffValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Info Event: SDI Input 1 No Input"
::= { paramEntry 15 }
eventSDIInput2NoInput OBJECT-TYPE
SYNTAX OnOffValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Info Event: SDI Input 2 No Input"
::= { paramEntry 16 }
eventPrimaryPowermissing OBJECT-TYPE
SYNTAX OnOffValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Info Event: Primary Power missing"
::= { paramEntry 17 }
eventRedundantPowermissing OBJECT-TYPE
SYNTAX OnOffValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Info Event: Redundant Power missing"
::= { paramEntry 18 }
gPIInputFunction OBJECT-TYPE
SYNTAX TypeGPIInputFunction
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Select the function of the Input GPI.
If set to switch video inputs, open GPI contatct selects the electrical input, closed contact selects the optical input.
If set to latch to input X, closed GPI contact will lock the Input X to the main output."
::= { paramEntry 19 }
gPIOutputFunction OBJECT-TYPE
SYNTAX TypeGPIOutputFunction
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Select the function of the Output GPI.
If set to change over, the GPI output triggers when the module has switched Input 2 to the Main output."
::= { paramEntry 20 }
gPIInputInversion OBJECT-TYPE
SYNTAX OnOffValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Invert the active state of the GPI Input.
If inverted, the open contact becomes the active state."
::= { paramEntry 21 }
gPIOutputInversion OBJECT-TYPE
SYNTAX OnOffValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Invert the active state of the GPI Output.
If inverted, the open contact becomes the active state."
::= { paramEntry 22 }
mode OBJECT-TYPE
SYNTAX TypeMode
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Configure general mode of operation: Automatic, Latched, Manual, GPI"
::= { paramEntry 23 }
out OBJECT-TYPE
SYNTAX TypeOut
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Select Source for the main output"
::= { paramEntry 24 }
inStatusMain OBJECT-TYPE
SYNTAX TypeInStatusMain
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Main Input status"
::= { paramEntry 25 }
inStatusBypass OBJECT-TYPE
SYNTAX TypeInStatusMain
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Bypass Input status"
::= { paramEntry 26 }
outStatusMain OBJECT-TYPE
SYNTAX TypeInStatusMain
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Output status channel Main"
::= { paramEntry 27 }
outStatusPreview OBJECT-TYPE
SYNTAX TypeInStatusMain
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Output status channel Preview"
::= { paramEntry 28 }
reclock OBJECT-TYPE
SYNTAX OnOffValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION "select SDI reclocking"
::= { paramEntry 29 }
eventSDIInput1NoInputSNMP OBJECT-TYPE
SYNTAX TypeEventSDIInput1NoInputSNMP
MAX-ACCESS read-write
STATUS current
DESCRIPTION "SNMP Trap for Event: SDI Input 1 No Input"
::= { paramEntry 30 }
eventSDIInput2NoInputSNMP OBJECT-TYPE
SYNTAX TypeEventSDIInput1NoInputSNMP
MAX-ACCESS read-write
STATUS current
DESCRIPTION "SNMP Trap for Event: SDI Input 2 No Input"
::= { paramEntry 31 }
eventPrimaryPowermissingSNMP OBJECT-TYPE
SYNTAX TypeEventSDIInput1NoInputSNMP
MAX-ACCESS read-write
STATUS current
DESCRIPTION "SNMP Trap for Event: Primary Power missing"
::= { paramEntry 32 }
eventRedundantPowermissingSNMP OBJECT-TYPE
SYNTAX TypeEventSDIInput1NoInputSNMP
MAX-ACCESS read-write
STATUS current
DESCRIPTION "SNMP Trap for Event: Redundant Power missing"
::= { paramEntry 33 }
sNumber OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Serial Number"
::= { paramEntry 34 }
-- Parameter table
paramTable OBJECT-TYPE
SYNTAX SEQUENCE OF ParamEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Table of SVD5812-1R parameters"
::= { sw686 1 }
paramEntry OBJECT-TYPE
SYNTAX ParamEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A row in the table of SVD5812-1R parameters"
INDEX { IMPLIED position }
::= { paramTable 1 }
ParamEntry ::= SEQUENCE {
typeName DisplayString,
displayName DisplayString,
position OCTET STRING,
uptime TimeTicks,
type DisplayString,
version DisplayString,
factoryReset TypeFactoryReset,
lock OnOffValue,
locate OnOffValue,
statusColor TypeStatusColor,
statusColorRGB DisplayString,
statusText DisplayString,
boardID Integer32,
eventSDIInput1NoInput OnOffValue,
eventSDIInput2NoInput OnOffValue,
eventPrimaryPowermissing OnOffValue,
eventRedundantPowermissing OnOffValue,
gPIInputFunction TypeGPIInputFunction,
gPIOutputFunction TypeGPIOutputFunction,
gPIInputInversion OnOffValue,
gPIOutputInversion OnOffValue,
mode TypeMode,
out TypeOut,
inStatusMain TypeInStatusMain,
inStatusBypass TypeInStatusMain,
outStatusMain TypeInStatusMain,
outStatusPreview TypeInStatusMain,
reclock OnOffValue,
eventSDIInput1NoInputSNMP TypeEventSDIInput1NoInputSNMP,
eventSDIInput2NoInputSNMP TypeEventSDIInput1NoInputSNMP,
eventPrimaryPowermissingSNMP TypeEventSDIInput1NoInputSNMP,
eventRedundantPowermissingSNMP TypeEventSDIInput1NoInputSNMP,
sNumber DisplayString }
-- Conformance statements
conformance OBJECT-IDENTITY
STATUS current
DESCRIPTION "Conformance declaration of SVD5812-1R"
::= { sw686 2 }
paramGroup OBJECT-GROUP
OBJECTS {
typeName,
displayName,
position,
uptime,
type,
version,
factoryReset,
lock,
locate,
statusColor,
statusColorRGB,
statusText,
boardID,
eventSDIInput1NoInput,
eventSDIInput2NoInput,
eventPrimaryPowermissing,
eventRedundantPowermissing,
gPIInputFunction,
gPIOutputFunction,
gPIInputInversion,
gPIOutputInversion,
mode,
out,
inStatusMain,
inStatusBypass,
outStatusMain,
outStatusPreview,
reclock,
eventSDIInput1NoInputSNMP,
eventSDIInput2NoInputSNMP,
eventPrimaryPowermissingSNMP,
eventRedundantPowermissingSNMP,
sNumber }
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