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>Jul 13 22:53:14  re0.edge01.bjm01 xntpd[16015]: NTP Server 1.2.3.4 is Unreachable

Structured message example

{
  "error": "NTP_SERVER_UNREACHABLE",
  "facility": 12,
  "host": "edge01.bjm01",
  "ip": "127.0.0.1",
  "message_details": {
      "date": "Jul 13",
      "facility": 12,
      "host": "edge01.bjm01",
      "hostPrefix": "re0.",
      "message": "NTP Server 1.2.3.4 is Unreachable",
      "pri": "99",
      "processId": "16015",
      "severity": 3,
      "tag": "xntpd",
      "time": "22:53:14"
  },
  "os": "junos",
  "severity": 3,
  "timestamp": 1499986394,
  "yang_message": {
      "system": {
          "ntp": {
              "servers": {
                  "server": {
                      "1.2.3.4": {
                          "state": {
                              "association-type": "SERVER",
                              "stratum": 16
                          }
                      }
                  }
              }
          }
      }
  },
  "yang_model": "openconfig-system"
}