ES-160E DEFINITIONS ::= BEGIN IMPORTS enterprises,OBJECT-TYPE,MODULE-IDENTITY,NOTIFICATION-TYPE,IpAddress FROM SNMPv2-SMI DisplayString FROM SNMPv2-TC; es-160e MODULE-IDENTITY LAST-UPDATED "201012020000Z" ORGANIZATION "ESE" CONTACT-INFO "Fernando Vallin - Sales Postal: 142 Sierra Street El Segundo, CA 90245 US Tel: 310-322-2136 Fax: 310-322-8127 WEB: www.ese-web.com.com" DESCRIPTION "ESE/SMPTE to NTP Converter" REVISION "201012020000Z" DESCRIPTION "Rev. 1.0" ::= { ese 52 } ese OBJECT IDENTIFIER ::= {enterprises 36884} network OBJECT IDENTIFIER ::= {es-160e 1} primary OBJECT IDENTIFIER ::= {es-160e 2} broadcast OBJECT IDENTIFIER ::= {es-160e 3} relay OBJECT IDENTIFIER ::= {es-160e 4} smpte OBJECT IDENTIFIER ::= {es-160e 5} notifications OBJECT IDENTIFIER ::= {es-160e 6} ipAddress OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "IPv4 address of the NTP server." ::= {network 1} subnetMask OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "Subnet Mask of the NTP server." ::= {network 2} gateway OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "Default gateway address of the NTP server." ::= {network 3} primaryDNS OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "Primary DNS Server." ::= {network 4} secondaryDNS OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "Secondary DNS Server." ::= {network 5} ntpServerPort OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "Port number of NTP Server." ::= {network 6} timezoneOffset OBJECT-TYPE SYNTAX INTEGER (0..48) MAX-ACCESS read-write STATUS current DESCRIPTION "0: -12 1: -11.5 2: -11 3: -10.5 4: -10 5: -9.5 6: -9 7: -8.5 8: -8 9: -7.5 10: -7 11: -6.5 12: -6 13: -5.5 14: -5 15: -4.5 16: -4 17: -3.5 18: -3 19: -2.5 20: -2 21: -1.5 22: -1 23: -.5 24: 0 25: .5 26: 1 27: 1.5 28: 2 29: 2.5 30: 3 31: 3.5 32: 4 33: 4.5 34: 5 35: 5.5 36: 6 37: 6.5 38: 7 39: 7.5 40: 8 41: 8.5 42: 9 43: 9.5 44: 10 45: 10.5 46: 11 47: 11.5 48: 12" ::= {primary 1} daylightSavingsTime OBJECT-TYPE SYNTAX INTEGER { off (0), on (1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Determines if Daylight Savings Time is used when calculating the time/date" ::= { primary 2 } tc89Format OBJECT-TYPE SYNTAX INTEGER { twelveHour (0), twentyFourHour (1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Time code format of ESE time code output. If you need date embedded in format please select TC90" ::= { primary 3 } displayFormat OBJECT-TYPE SYNTAX INTEGER { twelveHour (0), twentyFourHour (1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Display format of front panel LED." ::= { primary 4 } syncPolarity OBJECT-TYPE SYNTAX INTEGER { rising (0), falling (1) } MAX-ACCESS read-write STATUS current DESCRIPTION "If input time code source is a local time that is derived with DST enabled. This will compensate for DST when calculating NTP time from local source" ::= { primary 5 } smpteMode OBJECT-TYPE SYNTAX INTEGER { smpteDropFrame (0), smpteNonDropFrame (1), ebu (2), smpteRealTime (3), ebuRealTime (4) } MAX-ACCESS read-write STATUS current DESCRIPTION "The SMPTE generator time code mode." ::= { smpte 1 } smpteDateFormat OBJECT-TYPE SYNTAX INTEGER { formatL (0), formatE (1), smpte309M (2), doy (3) } MAX-ACCESS read-write STATUS current DESCRIPTION "The SMPTE generator date format. Format L - Leitch Format Format E - ESE Format (M-D-Y) SMPTE 309M DOY - Day of Year (1-366)" ::= { smpte 2 } smpteMaxDrift OBJECT-TYPE SYNTAX INTEGER { threeFrames (0), fourFrames (1), fiveFrames (2), sixFrames (3), sevenFrames (4), eightFrames (5), tenFrames (6), twelveFrames (7) } MAX-ACCESS read-write STATUS current DESCRIPTION "The number of frames that SMPTE generator will allow the generated SMPTE time code to drift from real time before a correction is made to make both equal." ::= { smpte 3 } smpteEnableResyncAt OBJECT-TYPE SYNTAX INTEGER { disable (0), enable (1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Enables a SMPTE time code resync at the specified time" ::= { smpte 4 } smpteResyncHour OBJECT-TYPE SYNTAX INTEGER (0..23) MAX-ACCESS read-write STATUS current DESCRIPTION "The hour the SMPTE resync will occur if 'smpteEnableResyncAt' is enabled." ::= { smpte 5 } smpteResyncMinute OBJECT-TYPE SYNTAX INTEGER (0..59) MAX-ACCESS read-write STATUS current DESCRIPTION "The minute the SMPTE resync will occur if 'smpteEnableResyncAt' is enabled." ::= { smpte 6 } smpteResyncSecond OBJECT-TYPE SYNTAX INTEGER (0..59) MAX-ACCESS read-write STATUS current DESCRIPTION "The second the SMPTE resync will occur if 'smpteEnableResyncAt' is enabled." ::= { smpte 7 } smpteResyncNow OBJECT-TYPE SYNTAX INTEGER { undefined (0), reset-now (1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Setting 'smpteResyncNow' variable to '1' will force a reset of SMPTE generator to real time clock." ::= {smpte 8} broadcastEnable OBJECT-TYPE SYNTAX INTEGER { disable (0), enable (1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Enables broadcast to broadcast address 1" ::= {broadcast 1} broadcastFrequency OBJECT-TYPE SYNTAX INTEGER (1..500) MAX-ACCESS read-write STATUS current DESCRIPTION "Number of minutes between broadcast. Range (1 to 500 Mins.)" ::= {broadcast 2} broadcastAddr1 OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "IPv4 address the NTP server will broadcast to. (Example 192.168.1.255)" ::= {broadcast 3} broadcastAddr2 OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "IPv4 address the NTP server will broadcast to. (Example 192.168.1.255)" ::= {broadcast 4} broadcastAddr3 OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "IPv4 address the NTP server will broadcast to. (Example 192.168.1.255)" ::= {broadcast 5} relay1Enable OBJECT-TYPE SYNTAX INTEGER { disable (0), enable (1) } MAX-ACCESS read-write STATUS current DESCRIPTION "The relay enable relay" ::= {relay 1} relay1Minutes OBJECT-TYPE SYNTAX INTEGER (0..59) MAX-ACCESS read-write STATUS current DESCRIPTION "The minute the relay will occur" ::= {relay 2} relay1Seconds OBJECT-TYPE SYNTAX INTEGER (0..59) MAX-ACCESS read-write STATUS current DESCRIPTION "The second the relay will occur" ::= {relay 3} relay2Enable OBJECT-TYPE SYNTAX INTEGER { disable (0), enable (1) } MAX-ACCESS read-write STATUS current DESCRIPTION "The relay enable relay" ::= {relay 4} relay2Minutes OBJECT-TYPE SYNTAX INTEGER (0..59) MAX-ACCESS read-write STATUS current DESCRIPTION "The minute the relay will occur" ::= {relay 5} relay2Seconds OBJECT-TYPE SYNTAX INTEGER (0..59) MAX-ACCESS read-write STATUS current DESCRIPTION "The second the relay will occur" ::= {relay 6} relay3Enable OBJECT-TYPE SYNTAX INTEGER { disable (0), enable (1) } MAX-ACCESS read-write STATUS current DESCRIPTION "The relay enable relay" ::= {relay 7} relay3Minutes OBJECT-TYPE SYNTAX INTEGER (0..59) MAX-ACCESS read-write STATUS current DESCRIPTION "The minute the relay will occur" ::= {relay 8} relay3Seconds OBJECT-TYPE SYNTAX INTEGER (0..59) MAX-ACCESS read-write STATUS current DESCRIPTION "The second the relay will occur" ::= {relay 9} relay4Enable OBJECT-TYPE SYNTAX INTEGER { disable (0), enable (1) } MAX-ACCESS read-write STATUS current DESCRIPTION "The relay enable relay" ::= {relay 10} relay4Minutes OBJECT-TYPE SYNTAX INTEGER (0..59) MAX-ACCESS read-write STATUS current DESCRIPTION "The minute the relay will occur" ::= {relay 11} relay4Seconds OBJECT-TYPE SYNTAX INTEGER (0..59) MAX-ACCESS read-write STATUS current DESCRIPTION "The second the relay will occur" ::= {relay 12} reset OBJECT-TYPE SYNTAX INTEGER { undefined (0), reset-now (1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Setting reset variable to '1' will force a reset of device. A reset is needed if any variables are set." ::= {es-160e 7} clockUTCtime OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "The current UTC time of the clock" ::= { es-160e 8 } END