NTP_SERVER_UNREACHABLE

This message is sent when the synchronization is lost with an NTP server. According to the openconfig-system YANG model, the distinction between NTP peers and servers is made via the association-type field from the config container.

Maps to the openconfig-system YANG model.

Implemented for

  • iosxr
  • junos

Syslog message example

<99>2647599: device3 RP/0/RSP0/CPU0:Aug 21 09:39:14.747 UTC: ntpd[262]: %IP-IP_NTP-5-SYNC_LOSS : Synchronization lost : 172.17.17.1 : The association was removed

Structured message example

{
  "error": "NTP_SERVER_UNREACHABLE",
  "facility": 12,
  "host": "device3 ",
  "ip": "127.0.0.1",
  "message_details": {
      "date": "Aug 21",
      "facility": 12,
      "host": "device3 ",
      "message": ": Synchronization lost : 172.17.17.1 : The association was removed",
      "messageId": "2647599",
      "milliseconds": ".747",
      "nodeId": "RP/0/RSP0/CPU0",
      "pri": "99",
      "processId": "262",
      "processName": "ntpd",
      "severity": 3,
      "tag": "IP-IP_NTP-5-SYNC_LOSS",
      "time": "09:39:14",
      "timeZone": "UTC"
  },
  "os": "iosxr",
  "severity": 3,
  "timestamp": 1503308354,
  "yang_message": {
      "system": {
          "ntp": {
              "servers": {
                  "server": {
                      "172.17.17.1": {
                          "state": {
                              "stratum": 16
                          }
                      }
                  }
              }
          }
      }
  },
  "yang_model": "openconfig-system"
}