Implementation of SNMP traps in Rack TimeServer
Time server produces SNMP trap messages on every change of internal status
status byte is represented as 8-bit value
- Status Byte Description
-
Status Bit Description 7 Not used 6 - 1 = PPS pulse from GPS receiver present
- 0 = PPS pulse missing / this is fatal error , GPS receiver is not connected
5 - 1 = GPS data message present
- 0 = GPS Data missing , Fatal error, GPS receiver is not connected or Zodiac Data Message cable error
4 - 1 = UTC FIX status OK
- 0 = UTC FIX status error, in this state is NTP ramp closed and every NTP requirement from host will be rejected
3..0 Number of GPS satellites measurements (Note: bit 7 is MSB, 0 is LSB)
Max period of SNMP trap is 1sec in according to every 1second GPS sends Data message about UTC FIX status and number of satellites measurements.
Looking to status byte the critical value is less then decimal value 112 = ( 0x70 hex notation )
Community default name is public, and can be modified by user from time server web page.
- OID description
-
Time server sends trap type 6, and 4 OIDs binding in message.
OID (object identifier) Description 1.3.6.1.4.1.1316.55.3.1 - Server Location <string>
- User can modify Server location string from web implementation
- Default value: gpsloc
1.3.6.1.4.1.1316.55.3.2 - Server Name <string>
- Default value: gps
1.3.6.1.4.1.1316.55.3.3 - Visible Satellites <integer>
- Total Value of measured satellites
1.3.6.1.4.1.1316.55.3.4 - Status Byte <integer>
- described above
SNMP traps in din rail NtpServer
Max period of SNMP trap is 1sec in according to every 1second GPS sends Data message about UTC FIX status and number of satellites measurements.
Community default name is public, and can be modified by user from time server web page.
- Status Byte Description
-
GPS Time server produces SNMP trap message on every UTC FIX lost
Status Bit Description 0 - 1 = PPS pulse from GPS receiver
- 0 = PPS pulse missing, GPS receiver is not connected
1 - 1 = GPS data message present
- 0 = GPS Data missing , Fatal error, GPS receiver is not connected or Zodiac Data Message cable error
(Note: bit 7 is MSB, 0 is LSB)
Max period of SNMP trap is 1sec in according to every 1second GPS sends Data message about UTC FIX status and number of satellites measurements.
Looking to status byte the critical value is less then decimal value 112 = ( 0x70 hex notation )
Community default name is public, and can be modified by user from time server web page.
- OID description
-
Time server sends trap type 6, and 4 OIDs binding in message.
OID (object identifier) Description 1.3.6.1.4.1.1316.55.3.1 - Server Location <string>
- User can modify Server location string from web implementation
- Default value: gpsloc
1.3.6.1.4.1.1316.55.3.2 - Server Name <string>
- Default value: gps
1.3.6.1.4.1.1316.55.3.3 - Visible Satellites <integer>
- Total Value of measured satellites
1.3.6.1.4.1.1316.55.3.4 - Status Byte <integer>
- described above