ES-104E DEFINITIONS ::= BEGIN IMPORTS enterprises,OBJECT-TYPE,MODULE-IDENTITY,NOTIFICATION-TYPE,IpAddress FROM SNMPv2-SMI; es-104e 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 "IRIG to NTP Converter" REVISION "201012020000Z" DESCRIPTION "Rev. 1.0" ::= { ese 55 } ese OBJECT IDENTIFIER ::= {enterprises 36884} network OBJECT IDENTIFIER ::= {es-104e 1} timecode OBJECT IDENTIFIER ::= {es-104e 2} broadcast OBJECT IDENTIFIER ::= {es-104e 4} notifications OBJECT IDENTIFIER ::= {es-104e 5} 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" ::= {timecode 1} daylightSavingsTime OBJECT-TYPE SYNTAX INTEGER { off (0), on (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" ::= { timecode 2 } timeCodeLock OBJECT-TYPE SYNTAX INTEGER { not-locked (0), locked (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates whether or not the device is locked to source time code." ::= {timecode 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} 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-104e 6} inputTimecodeLockLost NOTIFICATION-TYPE OBJECTS { timeCodeLock } STATUS current DESCRIPTION "An inputTimecodeLockLost notification indicates that the device has lost lock with input time code." ::= {notifications 1} inputTimecodeLockGained NOTIFICATION-TYPE OBJECTS { timeCodeLock } STATUS current DESCRIPTION "An inputTimecodeLockGained notification indicates that the device has gained lock with input time code." ::= {notifications 2} END