BGP_PREFIX_LIMIT_EXCEEDED

This error tag corresponds to syslog messages notifying that the prefix limit for a BGP neighbor has been exceeded, without tearing it down.

Maps to the openconfig-bgp YANG model.

Implemented for

  • eos
  • junos

Syslog message example

<149>Apr 16 11:04:17 edge01 Rib: %BGP-3-NOTIFICATION: received from neighbor 194.53.172.97 (AS 2611) 6/1 (Cease/maximum number of prefixes reached) 0 bytes

Structured message example

{
  "error": "BGP_PREFIX_LIMIT_EXCEEDED",
  "facility": 18,
  "host": "edge01",
  "ip": "127.0.0.1",
  "message_details": {
      "date": "Apr 16",
      "facility": 18,
      "host": "edge01",
      "message": ": received from neighbor 194.53.172.97 (AS 2611) 6/1 (Cease/maximum number of prefixes reached) 0 bytes",
      "pri": "149",
      "processName": "Rib",
      "severity": 5,
      "tag": "BGP-3-NOTIFICATION",
      "time": "11:04:17"
  },
  "os": "eos",
  "severity": 5,
  "timestamp": 1492340657,
  "yang_message": {
      "bgp": {
          "neighbors": {
              "neighbor": {
                  "194.53.172.97": {
                      "state": {
                          "peer_as": "2611",
                          "session_state": "IDLE"
                      }
                  }
              }
          }
      }
  },
  "yang_model": "openconfig-bgp"
}