BGP_PEER_NOT_CONFIGURED

This error tag corresponds to syslog messages notifying that the configured peer sent a BGP notification code 6 subcode 5, which idicates that the peer does not have the session configured.

Maps to the openconfig-bgp YANG model.

Implemented for

  • junos

Syslog message example

<87>Jul  5 05:52:44  vmx01 rpd[1848]: bgp_read_message:2764: NOTIFICATION received from 1.2.3.4 (External AS 1234): code 6 (Cease) subcode 5 (Connection Rejected)

Structured message example

{
  "error": "BGP_PEER_NOT_CONFIGURED",
  "facility": 10,
  "host": "vmx01",
  "ip": "127.0.0.1",
  "message_details": {
      "date": "Jul  5",
      "facility": 10,
      "host": "vmx01",
      "hostPrefix": null,
      "message": "2764: NOTIFICATION received from 1.2.3.4 (External AS 1234): code 6 (Cease) subcode 5 (Connection Rejected)",
      "pri": "87",
      "processId": "1848",
      "processName": "rpd",
      "severity": 7,
      "tag": "bgp_read_message",
      "time": "05:52:44"
  },
  "os": "junos",
  "severity": 7,
  "timestamp": 1499233964,
  "yang_message": {
      "bgp": {
          "neighbors": {
              "neighbor": {
                  "1.2.3.4": {
                      "state": {
                          "peer_as": "1234",
                          "session_state": "ACTIVE"
                      }
                  }
              }
          }
      }
  },
  "yang_model": "openconfig-bgp"
}