-- Machine generated MIB file, do not edit!
--
-- MIB file for DVO5810-GR, type code 08.DE, software label 686
-- Generated on Tuesday, 09-Aug-16 14:44:55 UTC
-- CVS $Id: DVO5810-GR_08de_sw686.mib,v 1.3 2016/08/09 14:44:57 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.
--
DVO5810-GR-08de-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;
dvo5810-gr-08de-sw686 MODULE-IDENTITY
LAST-UPDATED "201608091444Z"
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 DVO5810-GR, type code 08.DE, software label 686"
REVISION "201608091444Z"
DESCRIPTION "Generated by LYNX Asset Database"
::= { mib-modules 2270686 }
dvo5810-gr-08de OBJECT-IDENTITY
STATUS current
DESCRIPTION "LYNX device type DVO5810-GR"
::= { products 2270 }
sw686 OBJECT-IDENTITY
STATUS current
DESCRIPTION "Software label 686"
::= { dvo5810-gr-08de 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)
}
TypeGPIOutputFunction ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION "Enumeration"
SYNTAX INTEGER {
noFunction(0),
lossOfInput(1),
lossOfLight(2)
}
TypeSFPPinning1 ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION "Enumeration"
SYNTAX INTEGER {
none(0),
msa(1),
gennum(2)
}
TypeIn1 ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION "Enumeration"
SYNTAX INTEGER {
missing(0),
sDSDI(1),
hDSDI(2),
n3GSDI(3),
hD3G(4),
present(5)
}
TypeSourceInput1 ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION "Enumeration"
SYNTAX INTEGER {
electrical(0),
optical(1)
}
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 }
eventPrimaryPowermissing OBJECT-TYPE
SYNTAX OnOffValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Info Event: Primary Power missing"
::= { paramEntry 16 }
eventRedundantPowermissing OBJECT-TYPE
SYNTAX OnOffValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Info Event: Redundant Power missing"
::= { paramEntry 17 }
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."
::= { paramEntry 18 }
gPIOutputFunction OBJECT-TYPE
SYNTAX TypeGPIOutputFunction
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Select the function of the Output GPI.
If set to loss of input, the GPI output triggers when no valid video input standard is detected.
If set to loss of light, the GPI output triggers when no optical input power is measured. This function is only available when the optical input is used as input."
::= { paramEntry 19 }
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 20 }
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 21 }
inputSignalQuality1Opt OBJECT-TYPE
SYNTAX FixedPointValue1
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Input signal quality 1 (optical)"
::= { paramEntry 22 }
sFPModuleType1 OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "displays the type of detected SFP-Module 1. The SFP part number will also be displayed if SFP-Module is unknown."
::= { paramEntry 23 }
sFPModulePartNumber1 OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Displays the part number of used SFP Module"
::= { paramEntry 24 }
sFPPinning1 OBJECT-TYPE
SYNTAX TypeSFPPinning1
MAX-ACCESS read-only
STATUS current
DESCRIPTION "shows pinning of used SFP Module (gennum/msa)"
::= { paramEntry 25 }
in1 OBJECT-TYPE
SYNTAX TypeIn1
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Input status channel 1"
::= { paramEntry 26 }
reclock1 OBJECT-TYPE
SYNTAX OnOffValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION "select SDI reclocking on output 1"
::= { paramEntry 27 }
out1 OBJECT-TYPE
SYNTAX TypeIn1
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Output status channel 1"
::= { paramEntry 28 }
sourceInput1 OBJECT-TYPE
SYNTAX TypeSourceInput1
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Select Source for Input 1 from electrical or optical connector"
::= { paramEntry 29 }
autoDisableOpticalOutput OBJECT-TYPE
SYNTAX OnOffValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION "automatically disable (power down) the laser transmitter of the optical output if no valid input signal is connected."
::= { paramEntry 30 }
eventSDIInput1NoInputSNMP OBJECT-TYPE
SYNTAX TypeEventSDIInput1NoInputSNMP
MAX-ACCESS read-write
STATUS current
DESCRIPTION "SNMP Trap for Event: SDI Input 1 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 }
sFP1OutPower OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "displays the average output power of detected SFP-Module 1."
::= { paramEntry 34 }
sFP1Wavelength OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "displays the wavelength of detected SFP-Module 1."
::= { paramEntry 35 }
sNumber OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Serial Number"
::= { paramEntry 36 }
-- Parameter table
paramTable OBJECT-TYPE
SYNTAX SEQUENCE OF ParamEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Table of DVO5810-GR parameters"
::= { sw686 1 }
paramEntry OBJECT-TYPE
SYNTAX ParamEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A row in the table of DVO5810-GR 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,
eventPrimaryPowermissing OnOffValue,
eventRedundantPowermissing OnOffValue,
gPIInputFunction TypeGPIInputFunction,
gPIOutputFunction TypeGPIOutputFunction,
gPIInputInversion OnOffValue,
gPIOutputInversion OnOffValue,
inputSignalQuality1Opt FixedPointValue1,
sFPModuleType1 DisplayString,
sFPModulePartNumber1 DisplayString,
sFPPinning1 TypeSFPPinning1,
in1 TypeIn1,
reclock1 OnOffValue,
out1 TypeIn1,
sourceInput1 TypeSourceInput1,
autoDisableOpticalOutput OnOffValue,
eventSDIInput1NoInputSNMP TypeEventSDIInput1NoInputSNMP,
eventPrimaryPowermissingSNMP TypeEventSDIInput1NoInputSNMP,
eventRedundantPowermissingSNMP TypeEventSDIInput1NoInputSNMP,
sFP1OutPower DisplayString,
sFP1Wavelength DisplayString,
sNumber DisplayString }
-- Conformance statements
conformance OBJECT-IDENTITY
STATUS current
DESCRIPTION "Conformance declaration of DVO5810-GR"
::= { sw686 2 }
paramGroup OBJECT-GROUP
OBJECTS {
typeName,
displayName,
position,
uptime,
type,
version,
factoryReset,
lock,
locate,
statusColor,
statusColorRGB,
statusText,
boardID,
eventSDIInput1NoInput,
eventPrimaryPowermissing,
eventRedundantPowermissing,
gPIInputFunction,
gPIOutputFunction,
gPIInputInversion,
gPIOutputInversion,
inputSignalQuality1Opt,
sFPModuleType1,
sFPModulePartNumber1,
sFPPinning1,
in1,
reclock1,
out1,
sourceInput1,
autoDisableOpticalOutput,
eventSDIInput1NoInputSNMP,
eventPrimaryPowermissingSNMP,
eventRedundantPowermissingSNMP,
sFP1OutPower,
sFP1Wavelength,
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