BGP_MD5_INCORRECT

This error tag corresponds to syslog messages notifying that the authentication for a BGP neighbor is incorrect.

Maps to the openconfig-bgp YANG model.

Implemented for

  • junos

Syslog message example

<4>Jul 20 21:23:00 vmx01 /kernel: tcp_auth_ok: Packet from 192.168.140.254:61664 wrong MD5 digest

Structured message example

{
  "error": "BGP_MD5_INCORRECT",
  "facility": 0,
  "host": "vmx01",
  "ip": "127.0.0.1",
  "message_details": {
      "date": "Jul 20",
      "facility": 0,
      "host": "vmx01",
      "hostPrefix": null,
      "message": "Packet from 192.168.140.254:61664 wrong MD5 digest",
      "pri": "4",
      "processId": null,
      "processName": "kernel",
      "severity": 4,
      "tag": "tcp_auth_ok",
      "time": "21:23:00"
  },
  "os": "junos",
  "severity": 4,
  "timestamp": 1500585780,
  "yang_message": {
      "bgp": {
          "neighbors": {
              "neighbor": {
                  "192.168.140.254": {
                      "state": {
                          "session_state": "CONNECT"
                      }
                  }
              }
          }
      }
  },
  "yang_model": "openconfig-bgp"
}