BGP_NEIGHBOR_STATE_CHANGED

This error tag corresponds to syslog messages notifying that the configured bgp neighbor has changed state

Maps to the openconfig-bgp YANG model.

Implemented for

  • netiron
  • junos

Syslog message example

<13>May 19 03:57:43 HOSTNAME BGP: Peer 10.10.7.137 UP (ESTABLISHED)

Structured message example

{
  "error": "BGP_NEIGHBOR_STATE_CHANGED",
  "facility": 1,
  "host": "HOSTNAME",
  "ip": "127.0.0.1",
  "message_details": {
      "date": "May 19",
      "facility": 1,
      "host": "HOSTNAME",
      "message": "Peer 10.10.7.137 UP (ESTABLISHED)",
      "pri": "13",
      "severity": 5,
      "tag": "BGP",
      "time": "03:57:43"
  },
  "os": "netiron",
  "severity": 5,
  "timestamp": 1526701532,
  "yang_message": {
      "bgp": {
          "neighbors": {
              "neighbor": {
                  "10.10.7.137": {
                      "state": {
                          "session-state": "ESTABLISHED",
                          "session-state-change-event": "ESTABLISHED"
                      }
                  }
              }
          }
      }
  },
  "yang_model": "openconfig-bgp"
}