DTS4138 DEFINITIONS ::= BEGIN -- ----------------------------------------------------------------- -- -- Imports -- ----------------------------------------------------------------- -- IMPORTS Integer32, OBJECT-TYPE, MODULE-IDENTITY, Unsigned32, NOTIFICATION-TYPE, TimeTicks, Gauge32 FROM SNMPv2-SMI OBJECT-GROUP, NOTIFICATION-GROUP, MODULE-COMPLIANCE FROM SNMPv2-CONF DisplayString FROM SNMPv2-TC DTSNetworkName, DTSAlarm64, DTSFlags32, EnabledDisabled, dts FROM DTS-COMMON; -- ----------------------------------------------------------------- -- -- MODULE definition -- ----------------------------------------------------------------- -- dts4138MIB MODULE-IDENTITY LAST-UPDATED "202411041023Z" ORGANIZATION "Moser-Baer AG" CONTACT-INFO "Moser-Baer AG support@mobatime.com" DESCRIPTION "This mib definition is used for DTS 4138 devices." REVISION "202411041023Z" DESCRIPTION "Typo fixed added dts4138DaytimeMode" REVISION "202211241410Z" DESCRIPTION "Added USB mode, added SAT info" REVISION "202103230618Z" DESCRIPTION "Added order contact" REVISION "202005150803Z" DESCRIPTION "Initial version of this module" ::= { dts 4138 } -- ----------------------------------------------------------------- -- -- Traps -- ----------------------------------------------------------------- -- dts4138Traps OBJECT IDENTIFIER ::= { dts4138MIB 0 } dts4138StartUp NOTIFICATION-TYPE STATUS current DESCRIPTION "The DTS subagent has startup." REFERENCE "NOTIFICATION_STARTUP" ::= { dts4138Traps 1 } dts4138Shutdown NOTIFICATION-TYPE STATUS current DESCRIPTION "The DTS subagent is shutdown." REFERENCE "NOTIFICATION_SHUTDOWN" ::= { dts4138Traps 2 } dts4138Alarm NOTIFICATION-TYPE OBJECTS { dts4138TrapAlMsgErrorNr, dts4138TrapAlMsgErrorState, dts4138TrapAlMsgErrorTime, dts4138TrapAlMsgErrorText } STATUS current DESCRIPTION "Alarm notification with attached (binded variables) alarm information. dts4138TrapAlMsgErrorNr, dts4138TrapAlMsgErrorState, dts4138TrapAlMsgErrorTime, dts4138TrapAlMsgErrorText" REFERENCE "NOTIFICATION_ALARM {OFS_TRAP_MODE, 4}, {OFS_TRAP_STATE, 76}" ::= { dts4138Traps 3 } dts4138StatusChanged NOTIFICATION-TYPE OBJECTS { dts4138SysStatus, dts4138SysOffset, dts4138SysStratum, dts4138NTPTInfoCurrentSource } STATUS current DESCRIPTION "Notification for a status change. Attached are the variables dts4138SysStatus, dts4138SysOffset, dts4138SysStratum, dts4138NTPTInfoCurrentSource" REFERENCE "NOTIFICATION_STATUS {OFS_DTS_STATE, 4}, {OFS_TINFO_NTP_SOURCE, 63}, {OFS_TINFO_STRATUM, 1}" ::= { dts4138Traps 4 } dts4138ConfigChanged NOTIFICATION-TYPE OBJECTS { dts4138SysConfigChangedTime, dts4138NetworkIf0ConfigChangedTime, dts4138NetworkIf1ConfigChangedTime, dts4138NetConfigChangedTime, dts4138NetServicesConfigChangedTime, dts4138TSConfigChangedTime, dts4138RedOpConfigChangedTime, dts4138NTPConfigChangedTime, dts4138OutMainDCFConfigChangedTime, dts4138OutLineDCFPulseFREQConfigChangedTime, dts4138OutLineSerialConfigChangedTime, dts4138OutLineIRIGConfigChangedTime, dts4138OutLineSINECConfigChangedTime, dts4138OutLineTZServerConfigChangedTime, dts4138RelayConfigChangedTime, dts4138MailConfigChangedTime, dts4138SnmpConfigChangedTime, dts4138SnmpV3ConfigChangedTime } STATUS current DESCRIPTION "Notification of a configuration change. Attached are all changed times of the different configuration sections. dts4138SysConfigChangedTime dts4138NetworkIf0ConfigChangedTime dts4138NetworkIf1ConfigChangedTime dts4138NetConfigChangedTime dts4138NetServicesConfigChangedTime dts4138TSConfigChangedTime dts4138RedOpConfigChangedTime dts4138NTPConfigChangedTime dts4138OutMainDCFConfigChangedTime dts4138OutLineDCFPulseFREQConfigChangedTime dts4138OutLineSerialConfigChangedTime dts4138OutLineIRIGConfigChangedTime dts4138OutLineSINECConfigChangedTime dts4138OutLineTZServerConfigChangedTime dts4138RelayConfigChangedTime dts4138MailConfigChangedTime dts4138SnmpConfigChangedTime dts4138SnmpV3ConfigChangedTime" REFERENCE "NOTIFICATION_CFGCHANGE {OFS_GEN_UPDATE, 1}, {OFS_NW_UPDATE, 1}, {OFS_NW0_UPDATE, 1}, {OFS_NW1_UPDATE, 1}, {OFS_SERVICE_UPDATE, 1}, {OFS_TIME_UPDATE, 1}, {OFS_RED_UPDATE, 1}, {OFS_NTP_UPDATE, 1}, {OFS_DCF_UPDATE, 1}, {OFS_DCF1_UPDATE, 1}, {OFS_SERIAL1_UPDATE, 1}, {OFS_IRIG1_UPDATE , 1}, {OFS_SINEC_UPDATE, 1}, {OFS_TZSERVER_UPDATE, 1}, {OFS_AL_UPDATE, 1}, {OFS_MAIL_UPDATE, 1}, {OFS_SNMP_UPDATE, 1}, {OFS_SNMPV3_UPDATE, 1}" ::= { dts4138Traps 5 } dts4138Alive NOTIFICATION-TYPE OBJECTS { dts4138SysStatus, dts4138SysAlarms } STATUS current DESCRIPTION "Device alive notification. Will be send in the configured interval. Attached are the variables dts4138SysStatus and dts4138SysAlarms." REFERENCE "NOTIFICATION_ALIVE {OFS_TRAP_MODE, 4}, {OFS_TRAP_ALIVE_TO, 4}" ::= { dts4138Traps 6 } -- ----------------------------------------------------------------- -- -- System -- ----------------------------------------------------------------- -- dts4138System OBJECT IDENTIFIER ::= { dts4138MIB 1 } dts4138SysStatus OBJECT-TYPE SYNTAX DTSFlags32 MAX-ACCESS read-only STATUS current DESCRIPTION "DTS System status (32bit). Internal state of the DTS application software. Used for maintenance only. Bit 00: DTS configuration ready Bit 01: FPGA is ready Bit 02: FPGA running Bit 03: Reserved Bit 04: Reserved Bit 05: Reserved Bit 06: Reserved Bit 07: Reserved Bit 08: System time set Bit 09: Synchronisation is ok Bit 10: Time shifting in progress Bit 11: Running on NTP as backup Bit 12: Notification of a leap second Bit 13: Reserved Bit 14: Reserved Bit 15: Reserved Bit 16: Master Bit 17: Slave Bit 18: Link ok Bit 19: Reserved Bit 20: Reserved Bit 21: Reserved Bit 22: Reserved Bit 23: Reserved Bit 24: Power supply is ok Bit 25: Restarting (never shown) Bit 26: Reserved Bit 27: Reserved Bit 28: Reserved Bit 29: Reserved Bit 30: Reserved Bit 31: Reserved" REFERENCE "OFS_DTS_STATE, 4, VARTYPE_DWORD" ::= { dts4138System 1 } dts4138SysLastDrift OBJECT-TYPE SYNTAX Integer32 UNITS "micro seconds (us)" MAX-ACCESS read-only STATUS current DESCRIPTION "The last time drift " REFERENCE "OFS_TINFO_LASTDRIFT, 4, VARTYPE_INTEGER" ::= { dts4138System 2 } dts4138SysOffset OBJECT-TYPE SYNTAX Integer32 UNITS "micro seconds (us)" MAX-ACCESS read-only STATUS current DESCRIPTION "The current time source offset in micro seconds. The value is limited to -1800000000 ... 1800000000. If the offset is outside the limit, the variable will be set to the maximum positiv (2147483627) or negativ (-2147483628) value." REFERENCE "OFS_TINFO_SOFFSET_US, 4, VARTYPE_DWORD" ::= { dts4138System 3 } dts4138SysTimeSource OBJECT-TYPE SYNTAX INTEGER { none (0), dcfLowPrecision (1), gpsDCFHighPrecision (2), ntp (3), irigB12 (4) } MAX-ACCESS read-only STATUS current DESCRIPTION "Current active time source. 0: none 1: DCF low precision (DCF 450,...) 2: GPS DCF high precision (GPS 4500,...) 3: NTP 4: IRIG-B12x" REFERENCE "OFS_TINFO_SOURCETYPE, 1, VARTYPE_BYTE" ::= { dts4138System 4 } dts4138SysStratum OBJECT-TYPE SYNTAX Unsigned32 (0..16) MAX-ACCESS read-only STATUS current DESCRIPTION "DTS Stratum level (1-16). The Stratum level is the quality of the time synchronisation. Stratum: 1 = best quality. Stratum 16 = not synchronized" REFERENCE "OFS_TINFO_STRATUM, 1, VARTYPE_BYTE" ::= { dts4138System 5 } dts4138SysTimeReceptionQuality OBJECT-TYPE SYNTAX Integer32 UNITS "Percent" MAX-ACCESS read-only STATUS current DESCRIPTION "Time information reception quality of the selected source. Range: 0 .. 100%" REFERENCE "OFS_TINFO_SQUALI, 1, VARTYPE_BYTE" ::= { dts4138System 6 } dts4138SysMasterMode OBJECT-TYPE SYNTAX Unsigned32 (0..2) MAX-ACCESS read-only STATUS current DESCRIPTION "Current state of the redundant operation. 0: Not defined 1: Master role 2: Slave role" REFERENCE "OFS_TINFO_RED_STATE, 1, VARTYPE_BYTE" ::= { dts4138System 7 } dts4138SysAlarms OBJECT-TYPE SYNTAX DTSAlarm64 (SIZE(8)) MAX-ACCESS read-only STATUS current DESCRIPTION "Alarm state of the DTS 4138 Bit00: DTS restart Bit01: Error bit1 Bit02: Supply voltage too low Bit03: Failure supply 1 Bit04: Failure supply 2 Bit05: Error voltage 5V Bit06: Error voltage 2.5V Bit07: Error voltage 1.25V Bit08: Wrong time zone DCF out Bit09: Wrong time zone TC1 out Bit10: Wrong time zone TC2 out Bit11: Alarm input Bit12: IRIG 1 output voltage low Bit13: Error bit13 Bit14: Error bit14 Bit15: Error bit15 Bit16: Time source fail strat Bit17: Time source fail TO Bit18: No valid time Bit19: NTP synch lost Bit20: Error software trim Bit21: NTP failed Bit22: NTP backup active Bit23: Syn. only diff too big Bit24: No mail server Bit25: SNMP not running Bit26: Wrong time zone SINEC Bit27: SINEC telegram received in transmit mode Bit28: No SINEC telegrams received Bit29: Error bit29 Bit30: No DTS link (optical) Bit31: No DTS link (LAN) Bit32: Change over slave->master Bit33: Too high offset to source (slave) Bit34: Slave: Local time source failed Bit35: Error bit35 Bit36: Error bit36 Bit37: Error bit37 Bit38: Tele.-file invalid line 1 Bit39: Wrong time zone line 1" REFERENCE "OFS_ALSTATE_ALARMS, 8, VARTYPE_BYTEARR" ::= { dts4138System 8 } dts4138Language OBJECT-TYPE SYNTAX INTEGER { english (0), german (1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Language of the menu text. 0: English 1: German" REFERENCE "OFS_GEN_LANG, 1, VARTYPE_BYTE" ::= { dts4138System 9 } dts4138Timezone OBJECT-TYPE SYNTAX Unsigned32 (0..99) MAX-ACCESS read-write STATUS current DESCRIPTION "Time zone for the display and the alarm messages. 0: UTC 1-99: See user manual 800870, time zone table" REFERENCE "OFS_GEN_LOC_TZ, 1, VARTYPE_BYTE" ::= { dts4138System 10 } dts4138Password OBJECT-TYPE SYNTAX DisplayString (SIZE(0..14)) MAX-ACCESS read-write STATUS current DESCRIPTION "Password for the menu and FTP." REFERENCE "OFS_GEN_PASSWORD, 15, VARTYPE_STRING" ::= { dts4138System 11 } dts4138PowerSupply OBJECT-TYPE SYNTAX INTEGER { singleMode (0), redundantMode (1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Operation mode of the power supply. 0: single mode 1: redundant mode" REFERENCE "OFS_GEN_POWER, 1, VARTYPE_BYTE" ::= { dts4138System 12 } dts4138USBmode OBJECT-TYPE SYNTAX INTEGER { disabled (0), enabled (1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Operation mode of the USB port. 0: disabled 1: enabled" REFERENCE "OFS_GEN_USB_MODE, 1, VARTYPE_BYTE" ::= { dts4138System 13 } -- ----------------------------------------------------------------- -- -- System - Network information -- ----------------------------------------------------------------- -- dts4138NetworkInfo OBJECT IDENTIFIER ::= { dts4138System 20 } dts4138NetInfoHostname OBJECT-TYPE SYNTAX DisplayString (SIZE(11)) MAX-ACCESS read-only STATUS current DESCRIPTION "Hostname of the DTS." REFERENCE "OFS_NW_HOSTNAME, 12, VARTYPE_STRING" ::= { dts4138NetworkInfo 1 } dts4138NetInfoDomain OBJECT-TYPE SYNTAX DisplayString (SIZE(63)) MAX-ACCESS read-only STATUS current DESCRIPTION "Domain name of the DTS." REFERENCE "OFS_NW_DOMAIN, 64, VARTYPE_STRING" ::= { dts4138NetworkInfo 2 } -- ----------------------------------------------------------------- -- -- System - Network information - IF0 -- ----------------------------------------------------------------- -- dts4138NetInfoIf0 OBJECT IDENTIFIER ::= { dts4138NetworkInfo 3 } dts4138NetInfoIf0IPAddr OBJECT-TYPE SYNTAX DTSNetworkName (SIZE(63)) MAX-ACCESS read-only STATUS current DESCRIPTION "IPv4 network address (xxx.xxx.xxx.xxx)" REFERENCE "OFS_NWINFO0_IP, 64, VARTYPE_STRING" ::= { dts4138NetInfoIf0 1 } dts4138NetInfoIf0IPMask OBJECT-TYPE SYNTAX DTSNetworkName (SIZE(63)) MAX-ACCESS read-only STATUS current DESCRIPTION "IPv4 subnet mask (xxx.xxx.xxx.xxx)" REFERENCE "OFS_NWINFO0_MASK, 64, VARTYPE_STRING" ::= { dts4138NetInfoIf0 2 } dts4138NetInfoIf0IPGateway OBJECT-TYPE SYNTAX DTSNetworkName (SIZE(63)) MAX-ACCESS read-only STATUS current DESCRIPTION "IPv4 network address (xxx.xxx.xxx.xxx) of the gateway" REFERENCE "OFS_NWINFO0_GW, 64, VARTYPE_STRING" ::= { dts4138NetInfoIf0 3 } dts4138NetInfoIf0IPNameserver OBJECT-TYPE SYNTAX DTSNetworkName (SIZE(63)) MAX-ACCESS read-only STATUS current DESCRIPTION "IPv4 network address (xxx.xxx.xxx.xxx) of the nameserver" REFERENCE "OFS_NWINFO0_DNS, 64, VARTYPE_STRING" ::= { dts4138NetInfoIf0 4 } dts4138NetInfoIf0DHCPMode OBJECT-TYPE SYNTAX EnabledDisabled MAX-ACCESS read-only STATUS current DESCRIPTION "DHCP mode. 0: DHCP disabled 1: DHCP enabled" REFERENCE "OFS_NWINFO0_DHCP, 1, VARTYPE_BYTE" ::= { dts4138NetInfoIf0 5 } dts4138NetInfoIf0EthernetLinkMode OBJECT-TYPE SYNTAX Unsigned32 (0..255) MAX-ACCESS read-only STATUS current DESCRIPTION "Ethernet link mode 0: 10Mbit half duplex 1: 100Mbit half duplex 2: 10Mbit full duplex 3: 100Mbit full duplex 4: Link ok 128: auto negotiation enabled Example: Value = 135 --> Auto neg. enabled, link ok, 100Mbit/full" REFERENCE "OFS_NWINFO0_LINK, 1, VARTYPE_BYTE" ::= { dts4138NetInfoIf0 6 } dts4138NetInfoIf0IPv6AddrLocal OBJECT-TYPE SYNTAX DTSNetworkName (SIZE(63)) MAX-ACCESS read-only STATUS current DESCRIPTION "IP V6 link local network address (xxxx:xxxx::xxxx)" REFERENCE "OFS_NWINFO0_IPV6_LOCAL, 64, VARTYPE_STRING" ::= { dts4138NetInfoIf0 20 } dts4138NetInfoIf0IPv6Addr1 OBJECT-TYPE SYNTAX DTSNetworkName (SIZE(63)) MAX-ACCESS read-only STATUS current DESCRIPTION "IP V6 network address 1 (xxxx:xxxx::xxxx)" REFERENCE "OFS_NWINFO0_IPV6_1, 64, VARTYPE_STRING" ::= { dts4138NetInfoIf0 21 } dts4138NetInfoIf0IPv6Addr2 OBJECT-TYPE SYNTAX DTSNetworkName (SIZE(63)) MAX-ACCESS read-only STATUS current DESCRIPTION "IP V6 network address 2 (xxxx:xxxx::xxxx)" REFERENCE "OFS_NWINFO0_IPV6_2, 64, VARTYPE_STRING" ::= { dts4138NetInfoIf0 22 } dts4138NetInfoIf0IPv6Gateway OBJECT-TYPE SYNTAX DTSNetworkName (SIZE(63)) MAX-ACCESS read-only STATUS current DESCRIPTION "IP V6 gateway address (xxxx:xxxx::xxxx)" REFERENCE "OFS_NWINFO0_IPV6_GW, 64, VARTYPE_STRING" ::= { dts4138NetInfoIf0 23 } -- ----------------------------------------------------------------- -- -- System - Network information - IF1 -- ----------------------------------------------------------------- -- dts4138NetInfoIf1 OBJECT IDENTIFIER ::= { dts4138NetworkInfo 4 } dts4138NetInfoIf1IPAddr OBJECT-TYPE SYNTAX DTSNetworkName (SIZE(63)) MAX-ACCESS read-only STATUS current DESCRIPTION "IPv4 network address (xxx.xxx.xxx.xxx)" REFERENCE "OFS_NWINFO1_IP, 64, VARTYPE_STRING" ::= { dts4138NetInfoIf1 1 } dts4138NetInfoIf1IPMask OBJECT-TYPE SYNTAX DTSNetworkName (SIZE(63)) MAX-ACCESS read-only STATUS current DESCRIPTION "IPv4 subnet mask (xxx.xxx.xxx.xxx)" REFERENCE "OFS_NWINFO1_MASK, 64, VARTYPE_STRING" ::= { dts4138NetInfoIf1 2 } dts4138NetInfoIf1IPGateway OBJECT-TYPE SYNTAX DTSNetworkName (SIZE(63)) MAX-ACCESS read-only STATUS current DESCRIPTION "IP network address (xxx.xxx.xxx.xxx) of the gateway" REFERENCE "OFS_NWINFO1_GW, 64, VARTYPE_STRING" ::= { dts4138NetInfoIf1 3 } dts4138NetInfoIf1IPNameserver OBJECT-TYPE SYNTAX DTSNetworkName (SIZE(63)) MAX-ACCESS read-only STATUS current DESCRIPTION "IP network address (xxx.xxx.xxx.xxx) of the nameserver" REFERENCE "OFS_NWINFO1_DNS, 64, VARTYPE_STRING" ::= { dts4138NetInfoIf1 4 } dts4138NetInfoIf1DHCPMode OBJECT-TYPE SYNTAX EnabledDisabled MAX-ACCESS read-only STATUS current DESCRIPTION "DHCP mode. 0: DHCP disabled 1: DHCP enabled" REFERENCE "OFS_NWINFO1_DHCP, 1, VARTYPE_BYTE" ::= { dts4138NetInfoIf1 5 } dts4138NetInfoIf1EthernetLinkMode OBJECT-TYPE SYNTAX Unsigned32 (0..255) MAX-ACCESS read-only STATUS current DESCRIPTION "Ethernet link mode 0: 10Mbit half duplex 1: 100Mbit half duplex 2: 10Mbit full duplex 3: 100Mbit full duplex 4: Link ok 128: auto negotiation enabled Example: Value = 135 --> Auto neg. enabled, link ok, 100Mbit/full" REFERENCE "OFS_NWINFO1_LINK, 1, VARTYPE_BYTE" ::= { dts4138NetInfoIf1 6 } dts4138NetInfoIf1IPv6AddrLocal OBJECT-TYPE SYNTAX DTSNetworkName (SIZE(63)) MAX-ACCESS read-only STATUS current DESCRIPTION "IP V6 link local network address (xxxx:xxxx::xxxx)" REFERENCE "OFS_NWINFO1_IPV6_LOCAL, 64, VARTYPE_STRING" ::= { dts4138NetInfoIf1 20 } dts4138NetInfoIf1IPv6Addr1 OBJECT-TYPE SYNTAX DTSNetworkName (SIZE(63)) MAX-ACCESS read-only STATUS current DESCRIPTION "IP V6 network address 1 (xxxx:xxxx::xxxx)" REFERENCE "OFS_NWINFO1_IPV6_1, 64, VARTYPE_STRING" ::= { dts4138NetInfoIf1 21 } dts4138NetInfoIf1IPv6Addr2 OBJECT-TYPE SYNTAX DTSNetworkName (SIZE(63)) MAX-ACCESS read-only STATUS current DESCRIPTION "IP V6 network address 2 (xxxx:xxxx::xxxx)" REFERENCE "OFS_NWINFO1_IPV6_2, 64, VARTYPE_STRING" ::= { dts4138NetInfoIf1 22 } dts4138NetInfoIf1IPv6Gateway OBJECT-TYPE SYNTAX DTSNetworkName (SIZE(63)) MAX-ACCESS read-only STATUS current DESCRIPTION "IP V6 gateway address (xxxx:xxxx::xxxx)" REFERENCE "OFS_NWINFO1_IPV6_GW, 64, VARTYPE_STRING" ::= { dts4138NetInfoIf1 23 } -- ----------------------------------------------------------------- -- -- System - Time information -- ----------------------------------------------------------------- -- dts4138SystemTimeInfo OBJECT IDENTIFIER ::= { dts4138System 30 } dts4138TInfoStratum OBJECT-TYPE SYNTAX Unsigned32 (0..16) MAX-ACCESS read-only STATUS current DESCRIPTION "DTS Stratum level (1-16). The Stratum level is the quality of the time synchronisation. Stratum: 1 = best quality Stratum 16 = not synchronized" REFERENCE "OFS_TINFO_STRATUM, 1, VARTYPE_BYTE" ::= { dts4138SystemTimeInfo 1 } dts4138TInfoLastDrift OBJECT-TYPE SYNTAX Integer32 UNITS "micro seconds (us)" MAX-ACCESS read-only STATUS current DESCRIPTION "The last time drift." REFERENCE "OFS_TINFO_LASTDRIFT, 4, VARTYPE_INTEGER" ::= { dts4138SystemTimeInfo 2 } dts4138TInfoLastQCorr OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "When last quartz correction occured." REFERENCE "OFS_TINFO_LASTQCORR, 4, VARTYPE_DWORD" ::= { dts4138SystemTimeInfo 3 } dts4138TInfoLastTime OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "Last time information from active source" REFERENCE "OFS_TINFO_LASTINFO, 4, VARTYPE_DWORD" ::= { dts4138SystemTimeInfo 4 } dts4138TInfoSourceJitter OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Jitter of ther source" REFERENCE "OFS_TINFO_JITTER, 4, VARTYPE_DWORD" ::= { dts4138SystemTimeInfo 5 } dts4138TInfoVoltageQuartzAdjust OBJECT-TYPE SYNTAX Gauge32 (0..3300) UNITS "Milli volts (mV DC)" MAX-ACCESS read-only STATUS current DESCRIPTION "Voltage quartz adjustment. The value is in milli volts (mV DC). Range 0 .. 3300 mV" REFERENCE "OFS_TINFO_CORR_V, 4, VARTYPE_DWORD" ::= { dts4138SystemTimeInfo 6 } dts4138DCFTInfoOffsetSec OBJECT-TYPE SYNTAX Integer32 UNITS "seconds (s)" MAX-ACCESS read-only STATUS current DESCRIPTION "Actual measured offset seconds" REFERENCE "OFS_TINFO_OFFSET_S, 4, VARTYPE_INTEGER" ::= { dts4138SystemTimeInfo 7 } dts4138DCFTInfoOffsetUSec OBJECT-TYPE SYNTAX Integer32 UNITS "micro seconds (us)" MAX-ACCESS read-only STATUS current DESCRIPTION "Actual measured offset us" REFERENCE "OFS_TINFO_OFFSET_US, 4, VARTYPE_INTEGER" ::= { dts4138SystemTimeInfo 8 } dts4138DCFTInfoLastTime OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "DCF last synchronisation time" REFERENCE "OFS_TINFO_DCF_LASTTIME, 4, VARTYPE_DWORD" ::= { dts4138SystemTimeInfo 9 } dts4138DCFTInfoSecCount OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "Couner of DCF pulses (usually 0..58)" REFERENCE "OFS_TINFO_DCF_SECCNT, 4, VARTYPE_DWORD" ::= { dts4138SystemTimeInfo 10 } dts4138DCFTInfoLastLinkTime OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "DCF link synchronisation time" REFERENCE "OFS_TINFO_LINK_LASTTIME, 4, VARTYPE_DWORD" ::= { dts4138SystemTimeInfo 11 } dts4138DCFTInfoLinkSecCount OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "Couner of link DCF pulses (usually 0..58)" REFERENCE "OFS_TINFO_LINK_SECCNT, 4, VARTYPE_DWORD" ::= { dts4138SystemTimeInfo 12 } dts4138DCFTInfoSATnbr OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of satellites (only GNSS 4500)" REFERENCE "OFS_TINFO_DCF_SAT_NBR, 1, VARTYPE_BYTE" ::= { dts4138SystemTimeInfo 13 } dts4138DCFTInfoSATsys OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "Used Satelite systems (only GNSS 4500) Bit00: GPS Bit01: GLONASS Bit02: Galileo Bit03: Beidou" REFERENCE "OFS_TINFO_DCF_SAT_SYS, 1, VARTYPE_BYTE" ::= { dts4138SystemTimeInfo 14 } dts4138DCFTInfoSATtdop OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "TDOP value of the sat receiver (only GNSS 4500)" REFERENCE "OFS_TINFO_DCF_TDOP, 1, VARTYPE_BYTE" ::= { dts4138SystemTimeInfo 15 } dts4138DCFTInfoTeleVer OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "Telegram version of the DTS (Mobatime internal info only)" REFERENCE "OFS_TINFO_DCF_TELE_VER, 1, VARTYPE_BYTE" ::= { dts4138SystemTimeInfo 16 } dts4138NTPTInfoCurrentSource OBJECT-TYPE SYNTAX OCTET STRING (SIZE(63)) MAX-ACCESS read-only STATUS current DESCRIPTION "Current NTP time source (system peer)." REFERENCE "OFS_TINFO_NTP_SOURCE, 63, VARTYPE_STRING" ::= { dts4138SystemTimeInfo 20 } dts4138NTPTInfoSystemOffset OBJECT-TYPE SYNTAX Integer32 UNITS "micro seconds (us)" MAX-ACCESS read-only STATUS current DESCRIPTION "Current system time offset." REFERENCE "OFS_TINFO_NTP_OFFSET, 4, VARTYPE_DWORD" ::= { dts4138SystemTimeInfo 21 } dts4138NTPTInfoSourceJitter OBJECT-TYPE SYNTAX Integer32 UNITS "micro seconds (us)" MAX-ACCESS read-only STATUS current DESCRIPTION "Current time source jitter." REFERENCE "OFS_TINFO_NTP_JITTER, 4, VARTYPE_DWORD" ::= { dts4138SystemTimeInfo 22 } dts4138NTPTInfoStratum OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "Stratum of NTP" REFERENCE "OFS_TINFO_NTP_STRATUM, 1, VARTYPE_BYTE" ::= { dts4138SystemTimeInfo 23 } dts4138NTPTInfoFrequency OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Frequency of NTP" REFERENCE "OFS_TINFO_NTP_FREQ, 4, VARTYPE_INTEGER" ::= { dts4138SystemTimeInfo 24 } -- dts4138NTPTInfoReachable OBJECT-TYPE -- SYNTAX Unsigned32 -- MAX-ACCESS read-only -- STATUS current -- DESCRIPTION "Current reach of NTP source (octal 0..377)" -- REFERENCE "OFS_TINFO_NTP_REACH, 1, VARTYPE_BYTE" -- ::= { dts4138SystemTimeInfo 25 } -- ----------------------------------------------------------------- -- -- System - Power -- ----------------------------------------------------------------- -- dts4138SystemPower OBJECT IDENTIFIER ::= { dts4138System 40 } dts4138SupplyVoltage1 OBJECT-TYPE SYNTAX Gauge32 (0..30000) UNITS "Milli volts (mV DC)" MAX-ACCESS read-only STATUS current DESCRIPTION "Measured voltage of the power supply 1. The value is in milli volts (mV DC). Range 0 .. 30000 mV" REFERENCE "OFS_POWER_U1_MV, 4, VARTYPE_DWORD" ::= { dts4138SystemPower 1 } dts4138SupplyCurrent1 OBJECT-TYPE SYNTAX Gauge32 (0..1000) UNITS "Milli amps (mA DC)" MAX-ACCESS read-only STATUS current DESCRIPTION "Measured current of the power supply 1. The value is in milli amps(mA DC). Range 0 .. 1000 mA" REFERENCE "OFS_POWER_I1_MA, 4, VARTYPE_DWORD" ::= { dts4138SystemPower 2 } dts4138SupplyVoltage2 OBJECT-TYPE SYNTAX Gauge32 (0..30000) UNITS "Milli volts (mV DC)" MAX-ACCESS read-only STATUS current DESCRIPTION "Measured voltage of the power supply 2. The value is in milli volts (mV DC). Range 0 .. 30000 mV" REFERENCE "OFS_POWER_U2_MV, 4, VARTYPE_DWORD" ::= { dts4138SystemPower 3 } dts4138SupplyCurrent2 OBJECT-TYPE SYNTAX Gauge32 (0..1000) UNITS "Milli amps (mA DC)" MAX-ACCESS read-only STATUS current DESCRIPTION "Measured current of the power supply 2. The value is in milli amps(mA DC). Range 0 .. 1000 mA" REFERENCE "OFS_POWER_I2_MA, 4, VARTYPE_DWORD" ::= { dts4138SystemPower 4 } -- ----------------------------------------------------------------- -- -- System - Maintenance -- ----------------------------------------------------------------- -- dts4138SystemMaintenance OBJECT IDENTIFIER ::= { dts4138System 50 } dts4138SysUpdateCmd OBJECT-TYPE SYNTAX INTEGER { noAction (0), runRamDirUpdateProcess (1), runUSBUpdateProcess(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "System software update command variable. After the update proccess the device will do a restart. 0: No action 1: Run /ram directory update proccess 2: Run USB update proccess" REFERENCE "OFS_SYSTEM_UPDATE, 1, VARTYPE_BYTE" ::= { dts4138SystemMaintenance 1 } dts4138SysBackupCmd OBJECT-TYPE SYNTAX INTEGER { noAction (0), runBackupProcess (1) } MAX-ACCESS read-write STATUS current DESCRIPTION "System backup command variable. The current configuration files will be copied internal. 0: No action 1: Run local backup proccess" REFERENCE "OFS_SYSTEM_BACKUP, 1, VARTYPE_BYTE" ::= { dts4138SystemMaintenance 2 } dts4138SysRestoreCmd OBJECT-TYPE SYNTAX INTEGER { noAction (0), runRestoreProcess (1) } MAX-ACCESS read-write STATUS current DESCRIPTION "System restore command variable. Restores previous created configuration files copies (by the local backup command). 0: No Action 1: Run local restore proccess" REFERENCE "OFS_SYSTEM_RESTORE, 1, VARTYPE_BYTE" ::= { dts4138SystemMaintenance 3 } dts4138SysRestartCmd OBJECT-TYPE SYNTAX INTEGER { noAction (0), reboot (1) } MAX-ACCESS read-write STATUS current DESCRIPTION "System reboot command variable. 0: No action 1: Reboot" REFERENCE "OFS_SYSTEM_RESTART, 1, VARTYPE_BYTE" ::= { dts4138SystemMaintenance 4 } dts4138SysDefaultCmd OBJECT-TYPE SYNTAX INTEGER { noAction (0), runDefaltRestoreProcess (1) } MAX-ACCESS read-write STATUS current DESCRIPTION "System restore command variable. Restores system to default. 0: No action 1: Run default restore proccess" REFERENCE "OFS_SYSTEM_DEFAULT, 1, VARTYPE_BYTE" ::= { dts4138SystemMaintenance 5 } dts4138SysAllChanged OBJECT-TYPE SYNTAX INTEGER { noAction (0), readAllConfigFiles (1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Reread all configuration files" REFERENCE "OFS_SYSTEM_ALL_CHANGED, 1, VARTYPE_BYTE" ::= { dts4138SystemMaintenance 6 } dts4138SysCopyFiles OBJECT-TYPE SYNTAX INTEGER { noAction (0), copyFilesToFlash (1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Copies all telegram files and switching program files from /ram and USB to the internal flash directory." REFERENCE "OFS_SYSTEM_CPY_FILES, 1, VARTYPE_BYTE" ::= { dts4138SystemMaintenance 7 } -- ----------------------------------------------------------------- -- -- System - Versions -- ----------------------------------------------------------------- -- dts4138SystemVersions OBJECT IDENTIFIER ::= { dts4138System 60 } dts4138verFPGA OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Version information of the FPGA firmware." REFERENCE "OFS_VER_FPGA, 0, VARTYPE_STRING" ::= { dts4138SystemVersions 1 } dts4138verFPGADriver OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Version information of the FPGA linux driver software." REFERENCE "OFS_VER_DTS_FPGA, 0, VARTYPE_STRING" ::= { dts4138SystemVersions 2 } dts4138verModule OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Version information of the linux time driver software." REFERENCE "OFS_VER_DTS_TIME, 59, VARTYPE_STRING" ::= { dts4138SystemVersions 3 } dts4138verLangResource OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Version information of the menu text resource file." REFERENCE "OFS_VER_LANGUAGE, 59, VARTYPE_STRING" ::= { dts4138SystemVersions 4 } dts4138verTimezoneTable OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Version information of the time zone tables." REFERENCE "OFS_VER_SEASON, 59, VARTYPE_STRING" ::= { dts4138SystemVersions 5 } dts4138verNTP OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Version information of the NTP server." REFERENCE "OFS_VER_NTPD, 59, VARTYPE_STRING" ::= { dts4138SystemVersions 6 } dts4138verLinux OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Version information of the linux kernel." REFERENCE "OFS_VER_KERNEL, 59, VARTYPE_STRING" ::= { dts4138SystemVersions 7 } dts4138verCLIShell OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Version information of the command line shell." REFERENCE "OFS_VER_BUSYBOX, 59, VARTYPE_STRING" ::= { dts4138SystemVersions 8 } dts4138verRootFS OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Version information of the root file system." REFERENCE "OFS_VER_FILESYS, 59, VARTYPE_STRING" ::= { dts4138SystemVersions 9 } dts4138verSNMPMasterAgent OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Version information of the SNMP master agent." REFERENCE "OFS_VER_SNMPMASTER, 59, VARTYPE_STRING" ::= { dts4138SystemVersions 10 } dts4138verSNMPSubAgent OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Version information of the SNMP sub agent." REFERENCE "OFS_VER_SNMPSUBAGENT, 59, VARTYPE_STRING" ::= { dts4138SystemVersions 11 } dts4138verApplication OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Version information of the DTS application software." REFERENCE "OFS_VER_DTS4138, 59, VARTYPE_STRING" ::= { dts4138SystemVersions 12 } -- ----------------------------------------------------------------- -- -- System - Product information -- ----------------------------------------------------------------- -- dts4138ProdInfo OBJECT IDENTIFIER ::= { dts4138System 70 } dts4138ProdInfoHWCode OBJECT-TYPE SYNTAX OCTET STRING (SIZE(8)) MAX-ACCESS read-only STATUS current DESCRIPTION "DTS device type code. 1.Byte = 4 (Hardware), 8 (Software) 2.Byte = x (device main group) 3.Byte = y (device function) 4.Byte = z (device variants) 5.-8.Byte = reserved DTS4138 -> 4.1.3.8 x=1,y=3,z=8" REFERENCE "OFS_PROD_HW_CODE, 8, VARTYPE_BYTEARR" ::= { dts4138ProdInfo 1 } dts4138ProdInfoHWName OBJECT-TYPE SYNTAX DisplayString (SIZE(1..59)) MAX-ACCESS read-only STATUS current DESCRIPTION "Name of the DTS device (type)." REFERENCE "OFS_PROD_HW_NAME, 59, VARTYPE_STRING" ::= { dts4138ProdInfo 2 } dts4138ProdInfoHWRevision OBJECT-TYPE SYNTAX DisplayString (SIZE(1..19)) MAX-ACCESS read-only STATUS current DESCRIPTION "Hardware revision of the DTS device." REFERENCE "OFS_PROD_HW_VER, 19, VARTYPE_STRING" ::= { dts4138ProdInfo 3 } dts4138ProdInfoProdNo OBJECT-TYPE SYNTAX DisplayString (SIZE(1..19)) MAX-ACCESS read-only STATUS current DESCRIPTION "Product number (serial number) of the DTS device." REFERENCE "OFS_PROD_PROD_NR, 20, VARTYPE_STRING" ::= { dts4138ProdInfo 4 } dts4138ProdInfoArticleNo OBJECT-TYPE SYNTAX DisplayString (SIZE(1..8)) MAX-ACCESS read-only STATUS current DESCRIPTION "Article number of the DTS device." REFERENCE "OFS_PROD_ART_NR, 8, VARTYPE_STRING" ::= { dts4138ProdInfo 5 } dts4138ProdInfoFirmwareVer OBJECT-TYPE SYNTAX DisplayString (SIZE(1..40)) MAX-ACCESS read-only STATUS current DESCRIPTION "Firmware version of the DTS device." REFERENCE "OFS_PROD_FIRMW_VER, 40, VARTYPE_STRING" ::= { dts4138ProdInfo 6 } dts4138ProdInfoOrderNumber OBJECT-TYPE SYNTAX DisplayString (SIZE(1..59)) MAX-ACCESS read-only STATUS current DESCRIPTION "Order number for DTS device." REFERENCE "OFS_PROD_ORDER_NUMBER, 59, VARTYPE_STRING" ::= { dts4138ProdInfo 7 } dts4138ProdInfoOrderContact OBJECT-TYPE SYNTAX DisplayString (SIZE(1..59)) MAX-ACCESS read-only STATUS current DESCRIPTION "Order contact for DTS device." REFERENCE "OFS_PROD_ORDER_CONTACT, 59, VARTYPE_STRING" ::= { dts4138ProdInfo 8 } dts4138SysConfigCmd OBJECT-TYPE SYNTAX INTEGER { noAction (0), saveConfiguration (1), restoreOldConfiguration (2) } MAX-ACCESS read-write STATUS current DESCRIPTION "System configuration changed command variable. 0: No action 1: Save configuration 2: Restore the old configuration" REFERENCE "OFS_GEN_CHANGED, 1, VARTYPE_BYTE" ::= { dts4138System 100 } dts4138SysConfigChangedTime OBJECT-TYPE SYNTAX TimeTicks UNITS "Time ticks in 1/100th seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Time of the last configuration change." REFERENCE "OFS_GEN_UPDTIME, 4, VARTYPE_DWORD" ::= { dts4138System 101 } -- ----------------------------------------------------------------- -- -- Network -- ----------------------------------------------------------------- -- dts4138Network OBJECT IDENTIFIER ::= { dts4138MIB 2 } dts4138Hostname OBJECT-TYPE SYNTAX DisplayString (SIZE(11)) MAX-ACCESS read-write STATUS current DESCRIPTION "Hostname of the DTS." REFERENCE "OFS_NW_HOSTNAME, 12, VARTYPE_STRING" ::= { dts4138Network 1 } dts4138Domain OBJECT-TYPE SYNTAX DisplayString (SIZE(63)) MAX-ACCESS read-write STATUS current DESCRIPTION "Domain name of the DTS." REFERENCE "OFS_NW_DOMAIN, 64, VARTYPE_STRING" ::= { dts4138Network 2 } -- ----------------------------------------------------------------- -- -- Network - IF0 -- ----------------------------------------------------------------- -- dts4138NetworkIf0 OBJECT IDENTIFIER ::= { dts4138Network 3 } dts4138NetworkIf0IPAddr OBJECT-TYPE SYNTAX DTSNetworkName (SIZE(15)) MAX-ACCESS read-write STATUS current DESCRIPTION "IPv4 network address (xxx.xxx.xxx.xxx)" REFERENCE "OFS_NW0_IP_V4, 64, VARTYPE_STRING" ::= { dts4138NetworkIf0 1 } dts4138NetworkIf0IPMask OBJECT-TYPE SYNTAX DTSNetworkName (SIZE(15)) MAX-ACCESS read-write STATUS current DESCRIPTION "IPv4 subnet mask (xxx.xxx.xxx.xxx)" REFERENCE "OFS_NW0_MASK_V4, 64, VARTYPE_STRING" ::= { dts4138NetworkIf0 2 } dts4138NetworkIf0IPGateway OBJECT-TYPE SYNTAX DTSNetworkName (SIZE(15)) MAX-ACCESS read-write STATUS current DESCRIPTION "IPv4 network address (xxx.xxx.xxx.xxx) of the gateway" REFERENCE "OFS_NW0_GW_V4, 64, VARTYPE_STRING" ::= { dts4138NetworkIf0 3 } dts4138NetworkIf0IPNameserver OBJECT-TYPE SYNTAX DTSNetworkName (SIZE(15)) MAX-ACCESS read-write STATUS current DESCRIPTION "IPv4 network address (xxx.xxx.xxx.xxx) of the nameserver" REFERENCE "OFS_NW0_DNS_V4, 64, VARTYPE_STRING" ::= { dts4138NetworkIf0 4 } dts4138NetworkIf0DHCPMode OBJECT-TYPE SYNTAX EnabledDisabled MAX-ACCESS read-write STATUS current DESCRIPTION "DHCP mode. 0: DHCP disabled 1: DHCP enabled" REFERENCE "OFS_NW0_DHCP_V4, 1, VARTYPE_BYTE" ::= { dts4138NetworkIf0 5 } dts4138NetworkIf0EthernetLinkMode OBJECT-TYPE SYNTAX Unsigned32 (0..255) MAX-ACCESS read-write STATUS current DESCRIPTION "Ethernet link mode 0: 10Mbit half duplex 1: 100Mbit half duplex 2: 10Mbit full duplex 3: 100Mbit full duplex 4: Link ok 128: auto negotiation enabled Example: Value = 135 --> Auto neg. enabled, link ok, 100Mbit/full" REFERENCE "OFS_NW0_LINK, 1, VARTYPE_BYTE" ::= { dts4138NetworkIf0 6 } dts4138NetworkIf0IPv6AutoConf OBJECT-TYPE SYNTAX EnabledDisabled MAX-ACCESS read-write STATUS current DESCRIPTION "Auto configuration mode IP V6. 0: Auto conf disabled 1: Auto conf enabled" REFERENCE "OFS_NW0_AUTOCONF, 1, VARTYPE_BYTE" ::= { dts4138NetworkIf0 21 } dts4138NetworkIf0IPv6DHCPMode OBJECT-TYPE SYNTAX EnabledDisabled MAX-ACCESS read-write STATUS current DESCRIPTION "DHCP mode IP V6. 0: DHCP disabled 1: DHCP enabled" REFERENCE "OFS_NW0_DHCP_V6, 1, VARTYPE_BYTE" ::= { dts4138NetworkIf0 22 } dts4138NetworkIf0IPv6Addr1 OBJECT-TYPE SYNTAX DTSNetworkName (SIZE(63)) MAX-ACCESS read-write STATUS current DESCRIPTION "IPv6 network address 1 (xxxx:xxxx::xxxx)" REFERENCE "OFS_NW0_IP1_V6, 64, VARTYPE_STRING" ::= { dts4138NetworkIf0 23 } dts4138NetworkIf0IPv6Prefix1 OBJECT-TYPE SYNTAX Unsigned32 (0..128) MAX-ACCESS read-write STATUS current DESCRIPTION "IPv6 subnet prefix 1" REFERENCE "OFS_NW0_PREFIX1_V6, 1, VARTYPE_BYTE" ::= { dts4138NetworkIf0 24 } dts4138NetworkIf0IPv6Gateway1 OBJECT-TYPE SYNTAX DTSNetworkName (SIZE(63)) MAX-ACCESS read-write STATUS current DESCRIPTION "IPv6 network address (xxxx:xxxx::xxxx) of the gateway 1" REFERENCE "OFS_NW0_GW1_V6, 64, VARTYPE_STRING" ::= { dts4138NetworkIf0 25 } dts4138NetworkIf0IPv6Nameserver OBJECT-TYPE SYNTAX DTSNetworkName (SIZE(63)) MAX-ACCESS read-write STATUS current DESCRIPTION "IPv6 network address (xxxx:xxxx::xxxx) of the nameserver" REFERENCE "OFS_NW0_DNS_V6, 64, VARTYPE_STRING" ::= { dts4138NetworkIf0 26 } dts4138NetworkIf0IPv6Addr2 OBJECT-TYPE SYNTAX DTSNetworkName (SIZE(63)) MAX-ACCESS read-write STATUS current DESCRIPTION "IPv6 network address 2 (xxxx:xxxx::xxxx)" REFERENCE "OFS_NW0_IP2_V6, 64, VARTYPE_STRING" ::= { dts4138NetworkIf0 27 } dts4138NetworkIf0IPv6Prefix2 OBJECT-TYPE SYNTAX Unsigned32 (0..128) MAX-ACCESS read-write STATUS current DESCRIPTION "IPv6 subnet prefix 2" REFERENCE "OFS_NW0_PREFIX2_V6, 1, VARTYPE_BYTE" ::= { dts4138NetworkIf0 28 } dts4138NetworkIf0IPv6Gateway2 OBJECT-TYPE SYNTAX DTSNetworkName (SIZE(63)) MAX-ACCESS read-write STATUS current DESCRIPTION "IPv6 network address (xxxx:xxxx::xxxx) of the gateway 2" REFERENCE "OFS_NW0_GW2_V6, 64, VARTYPE_STRING" ::= { dts4138NetworkIf0 29 } dts4138NetworkIf0ConfigCmd OBJECT-TYPE SYNTAX INTEGER { noAction (0), saveConfiguration (1), restoreOldConfiguration (2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Network interface 0 configuration changed command variable. 0: No action 1: Save configuration 2: Restore the old configuration" REFERENCE "OFS_NW0_CHANGED, 1, VARTYPE_BYTE" ::= { dts4138NetworkIf0 100 } dts4138NetworkIf0ConfigChangedTime OBJECT-TYPE SYNTAX TimeTicks UNITS "Time ticks in 1/100th seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Time of the last configuration change." REFERENCE "OFS_NW0_UPDTIME, 4, VARTYPE_DWORD" ::= { dts4138NetworkIf0 101 } -- ----------------------------------------------------------------- -- -- Network - IF1 -- ----------------------------------------------------------------- -- dts4138NetworkIf1 OBJECT IDENTIFIER ::= { dts4138Network 4 } dts4138NetworkIf1IPAddr OBJECT-TYPE SYNTAX DTSNetworkName (SIZE(15)) MAX-ACCESS read-write STATUS current DESCRIPTION "IPv4 network address (xxx.xxx.xxx.xxx)" REFERENCE "OFS_NW1_IP_V4, 63, VARTYPE_STRING" ::= { dts4138NetworkIf1 1 } dts4138NetworkIf1IPMask OBJECT-TYPE SYNTAX DTSNetworkName (SIZE(15)) MAX-ACCESS read-write STATUS current DESCRIPTION "IPv4 subnet mask (xxx.xxx.xxx.xxx)" REFERENCE "OFS_NW1_MASK_V4, 63, VARTYPE_STRING" ::= { dts4138NetworkIf1 2 } dts4138NetworkIf1IPGateway OBJECT-TYPE SYNTAX DTSNetworkName (SIZE(15)) MAX-ACCESS read-write STATUS current DESCRIPTION "IPv4 network address (xxx.xxx.xxx.xxx) of the gateway" REFERENCE "OFS_NW1_GW_V4, 63, VARTYPE_STRING" ::= { dts4138NetworkIf1 3 } dts4138NetworkIf1IPNameserver OBJECT-TYPE SYNTAX DTSNetworkName (SIZE(15)) MAX-ACCESS read-write STATUS current DESCRIPTION "IPv4 network address (xxx.xxx.xxx.xxx) of the nameserver" REFERENCE "OFS_NW1_DNS_V4, 63, VARTYPE_STRING" ::= { dts4138NetworkIf1 4 } dts4138NetworkIf1DHCPMode OBJECT-TYPE SYNTAX EnabledDisabled MAX-ACCESS read-write STATUS current DESCRIPTION "DHCP mode. 0: DHCP disabled 1: DHCP enabled" REFERENCE "OFS_NW1_DHCP_V4, 1, VARTYPE_BYTE" ::= { dts4138NetworkIf1 5 } dts4138NetworkIf1EthernetLinkMode OBJECT-TYPE SYNTAX Unsigned32 (0..255) MAX-ACCESS read-write STATUS current DESCRIPTION "Ethernet link mode 0: 10Mbit half duplex 1: 100Mbit half duplex 2: 10Mbit full duplex 3: 100Mbit full duplex 4: Link ok 128: auto negotiation enabled Example: Value = 135 --> Auto neg. enabled, link ok, 100Mbit/full" REFERENCE "OFS_NW1_LINK, 1, VARTYPE_BYTE" ::= { dts4138NetworkIf1 6 } dts4138NetworkIf1IPv6AutoConf OBJECT-TYPE SYNTAX EnabledDisabled MAX-ACCESS read-write STATUS current DESCRIPTION "Auto configuration mode IP V6. 0: Auto conf disabled 1: Auto conf enabled" REFERENCE "OFS_NW1_AUTOCONF, 1, VARTYPE_BYTE" ::= { dts4138NetworkIf1 21 } dts4138NetworkIf1IPv6DHCPMode OBJECT-TYPE SYNTAX EnabledDisabled MAX-ACCESS read-write STATUS current DESCRIPTION "DHCP mode IP V6. 0: DHCP disabled 1: DHCP enabled" REFERENCE "OFS_NW1_DHCP_V6, 1, VARTYPE_BYTE" ::= { dts4138NetworkIf1 22 } dts4138NetworkIf1IPv6Addr1 OBJECT-TYPE SYNTAX DTSNetworkName (SIZE(63)) MAX-ACCESS read-write STATUS current DESCRIPTION "IPv6 network address 1 (xxxx:xxxx::xxxx)" REFERENCE "OFS_NW1_IP1_V6, 63, VARTYPE_STRING" ::= { dts4138NetworkIf1 23 } dts4138NetworkIf1IPv6Prefix1 OBJECT-TYPE SYNTAX Unsigned32 (0..128) MAX-ACCESS read-write STATUS current DESCRIPTION "IPv6 subnet prefix 1" REFERENCE "OFS_NW1_PREFIX1_V6, 1, VARTYPE_BYTE" ::= { dts4138NetworkIf1 24 } dts4138NetworkIf1IPv6Gateway1 OBJECT-TYPE SYNTAX DTSNetworkName (SIZE(63)) MAX-ACCESS read-write STATUS current DESCRIPTION "IPv6 network address (xxxx:xxxx::xxxx) of the gateway 1" REFERENCE "OFS_NW1_GW1_V6, 63, VARTYPE_STRING" ::= { dts4138NetworkIf1 25 } dts4138NetworkIf1IPv6Nameserver OBJECT-TYPE SYNTAX DTSNetworkName (SIZE(63)) MAX-ACCESS read-write STATUS current DESCRIPTION "IPv6 network address (xxxx:xxxx::xxxx) of the nameserver" REFERENCE "OFS_NW1_DNS_V6, 63, VARTYPE_STRING" ::= { dts4138NetworkIf1 26 } dts4138NetworkIf1IPv6Addr2 OBJECT-TYPE SYNTAX DTSNetworkName (SIZE(63)) MAX-ACCESS read-write STATUS current DESCRIPTION "IPv6 network address 2 (xxxx:xxxx::xxxx)" REFERENCE "OFS_NW1_IP2_V6, 63, VARTYPE_STRING" ::= { dts4138NetworkIf1 27 } dts4138NetworkIf1IPv6Prefix2 OBJECT-TYPE SYNTAX Unsigned32 (0..128) MAX-ACCESS read-write STATUS current DESCRIPTION "IPv6 subnet prefix 2" REFERENCE "OFS_NW1_PREFIX2_V6, 1, VARTYPE_BYTE" ::= { dts4138NetworkIf1 28 } dts4138NetworkIf1IPv6Gateway2 OBJECT-TYPE SYNTAX DTSNetworkName (SIZE(63)) MAX-ACCESS read-write STATUS current DESCRIPTION "IPv6 network address (xxxx:xxxx::xxxx) of the gateway 2" REFERENCE "OFS_NW1_GW2_V6, 63, VARTYPE_STRING" ::= { dts4138NetworkIf1 29 } dts4138NetworkIf1ConfigCmd OBJECT-TYPE SYNTAX INTEGER { noAction (0), saveConfiguration (1), restoreOldConfiguration (2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Network interface 1 configuration changed command variable. 0: No action 1: Save configuration 2: Restore the old configuration" REFERENCE "OFS_NW0_CHANGED, 1, VARTYPE_BYTE" ::= { dts4138NetworkIf1 100 } dts4138NetworkIf1ConfigChangedTime OBJECT-TYPE SYNTAX TimeTicks UNITS "Time ticks in 1/100th seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Time of the last configuration change." REFERENCE "OFS_NW0_UPDTIME, 4, VARTYPE_DWORD" ::= { dts4138NetworkIf1 101 } dts4138NetConfigCmd OBJECT-TYPE SYNTAX INTEGER { noAction (0), saveConfiguration (1), restoreOldConfiguration (2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Network configuration changed command variable. 0: No action 1: Save configuration 2: Restore the old configuration" REFERENCE "OFS_NW_CHANGED, 1, VARTYPE_BYTE" ::= { dts4138Network 100 } dts4138NetConfigChangedTime OBJECT-TYPE SYNTAX TimeTicks UNITS "Time ticks in 1/100th seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Time of the last configuration change." REFERENCE "OFS_NW_UPDTIME, 4, VARTYPE_DWORD" ::= { dts4138Network 101 } -- ----------------------------------------------------------------- -- -- Network Services -- ----------------------------------------------------------------- -- dts4138NetServices OBJECT IDENTIFIER ::= { dts4138MIB 3 } dts4138TelnetMode OBJECT-TYPE SYNTAX EnabledDisabled MAX-ACCESS read-write STATUS current DESCRIPTION "Telnet mode. 0: disabled, 1: enabled" REFERENCE "OFS_SERVICE_TELNET, 1, VARTYPE_BYTE" ::= { dts4138NetServices 1 } dts4138FTPMode OBJECT-TYPE SYNTAX EnabledDisabled MAX-ACCESS read-write STATUS current DESCRIPTION "FTP mode. 0: disabled, 1: enabled" REFERENCE "OFS_SERVICE_FTP, 1, VARTYPE_BYTE" ::= { dts4138NetServices 2 } dts4138SSHMode OBJECT-TYPE SYNTAX EnabledDisabled MAX-ACCESS read-write STATUS current DESCRIPTION "SSH mode. 0: disabled, 1: enabled" REFERENCE "OFS_SERVICE_SSH, 1, VARTYPE_BYTE" ::= { dts4138NetServices 3 } dts4138DaytimeMode OBJECT-TYPE SYNTAX EnabledDisabled MAX-ACCESS read-write STATUS current DESCRIPTION "DAYTIME and TIME mode. 0: disabled, 1: enabled" REFERENCE "OFS_SERVICE_DAYTIME, 1, VARTYPE_BYTE" ::= { dts4138NetServices 4 } dts4138NetServicesConfigCmd OBJECT-TYPE SYNTAX INTEGER { noAction (0), saveConfiguration (1), restoreOldConfiguration (2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Network services configuration changed command variable. 0: No action 1: Save configuration 2: Restore the old configuration" REFERENCE "OFS_SERVICE_CHANGED, 1, VARTYPE_BYTE" ::= { dts4138NetServices 100 } dts4138NetServicesConfigChangedTime OBJECT-TYPE SYNTAX TimeTicks UNITS "Time ticks in 1/100th seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Time of the last configuration change." REFERENCE "OFS_SERVICE_UPDTIME, 4, VARTYPE_DWORD" ::= { dts4138NetServices 101 } -- ----------------------------------------------------------------- -- -- Time handling -- ----------------------------------------------------------------- -- dts4138TimeHandling OBJECT IDENTIFIER ::= { dts4138MIB 4 } -- ----------------------------------------------------------------- -- -- Time handling - Time source -- ----------------------------------------------------------------- -- dts4138TimeSource OBJECT IDENTIFIER ::= { dts4138TimeHandling 1 } dts4138TSType OBJECT-TYPE SYNTAX INTEGER { none (0), dcfLowPrecision (1), gpsDCFHighPrecision (2), ntp (3), irigB12 (4) } MAX-ACCESS read-write STATUS current DESCRIPTION "Configured time source. 0: none 1: DCF low precision (DCF 450,...) 2: GPS DCF high precision (GPS 4500,...) 3: NTP 4: IRIG-B12x" REFERENCE "OFS_TIME_SOURCE, 1, VARTYPE_BYTE" ::= { dts4138TimeSource 1 } dts4138TSTimezone OBJECT-TYPE SYNTAX Unsigned32 (0..99) MAX-ACCESS read-write STATUS current DESCRIPTION "Time zone for the selected time source (excluding NTP). 0: UTC 1-99: See user manual 800870, time zone table" REFERENCE "OFS_TIME_SOURCE_TZ, 1, VARTYPE_BYTE" ::= { dts4138TimeSource 2 } dts4138TSStratumMode OBJECT-TYPE SYNTAX Unsigned32 (0..15) MAX-ACCESS read-write STATUS current DESCRIPTION "Configured stratum level of the DTS. 0: Automatic Stratum level calculation 1-15: Fix Stratum level" REFERENCE "OFS_TIME_CSTRATUM, 1, VARTYPE_BYTE" ::= { dts4138TimeSource 3 } dts4138TSStratumErrorLimit OBJECT-TYPE SYNTAX Unsigned32 (1..16) MAX-ACCESS read-write STATUS current DESCRIPTION "Configured Stratum level limit to generate an alarm. Valid range 1-16" REFERENCE "OFS_TIME_ESTRATUM, 1, VARTYPE_BYTE" ::= { dts4138TimeSource 4 } dts4138TSTimeout OBJECT-TYPE SYNTAX Unsigned32 (0..2160) UNITS "minute" MAX-ACCESS read-write STATUS current DESCRIPTION "Time duration to set an alarm after a time source failure. Range 1-2160 minutes 0: disabled" REFERENCE "OFS_TIME_SOURCE_TO, 4, VARTYPE_DWORD" ::= { dts4138TimeSource 5 } dts4138TSStratumTimeout1 OBJECT-TYPE SYNTAX Unsigned32 (1..999) UNITS "hour" MAX-ACCESS read-write STATUS current DESCRIPTION "Time duration to increase the stratum level from 0 to 16 in case of a source failure. Range 1-999 hours" REFERENCE "OFS_TIME_STRATUM_TO, 4, VARTYPE_DWORD" ::= { dts4138TimeSource 6 } dts4138TSOffsetPerStratum OBJECT-TYPE SYNTAX Unsigned32 (0..40000) UNITS "milli seconds (ms)" MAX-ACCESS read-write STATUS current DESCRIPTION "Time offset to calculate the stratum level in case of a resumed time synchronisation. Range 0-40000 ms E.g. -configured offset per stratum 30 ms -measured offset 150 ms -> Stratum level = 150/30 = 5" REFERENCE "OFS_TIME_STRATUM_OFS, 4, VARTYPE_DWORD" ::= { dts4138TimeSource 7 } dts4138TSMaxOffsetForTimeValid OBJECT-TYPE SYNTAX Unsigned32 (0..1000000) UNITS "micro seconds (us)" MAX-ACCESS read-write STATUS current DESCRIPTION "Maximum time offset to set time valid at startup. Range 0-1000000 us" REFERENCE "OFS_TIME_OK_OFS, 4, VARTYPE_DWORD" ::= { dts4138TimeSource 8 } dts4138TSDCFAdjusment OBJECT-TYPE SYNTAX Integer32 (-60000..60000) UNITS "milli seconds (ms)" MAX-ACCESS read-write STATUS current DESCRIPTION "Time correction for DCF low precision sources. Range -60000..60000ms" REFERENCE "OFS_TIME_SOURCE_COR, 4, VARTYPE_DWORD" ::= { dts4138TimeSource 9 } dts4138TSAdjustmentMode OBJECT-TYPE SYNTAX INTEGER { follow (0), set (1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Behavior of the time adjusment: 0: FOLLOW - Adjust the time with a configured limited speed. Takes a longer time to correct the time offset. 1: SET - Adjust the time with some big steps." REFERENCE "OFS_TIME_COR_MODE, 1, VARTYPE_BYTE" ::= { dts4138TimeSource 10 } dts4138TSMaxAdjusmentSpeed OBJECT-TYPE SYNTAX Unsigned32 (0..10000000) UNITS "nano seconds per seconds (ns/s)" MAX-ACCESS read-write STATUS current DESCRIPTION "Maximum adjusment speed in mode FOLLOW Range 0..10000000 ns/s" REFERENCE "OFS_TIME_MAX_CORR, 4, VARTYPE_DWORD" ::= { dts4138TimeSource 11 } dts4138TSQuartzType OBJECT-TYPE SYNTAX Unsigned32 (0..255) MAX-ACCESS not-accessible STATUS current DESCRIPTION "Type of the DTS core. Range 0..255" REFERENCE "OFS_TIME_QUARTZ_TYP, 1, VARTYPE_BYTE" ::= { dts4138TimeSource 12 } dts4138TSOffsetSynchOnly OBJECT-TYPE SYNTAX Unsigned32 (0 | 100..5000) UNITS "milli seconds (ms)" MAX-ACCESS read-write STATUS current DESCRIPTION "Maximum time offset to adjust the time. If the time offset is larger than this value an alarm is generated and the time is no longer adjusted. Range 100-5000ms 0: Synchronisation only is disabled" REFERENCE "OFS_TIME_SYN_ONLY, 4, VARTYPE_DWORD" ::= { dts4138TimeSource 13 } dts4138TSLeapSecMode OBJECT-TYPE SYNTAX INTEGER { none (0), insert1Second (1), auto (2), cutOff1Second (255) } MAX-ACCESS read-write STATUS current DESCRIPTION "Type of the leap second 0: None 1: Insert 1 second at the leap date/time 2: Auto 255: Cut off 1 second at the leap date/time" REFERENCE "OFS_TIME_LEAP_SEC_MODE, 1, VARTYPE_BYTE" ::= { dts4138TimeSource 14 } dts4138TSLeapSecDate OBJECT-TYPE SYNTAX DisplayString UNITS "Date/Time string hh:mm:ss DD.MM.YY" MAX-ACCESS read-write STATUS current DESCRIPTION "Defines the system time (UTC) of the leap second. Format: ASCII string = hh:mm:ss DD.MM.YY" REFERENCE "OFS_TIME_LEAP_SEC_DATE, 17, VARTYPE_STRING" ::= { dts4138TimeSource 15 } dts4138TSRTCMode OBJECT-TYPE SYNTAX INTEGER { off (0), onWithInitialTimeJump (1), on (2) } MAX-ACCESS read-write STATUS current DESCRIPTION "RTC (Real Time Clock) mode: 0: off 1: on, with initial time jump at start up 2: on" REFERENCE "OFS_TIME_RTC_MODE, 1, VARTYPE_BYTE" ::= { dts4138TimeSource 16 } dts4138TSConfigCmd OBJECT-TYPE SYNTAX INTEGER { noAction (0), saveConfiguration (1), restoreOldConfiguration (2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Time source configuration changed command variable. 0: No action 1: Save configuration 2: Restore the old configuration" REFERENCE "OFS_TIME_CHANGED, 1, VARTYPE_BYTE" ::= { dts4138TimeSource 100 } dts4138TSConfigChangedTime OBJECT-TYPE SYNTAX TimeTicks UNITS "Time ticks in 1/100th seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Time of the last configuration change." REFERENCE "OFS_TIME_UPDTIME, 4, VARTYPE_DWORD" ::= { dts4138TimeSource 101 } -- ----------------------------------------------------------------- -- -- Time handling - Redundant operation -- ----------------------------------------------------------------- -- dts4138TimeRedundantOp OBJECT IDENTIFIER ::= { dts4138TimeHandling 2 } dts4138RedOpMode OBJECT-TYPE SYNTAX INTEGER { singleMode (0), redundantMode (1), redundantLan1Lan2 (2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Mode of the redundant operation. 0: Single mode 1: Redundant mode 2: Redundant LAN1-LAN2" REFERENCE "OFS_RED_MODE, 1, VARTYPE_BYTE" ::= { dts4138TimeRedundantOp 1 } dts4138RedOpSwitchOverStratum OBJECT-TYPE SYNTAX Unsigned32 (1..16) MAX-ACCESS read-write STATUS current DESCRIPTION "Stratum level limit to take over the master role." REFERENCE "OFS_RED_STRATUM, 1, VARTYPE_BYTE" ::= { dts4138TimeRedundantOp 2 } dts4138RedOpMaxOffsetSlaveTimeSource OBJECT-TYPE SYNTAX Unsigned32 (0..5000000) UNITS "micro seconds (us)" MAX-ACCESS read-write STATUS current DESCRIPTION "Maximum time offset from current time to the slave time source to generate an alarm. Range: 0 ... 5000000 us" REFERENCE "OFS_RED_MAX_OFS, 4, VARTYPE_DWORD" ::= { dts4138TimeRedundantOp 3 } dts4138RedOp2ndDTSIPAddress OBJECT-TYPE SYNTAX DTSNetworkName (SIZE(63)) MAX-ACCESS read-write STATUS current DESCRIPTION "IPv4 network address (xxx.xxx.xxx.xxx) or fully qualified domain name of the second DTS 4138 device. Will be used to communicate without the optical link." REFERENCE "OFS_RED_IP2, 64, VARTYPE_STRING" ::= { dts4138TimeRedundantOp 4 } dts4138RedOp2ndDTSIPPort OBJECT-TYPE SYNTAX Unsigned32 (0..65535) MAX-ACCESS read-write STATUS current DESCRIPTION "IPv4 network port of the second DTS 4138 device. Will be used to communicate without the optical link." REFERENCE "OFS_RED_PORT, 2, VARTYPE_WORD" ::= { dts4138TimeRedundantOp 5 } dts4138RedOpConfigCmd OBJECT-TYPE SYNTAX INTEGER { noAction (0), saveConfiguration (1), restoreOldConfiguration (2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Redundant operation configuration changed command variable. 0: No action 1: Save configuration 2: Restore the old configuration" REFERENCE "OFS_RED_CHANGED, 1, VARTYPE_BYTE" ::= { dts4138TimeRedundantOp 100 } dts4138RedOpConfigChangedTime OBJECT-TYPE SYNTAX TimeTicks UNITS "Time ticks in 1/100th seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Time of the last configuration change." REFERENCE "OFS_RED_UPDTIME, 4, VARTYPE_DWORD" ::= { dts4138TimeRedundantOp 101 } dts4138RedOpManualMasterCmd OBJECT-TYPE SYNTAX INTEGER { auto (0), takeOverMasterRole (1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Command to change the slave to master role. 0: Auto 1: Take over the master role" REFERENCE "OFS_RED_MAN_MAS, 1, VARTYPE_BYTE" ::= { dts4138TimeRedundantOp 102 } -- ----------------------------------------------------------------- -- -- Time handling - NTP server -- ----------------------------------------------------------------- -- dts4138TimeNTPServer OBJECT IDENTIFIER ::= { dts4138TimeHandling 3 } -- ----------------------------------------------------------------- -- -- Time handling - NTP server - Source table -- ----------------------------------------------------------------- -- dts4138NTPSourceTable OBJECT-TYPE SYNTAX SEQUENCE OF Dts4138NTPSourceEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table with NTP time sources" REFERENCE "OFS_NTP_SERVER1, 1, 4, 2, 7, {{84,VARTYPE_STRUCTARR},{64,VARTYPE_STRING},{4,VARTYPE_INTEGER},{4,VARTYPE_INTEGER},{4,VARTYPE_INTEGER},{4,VARTYPE_INTEGER},{4,VARTYPE_WORD}}" ::= { dts4138TimeNTPServer 1 } dts4138NTPSourceEntry OBJECT-TYPE SYNTAX Dts4138NTPSourceEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The entry definition of the source table. The index number is only virtual and not accessible." INDEX { dts4138NTPSourceIndex } ::= { dts4138NTPSourceTable 1 } Dts4138NTPSourceEntry ::= SEQUENCE { dts4138NTPSourceIndex Integer32, dts4138NTPSourceAddr DTSNetworkName, dts4138NTPSourceMinPoll Integer32, dts4138NTPSourceMaxPoll Integer32, dts4138NTPSourceMode INTEGER, dts4138NTPSourcePrefer INTEGER, dts4138NTPSourceKey Integer32 } dts4138NTPSourceIndex OBJECT-TYPE SYNTAX Integer32 (1..4) MAX-ACCESS not-accessible STATUS current DESCRIPTION "Index of the NTP source table (only virtual). Valid index = 1 .. 4" ::= { dts4138NTPSourceEntry 1 } dts4138NTPSourceAddr OBJECT-TYPE SYNTAX DTSNetworkName (SIZE(63)) MAX-ACCESS read-write STATUS current DESCRIPTION "IPv4 network address (xxx.xxx.xxx.xxx) or fully qualified domain name of the NTP source server." ::= { dts4138NTPSourceEntry 2 } dts4138NTPSourceMinPoll OBJECT-TYPE SYNTAX Integer32 (0 | 1..16) MAX-ACCESS read-write STATUS current DESCRIPTION "Minimum poll rate (interval) for this source. Interval = 2 power of value (2^value) E.g. Value = 4 --> Interval = 16 seconds Range: 1 .. 10 0=auto" ::= { dts4138NTPSourceEntry 3 } dts4138NTPSourceMaxPoll OBJECT-TYPE SYNTAX Integer32 (0 | 1..16) MAX-ACCESS read-write STATUS current DESCRIPTION "Maximum poll rate (interval) for this source. Interval = 2 power of value (2^value) E.g. Value = 4 --> Interval = 16 seconds Range: 2 .. 10 This poll rate should be higher or the same as the minimum poll rate. 0=auto" ::= { dts4138NTPSourceEntry 4 } dts4138NTPSourceMode OBJECT-TYPE SYNTAX INTEGER { server (0), peer (1) } MAX-ACCESS read-write STATUS current DESCRIPTION "NTP time information request mode. 0: The DTS is a pure client to this source 1: The DTS acts as NTP server in peer mode to this source The peer mode should not be used together with public time servers as source." ::= { dts4138NTPSourceEntry 5 } dts4138NTPSourcePrefer OBJECT-TYPE SYNTAX INTEGER { normal (0), prefered (1) } MAX-ACCESS read-write STATUS current DESCRIPTION "0: Normal 1: This source is marked as prefered. Important: Only one source should be prefered." ::= { dts4138NTPSourceEntry 6 } dts4138NTPSourceKey OBJECT-TYPE SYNTAX Integer32 (-1 | 0 | 1..65534) MAX-ACCESS read-write STATUS current DESCRIPTION "NTP key for authentication 0=off, 1..65534=key, -1=autokey" ::= { dts4138NTPSourceEntry 7 } -- ----------------------------------------------------------------- -- -- Time handling - NTP server - Broadcast table -- ----------------------------------------------------------------- -- dts4138NTPBroadcastTable OBJECT-TYPE SYNTAX SEQUENCE OF Dts4138NTPBroadcastEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table with NTP broadcast configuration" REFERENCE "OFS_NTP_BCASTIP1, 1, 2, 2, 5, {{68,VARTYPE_STRUCTARR},{64,VARTYPE_STRING},{4,VARTYPE_INTEGER},{4,VARTYPE_INTEGER},{4,VARTYPE_INTEGER}}" ::= { dts4138TimeNTPServer 2 } dts4138NTPBroadcastEntry OBJECT-TYPE SYNTAX Dts4138NTPBroadcastEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The entry definition of the source table. The index number is only virtual and not accessible." INDEX { dts4138NTPBroadcastIndex } ::= { dts4138NTPBroadcastTable 1 } Dts4138NTPBroadcastEntry ::= SEQUENCE { dts4138NTPBroadcastIndex Integer32, dts4138NTPBroadcastAddr DTSNetworkName, dts4138NTPBrodcastInterval Unsigned32, dts4138NTPBroadcastTTL Unsigned32, dts4138NTPBroadcastKey Integer32 } dts4138NTPBroadcastIndex OBJECT-TYPE SYNTAX Integer32 (1..2) MAX-ACCESS not-accessible STATUS current DESCRIPTION "Index of the NTP broadcast entry (only virtual). Valid index = 1 .. 2" ::= { dts4138NTPBroadcastEntry 1 } dts4138NTPBroadcastAddr OBJECT-TYPE SYNTAX DTSNetworkName (SIZE(63)) MAX-ACCESS read-write STATUS current DESCRIPTION "IPv4 broadcast or multicast address (xxx.xxx.xxx.xxx) to send out NTP time information." ::= { dts4138NTPBroadcastEntry 2 } dts4138NTPBrodcastInterval OBJECT-TYPE SYNTAX Unsigned32 (0..16) MAX-ACCESS read-write STATUS current DESCRIPTION "Broadcast / multicast send interval. Interval = 2 power of value (2^value) E.g. Value = 4 --> Interval = 16 seconds" ::= { dts4138NTPBroadcastEntry 3 } dts4138NTPBroadcastTTL OBJECT-TYPE SYNTAX Unsigned32 (1..99) MAX-ACCESS read-write STATUS current DESCRIPTION "Multicast time to live value. Range: 1..99" ::= { dts4138NTPBroadcastEntry 4 } dts4138NTPBroadcastKey OBJECT-TYPE SYNTAX Integer32 (-1 | 0 | 1..65534) MAX-ACCESS read-write STATUS current DESCRIPTION "NTP broadcast key 0=off, 1..65534=key, -1=autokey" ::= { dts4138NTPBroadcastEntry 5 } dts4138NTPKeyFileCmd OBJECT-TYPE SYNTAX INTEGER { notDefined (0), importKeysFromFile (1), exportKeysToFile (2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Import/export NTP keys. 0: Not defined 1: Import keys from file (/ram directory) 2: Export keys to file (/ram directory)" REFERENCE "OFS_NTP_KEY_FILE_CMD, 1, VARTYPE_BYTE" ::= { dts4138TimeNTPServer 20 } dts4138NTPKeyTrusted OBJECT-TYPE SYNTAX DisplayString (SIZE(0..47)) MAX-ACCESS read-write STATUS current DESCRIPTION "List of NTP trusted keys separated by spaces" REFERENCE "OFS_NTP_KEY_TRUSTED, 48, VARTYPE_STRING" ::= { dts4138TimeNTPServer 21 } dts4138NTPKeyRequest OBJECT-TYPE SYNTAX Integer32 (0 | 1..65534) MAX-ACCESS read-write STATUS current DESCRIPTION "NTP request key 0: off 1..65534: key" REFERENCE "OFS_NTP_KEY_REQUEST, 2, VARTYPE_WORD" ::= { dts4138TimeNTPServer 22 } dts4138NTPKeyControl OBJECT-TYPE SYNTAX Integer32 (0 | 1..65534) MAX-ACCESS read-write STATUS current DESCRIPTION "NTP control key 0: off 1..65534: key" REFERENCE "OFS_NTP_KEY_CONTROL, 2, VARTYPE_WORD" ::= { dts4138TimeNTPServer 23 } dts4138NTPKeyGeneratorCmd OBJECT-TYPE SYNTAX DisplayString (SIZE(0..49)) MAX-ACCESS read-write STATUS current DESCRIPTION "Command according user manual" REFERENCE "OFS_NTP_KEYGEN_CMD, 50, VARTYPE_STRING" ::= { dts4138TimeNTPServer 24 } dts4138NTPAutokeyPassword OBJECT-TYPE SYNTAX DisplayString (SIZE(0..15)) MAX-ACCESS read-write STATUS current DESCRIPTION "Password for the autokey authentification" REFERENCE "OFS_NTP_AUTOKEY_PW, 15, VARTYPE_STRING" ::= { dts4138TimeNTPServer 25 } dts4138NTPAccessControl OBJECT-TYPE SYNTAX INTEGER { on (0), local (1), off(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Access control for ntp query 0: On (all allowed) 1: Local netwotk only 2: Off (all blocked)" REFERENCE "OFS_NTP_ACCESS_CTL, 1, VARTYPE_BYTE" ::= { dts4138TimeNTPServer 26 } dts4138NTPConfigCmd OBJECT-TYPE SYNTAX INTEGER { noAction (0), saveConfiguration (1), restoreOldConfiguration (2) } MAX-ACCESS read-write STATUS current DESCRIPTION "NTP server configuration changed command variable. 0: No action 1: Save configuration 2: Restore the old configuration" REFERENCE "OFS_NTP_CHANGED, 1, VARTYPE_BYTE" ::= { dts4138TimeNTPServer 100 } dts4138NTPConfigChangedTime OBJECT-TYPE SYNTAX TimeTicks UNITS "Time ticks in 1/100th seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Time of the last configuration change." REFERENCE "OFS_NTP_UPDTIME, 4, VARTYPE_DWORD" ::= { dts4138TimeNTPServer 101 } -- ----------------------------------------------------------------- -- -- Time handling - Manual time set -- ----------------------------------------------------------------- -- dts4138TimeManualSet OBJECT IDENTIFIER ::= { dts4138TimeHandling 4 } dts4138ManualTimeSetUTC OBJECT-TYPE SYNTAX DisplayString (SIZE(17 | 19)) UNITS "Date/Time string hh:mm:ss DD.MM.YY" MAX-ACCESS read-write STATUS current DESCRIPTION "Set the DTS system time (UTC). After set of this variable you have to set the variable dts4138ManualTimeCmd = 1 to submit the time. Format: ASCII string = hh:mm:ss DD.MM.YY" REFERENCE "OFS_MANTIME_UTC, 17, VARTYPE_STRING" ::= { dts4138TimeManualSet 1 } dts4138ManualTimeSetDiff OBJECT-TYPE SYNTAX Integer32 (-10000..10000) UNITS "milli seconds (ms)" MAX-ACCESS read-write STATUS current DESCRIPTION "Correct the DTS system time by a difference value. After set of this variable you have to set the variable dts4138ManualTimeCmd = 2 to submit the time." REFERENCE "OFS_MANTIME_DIFF, 4, VARTYPE_DWORD" ::= { dts4138TimeManualSet 2 } dts4138ManualTimeCmd OBJECT-TYPE SYNTAX INTEGER { noAction (0), setTime (1), correctTime (2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Change command to set the system time manual. 0: No action 1: Set the time by dts4138ManualTimeSetUTC 2: Correct the time by dts4138ManualTimeSetDiff" REFERENCE "OFS_MANTIME_CHANGED, 1, VARTYPE_BYTE" ::= { dts4138TimeManualSet 100 } -- ----------------------------------------------------------------- -- -- Output lines -- ----------------------------------------------------------------- -- dts4138OutputLines OBJECT IDENTIFIER ::= { dts4138MIB 5 } -- ----------------------------------------------------------------- -- -- Output lines - DCF main out -- ----------------------------------------------------------------- -- dts4138OutMainDCF OBJECT IDENTIFIER ::= { dts4138OutputLines 1 } dts4138OutMainDCFMode OBJECT-TYPE SYNTAX EnabledDisabled MAX-ACCESS read-write STATUS current DESCRIPTION "Operation mode of the DCF output line. 0: disabled 1: enable DCF output" REFERENCE "OFS_DCF_MODE, 1, VARTYPE_BYTE" ::= { dts4138OutMainDCF 1 } dts4138OutMainDCFTimezone OBJECT-TYPE SYNTAX Unsigned32 (0..99) MAX-ACCESS read-write STATUS current DESCRIPTION "Time zone for the generated DCF time code. 0: UTC 1-99: See user manual 800870, time zone table" REFERENCE "OFS_DCF_TZ, 1, VARTYPE_BYTE" ::= { dts4138OutMainDCF 2 } dts4138OutMainDCFConfigCmd OBJECT-TYPE SYNTAX INTEGER { noAction (0), saveConfiguration (1), restoreOldConfiguration (2) } MAX-ACCESS read-write STATUS current DESCRIPTION "DCF output line configuration changed command variable. 0: No action 1: Save configuration 2: Restore the old configuration" REFERENCE "OFS_DCF_CHANGED, 1, VARTYPE_BYTE" ::= { dts4138OutMainDCF 100 } dts4138OutMainDCFConfigChangedTime OBJECT-TYPE SYNTAX TimeTicks UNITS "Time ticks in 1/100th seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Time of the last configuration change." REFERENCE "OFS_DCF_UPDTIME, 4, VARTYPE_DWORD" ::= { dts4138OutMainDCF 101 } -- ----------------------------------------------------------------- -- -- Output lines - DCF / Pulse out / Frequency -- ----------------------------------------------------------------- -- dts4138OutLineDCFPulseFREQ OBJECT IDENTIFIER ::= { dts4138OutputLines 2 } dts4138OutLineDCFPulseFREQMode OBJECT-TYPE SYNTAX INTEGER { disabled (0), dcfOutput (1), pulseOutput (2), frequencyOutput (3) } MAX-ACCESS read-write STATUS current DESCRIPTION "Operation mode of the DCF output line. 0: disabled 1: enabled DCF output 2: enable pulse output 3: enable frequency output" REFERENCE "OFS_DCF1_MODE, 1, VARTYPE_BYTE" ::= { dts4138OutLineDCFPulseFREQ 1 } dts4138OutLineDCFPulseFREQTimezone OBJECT-TYPE SYNTAX Unsigned32 (0..99) MAX-ACCESS read-write STATUS current DESCRIPTION "Time zone for the generated DCF time code. 0: UTC 1-99: See user manual 800870, time zone table" REFERENCE "OFS_DCF1_TZ, 1, VARTYPE_BYTE" ::= { dts4138OutLineDCFPulseFREQ 2 } dts4138OutLineDCFPulseFREQPulseType OBJECT-TYPE SYNTAX INTEGER { everySecond (0), everyMinute (1), everyHour (2), userDefined (3) } MAX-ACCESS read-write STATUS current DESCRIPTION "Pulse type 0: every second 1: every minute 2: every hour 3: user defined" REFERENCE "OFS_DCF1_PULSE_TYPE, 1, VARTYPE_BYTE" ::= { dts4138OutLineDCFPulseFREQ 3 } dts4138OutLineDCFPulseFREQPulseTime OBJECT-TYPE SYNTAX Integer32 (1..500) UNITS "milli seconds (ms)" MAX-ACCESS read-write STATUS current DESCRIPTION "Pulse width" REFERENCE "OFS_DCF1_PULSE_TIME, 2, VARTYPE_WORD" ::= { dts4138OutLineDCFPulseFREQ 4 } dts4138OutLineDCFPulseFREQPulsePeriod OBJECT-TYPE SYNTAX Integer32 (1..3600) UNITS "seconds (s)" MAX-ACCESS read-write STATUS current DESCRIPTION "Pulse period" REFERENCE "OFS_DCF1_PULSE_PERIOD, 2, VARTYPE_WORD" ::= { dts4138OutLineDCFPulseFREQ 5 } dts4138OutLineDCFPulseFREQPulseCorrection OBJECT-TYPE SYNTAX Integer32 (-500..500) UNITS "milli seconds (ms)" MAX-ACCESS read-write STATUS current DESCRIPTION "Pulse output correction." REFERENCE "OFS_DCF1_CORRECTION, 2, VARTYPE_WORD" ::= { dts4138OutLineDCFPulseFREQ 6 } dts4138OutLineDCFPulseFREQFrequency OBJECT-TYPE SYNTAX Integer32 (1..5000000) UNITS "Hz" MAX-ACCESS read-write STATUS current DESCRIPTION "Frequency, see manual 800870 for limitations" REFERENCE "OFS_DCF1_FREQUENCY, 4, VARTYPE_DWORD" ::= { dts4138OutLineDCFPulseFREQ 7 } dts4138OutLineDCFPulseFREQConfigCmd OBJECT-TYPE SYNTAX INTEGER { noAction (0), saveConfiguration (1), restoreOldConfiguration (2) } MAX-ACCESS read-write STATUS current DESCRIPTION "DCF output line configuration changed command variable. 0: No action 1: Save configuration 2: Restore the old configuration" REFERENCE "OFS_DCF1_CHANGED, 1, VARTYPE_BYTE" ::= { dts4138OutLineDCFPulseFREQ 100 } dts4138OutLineDCFPulseFREQConfigChangedTime OBJECT-TYPE SYNTAX TimeTicks UNITS "Time ticks in 1/100th seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Time of the last configuration change." REFERENCE "OFS_DCF1_UPDTIME, 4, VARTYPE_DWORD" ::= { dts4138OutLineDCFPulseFREQ 101 } -- ----------------------------------------------------------------- -- -- Output lines - Serial -- ----------------------------------------------------------------- -- dts4138OutLineSerial OBJECT IDENTIFIER ::= { dts4138OutputLines 3 } dts4138OutLineSerialMode OBJECT-TYPE SYNTAX EnabledDisabled MAX-ACCESS read-write STATUS current DESCRIPTION "Operation mode of the serial output. 0: disabled 1: enabled" REFERENCE "OFS_SERIAL1_MODE, 1, VARTYPE_BYTE" ::= { dts4138OutLineSerial 1 } dts4138OutLineSerialTimezone OBJECT-TYPE SYNTAX Unsigned32 (0..99) MAX-ACCESS read-write STATUS current DESCRIPTION "Time zone for the generated serial time code.. 0: UTC 1-99: See user manual 800870, time zone table" REFERENCE "OFS_SERIAL1_TZ, 1, VARTYPE_BYTE" ::= { dts4138OutLineSerial 2 } dts4138OutLineSerialComMode OBJECT-TYPE SYNTAX INTEGER { outRS232 (1), inOutRS232in (2), inOutRS485in (3), rs422SendOnly (4) } MAX-ACCESS read-write STATUS current DESCRIPTION "COM mode 1: out (RS232) 2: in+out (RS232 in) 3: in+out (RS485 in) 4: RS422 send only" REFERENCE "OFS_SERIAL1_COM_MODE, 1, VARTYPE_BYTE" ::= { dts4138OutLineSerial 3 } dts4138OutLineSerialComParam OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "COM parameter Bit 0-3: 0 = 300Bds 1 = 600Bds 2 = 1200Bds 3 = 2400Bds 4 = 4800Bds 5 = 9600Bds 6 = 19200Bds 7 = 38400Bds Bit 4: 0 = 7 Databits, 1 = 8 Databits Bit 5: 0 = 1 Stopbits, 1 = 2 Stopbits Bit 7-8: 0 = none parity 1 = even parity 2 = odd parity" REFERENCE "OFS_SERIAL1_COM_PARAM, 1, VARTYPE_BYTE" ::= { dts4138OutLineSerial 4 } dts4138OutLineSerialTeleFile OBJECT-TYPE SYNTAX DisplayString (SIZE(11)) MAX-ACCESS read-write STATUS current DESCRIPTION "Telegramm file: name.tel (name max. 11 chars)" REFERENCE "OFS_SERIAL1_TELEFILE, 12, VARTYPE_STRING" ::= { dts4138OutLineSerial 5 } dts4138OutLineSerialConfigCmd OBJECT-TYPE SYNTAX INTEGER { noAction (0), saveConfiguration (1), restoreOldConfiguration (2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Serial output configuration changed command variable. 0: No action 1: Save configuration 2: Restore the old configuration" REFERENCE "OFS_SERIAL1_CHANGED, 1, VARTYPE_BYTE" ::= { dts4138OutLineSerial 100 } dts4138OutLineSerialConfigChangedTime OBJECT-TYPE SYNTAX TimeTicks UNITS "Time ticks in 1/100th seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Time of the last configuration change." REFERENCE "OFS_SERIAL1_UPDTIME, 4, VARTYPE_DWORD" ::= { dts4138OutLineSerial 101 } -- ----------------------------------------------------------------- -- -- Output lines - IRIG / DCF-FSK -- ----------------------------------------------------------------- -- dts4138OutLineIRIG OBJECT IDENTIFIER ::= { dts4138OutputLines 4 } dts4138OutLineIRIGMode OBJECT-TYPE SYNTAX INTEGER { disabled (0), irigB (1), irigB12h (2), irigBDiem (3), irigB123 (4), afnorA (5), afnorC (6), dcfFSK (7), irigE122 (8), irigB126 (9) } MAX-ACCESS read-write STATUS current DESCRIPTION "Operation mode of the IRIG / AFNOR output. 0: disabled 1: IRIG-B (B122) 2: IRIG-B 12h (B122) 3: IRIG-B DIEM (B122) 4: IRIG-B123 5: AFNOR-A (NFS 87-500) 6: AFNOR-C (NFS 87-500) 7: DCF-FSK 8: IRIG-E122 DIEM 9: IRIG-B126" REFERENCE "OFS_IRIG1_MODE, 1, VARTYPE_BYTE" ::= { dts4138OutLineIRIG 1 } dts4138OutLineIRIGTimezone OBJECT-TYPE SYNTAX Unsigned32 (0..99) MAX-ACCESS read-write STATUS current DESCRIPTION "Time zone for the generated serial time code.. 0: UTC 1-99: See user manual 800870, time zone table" REFERENCE "OFS_IRIG1_TZ, 1, VARTYPE_BYTE" ::= { dts4138OutLineIRIG 2 } dts4138OutLineIRIGOutputLevel OBJECT-TYPE SYNTAX Integer32 (100..5500) MAX-ACCESS read-write STATUS current DESCRIPTION "IRIG/AFNOR output voltage (Vpp) with a 50 ohm load" REFERENCE "OFS_IRIG1_LEVEL, 4, VARTYPE_DWORD" ::= { dts4138OutLineIRIG 3 } dts4138OutLineIRIGAlarmLevel OBJECT-TYPE SYNTAX Integer32 (0..2000) MAX-ACCESS read-write STATUS current DESCRIPTION "IRIG/AFNOR output voltage alarm level (Veff)" REFERENCE "OFS_IRIG1_ALARMLEVEL, 4, VARTYPE_DWORD" ::= { dts4138OutLineIRIG 4 } dts4138OutLineIRIGConfigCmd OBJECT-TYPE SYNTAX INTEGER { noAction (0), saveConfiguration (1), restoreOldConfiguration (2) } MAX-ACCESS read-write STATUS current DESCRIPTION "IRIG output configuration changed command variable. 0: No action 1: Save configuration 2: Restore the old configuration" REFERENCE "OFS_IRIG1_CHANGED, 1, VARTYPE_BYTE" ::= { dts4138OutLineIRIG 100 } dts4138OutLineIRIGConfigChangedTime OBJECT-TYPE SYNTAX TimeTicks UNITS "Time ticks in 1/100th seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Time of the last configuration change." REFERENCE "OFS_IRIG1_UPDTIME, 4, VARTYPE_DWORD" ::= { dts4138OutLineIRIG 101 } -- ----------------------------------------------------------------- -- -- Output lines - SINEC -- ----------------------------------------------------------------- -- dts4138OutLineSINEC OBJECT IDENTIFIER ::= { dts4138OutputLines 5 } dts4138OutLineSINECMode OBJECT-TYPE SYNTAX INTEGER { disabled (0), enabled (1), enabledWintertime (2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Operation mode of the SINEC output. 0: disabled 1: enabled 2: enabled wintertime" REFERENCE "OFS_SINEC_MODE, 1, VARTYPE_BYTE" ::= { dts4138OutLineSINEC 1 } dts4138OutLineSINECType OBJECT-TYPE SYNTAX INTEGER { sinec (0), simatic (1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Output type of the SINEC output. 0: SINEC 1: SIMATIC compatible" REFERENCE "OFS_SINEC_TYPE, 1, VARTYPE_BYTE" ::= { dts4138OutLineSINEC 2 } dts4138OutLineSINECInterval1 OBJECT-TYPE SYNTAX Integer32 (1..3600) UNITS "seconds (s)" MAX-ACCESS read-write STATUS current DESCRIPTION "Send period LAN 1" REFERENCE "OFS_SINEC_INTERVAL1, 2, VARTYPE_WORD" ::= { dts4138OutLineSINEC 3 } dts4138OutLineSINECTimezone OBJECT-TYPE SYNTAX Unsigned32 (0..99) MAX-ACCESS read-write STATUS current DESCRIPTION "Time zone for the SINEC output. 0: UTC 1-99: See user manual 800870, time zone table" REFERENCE "OFS_SINEC_TZ, 1, VARTYPE_BYTE" ::= { dts4138OutLineSINEC 4 } dts4138OutLineSINECInterface OBJECT-TYPE SYNTAX INTEGER { none (0), lan1 (1), lan2 (2), both (3) } MAX-ACCESS read-write STATUS current DESCRIPTION "SINEC LAN interface 0: none, 1: LAN 1 2: LAN 2 3: both" REFERENCE "OFS_SINEC_IF, 1, VARTYPE_BYTE" ::= { dts4138OutLineSINEC 5 } dts4138OutLineSINECInterval2 OBJECT-TYPE SYNTAX Integer32 (1..3600) UNITS "seconds (s)" MAX-ACCESS read-write STATUS current DESCRIPTION "Send period LAN 2" REFERENCE "OFS_SINEC_INTERVAL2, 2, VARTYPE_WORD" ::= { dts4138OutLineSINEC 6 } dts4138OutLineSINECPrioLAN1 OBJECT-TYPE SYNTAX INTEGER { onlymaster (0), always (1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Mode of LAN 1 port (for SIMATIC compatible only) 0: send only as Master, 1: send allways" REFERENCE "OFS_SINEC_PRIO1, 1, VARTYPE_BYTE" ::= { dts4138OutLineSINEC 7 } dts4138OutLineSINECPrioLAN2 OBJECT-TYPE SYNTAX INTEGER { onlymaster (0), always (1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Mode of LAN 2 port (for SIMATIC compatible only) 0: send only as Master, 1: send allways" REFERENCE "OFS_SINEC_PRIO2, 1, VARTYPE_BYTE" ::= { dts4138OutLineSINEC 8 } dts4138OutLineSINECConfigCmd OBJECT-TYPE SYNTAX INTEGER { noAction (0), saveConfiguration (1), restoreOldConfiguration (2) } MAX-ACCESS read-write STATUS current DESCRIPTION "SINEC output configuration changed command variable. 0: No action 1: Save configuration 2: Restore the old configuration" REFERENCE "OFS_SINEC_CHANGED, 1, VARTYPE_BYTE" ::= { dts4138OutLineSINEC 100 } dts4138OutLineSINECConfigChangedTime OBJECT-TYPE SYNTAX TimeTicks UNITS "Time ticks in 1/100th seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Time of the last configuration change." REFERENCE "OFS_SINEC_UPDTIME, 4, VARTYPE_DWORD" ::= { dts4138OutLineSINEC 101 } -- ----------------------------------------------------------------- -- -- Output lines - Timezone server -- ----------------------------------------------------------------- -- dts4138OutLineTZServer OBJECT IDENTIFIER ::= { dts4138OutputLines 6 } dts4138OutLineTZServerMode OBJECT-TYPE SYNTAX INTEGER { disabled (0), sendNTPMulticast (1), sendNTPAndTimeZoneMulticast (2), sentTimeZoneMulticast (3), answerTimeZoneOnRequest (4), sendEmptyTimeZoneOnce (5) } MAX-ACCESS read-write STATUS current DESCRIPTION "Operation mode of the timezone server output. 0: disabled 1: send NTP multicast 2: send NTP and time zone table multicast 3: send time zone table multicast 4: answer timezone on request 5: send empty time zone table once" REFERENCE "OFS_TZSERVER_MODE, 1, VARTYPE_BYTE" ::= { dts4138OutLineTZServer 1 } dts4138OutLineTZServerMCastAddr OBJECT-TYPE SYNTAX DTSNetworkName MAX-ACCESS read-write STATUS current DESCRIPTION "IPv4 multicast address (xxx.xxx.xxx.xxx) to send out timezone information." REFERENCE "OFS_TZSERVER_MCAST_IP, 63, VARTYPE_STRING" ::= { dts4138OutLineTZServer 2 } dts4138OutLineTZServerMCastPort OBJECT-TYPE SYNTAX Unsigned32 (1..65535) MAX-ACCESS read-write STATUS current DESCRIPTION "IPv4 multicast port (1..65535) to send out timezone information." REFERENCE "OFS_TZSERVER_MCAST_PORT, 4, VARTYPE_DWORD" ::= { dts4138OutLineTZServer 3 } dts4138OutLineTZServerNTPInterval OBJECT-TYPE SYNTAX Unsigned32 (1..16) MAX-ACCESS read-write STATUS current DESCRIPTION "Send interval of the NTP time information for the timezone server. Interval = 2 power of value (2^value) E.g. Value = 4 --> Interval = 16 seconds" REFERENCE "OFS_TZSERVER_POLL, 1, VARTYPE_BYTE" ::= { dts4138OutLineTZServer 4 } dts4138OutLineTZServerTTL OBJECT-TYPE SYNTAX Unsigned32 (1..64) MAX-ACCESS read-write STATUS current DESCRIPTION "Multicast time to live value. Range: 1..64" REFERENCE "OFS_TZSERVER_TTL, 1, VARTYPE_BYTE" ::= { dts4138OutLineTZServer 5 } dts4138OutLineTZServerTableInterval OBJECT-TYPE SYNTAX Unsigned32 (10..86400) UNITS "seconds [s]" MAX-ACCESS read-write STATUS current DESCRIPTION "Send interval (repetition time) of the timezone table. Interval in seconds" REFERENCE "OFS_TZSERVER_TOTABLE, 4, VARTYPE_DWORD" ::= { dts4138OutLineTZServer 6 } dts4138OutLineTZServerEntryInterval OBJECT-TYPE SYNTAX Unsigned32 (1..60) UNITS "seconds [s]" MAX-ACCESS read-write STATUS current DESCRIPTION "Send interval (iteration time) of the timezone entries of the timezone table. Interval in seconds" REFERENCE "OFS_TZSERVER_TOENTRY, 1, VARTYPE_BYTE" ::= { dts4138OutLineTZServer 7 } dts4138OutLineTZServerTable OBJECT-TYPE SYNTAX SEQUENCE OF Dts4135OutLineTZServerEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Timezone server table. 15 entries with the index of the timezone master table or user table." REFERENCE "OFS_TZSERVER_TZTABLE, 1, 15, 2, 2, {{1,VARTYPE_BYTEARR}, {1, VARTYPE_BYTE}}" ::= { dts4138OutLineTZServer 8 } dts4138OutLineTZServerEntry OBJECT-TYPE SYNTAX Dts4135OutLineTZServerEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The entry definition of the timezone table. The index number is only virtual and not accessible." INDEX { dts4138OutLineTZTableIndex } ::= { dts4138OutLineTZServerTable 1 } Dts4135OutLineTZServerEntry ::= SEQUENCE { dts4138OutLineTZTableIndex Integer32, dts4138OutLineTZTableEntryNumber Integer32 } dts4138OutLineTZTableIndex OBJECT-TYPE SYNTAX Integer32 (1..15) MAX-ACCESS not-accessible STATUS current DESCRIPTION "Index of the timezone server table (only virtual). Valid index = 1 .. 15" ::= { dts4138OutLineTZServerEntry 1 } dts4138OutLineTZTableEntryNumber OBJECT-TYPE SYNTAX Integer32 (0..99) MAX-ACCESS read-write STATUS current DESCRIPTION "Time zone for user timezone table entry 0: UTC 1-99: See user manual 800870, time zone table" ::= { dts4138OutLineTZServerEntry 2 } dts4138OutLineTZServerConfigCmd OBJECT-TYPE SYNTAX INTEGER { noAction (0), saveConfiguration (1), restoreOldConfiguration (2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Timezone table server output configuration changed command variable. 0: No action 1: Save configuration 2: Restore the old configuration" REFERENCE "OFS_TZSERVER_CHANGED, 1, VARTYPE_BYTE" ::= { dts4138OutLineTZServer 100 } dts4138OutLineTZServerConfigChangedTime OBJECT-TYPE SYNTAX TimeTicks UNITS "Time ticks in 1/100th seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Time of the last configuration change." REFERENCE "OFS_TZSERVER_UPDTIME, 4, VARTYPE_DWORD" ::= { dts4138OutLineTZServer 101 } -- ----------------------------------------------------------------- -- -- Alarm relay -- ----------------------------------------------------------------- -- dts4138AlarmRelayConfig OBJECT IDENTIFIER ::= { dts4138MIB 6 } dts4138RelayAlarmMask OBJECT-TYPE SYNTAX DTSAlarm64 (SIZE(8)) MAX-ACCESS read-write STATUS current DESCRIPTION "Alarm bit mask for the relay output. Relay output = (Alarms & Alarmmask) > 0" REFERENCE "OFS_AL_RELAY_MASK, 8, VARTYPE_BYTEARR" ::= { dts4138AlarmRelayConfig 1 } dts4138AlarmInput OBJECT-TYPE SYNTAX INTEGER { off (0), on (1), inverted (2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Alarm Input Mode 0: off 1: on 2: inverted" REFERENCE "OFS_AL_INPUT, 1, VARTYPE_BYTE" ::= { dts4138AlarmRelayConfig 2 } dts4138RelayConfigCmd OBJECT-TYPE SYNTAX INTEGER { noAction (0), saveConfiguration (1), restoreOldConfiguration (2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Alarm relay configuration changed command variable. 0: No action 1: Save configuration 2: Restore the old configuration" REFERENCE "OFS_AL_CHANGED, 1, VARTYPE_BYTE" ::= { dts4138AlarmRelayConfig 100 } dts4138RelayConfigChangedTime OBJECT-TYPE SYNTAX TimeTicks UNITS "Time ticks in 1/100th seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Time of the last configuration change." REFERENCE "OFS_AL_UPDTIME, 4, VARTYPE_DWORD" ::= { dts4138AlarmRelayConfig 101 } -- ----------------------------------------------------------------- -- -- Alarm mail configuration -- ----------------------------------------------------------------- -- dts4138AlarmMailConfig OBJECT IDENTIFIER ::= { dts4138MIB 7 } dts4138MailMode OBJECT-TYPE SYNTAX EnabledDisabled MAX-ACCESS read-write STATUS current DESCRIPTION "Mode of the mail operation. 0: disabled 1: enabled" REFERENCE "OFS_MAIL_MODE, 1, VARTYPE_BYTE" ::= { dts4138AlarmMailConfig 1 } dts4138MailAlarmMask OBJECT-TYPE SYNTAX DTSAlarm64 (SIZE(8)) MAX-ACCESS read-write STATUS current DESCRIPTION "Alarm bit mask to send mail alarm messages. Alarm mail = (Alarms & Alarmmask) > 0" REFERENCE "OFS_MAIL_MASK, 8, VARTYPE_BYTEARR" ::= { dts4138AlarmMailConfig 2 } dts4138MailServerAddress OBJECT-TYPE SYNTAX DTSNetworkName (SIZE(63)) MAX-ACCESS read-write STATUS current DESCRIPTION "IPv4 network address (xxx.xxx.xxx.xxx) or fully qualified domain name of the mail server." REFERENCE "OFS_MAIL_SERVER, 64, VARTYPE_STRING" ::= { dts4138AlarmMailConfig 3 } dts4138MailServerPort OBJECT-TYPE SYNTAX Unsigned32 (1..65535) MAX-ACCESS read-write STATUS current DESCRIPTION "IPv4 network port of the mail server." REFERENCE "OFS_MAIL_PORT, 4, VARTYPE_DWORD" ::= { dts4138AlarmMailConfig 4 } dts4138MailAddrDestination1 OBJECT-TYPE SYNTAX DisplayString (SIZE(63)) MAX-ACCESS read-write STATUS current DESCRIPTION "Mail destination address 1. Format: sample@test.com" REFERENCE "OFS_MAIL_DEST1, 64, VARTYPE_STRING" ::= { dts4138AlarmMailConfig 5 } dts4138MailAddrDestination2 OBJECT-TYPE SYNTAX DisplayString (SIZE(63)) MAX-ACCESS read-write STATUS current DESCRIPTION "Mail destination address 2. Format: sample@test.com" REFERENCE "OFS_MAIL_DEST2, 64, VARTYPE_STRING" ::= { dts4138AlarmMailConfig 6 } dts4138MailAddrReply OBJECT-TYPE SYNTAX DisplayString (SIZE(63)) MAX-ACCESS read-write STATUS current DESCRIPTION "Mail reply address. Is used to define the reply address for the recipient. Format: sample@test.com" REFERENCE "OFS_MAIL_REPLY, 64, VARTYPE_STRING" ::= { dts4138AlarmMailConfig 7 } dts4138MailAddrFrom OBJECT-TYPE SYNTAX DisplayString (SIZE(63)) MAX-ACCESS read-write STATUS current DESCRIPTION "Mail sender (from) address. Is normally used to authenticate the sender on the mail server. Format: sample@test.com" REFERENCE "OFS_MAIL_FROM, 64, VARTYPE_STRING" ::= { dts4138AlarmMailConfig 8 } dts4138MailUser OBJECT-TYPE SYNTAX DisplayString (SIZE(63)) MAX-ACCESS read-write STATUS current DESCRIPTION "User name mail account. Is used to authenticate the sender on the mail server." REFERENCE "OFS_MAIL_USER, 64, VARTYPE_STRING" ::= { dts4138AlarmMailConfig 9 } dts4138MailPassword OBJECT-TYPE SYNTAX DisplayString (SIZE(63)) MAX-ACCESS read-write STATUS current DESCRIPTION "Password mail account. Is used to authenticate the sender on the mail server." REFERENCE "OFS_MAIL_PASSWORD, 64, VARTYPE_STRING" ::= { dts4138AlarmMailConfig 10 } dts4138MailAuthMode OBJECT-TYPE SYNTAX INTEGER { off (0), auto (1), plain (2), login (3), cramMD5 (4) } MAX-ACCESS read-write STATUS current DESCRIPTION "Mode of the mail authentication. 0: Off (mail sender address used) 1: Auto (CRAM-MD5,LOGIN,PLAIN) 2: Plain 3: Login 4: CRAM-MD5" REFERENCE "OFS_MAIL_AUTHMODE, 1, VARTYPE_BYTE" ::= { dts4138AlarmMailConfig 11 } dts4138MailConfigCmd OBJECT-TYPE SYNTAX INTEGER { noAction (0), saveConfiguration (1), restoreOldConfiguration (2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Alarm mail configuration changed command variable. 0: No action 1: Save configuration 2: Restore the old configuration" REFERENCE "OFS_MAIL_CHANGED, 1, VARTYPE_BYTE" ::= { dts4138AlarmMailConfig 100 } dts4138MailConfigChangedTime OBJECT-TYPE SYNTAX TimeTicks UNITS "Time ticks in 1/100th seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Time of the last configuration change." REFERENCE "OFS_MAIL_UPDTIME, 4, VARTYPE_DWORD" ::= { dts4138AlarmMailConfig 101 } -- ----------------------------------------------------------------- -- -- SNMP configuration -- ----------------------------------------------------------------- -- dts4138SnmpConfig OBJECT IDENTIFIER ::= { dts4138MIB 8 } dts4138SnmpMode OBJECT-TYPE SYNTAX INTEGER { disabled (0), v1v2cv3enabled (1), v2cv3enabled (2), v3enabled (3) } MAX-ACCESS read-write STATUS current DESCRIPTION "Mode of the SNMP operation. 0: disabled 1: V1,V2c,V3 enabled 2: V2c,V3 enabled 3: V3 enabled" REFERENCE "OFS_SNMP_MODE, 1, VARTYPE_BYTE" ::= { dts4138SnmpConfig 1 } dts4138SnmpAlarmMask OBJECT-TYPE SYNTAX DTSAlarm64 (SIZE(8)) MAX-ACCESS read-write STATUS current DESCRIPTION "Alarm bit mask to define the visible alarms by SNMP management system. Alarm status = (Alarms & Alarmmask) > 0" REFERENCE "OFS_SNMP_MASK, 8, VARTYPE_BYTEARR" ::= { dts4138SnmpConfig 2 } dts4138SnmpROCommunity OBJECT-TYPE SYNTAX DisplayString (SIZE(39)) MAX-ACCESS read-write STATUS current DESCRIPTION "Read only community string." REFERENCE "OFS_SNMPV12C_ROCOMM, 40, VARTYPE_STRING" ::= { dts4138SnmpConfig 3 } dts4138SnmpRWCommunity OBJECT-TYPE SYNTAX DisplayString (SIZE(39)) MAX-ACCESS read-write STATUS current DESCRIPTION "Read / write community string." REFERENCE "OFS_SNMPV12C_RWCOMM, 40, VARTYPE_STRING" ::= { dts4138SnmpConfig 4 } dts4138SnmpTrapMode OBJECT-TYPE SYNTAX EnabledDisabled MAX-ACCESS read-write STATUS current DESCRIPTION "Mode of the SNMP notification operation. 0: disabled 1: enabled" REFERENCE "OFS_TRAP_MODE, 1, VARTYPE_BYTE" ::= { dts4138SnmpConfig 5 } dts4138SnmpTrapAlarmMask OBJECT-TYPE SYNTAX DTSAlarm64 (SIZE(8)) MAX-ACCESS read-write STATUS current DESCRIPTION "Alarm bit mask to send snmp alarm messages. Alarm notification = (Alarms & Alarmmask) > 0" REFERENCE "OFS_TRAP_MASK, 8, VARTYPE_BYTEARR" ::= { dts4138SnmpConfig 6 } dts4138SnmpTrapCommunity OBJECT-TYPE SYNTAX DisplayString (SIZE(39)) MAX-ACCESS read-write STATUS current DESCRIPTION "Trap community string." REFERENCE "OFS_TRAP_COMM, 40, VARTYPE_STRING" ::= { dts4138SnmpConfig 7 } dts4138SnmpTrapListenerIPAddress1 OBJECT-TYPE SYNTAX DTSNetworkName (SIZE(63)) MAX-ACCESS read-write STATUS current DESCRIPTION "IPv4 network address (xxx.xxx.xxx.xxx) or fully qualified domain name of the notification listener station." REFERENCE "OFS_TRAP_SERVER1, 64, VARTYPE_STRING" ::= { dts4138SnmpConfig 8 } dts4138SnmpTrapListenerPort1 OBJECT-TYPE SYNTAX Unsigned32 (0..65535) MAX-ACCESS read-write STATUS current DESCRIPTION "IPv4 network port of the notification listener station." REFERENCE "OFS_TRAP_PORT1, 2, VARTYPE_WORD" ::= { dts4138SnmpConfig 9 } dts4138SnmpTrapVersion1 OBJECT-TYPE SYNTAX INTEGER { version1 (1), version2c (2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Version of the snmp trap/notification for trap destination 1. 1: SNMP Version 1 2: SNMP Version 2c" REFERENCE "OFS_TRAP_VERSION1, 1, VARTYPE_BYTE" ::= { dts4138SnmpConfig 10 } dts4138SnmpTrapListenerIPAddress2 OBJECT-TYPE SYNTAX DTSNetworkName (SIZE(63)) MAX-ACCESS read-write STATUS current DESCRIPTION "IPv4 network address (xxx.xxx.xxx.xxx) or fully qualified domain name of the trap listener station." REFERENCE "OFS_TRAP_SERVER2, 64, VARTYPE_STRING" ::= { dts4138SnmpConfig 11 } dts4138SnmpTrapListenerPort2 OBJECT-TYPE SYNTAX Unsigned32 (0..65535) MAX-ACCESS read-write STATUS current DESCRIPTION "IPv4 network port of the trap listener station." REFERENCE "OFS_TRAP_PORT2, 2, VARTYPE_WORD" ::= { dts4138SnmpConfig 12 } dts4138SnmpTrapVersion2 OBJECT-TYPE SYNTAX INTEGER { version1 (1), version2c (2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Version of the snmp trap/notification for trap destination 2. 1: SNMP Version 1 2: SNMP Version 2c" REFERENCE "OFS_TRAP_VERSION2, 1, VARTYPE_BYTE" ::= { dts4138SnmpConfig 13 } dts4138SnmpTrapAliveMsgInterval OBJECT-TYPE SYNTAX Unsigned32 (0 | 1..7200) UNITS "seconds (s)" MAX-ACCESS read-write STATUS current DESCRIPTION "Time interval to send the alive message to the trap listener stations. 0: Alive message disabled >0: Alive message enabled, Range: 1 ... 7200 seconds" REFERENCE "OFS_TRAP_ALIVE_TO, 4, VARTYPE_DWORD" ::= { dts4138SnmpConfig 14 } dts4138SnmpLocation OBJECT-TYPE SYNTAX DisplayString (SIZE(39)) MAX-ACCESS read-write STATUS current DESCRIPTION "Location string" REFERENCE "OFS_SNMP_LOCATION, 40, VARTYPE_STRING" ::= { dts4138SnmpConfig 15 } dts4138SnmpContact OBJECT-TYPE SYNTAX DisplayString (SIZE(39)) MAX-ACCESS read-write STATUS current DESCRIPTION "Contact string" REFERENCE "OFS_SNMP_CONTACT, 40, VARTYPE_STRING" ::= { dts4138SnmpConfig 16 } -- ----------------------------------------------------------------- -- -- SNMP configuration - SNMPv3 -- ----------------------------------------------------------------- -- dts4138SnmpV3 OBJECT IDENTIFIER ::= { dts4138SnmpConfig 30 } dts4138SnmpV3UserPassword1 OBJECT-TYPE SYNTAX DisplayString (SIZE(39)) MAX-ACCESS read-write STATUS current DESCRIPTION "User password string." REFERENCE "OFS_SNMPV3_USERPW1, 40, VARTYPE_STRING" ::= { dts4138SnmpV3 1 } dts4138SnmpV3UserLevel1 OBJECT-TYPE SYNTAX DisplayString (SIZE(39)) MAX-ACCESS read-write STATUS current DESCRIPTION "User access level" REFERENCE "OFS_SNMPV3_USERLEVEL1, 40, VARTYPE_STRING" ::= { dts4138SnmpV3 2 } dts4138SnmpV3UserRead1 OBJECT-TYPE SYNTAX DisplayString (SIZE(39)) MAX-ACCESS read-write STATUS current DESCRIPTION "User access level" REFERENCE "OFS_SNMPV3_USERREAD1, 40, VARTYPE_STRING" ::= { dts4138SnmpV3 3 } dts4138SnmpV3UserWrite1 OBJECT-TYPE SYNTAX DisplayString (SIZE(39)) MAX-ACCESS read-write STATUS current DESCRIPTION "User access level" REFERENCE "OFS_SNMPV3_USERWRITE1, 40, VARTYPE_STRING" ::= { dts4138SnmpV3 4 } dts4138SnmpV3UserPassword2 OBJECT-TYPE SYNTAX DisplayString (SIZE(39)) MAX-ACCESS read-write STATUS current DESCRIPTION "User password string." REFERENCE "OFS_SNMPV3_USERPW2, 40, VARTYPE_STRING" ::= { dts4138SnmpV3 5 } dts4138SnmpV3UserLevel2 OBJECT-TYPE SYNTAX DisplayString (SIZE(39)) MAX-ACCESS read-write STATUS current DESCRIPTION "User access level" REFERENCE "OFS_SNMPV3_USERLEVEL2, 40, VARTYPE_STRING" ::= { dts4138SnmpV3 6 } dts4138SnmpV3UserRead2 OBJECT-TYPE SYNTAX DisplayString (SIZE(39)) MAX-ACCESS read-write STATUS current DESCRIPTION "User access level" REFERENCE "OFS_SNMPV3_USERREAD2, 40, VARTYPE_STRING" ::= { dts4138SnmpV3 7 } dts4138SnmpV3UserWrite2 OBJECT-TYPE SYNTAX DisplayString (SIZE(39)) MAX-ACCESS read-write STATUS current DESCRIPTION "User access level" REFERENCE "OFS_SNMPV3_USERWRITE2, 40, VARTYPE_STRING" ::= { dts4138SnmpV3 8 } dts4138SnmpV3View11 OBJECT-TYPE SYNTAX DisplayString (SIZE(39)) MAX-ACCESS read-write STATUS current DESCRIPTION "View 1" REFERENCE "OFS_SNMPV3_VIEW1_1, 40, VARTYPE_STRING" ::= { dts4138SnmpV3 11 } dts4138SnmpV3View12 OBJECT-TYPE SYNTAX DisplayString (SIZE(39)) MAX-ACCESS read-write STATUS current DESCRIPTION "View 1" REFERENCE "OFS_SNMPV3_VIEW1_2, 40, VARTYPE_STRING" ::= { dts4138SnmpV3 12 } dts4138SnmpV3View13 OBJECT-TYPE SYNTAX DisplayString (SIZE(39)) MAX-ACCESS read-write STATUS current DESCRIPTION "View 1" REFERENCE "OFS_SNMPV3_VIEW1_3, 40, VARTYPE_STRING" ::= { dts4138SnmpV3 13 } dts4138SnmpV3View14 OBJECT-TYPE SYNTAX DisplayString (SIZE(39)) MAX-ACCESS read-write STATUS current DESCRIPTION "View 1" REFERENCE "OFS_SNMPV3_VIEW1_4, 40, VARTYPE_STRING" ::= { dts4138SnmpV3 14 } dts4138SnmpV3View15 OBJECT-TYPE SYNTAX DisplayString (SIZE(39)) MAX-ACCESS read-write STATUS current DESCRIPTION "View 1" REFERENCE "OFS_SNMPV3_VIEW1_5, 40, VARTYPE_STRING" ::= { dts4138SnmpV3 15 } dts4138SnmpV3View16 OBJECT-TYPE SYNTAX DisplayString (SIZE(39)) MAX-ACCESS read-write STATUS current DESCRIPTION "View 1" REFERENCE "OFS_SNMPV3_VIEW1_6, 40, VARTYPE_STRING" ::= { dts4138SnmpV3 16 } dts4138SnmpV3View21 OBJECT-TYPE SYNTAX DisplayString (SIZE(39)) MAX-ACCESS read-write STATUS current DESCRIPTION "View 2" REFERENCE "OFS_SNMPV3_VIEW2_1, 40, VARTYPE_STRING" ::= { dts4138SnmpV3 21 } dts4138SnmpV3View22 OBJECT-TYPE SYNTAX DisplayString (SIZE(39)) MAX-ACCESS read-write STATUS current DESCRIPTION "View 2" REFERENCE "OFS_SNMPV3_VIEW2_2, 40, VARTYPE_STRING" ::= { dts4138SnmpV3 22 } dts4138SnmpV3View23 OBJECT-TYPE SYNTAX DisplayString (SIZE(39)) MAX-ACCESS read-write STATUS current DESCRIPTION "View 2" REFERENCE "OFS_SNMPV3_VIEW2_3, 40, VARTYPE_STRING" ::= { dts4138SnmpV3 23 } dts4138SnmpV3View24 OBJECT-TYPE SYNTAX DisplayString (SIZE(39)) MAX-ACCESS read-write STATUS current DESCRIPTION "View 2" REFERENCE "OFS_SNMPV3_VIEW2_4, 40, VARTYPE_STRING" ::= { dts4138SnmpV3 24 } dts4138SnmpV3View25 OBJECT-TYPE SYNTAX DisplayString (SIZE(39)) MAX-ACCESS read-write STATUS current DESCRIPTION "View 2" REFERENCE "OFS_SNMPV3_VIEW2_5, 40, VARTYPE_STRING" ::= { dts4138SnmpV3 25 } dts4138SnmpV3View26 OBJECT-TYPE SYNTAX DisplayString (SIZE(39)) MAX-ACCESS read-write STATUS current DESCRIPTION "View 2" REFERENCE "OFS_SNMPV3_VIEW2_6, 40, VARTYPE_STRING" ::= { dts4138SnmpV3 26 } dts4138SnmpV3ConfigCmd OBJECT-TYPE SYNTAX INTEGER { noAction (0), saveConfiguration (1), restoreOldConfiguration (2) } MAX-ACCESS read-write STATUS current DESCRIPTION "SNMP v3 configuration changed command variable. 0: No action 1: Save configuration 2: Restore the old configuration" REFERENCE "OFS_SNMPV3_CHANGED, 1, VARTYPE_BYTE" ::= { dts4138SnmpV3 100 } dts4138SnmpV3ConfigChangedTime OBJECT-TYPE SYNTAX TimeTicks UNITS "Time ticks in 1/100th seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Time of the last configuration change." REFERENCE "OFS_SNMPV3_UPDTIME, 4, VARTYPE_DWORD" ::= { dts4138SnmpV3 101 } dts4138SnmpConfigCmd OBJECT-TYPE SYNTAX INTEGER { noAction (0), saveConfiguration (1), restoreOldConfiguration (2) } MAX-ACCESS read-write STATUS current DESCRIPTION "SNMP configuration changed command variable. 0: No action 1: Save configuration 2: Restore the old configuration" REFERENCE "OFS_SNMP_CHANGED, 1, VARTYPE_BYTE" ::= { dts4138SnmpConfig 100 } dts4138SnmpConfigChangedTime OBJECT-TYPE SYNTAX TimeTicks UNITS "Time ticks in 1/100th seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Time of the last configuration change." REFERENCE "OFS_SNMP_UPDTIME, 4, VARTYPE_DWORD" ::= { dts4138SnmpConfig 101 } -- ----------------------------------------------------------------- -- -- SNMP configuration - Current alarm information -- ----------------------------------------------------------------- -- dts4138SnmpCurrentAlarmInfo OBJECT IDENTIFIER ::= { dts4138SnmpConfig 1000 } dts4138TrapAlMsgErrorNr OBJECT-TYPE SYNTAX Unsigned32 (0..63) MAX-ACCESS read-only STATUS current DESCRIPTION "Error number of the trap message." REFERENCE "OFS_TRAP_ERRORNBR, 1, VARTYPE_BYTE" ::= { dts4138SnmpCurrentAlarmInfo 1 } dts4138TrapAlMsgErrorState OBJECT-TYPE SYNTAX INTEGER { off (0), on (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Error state of the trap message." REFERENCE "OFS_TRAP_ERRORSTATE, 1, VARTYPE_BYTE" ::= { dts4138SnmpCurrentAlarmInfo 2 } dts4138TrapAlMsgErrorTime OBJECT-TYPE SYNTAX Unsigned32 UNITS "Seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Error time of the trap message. Seconds since 1.1.1970 00:00:00" REFERENCE "OFS_TRAP_ERRORTIME, 4, VARTYPE_DWORD" ::= { dts4138SnmpCurrentAlarmInfo 3 } dts4138TrapAlMsgErrorText OBJECT-TYPE SYNTAX DisplayString (SIZE(1..59)) MAX-ACCESS read-only STATUS current DESCRIPTION "Error text of the trap message." REFERENCE "OFS_TRAP_MESSAGE, 60, VARTYPE_STRING" ::= { dts4138SnmpCurrentAlarmInfo 4 } -- ----------------------------------------------------------------- -- -- MIBv3 conformance -- ----------------------------------------------------------------- -- dts4138MIBConformance OBJECT IDENTIFIER ::= { dts4138MIB 14138 } dts4138MIBMIBCompliances OBJECT IDENTIFIER ::= { dts4138MIBConformance 1 } dts4138MIBGroups OBJECT IDENTIFIER ::= { dts4138MIBConformance 2 } -- compliance statements dts4138MIBCompliance MODULE-COMPLIANCE STATUS current DESCRIPTION "The compliance statement for DTS 4138." MODULE -- this module MANDATORY-GROUPS { dts4138AllNotifications, dts4138AllObjects } ::= { dts4138MIBMIBCompliances 1 } dts4138AllNotifications NOTIFICATION-GROUP NOTIFICATIONS { dts4138StartUp, dts4138Shutdown, dts4138Alarm, dts4138StatusChanged, dts4138ConfigChanged, dts4138Alive } STATUS current DESCRIPTION "This automatically created notification group contains all notifications that do not belong to any other NOTIFICATION-GROUP" ::= { dts4138MIBGroups 1 } dts4138AllObjects OBJECT-GROUP OBJECTS { dts4138SysStatus, dts4138SysLastDrift, dts4138SysTimeSource, dts4138SysTimeReceptionQuality, dts4138SysMasterMode, dts4138SysOffset, dts4138SysStratum, dts4138SysAlarms, dts4138Language, dts4138Timezone, dts4138Password, dts4138PowerSupply, dts4138USBmode, dts4138NetInfoHostname, dts4138NetInfoDomain, dts4138NetInfoIf0IPAddr, dts4138NetInfoIf0IPMask, dts4138NetInfoIf0IPGateway, dts4138NetInfoIf0IPNameserver, dts4138NetInfoIf0DHCPMode, dts4138NetInfoIf0EthernetLinkMode, dts4138NetInfoIf0IPv6AddrLocal, dts4138NetInfoIf0IPv6Addr1, dts4138NetInfoIf0IPv6Addr2, dts4138NetInfoIf0IPv6Gateway, dts4138NetInfoIf1IPAddr, dts4138NetInfoIf1IPMask, dts4138NetInfoIf1IPGateway, dts4138NetInfoIf1IPNameserver, dts4138NetInfoIf1DHCPMode, dts4138NetInfoIf1EthernetLinkMode, dts4138NetInfoIf1IPv6AddrLocal, dts4138NetInfoIf1IPv6Addr1, dts4138NetInfoIf1IPv6Addr2, dts4138NetInfoIf1IPv6Gateway, dts4138TInfoStratum, dts4138TInfoLastTime, dts4138TInfoSourceJitter, dts4138DCFTInfoLastLinkTime, dts4138DCFTInfoLinkSecCount, dts4138TInfoLastDrift, dts4138TInfoLastQCorr, dts4138TInfoVoltageQuartzAdjust, dts4138DCFTInfoOffsetSec, dts4138DCFTInfoOffsetUSec, dts4138DCFTInfoLastTime, dts4138DCFTInfoSecCount, dts4138DCFTInfoSATnbr, dts4138DCFTInfoSATsys, dts4138DCFTInfoSATtdop, dts4138DCFTInfoTeleVer, dts4138NTPTInfoCurrentSource, dts4138NTPTInfoSystemOffset, dts4138NTPTInfoSourceJitter, dts4138NTPTInfoStratum, dts4138NTPTInfoFrequency, -- dts4138NTPTInfoReachable, dts4138SupplyVoltage1, dts4138SupplyVoltage2, dts4138SupplyCurrent1, dts4138SupplyCurrent2, dts4138SysUpdateCmd, dts4138SysBackupCmd, dts4138SysRestoreCmd, dts4138SysRestartCmd, dts4138SysDefaultCmd, dts4138SysAllChanged, dts4138SysCopyFiles, dts4138verFPGA, dts4138verFPGADriver, dts4138verModule, dts4138verLangResource, dts4138verTimezoneTable, dts4138verNTP, dts4138verLinux, dts4138verCLIShell, dts4138verRootFS, dts4138verSNMPMasterAgent, dts4138verSNMPSubAgent, dts4138verApplication, dts4138ProdInfoHWCode, dts4138ProdInfoHWName, dts4138ProdInfoHWRevision, dts4138ProdInfoProdNo, dts4138ProdInfoArticleNo, dts4138ProdInfoFirmwareVer, dts4138ProdInfoOrderNumber, dts4138ProdInfoOrderContact, dts4138SysConfigCmd, dts4138SysConfigChangedTime, dts4138Hostname, dts4138Domain, dts4138NetworkIf0IPAddr, dts4138NetworkIf0IPMask, dts4138NetworkIf0IPGateway, dts4138NetworkIf0IPNameserver, dts4138NetworkIf0DHCPMode, dts4138NetworkIf0EthernetLinkMode, dts4138NetworkIf0IPv6AutoConf, dts4138NetworkIf0IPv6DHCPMode, dts4138NetworkIf0IPv6Addr1, dts4138NetworkIf0IPv6Prefix1, dts4138NetworkIf0IPv6Gateway1, dts4138NetworkIf0IPv6Nameserver, dts4138NetworkIf0IPv6Addr2, dts4138NetworkIf0IPv6Prefix2, dts4138NetworkIf0IPv6Gateway2, dts4138NetworkIf0ConfigCmd, dts4138NetworkIf0ConfigChangedTime, dts4138NetworkIf1IPAddr, dts4138NetworkIf1IPMask, dts4138NetworkIf1IPGateway, dts4138NetworkIf1IPNameserver, dts4138NetworkIf1DHCPMode, dts4138NetworkIf1EthernetLinkMode, dts4138NetworkIf1IPv6AutoConf, dts4138NetworkIf1IPv6DHCPMode, dts4138NetworkIf1IPv6Addr1, dts4138NetworkIf1IPv6Prefix1, dts4138NetworkIf1IPv6Gateway1, dts4138NetworkIf1IPv6Nameserver, dts4138NetworkIf1IPv6Addr2, dts4138NetworkIf1IPv6Prefix2, dts4138NetworkIf1IPv6Gateway2, dts4138NetworkIf1ConfigCmd, dts4138NetworkIf1ConfigChangedTime, dts4138NetConfigCmd, dts4138NetConfigChangedTime, dts4138TelnetMode, dts4138FTPMode, dts4138SSHMode, dts4138DaytimeMode, dts4138NetServicesConfigCmd, dts4138NetServicesConfigChangedTime, dts4138TSConfigChangedTime, dts4138TSType, dts4138TSTimezone, dts4138TSStratumMode, dts4138TSStratumErrorLimit, dts4138TSTimeout, dts4138TSStratumTimeout1, dts4138TSOffsetPerStratum, dts4138TSMaxOffsetForTimeValid, dts4138TSDCFAdjusment, dts4138TSAdjustmentMode, dts4138TSMaxAdjusmentSpeed, dts4138TSOffsetSynchOnly, dts4138TSLeapSecMode, dts4138TSLeapSecDate, dts4138TSRTCMode, dts4138TSConfigCmd, dts4138RedOpMode, dts4138RedOpSwitchOverStratum, dts4138RedOpMaxOffsetSlaveTimeSource, dts4138RedOp2ndDTSIPAddress, dts4138RedOp2ndDTSIPPort, dts4138RedOpConfigCmd, dts4138RedOpConfigChangedTime, dts4138RedOpManualMasterCmd, dts4138NTPKeyFileCmd, dts4138NTPKeyTrusted, dts4138NTPKeyRequest, dts4138NTPKeyControl, dts4138NTPKeyGeneratorCmd, dts4138NTPAutokeyPassword, dts4138NTPAccessControl, dts4138NTPConfigCmd, dts4138NTPConfigChangedTime, dts4138ManualTimeSetUTC, dts4138ManualTimeSetDiff, dts4138ManualTimeCmd, dts4138OutMainDCFConfigChangedTime, dts4138OutMainDCFMode, dts4138OutMainDCFTimezone, dts4138OutMainDCFConfigCmd, dts4138OutLineDCFPulseFREQMode, dts4138OutLineDCFPulseFREQTimezone, dts4138OutLineDCFPulseFREQPulseType, dts4138OutLineDCFPulseFREQPulseTime, dts4138OutLineDCFPulseFREQPulsePeriod, dts4138OutLineDCFPulseFREQPulseCorrection, dts4138OutLineDCFPulseFREQFrequency, dts4138OutLineDCFPulseFREQConfigCmd, dts4138OutLineDCFPulseFREQConfigChangedTime, dts4138OutLineIRIGMode, dts4138OutLineIRIGTimezone, dts4138OutLineIRIGOutputLevel, dts4138OutLineIRIGAlarmLevel, dts4138OutLineIRIGConfigCmd, dts4138OutLineIRIGConfigChangedTime, dts4138OutLineSINECMode, dts4138OutLineSINECType, dts4138OutLineSINECInterval1, dts4138OutLineSINECTimezone, dts4138OutLineSINECInterface, dts4138OutLineSINECInterval2, dts4138OutLineSINECPrioLAN1, dts4138OutLineSINECPrioLAN2, dts4138OutLineSINECConfigCmd, dts4138OutLineSINECConfigChangedTime, dts4138OutLineTZServerMode, dts4138OutLineTZServerMCastAddr, dts4138OutLineTZServerMCastPort, dts4138OutLineTZServerNTPInterval, dts4138OutLineTZServerTTL, dts4138OutLineTZServerTableInterval, dts4138OutLineTZServerEntryInterval, dts4138OutLineTZServerConfigCmd, dts4138OutLineTZServerConfigChangedTime, dts4138OutLineSerialMode, dts4138OutLineSerialTimezone, dts4138OutLineSerialComMode, dts4138OutLineSerialComParam, dts4138OutLineSerialTeleFile, dts4138OutLineSerialConfigCmd, dts4138OutLineSerialConfigChangedTime, dts4138RelayAlarmMask, dts4138AlarmInput, dts4138RelayConfigCmd, dts4138RelayConfigChangedTime, dts4138MailMode, dts4138MailAlarmMask, dts4138MailServerAddress, dts4138MailServerPort, dts4138MailAddrDestination1, dts4138MailAddrDestination2, dts4138MailAddrReply, dts4138MailAddrFrom, dts4138MailUser, dts4138MailPassword, dts4138MailAuthMode, dts4138MailConfigCmd, dts4138MailConfigChangedTime, dts4138SnmpMode, dts4138SnmpAlarmMask, dts4138SnmpROCommunity, dts4138SnmpRWCommunity, dts4138SnmpTrapMode, dts4138SnmpTrapAlarmMask, dts4138SnmpTrapCommunity, dts4138SnmpTrapListenerIPAddress1, dts4138SnmpTrapListenerPort1, dts4138SnmpTrapVersion1, dts4138SnmpTrapListenerIPAddress2, dts4138SnmpTrapListenerPort2, dts4138SnmpTrapVersion2, dts4138SnmpTrapAliveMsgInterval, dts4138SnmpLocation, dts4138SnmpContact, dts4138SnmpV3UserPassword1, dts4138SnmpV3UserLevel1, dts4138SnmpV3UserRead1, dts4138SnmpV3UserWrite1, dts4138SnmpV3UserPassword2, dts4138SnmpV3UserLevel2, dts4138SnmpV3UserRead2, dts4138SnmpV3UserWrite2, dts4138SnmpV3View11, dts4138SnmpV3View12, dts4138SnmpV3View13, dts4138SnmpV3View14, dts4138SnmpV3View15, dts4138SnmpV3View16, dts4138SnmpV3View21, dts4138SnmpV3View22, dts4138SnmpV3View23, dts4138SnmpV3View24, dts4138SnmpV3View25, dts4138SnmpV3View26, dts4138SnmpV3ConfigChangedTime, dts4138SnmpV3ConfigCmd, dts4138SnmpConfigCmd, dts4138SnmpConfigChangedTime, dts4138TrapAlMsgErrorNr, dts4138TrapAlMsgErrorState, dts4138TrapAlMsgErrorTime, dts4138TrapAlMsgErrorText, dts4138NTPSourceAddr, dts4138NTPSourceMinPoll, dts4138NTPSourceMaxPoll, dts4138NTPSourceMode, dts4138NTPSourcePrefer, dts4138NTPSourceKey, dts4138NTPBroadcastAddr, dts4138NTPBrodcastInterval, dts4138NTPBroadcastTTL, dts4138NTPBroadcastKey, dts4138OutLineTZTableEntryNumber } STATUS current DESCRIPTION "This automatically created object group contains all those objects that do not belong to any other OBJECT-GROUP" ::= { dts4138MIBGroups 2 } END