-- -- S02_V1_1.my -- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88 -- Monday, January 03, 2011 at 15:54:39 -- -- S02_V1_1.my -- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88 -- Tuesday, December 21, 2010 at 14:20:59 -- -- S02_V1_0.my -- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88 -- Wednesday, December 08, 2010 at 09:17:17 -- -- S02_V0_1.my -- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88 -- Tuesday, April 28, 2009 at 11:33:15 -- S02 DEFINITIONS ::= BEGIN IMPORTS sysDescr, sysContact, sysName, sysLocation FROM SNMPv2-MIB IpAddress, Integer32, Unsigned32, OBJECT-TYPE, MODULE-IDENTITY, NOTIFICATION-TYPE FROM SNMPv2-SMI TruthValue, TEXTUAL-CONVENTION FROM SNMPv2-TC commonGroup, eventTimeStamp, eventPriority, eventCounter, mibRelease, commonVarbindsCompliance, Integer32d1, FaultOK FROM TWOWCOM-COMMONVARBINDS generator FROM TWOWCOM-SMI; -- 1.3.6.1.4.1.21529.4.1 -- January 03, 2011 at 12:00 GMT -- December 08, 2010 at 12:00 GMT -- April 27, 2009 at 14:30 GMT -- 1.3.6.1.4.1.21529.4.1 s02 MODULE-IDENTITY LAST-UPDATED "201101031200Z" -- January 03, 2011 at 12:00 GMT ORGANIZATION "2wcom GmbH" CONTACT-INFO "Contact-info." DESCRIPTION "Description." REVISION "201101031200Z" -- January 03, 2011 at 12:00 GMT DESCRIPTION "Version 1.1 Added the following new objects/events: - new peakDeviationLimiterEvent: 1.3.6.1.4.1.21529.4.1.0.4 - new modulationPowerLimiterEvent: 1.3.6.1.4.1.21529.4.1.0.5 - new object: peakDeviationLimiterState (1.3.6.1.4.1.21529.4.1.8) - new object: modulationPowerLimiterState(1.3.6.1.4.1.21529.4.1.9) - new presetTable column: limiterPeakT1 (1.3.6.1.4.1.21529.4.1.20.1.30) - new presetTable column: limiterPeakT2 (1.3.6.1.4.1.21529.4.1.20.1.31) - new presetTable column: limiterModT1 (1.3.6.1.4.1.21529.4.1.20.1.32) - new presetTable column: limiterModT2 (1.3.6.1.4.1.21529.4.1.20.1.33) - new TEXTUAL CONVENTION: LimiterState" REVISION "201012081200Z" -- December 08, 2010 at 12:00 GMT DESCRIPTION "Version 1.0 Added the following new objects/events: - new inputAutomaticEvent: 1.3.6.1.4.1.21529.4.1.0.1 - new inputEvent: 1.3.6.1.4.1.21529.4.1.0.2 - new outputEvent: 1.3.6.1.4.1.21529.4.1.0.3 - new presetChangedEvent: 1.3.6.1.4.1.21529.4.1.0.10 - new object: input (1.3.6.1.4.1.21529.4.1.5) - new table: inputStateTable (1.3.6.1.4.1.21529.4.1.6) - new object: outputState (1.3.6.1.4.1.21529.4.1.7) - new table: eventSettingTable (1.3.6.1.4.1.21529.4.1.22) with an eventPriority and eventEnable for each event" REVISION "200904271430Z" -- April 27, 2009 at 14:30 GMT DESCRIPTION "Version 0.1 - MIB created" ::= { generator 1 } -- -- Textual conventions -- -- Textual conventions -- LimiterState ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Tells, if the limiter has limited the signal (signalLimited) or if no limitation was necessary (noLimitation), both taking into account the corresponding threshold times. If the limiter is switched off in the current preset, the state will be (off)." SYNTAX INTEGER { off(1), noLimitation(2), signalLimited(3) } -- -- Node definitions -- -- Node definitions -- -- -- Node definitions -- -- 1.3.6.1.4.1.21529.4.1.0 -- 1.3.6.1.4.1.21529.4.1.0 -- 1.3.6.1.4.1.21529.4.1.0 -- 1.3.6.1.4.1.21529.4.1.0 events OBJECT IDENTIFIER ::= { s02 0 } -- 1.3.6.1.4.1.21529.4.1.0.1 -- 1.3.6.1.4.1.21529.4.1.0.1 -- 1.3.6.1.4.1.21529.4.1.0.1 -- 1.3.6.1.4.1.21529.4.1.0.1 inputAutomaticEvent NOTIFICATION-TYPE OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, eventCounter, input } STATUS current DESCRIPTION "Description." ::= { events 1 } -- 1.3.6.1.4.1.21529.4.1.0.2 -- 1.3.6.1.4.1.21529.4.1.0.2 -- 1.3.6.1.4.1.21529.4.1.0.2 -- 1.3.6.1.4.1.21529.4.1.0.2 inputEvent NOTIFICATION-TYPE OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, eventCounter, inputPart, inputState } STATUS current DESCRIPTION "Description." ::= { events 2 } -- 1.3.6.1.4.1.21529.4.1.0.3 -- 1.3.6.1.4.1.21529.4.1.0.3 -- 1.3.6.1.4.1.21529.4.1.0.3 -- 1.3.6.1.4.1.21529.4.1.0.3 outputEvent NOTIFICATION-TYPE OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, eventCounter, outputState } STATUS current DESCRIPTION "Description." ::= { events 3 } -- 1.3.6.1.4.1.21529.4.1.0.4 -- 1.3.6.1.4.1.21529.4.1.0.4 peakDeviationLimiterEvent NOTIFICATION-TYPE OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, eventCounter, peakDeviationLimiterState } STATUS current DESCRIPTION "Description." ::= { events 4 } -- 1.3.6.1.4.1.21529.4.1.0.5 -- 1.3.6.1.4.1.21529.4.1.0.5 modulationPowerLimiterEvent NOTIFICATION-TYPE OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, eventCounter, modulationPowerLimiterState } STATUS current DESCRIPTION "Description." ::= { events 5 } -- 1.3.6.1.4.1.21529.4.1.0.10 -- 1.3.6.1.4.1.21529.4.1.0.10 -- 1.3.6.1.4.1.21529.4.1.0.10 -- 1.3.6.1.4.1.21529.4.1.0.10 presetChangedEvent NOTIFICATION-TYPE OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, eventCounter, preset } STATUS current DESCRIPTION "Description." ::= { events 10 } -- 1.3.6.1.4.1.21529.4.1.1 -- 1.3.6.1.4.1.21529.4.1.1 -- 1.3.6.1.4.1.21529.4.1.1 -- 1.3.6.1.4.1.21529.4.1.1 -- 1.3.6.1.4.1.21529.4.1.1 -- 1.3.6.1.4.1.21529.4.1.1 language OBJECT-TYPE SYNTAX INTEGER { english(0), german(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "selected language especially for display and webinterface" ::= { s02 1 } -- 1.3.6.1.4.1.21529.4.1.2 -- 1.3.6.1.4.1.21529.4.1.2 -- 1.3.6.1.4.1.21529.4.1.2 -- 1.3.6.1.4.1.21529.4.1.2 -- 1.3.6.1.4.1.21529.4.1.2 -- 1.3.6.1.4.1.21529.4.1.2 preset OBJECT-TYPE SYNTAX Integer32 (1..8) MAX-ACCESS read-write STATUS current DESCRIPTION "actual preset" ::= { s02 2 } -- 1.3.6.1.4.1.21529.4.1.3 -- 1.3.6.1.4.1.21529.4.1.3 -- 1.3.6.1.4.1.21529.4.1.3 -- 1.3.6.1.4.1.21529.4.1.3 -- 1.3.6.1.4.1.21529.4.1.3 -- 1.3.6.1.4.1.21529.4.1.3 unit OBJECT-TYPE SYNTAX INTEGER { kHz(0), dBu(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "selected unit kHz or dBu. affects display of inputLevel, outputPilotLevel, monitoringAnalogLevel and testToneLevel" ::= { s02 3 } -- 1.3.6.1.4.1.21529.4.1.4 -- 1.3.6.1.4.1.21529.4.1.4 -- 1.3.6.1.4.1.21529.4.1.4 -- 1.3.6.1.4.1.21529.4.1.4 -- 1.3.6.1.4.1.21529.4.1.4 -- 1.3.6.1.4.1.21529.4.1.4 sensitivity OBJECT-TYPE SYNTAX Integer32d1 (-180..180) UNITS "dBu" MAX-ACCESS read-write STATUS current DESCRIPTION "dBu value = 40 kHz" ::= { s02 4 } -- 1.3.6.1.4.1.21529.4.1.5 -- 1.3.6.1.4.1.21529.4.1.5 -- 1.3.6.1.4.1.21529.4.1.5 -- 1.3.6.1.4.1.21529.4.1.5 input OBJECT-TYPE SYNTAX INTEGER { off(0), analog(1), digital(2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Description." ::= { s02 5 } -- 1.3.6.1.4.1.21529.4.1.6 -- 1.3.6.1.4.1.21529.4.1.6 -- 1.3.6.1.4.1.21529.4.1.6 -- 1.3.6.1.4.1.21529.4.1.6 inputStateTable OBJECT-TYPE SYNTAX SEQUENCE OF InputStateEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Description." ::= { s02 6 } -- 1.3.6.1.4.1.21529.4.1.6.1 -- 1.3.6.1.4.1.21529.4.1.6.1 -- 1.3.6.1.4.1.21529.4.1.6.1 -- 1.3.6.1.4.1.21529.4.1.6.1 inputStateEntry OBJECT-TYPE SYNTAX InputStateEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Description." INDEX { inputPart } ::= { inputStateTable 1 } InputStateEntry ::= SEQUENCE { inputPart INTEGER, inputState FaultOK } -- 1.3.6.1.4.1.21529.4.1.6.1.1 -- 1.3.6.1.4.1.21529.4.1.6.1.1 -- 1.3.6.1.4.1.21529.4.1.6.1.1 -- 1.3.6.1.4.1.21529.4.1.6.1.1 inputPart OBJECT-TYPE SYNTAX INTEGER { digitalFrame(1), digitalLeftChannel(2), digitalRightChannel(3), analogLeftChannel(4), analogRightChannel(5) } MAX-ACCESS read-only STATUS current DESCRIPTION "Description." ::= { inputStateEntry 1 } -- 1.3.6.1.4.1.21529.4.1.6.1.2 -- 1.3.6.1.4.1.21529.4.1.6.1.2 -- 1.3.6.1.4.1.21529.4.1.6.1.2 -- 1.3.6.1.4.1.21529.4.1.6.1.2 inputState OBJECT-TYPE SYNTAX FaultOK MAX-ACCESS read-only STATUS current DESCRIPTION "Description." ::= { inputStateEntry 2 } -- 1.3.6.1.4.1.21529.4.1.7 -- 1.3.6.1.4.1.21529.4.1.7 -- 1.3.6.1.4.1.21529.4.1.7 -- 1.3.6.1.4.1.21529.4.1.7 outputState OBJECT-TYPE SYNTAX FaultOK MAX-ACCESS read-only STATUS current DESCRIPTION "Description." ::= { s02 7 } -- 1.3.6.1.4.1.21529.4.1.8 -- 1.3.6.1.4.1.21529.4.1.8 peakDeviationLimiterState OBJECT-TYPE SYNTAX LimiterState MAX-ACCESS read-only STATUS current DESCRIPTION "Description." ::= { s02 8 } -- 1.3.6.1.4.1.21529.4.1.9 -- 1.3.6.1.4.1.21529.4.1.9 modulationPowerLimiterState OBJECT-TYPE SYNTAX LimiterState MAX-ACCESS read-only STATUS current DESCRIPTION "Description." ::= { s02 9 } -- 1.3.6.1.4.1.21529.4.1.20 -- 1.3.6.1.4.1.21529.4.1.20 -- 1.3.6.1.4.1.21529.4.1.20 -- 1.3.6.1.4.1.21529.4.1.20 -- 1.3.6.1.4.1.21529.4.1.20 -- 1.3.6.1.4.1.21529.4.1.20 presetTable OBJECT-TYPE SYNTAX SEQUENCE OF PresetEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Description." ::= { s02 20 } -- 1.3.6.1.4.1.21529.4.1.20.1 -- 1.3.6.1.4.1.21529.4.1.20.1 -- 1.3.6.1.4.1.21529.4.1.20.1 -- 1.3.6.1.4.1.21529.4.1.20.1 -- 1.3.6.1.4.1.21529.4.1.20.1 -- 1.3.6.1.4.1.21529.4.1.20.1 presetEntry OBJECT-TYPE SYNTAX PresetEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Description." INDEX { presetIndex } ::= { presetTable 1 } PresetEntry ::= SEQUENCE { presetIndex Integer32, inputSource INTEGER, inputLevel Integer32d1, inputAESSensitivity Integer32d1, inputSCA INTEGER, inputSCAGain1 Integer32d1, inputSCAGain2 Integer32d1, outputMPXLevel Integer32d1, outputAUX INTEGER, outputPilotState INTEGER, outputPilotLevel Integer32d1, outputPilotPhase Integer32d1, outputHeadphoneGain Integer32d1, limiterPeakLimiterEnable TruthValue, limiterPeakMax Integer32d1, limiterModLimiterEnable TruthValue, limiterModMax Integer32d1, monitoringActivationEnable TruthValue, monitoringDigitalTOn INTEGER, monitoringDigitalTOff INTEGER, monitoringDigitalLevel Integer32d1, monitoringAnalogTOn INTEGER, monitoringAnalogTOff INTEGER, monitoringAnalogLevel Integer32d1, modeoperationMode INTEGER, modePreemphase INTEGER, testModus INTEGER, testTone INTEGER, testToneLevel Integer32d1, limiterPeakT1 INTEGER, limiterPeakT2 INTEGER, limiterModT1 INTEGER, limiterModT2 INTEGER } -- 1.3.6.1.4.1.21529.4.1.20.1.1 -- 1.3.6.1.4.1.21529.4.1.20.1.1 -- 1.3.6.1.4.1.21529.4.1.20.1.1 -- 1.3.6.1.4.1.21529.4.1.20.1.1 -- 1.3.6.1.4.1.21529.4.1.20.1.1 -- 1.3.6.1.4.1.21529.4.1.20.1.1 presetIndex OBJECT-TYPE SYNTAX Integer32 (1..8) MAX-ACCESS not-accessible STATUS current DESCRIPTION "internal snmp use only" ::= { presetEntry 1 } -- 1.3.6.1.4.1.21529.4.1.20.1.2 -- 1.3.6.1.4.1.21529.4.1.20.1.2 -- 1.3.6.1.4.1.21529.4.1.20.1.2 -- 1.3.6.1.4.1.21529.4.1.20.1.2 -- 1.3.6.1.4.1.21529.4.1.20.1.2 -- 1.3.6.1.4.1.21529.4.1.20.1.2 inputSource OBJECT-TYPE SYNTAX INTEGER { off(0), analog(1), digital(2), autodigital(3) } MAX-ACCESS read-write STATUS current DESCRIPTION "input source selection" ::= { presetEntry 2 } -- 1.3.6.1.4.1.21529.4.1.20.1.3 -- 1.3.6.1.4.1.21529.4.1.20.1.3 -- 1.3.6.1.4.1.21529.4.1.20.1.3 -- 1.3.6.1.4.1.21529.4.1.20.1.3 -- 1.3.6.1.4.1.21529.4.1.20.1.3 -- 1.3.6.1.4.1.21529.4.1.20.1.3 inputLevel OBJECT-TYPE SYNTAX Integer32d1 (25..1592) UNITS "kHz" MAX-ACCESS read-write STATUS current DESCRIPTION "input level" ::= { presetEntry 3 } -- 1.3.6.1.4.1.21529.4.1.20.1.4 -- 1.3.6.1.4.1.21529.4.1.20.1.4 -- 1.3.6.1.4.1.21529.4.1.20.1.4 -- 1.3.6.1.4.1.21529.4.1.20.1.4 -- 1.3.6.1.4.1.21529.4.1.20.1.4 -- 1.3.6.1.4.1.21529.4.1.20.1.4 inputAESSensitivity OBJECT-TYPE SYNTAX Integer32d1 (-200..0) UNITS "dBFS" MAX-ACCESS read-write STATUS current DESCRIPTION "input AES sensitivity" ::= { presetEntry 4 } -- 1.3.6.1.4.1.21529.4.1.20.1.5 -- 1.3.6.1.4.1.21529.4.1.20.1.5 -- 1.3.6.1.4.1.21529.4.1.20.1.5 -- 1.3.6.1.4.1.21529.4.1.20.1.5 -- 1.3.6.1.4.1.21529.4.1.20.1.5 -- 1.3.6.1.4.1.21529.4.1.20.1.5 inputSCA OBJECT-TYPE SYNTAX INTEGER { off(0), sca1(1), sca2(2), sca1AndSca2(3) } MAX-ACCESS read-write STATUS current DESCRIPTION "input SCA activation" ::= { presetEntry 5 } -- 1.3.6.1.4.1.21529.4.1.20.1.6 -- 1.3.6.1.4.1.21529.4.1.20.1.6 -- 1.3.6.1.4.1.21529.4.1.20.1.6 -- 1.3.6.1.4.1.21529.4.1.20.1.6 -- 1.3.6.1.4.1.21529.4.1.20.1.6 -- 1.3.6.1.4.1.21529.4.1.20.1.6 inputSCAGain1 OBJECT-TYPE SYNTAX Integer32d1 (-60..60) UNITS "dB" MAX-ACCESS read-write STATUS current DESCRIPTION "input SCA Gain1" ::= { presetEntry 6 } -- 1.3.6.1.4.1.21529.4.1.20.1.7 -- 1.3.6.1.4.1.21529.4.1.20.1.7 -- 1.3.6.1.4.1.21529.4.1.20.1.7 -- 1.3.6.1.4.1.21529.4.1.20.1.7 -- 1.3.6.1.4.1.21529.4.1.20.1.7 -- 1.3.6.1.4.1.21529.4.1.20.1.7 inputSCAGain2 OBJECT-TYPE SYNTAX Integer32d1 (-60..60) UNITS "dB" MAX-ACCESS read-write STATUS current DESCRIPTION "input SCA Gain2" ::= { presetEntry 7 } -- 1.3.6.1.4.1.21529.4.1.20.1.8 -- 1.3.6.1.4.1.21529.4.1.20.1.8 -- 1.3.6.1.4.1.21529.4.1.20.1.8 -- 1.3.6.1.4.1.21529.4.1.20.1.8 -- 1.3.6.1.4.1.21529.4.1.20.1.8 -- 1.3.6.1.4.1.21529.4.1.20.1.8 outputMPXLevel OBJECT-TYPE SYNTAX Integer32d1 (-60..60) UNITS "dB" MAX-ACCESS read-write STATUS current DESCRIPTION "signal gain of MPX output " ::= { presetEntry 8 } -- 1.3.6.1.4.1.21529.4.1.20.1.9 -- 1.3.6.1.4.1.21529.4.1.20.1.9 -- 1.3.6.1.4.1.21529.4.1.20.1.9 -- 1.3.6.1.4.1.21529.4.1.20.1.9 -- 1.3.6.1.4.1.21529.4.1.20.1.9 -- 1.3.6.1.4.1.21529.4.1.20.1.9 outputAUX OBJECT-TYPE SYNTAX INTEGER { off(0), mpx(1), left(2), right(3), m(4), s(5), pilot(6), sca1(7), sca2(8), sca1AndSca2(9) } MAX-ACCESS read-write STATUS current DESCRIPTION "output type of signal" ::= { presetEntry 9 } -- 1.3.6.1.4.1.21529.4.1.20.1.10 -- 1.3.6.1.4.1.21529.4.1.20.1.10 -- 1.3.6.1.4.1.21529.4.1.20.1.10 -- 1.3.6.1.4.1.21529.4.1.20.1.10 -- 1.3.6.1.4.1.21529.4.1.20.1.10 -- 1.3.6.1.4.1.21529.4.1.20.1.10 outputPilotState OBJECT-TYPE SYNTAX INTEGER { off(0), sinus(1), rectangle(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "pilot waveform and operating state" ::= { presetEntry 10 } -- 1.3.6.1.4.1.21529.4.1.20.1.11 -- 1.3.6.1.4.1.21529.4.1.20.1.11 -- 1.3.6.1.4.1.21529.4.1.20.1.11 -- 1.3.6.1.4.1.21529.4.1.20.1.11 -- 1.3.6.1.4.1.21529.4.1.20.1.11 -- 1.3.6.1.4.1.21529.4.1.20.1.11 outputPilotLevel OBJECT-TYPE SYNTAX Integer32d1 (25..100) UNITS "kHz" MAX-ACCESS read-write STATUS current DESCRIPTION "output pilot level" ::= { presetEntry 11 } -- 1.3.6.1.4.1.21529.4.1.20.1.12 -- 1.3.6.1.4.1.21529.4.1.20.1.12 -- 1.3.6.1.4.1.21529.4.1.20.1.12 -- 1.3.6.1.4.1.21529.4.1.20.1.12 -- 1.3.6.1.4.1.21529.4.1.20.1.12 -- 1.3.6.1.4.1.21529.4.1.20.1.12 outputPilotPhase OBJECT-TYPE SYNTAX Integer32d1 (-50..50) UNITS "degree" MAX-ACCESS read-write STATUS current DESCRIPTION "output pilot phase" ::= { presetEntry 12 } -- 1.3.6.1.4.1.21529.4.1.20.1.13 -- 1.3.6.1.4.1.21529.4.1.20.1.13 -- 1.3.6.1.4.1.21529.4.1.20.1.13 -- 1.3.6.1.4.1.21529.4.1.20.1.13 -- 1.3.6.1.4.1.21529.4.1.20.1.13 -- 1.3.6.1.4.1.21529.4.1.20.1.13 outputHeadphoneGain OBJECT-TYPE SYNTAX Integer32d1 (-600..0) UNITS "dB" MAX-ACCESS read-write STATUS current DESCRIPTION "level of headphone output" ::= { presetEntry 13 } -- 1.3.6.1.4.1.21529.4.1.20.1.14 -- 1.3.6.1.4.1.21529.4.1.20.1.14 -- 1.3.6.1.4.1.21529.4.1.20.1.14 -- 1.3.6.1.4.1.21529.4.1.20.1.14 -- 1.3.6.1.4.1.21529.4.1.20.1.14 -- 1.3.6.1.4.1.21529.4.1.20.1.14 limiterPeakLimiterEnable OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-write STATUS current DESCRIPTION "peak deviation limiter activation" ::= { presetEntry 14 } -- 1.3.6.1.4.1.21529.4.1.20.1.15 -- 1.3.6.1.4.1.21529.4.1.20.1.15 -- 1.3.6.1.4.1.21529.4.1.20.1.15 -- 1.3.6.1.4.1.21529.4.1.20.1.15 -- 1.3.6.1.4.1.21529.4.1.20.1.15 -- 1.3.6.1.4.1.21529.4.1.20.1.15 limiterPeakMax OBJECT-TYPE SYNTAX Integer32d1 (200..1000) UNITS "kHz" MAX-ACCESS read-write STATUS current DESCRIPTION "peak deviation limiter" ::= { presetEntry 15 } -- 1.3.6.1.4.1.21529.4.1.20.1.16 -- 1.3.6.1.4.1.21529.4.1.20.1.16 -- 1.3.6.1.4.1.21529.4.1.20.1.16 -- 1.3.6.1.4.1.21529.4.1.20.1.16 -- 1.3.6.1.4.1.21529.4.1.20.1.16 -- 1.3.6.1.4.1.21529.4.1.20.1.16 limiterModLimiterEnable OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-write STATUS current DESCRIPTION "modulation power limiter activation" ::= { presetEntry 16 } -- 1.3.6.1.4.1.21529.4.1.20.1.17 -- 1.3.6.1.4.1.21529.4.1.20.1.17 -- 1.3.6.1.4.1.21529.4.1.20.1.17 -- 1.3.6.1.4.1.21529.4.1.20.1.17 -- 1.3.6.1.4.1.21529.4.1.20.1.17 -- 1.3.6.1.4.1.21529.4.1.20.1.17 limiterModMax OBJECT-TYPE SYNTAX Integer32d1 (-60..60) UNITS "dBr" MAX-ACCESS read-write STATUS current DESCRIPTION "modulation power limiter level" ::= { presetEntry 17 } -- 1.3.6.1.4.1.21529.4.1.20.1.18 -- 1.3.6.1.4.1.21529.4.1.20.1.18 -- 1.3.6.1.4.1.21529.4.1.20.1.18 -- 1.3.6.1.4.1.21529.4.1.20.1.18 -- 1.3.6.1.4.1.21529.4.1.20.1.18 -- 1.3.6.1.4.1.21529.4.1.20.1.18 monitoringActivationEnable OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-write STATUS current DESCRIPTION "ativation of the signaling of the modulation source monitoring" ::= { presetEntry 18 } -- 1.3.6.1.4.1.21529.4.1.20.1.19 -- 1.3.6.1.4.1.21529.4.1.20.1.19 -- 1.3.6.1.4.1.21529.4.1.20.1.19 -- 1.3.6.1.4.1.21529.4.1.20.1.19 -- 1.3.6.1.4.1.21529.4.1.20.1.19 -- 1.3.6.1.4.1.21529.4.1.20.1.19 monitoringDigitalTOn OBJECT-TYPE SYNTAX INTEGER (1..600) UNITS "s" MAX-ACCESS read-write STATUS current DESCRIPTION "digital monitoring delay time" ::= { presetEntry 19 } -- 1.3.6.1.4.1.21529.4.1.20.1.20 -- 1.3.6.1.4.1.21529.4.1.20.1.20 -- 1.3.6.1.4.1.21529.4.1.20.1.20 -- 1.3.6.1.4.1.21529.4.1.20.1.20 -- 1.3.6.1.4.1.21529.4.1.20.1.20 -- 1.3.6.1.4.1.21529.4.1.20.1.20 monitoringDigitalTOff OBJECT-TYPE SYNTAX INTEGER (1..600) UNITS "s" MAX-ACCESS read-write STATUS current DESCRIPTION "digital monitoring time limit" ::= { presetEntry 20 } -- 1.3.6.1.4.1.21529.4.1.20.1.21 -- 1.3.6.1.4.1.21529.4.1.20.1.21 -- 1.3.6.1.4.1.21529.4.1.20.1.21 -- 1.3.6.1.4.1.21529.4.1.20.1.21 -- 1.3.6.1.4.1.21529.4.1.20.1.21 -- 1.3.6.1.4.1.21529.4.1.20.1.21 monitoringDigitalLevel OBJECT-TYPE SYNTAX Integer32d1 (-550..0) UNITS "dBFS" MAX-ACCESS read-write STATUS current DESCRIPTION "expected minimum level of digital input" ::= { presetEntry 21 } -- 1.3.6.1.4.1.21529.4.1.20.1.22 -- 1.3.6.1.4.1.21529.4.1.20.1.22 -- 1.3.6.1.4.1.21529.4.1.20.1.22 -- 1.3.6.1.4.1.21529.4.1.20.1.22 -- 1.3.6.1.4.1.21529.4.1.20.1.22 -- 1.3.6.1.4.1.21529.4.1.20.1.22 monitoringAnalogTOn OBJECT-TYPE SYNTAX INTEGER (1..600) UNITS "s" MAX-ACCESS read-write STATUS current DESCRIPTION "analog monitoring delay time" ::= { presetEntry 22 } -- 1.3.6.1.4.1.21529.4.1.20.1.23 -- 1.3.6.1.4.1.21529.4.1.20.1.23 -- 1.3.6.1.4.1.21529.4.1.20.1.23 -- 1.3.6.1.4.1.21529.4.1.20.1.23 -- 1.3.6.1.4.1.21529.4.1.20.1.23 -- 1.3.6.1.4.1.21529.4.1.20.1.23 monitoringAnalogTOff OBJECT-TYPE SYNTAX INTEGER (1..600) UNITS "s" MAX-ACCESS read-write STATUS current DESCRIPTION "analog monitoring time limit" ::= { presetEntry 23 } -- 1.3.6.1.4.1.21529.4.1.20.1.24 -- 1.3.6.1.4.1.21529.4.1.20.1.24 -- 1.3.6.1.4.1.21529.4.1.20.1.24 -- 1.3.6.1.4.1.21529.4.1.20.1.24 -- 1.3.6.1.4.1.21529.4.1.20.1.24 -- 1.3.6.1.4.1.21529.4.1.20.1.24 monitoringAnalogLevel OBJECT-TYPE SYNTAX Integer32d1 (2..100) UNITS "dBFS" MAX-ACCESS read-write STATUS current DESCRIPTION "expected minimum level of analog input" ::= { presetEntry 24 } -- 1.3.6.1.4.1.21529.4.1.20.1.25 -- 1.3.6.1.4.1.21529.4.1.20.1.25 -- 1.3.6.1.4.1.21529.4.1.20.1.25 -- 1.3.6.1.4.1.21529.4.1.20.1.25 -- 1.3.6.1.4.1.21529.4.1.20.1.25 -- 1.3.6.1.4.1.21529.4.1.20.1.25 modeoperationMode OBJECT-TYPE SYNTAX INTEGER { stereo(0), monoLeft(1), monoRight(2), testtone(3) } MAX-ACCESS read-write STATUS current DESCRIPTION "generator mode" ::= { presetEntry 25 } -- 1.3.6.1.4.1.21529.4.1.20.1.26 -- 1.3.6.1.4.1.21529.4.1.20.1.26 -- 1.3.6.1.4.1.21529.4.1.20.1.26 -- 1.3.6.1.4.1.21529.4.1.20.1.26 -- 1.3.6.1.4.1.21529.4.1.20.1.26 -- 1.3.6.1.4.1.21529.4.1.20.1.26 modePreemphase OBJECT-TYPE SYNTAX INTEGER { off(0), us50(1), us75(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "mode of pre-emphasis" ::= { presetEntry 26 } -- 1.3.6.1.4.1.21529.4.1.20.1.27 -- 1.3.6.1.4.1.21529.4.1.20.1.27 -- 1.3.6.1.4.1.21529.4.1.20.1.27 -- 1.3.6.1.4.1.21529.4.1.20.1.27 -- 1.3.6.1.4.1.21529.4.1.20.1.27 -- 1.3.6.1.4.1.21529.4.1.20.1.27 testModus OBJECT-TYPE SYNTAX INTEGER { off(0), left(1), right(2), rightEqualsLeft(3), rightEqualsMinusLeft(4) } MAX-ACCESS read-write STATUS current DESCRIPTION "type of testmode" ::= { presetEntry 27 } -- 1.3.6.1.4.1.21529.4.1.20.1.28 -- 1.3.6.1.4.1.21529.4.1.20.1.28 -- 1.3.6.1.4.1.21529.4.1.20.1.28 -- 1.3.6.1.4.1.21529.4.1.20.1.28 -- 1.3.6.1.4.1.21529.4.1.20.1.28 -- 1.3.6.1.4.1.21529.4.1.20.1.28 testTone OBJECT-TYPE SYNTAX INTEGER { hz400(1), hz500(2), khz1(3), khz4(4), khz8(5), khz15(6) } MAX-ACCESS read-write STATUS current DESCRIPTION "selection of test tone generation frequency" ::= { presetEntry 28 } -- 1.3.6.1.4.1.21529.4.1.20.1.29 -- 1.3.6.1.4.1.21529.4.1.20.1.29 -- 1.3.6.1.4.1.21529.4.1.20.1.29 -- 1.3.6.1.4.1.21529.4.1.20.1.29 -- 1.3.6.1.4.1.21529.4.1.20.1.29 -- 1.3.6.1.4.1.21529.4.1.20.1.29 testToneLevel OBJECT-TYPE SYNTAX Integer32d1 (25..1592) UNITS "kHz" MAX-ACCESS read-write STATUS current DESCRIPTION "test tone level" ::= { presetEntry 29 } -- 1.3.6.1.4.1.21529.4.1.20.1.30 -- 1.3.6.1.4.1.21529.4.1.20.1.30 limiterPeakT1 OBJECT-TYPE SYNTAX INTEGER (1..600) UNITS "s" MAX-ACCESS read-write STATUS current DESCRIPTION "Description." ::= { presetEntry 30 } -- 1.3.6.1.4.1.21529.4.1.20.1.31 -- 1.3.6.1.4.1.21529.4.1.20.1.31 limiterPeakT2 OBJECT-TYPE SYNTAX INTEGER (1..600) UNITS "s" MAX-ACCESS read-write STATUS current DESCRIPTION "Description." ::= { presetEntry 31 } -- 1.3.6.1.4.1.21529.4.1.20.1.32 -- 1.3.6.1.4.1.21529.4.1.20.1.32 limiterModT1 OBJECT-TYPE SYNTAX INTEGER (1..600) UNITS "s" MAX-ACCESS read-write STATUS current DESCRIPTION "Description." ::= { presetEntry 32 } -- 1.3.6.1.4.1.21529.4.1.20.1.33 -- 1.3.6.1.4.1.21529.4.1.20.1.33 limiterModT2 OBJECT-TYPE SYNTAX INTEGER (1..600) UNITS "s" MAX-ACCESS read-write STATUS current DESCRIPTION "Description." ::= { presetEntry 33 } -- test tone level -- 1.3.6.1.4.1.21529.4.1.21 -- 1.3.6.1.4.1.21529.4.1.21 -- 1.3.6.1.4.1.21529.4.1.21 -- 1.3.6.1.4.1.21529.4.1.21 -- 1.3.6.1.4.1.21529.4.1.21 -- 1.3.6.1.4.1.21529.4.1.21 networkSettings OBJECT IDENTIFIER ::= { s02 21 } -- 1.3.6.1.4.1.21529.4.1.21.1 -- 1.3.6.1.4.1.21529.4.1.21.1 -- 1.3.6.1.4.1.21529.4.1.21.1 -- 1.3.6.1.4.1.21529.4.1.21.1 -- 1.3.6.1.4.1.21529.4.1.21.1 -- 1.3.6.1.4.1.21529.4.1.21.1 tcpIp OBJECT IDENTIFIER ::= { networkSettings 1 } -- 1.3.6.1.4.1.21529.4.1.21.1.1 -- 1.3.6.1.4.1.21529.4.1.21.1.1 -- 1.3.6.1.4.1.21529.4.1.21.1.1 -- 1.3.6.1.4.1.21529.4.1.21.1.1 -- 1.3.6.1.4.1.21529.4.1.21.1.1 -- 1.3.6.1.4.1.21529.4.1.21.1.1 ip OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-only STATUS current DESCRIPTION "network ip" ::= { tcpIp 1 } -- 1.3.6.1.4.1.21529.4.1.21.1.2 -- 1.3.6.1.4.1.21529.4.1.21.1.2 -- 1.3.6.1.4.1.21529.4.1.21.1.2 -- 1.3.6.1.4.1.21529.4.1.21.1.2 -- 1.3.6.1.4.1.21529.4.1.21.1.2 -- 1.3.6.1.4.1.21529.4.1.21.1.2 subnetmask OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-only STATUS current DESCRIPTION "network subnetmask" ::= { tcpIp 2 } -- 1.3.6.1.4.1.21529.4.1.21.1.3 -- 1.3.6.1.4.1.21529.4.1.21.1.3 -- 1.3.6.1.4.1.21529.4.1.21.1.3 -- 1.3.6.1.4.1.21529.4.1.21.1.3 -- 1.3.6.1.4.1.21529.4.1.21.1.3 -- 1.3.6.1.4.1.21529.4.1.21.1.3 gateway OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-only STATUS current DESCRIPTION "network gateway" ::= { tcpIp 3 } -- 1.3.6.1.4.1.21529.4.1.21.2 -- 1.3.6.1.4.1.21529.4.1.21.2 -- 1.3.6.1.4.1.21529.4.1.21.2 -- 1.3.6.1.4.1.21529.4.1.21.2 -- 1.3.6.1.4.1.21529.4.1.21.2 -- 1.3.6.1.4.1.21529.4.1.21.2 snmpSettings OBJECT IDENTIFIER ::= { networkSettings 2 } -- 1.3.6.1.4.1.21529.4.1.21.2.1 -- 1.3.6.1.4.1.21529.4.1.21.2.1 -- 1.3.6.1.4.1.21529.4.1.21.2.1 -- 1.3.6.1.4.1.21529.4.1.21.2.1 -- 1.3.6.1.4.1.21529.4.1.21.2.1 -- 1.3.6.1.4.1.21529.4.1.21.2.1 snmpTrapIP1 OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "snmp trap destination1 ip" ::= { snmpSettings 1 } -- 1.3.6.1.4.1.21529.4.1.21.2.2 -- 1.3.6.1.4.1.21529.4.1.21.2.2 -- 1.3.6.1.4.1.21529.4.1.21.2.2 -- 1.3.6.1.4.1.21529.4.1.21.2.2 -- 1.3.6.1.4.1.21529.4.1.21.2.2 -- 1.3.6.1.4.1.21529.4.1.21.2.2 snmpTrapIP2 OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "snmp trap destination2 ip" ::= { snmpSettings 2 } -- 1.3.6.1.4.1.21529.4.1.21.2.3 -- 1.3.6.1.4.1.21529.4.1.21.2.3 -- 1.3.6.1.4.1.21529.4.1.21.2.3 -- 1.3.6.1.4.1.21529.4.1.21.2.3 -- 1.3.6.1.4.1.21529.4.1.21.2.3 -- 1.3.6.1.4.1.21529.4.1.21.2.3 snmpTrapIP1Enable OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-write STATUS current DESCRIPTION "snmp trap destination1 activation" ::= { snmpSettings 3 } -- 1.3.6.1.4.1.21529.4.1.21.2.4 -- 1.3.6.1.4.1.21529.4.1.21.2.4 -- 1.3.6.1.4.1.21529.4.1.21.2.4 -- 1.3.6.1.4.1.21529.4.1.21.2.4 -- 1.3.6.1.4.1.21529.4.1.21.2.4 -- 1.3.6.1.4.1.21529.4.1.21.2.4 snmpTrapIP2Enable OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-write STATUS current DESCRIPTION "snmp trap destination2 activation" ::= { snmpSettings 4 } -- 1.3.6.1.4.1.21529.4.1.21.3 -- 1.3.6.1.4.1.21529.4.1.21.3 -- 1.3.6.1.4.1.21529.4.1.21.3 -- 1.3.6.1.4.1.21529.4.1.21.3 -- 1.3.6.1.4.1.21529.4.1.21.3 -- 1.3.6.1.4.1.21529.4.1.21.3 httpSettings OBJECT IDENTIFIER ::= { networkSettings 3 } -- 1.3.6.1.4.1.21529.4.1.21.3.1 -- 1.3.6.1.4.1.21529.4.1.21.3.1 -- 1.3.6.1.4.1.21529.4.1.21.3.1 -- 1.3.6.1.4.1.21529.4.1.21.3.1 -- 1.3.6.1.4.1.21529.4.1.21.3.1 -- 1.3.6.1.4.1.21529.4.1.21.3.1 httpPort OBJECT-TYPE SYNTAX Integer32 (80..65535) MAX-ACCESS read-write STATUS current DESCRIPTION "webinterface http port" ::= { httpSettings 1 } -- 1.3.6.1.4.1.21529.4.1.22 -- 1.3.6.1.4.1.21529.4.1.22 -- 1.3.6.1.4.1.21529.4.1.22 -- 1.3.6.1.4.1.21529.4.1.22 eventSettingTable OBJECT-TYPE SYNTAX SEQUENCE OF EventSettingEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Description." ::= { s02 22 } -- 1.3.6.1.4.1.21529.4.1.22.1 -- 1.3.6.1.4.1.21529.4.1.22.1 -- 1.3.6.1.4.1.21529.4.1.22.1 -- 1.3.6.1.4.1.21529.4.1.22.1 eventSettingEntry OBJECT-TYPE SYNTAX EventSettingEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Description." INDEX { eventSettingTableIndex } ::= { eventSettingTable 1 } EventSettingEntry ::= SEQUENCE { eventSettingTableIndex INTEGER, eventSettingEnable TruthValue, eventSettingPriority Unsigned32 } -- 1.3.6.1.4.1.21529.4.1.22.1.1 -- 1.3.6.1.4.1.21529.4.1.22.1.1 -- 1.3.6.1.4.1.21529.4.1.22.1.1 -- 1.3.6.1.4.1.21529.4.1.22.1.1 eventSettingTableIndex OBJECT-TYPE SYNTAX INTEGER { inputAutomaticEvent(1), inputEvent(2), outputEvent(3), peakDeviationLimiterEvent(4), modulationPowerLimiterEvent(5), presetChangedEvent(10) } MAX-ACCESS read-only STATUS current DESCRIPTION "Description." ::= { eventSettingEntry 1 } -- 1.3.6.1.4.1.21529.4.1.22.1.2 -- 1.3.6.1.4.1.21529.4.1.22.1.2 -- 1.3.6.1.4.1.21529.4.1.22.1.2 -- 1.3.6.1.4.1.21529.4.1.22.1.2 eventSettingEnable OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-write STATUS current DESCRIPTION "Description." ::= { eventSettingEntry 2 } -- 1.3.6.1.4.1.21529.4.1.22.1.3 -- 1.3.6.1.4.1.21529.4.1.22.1.3 -- 1.3.6.1.4.1.21529.4.1.22.1.3 -- 1.3.6.1.4.1.21529.4.1.22.1.3 eventSettingPriority OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-write STATUS current DESCRIPTION "Description." ::= { eventSettingEntry 3 } END -- -- S02_V1_1.my --