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

<28>Jul 20 21:41:37 vmx01 rpd[2965]: BGP_PREFIX_LIMIT_EXCEEDED: 192.168.140.254 (External AS 65001): Configured maximum prefix-limit(27) exceeded for inet-unicast nlri: 28 (instance master)

Structured message example

{
  "error": "BGP_PREFIX_LIMIT_EXCEEDED",
  "facility": 3,
  "host": "vmx01",
  "ip": "127.0.0.1",
  "message_details": {
      "date": "Jul 20",
      "facility": 3,
      "host": "vmx01",
      "hostPrefix": null,
      "message": "192.168.140.254 (External AS 65001): Configured maximum prefix-limit(27) exceeded for inet-unicast nlri: 28 (instance master)",
      "pri": "28",
      "processId": "2965",
      "processName": "rpd",
      "severity": 4,
      "tag": "BGP_PREFIX_LIMIT_EXCEEDED",
      "time": "21:41:37"
  },
  "os": "junos",
  "severity": 4,
  "timestamp": 1500586897,
  "yang_message": {
      "bgp": {
          "neighbors": {
              "neighbor": {
                  "192.168.140.254": {
                      "afi_safis": {
                          "afi_safi": {
                              "inet": {
                                  "ipv4_unicast": {
                                      "prefix_limit": {
                                          "state": {
                                              "max_prefixes": 27
                                          }
                                      }
                                  },
                                  "state": {
                                      "prefixes": {
                                          "received": 28
                                      }
                                  }
                              }
                          }
                      },
                      "state": {
                          "peer_as": "65001"
                      }
                  }
              }
          }
      }
  },
  "yang_model": "openconfig-bgp"
}