BGP_CONNECTION_RESET

Maps to the openconfig-bgp YANG model.

Implemented for

  • junos

Syslog message example

<172>2020-03-31T08:41:59+00:00 some-router rpd[13037]: bgp_recv: read from peer fd00:1065::1 (External AS 65500) failed: Connection reset by peer

Structured message example

{
  "error": "BGP_CONNECTION_RESET",
  "facility": 21,
  "host": "some-router",
  "ip": "127.0.0.1",
  "message_details": {
      "date": "2020-03-31",
      "facility": 21,
      "host": "some-router",
      "hostPrefix": null,
      "message": "read from peer fd00:1065::1 (External AS 65500) failed: Connection reset by peer",
      "pri": "172",
      "processId": "13037",
      "processName": "rpd",
      "severity": 4,
      "tag": "bgp_recv",
      "time": "08:41:59+00:00"
  },
  "os": "junos",
  "severity": 4,
  "timestamp": 1585644119,
  "yang_message": {
      "bgp": {
          "neighbors": {
              "neighbor": {
                  "fd00:1065::1": {
                      "state": {
                          "peer_as": "65500",
                          "session_state": "ACTIVE"
                      }
                  }
              }
          }
      }
  },
  "yang_model": "openconfig-bgp"
}