BGP_CEASE_PREFIX_LIMIT_EXCEEDED

Maps to the openconfig-network-instance YANG model.

Implemented for

  • junos

Syslog message example

<172>2020-03-31T08:41:59+00:00 some-router rpd[13037]: BGP_CEASE_PREFIX_LIMIT_EXCEEDED: 172.17.17.1 (External AS 4208010101): Shutting down peer due to exceeding configured maximum prefix-limit(500) for inet-unicast nlri: 501 (instance underlay)

Structured message example

{
  "error": "BGP_CEASE_PREFIX_LIMIT_EXCEEDED",
  "facility": 21,
  "host": "some-router",
  "ip": "127.0.0.1",
  "message_details": {
      "date": "2020-03-31",
      "facility": 21,
      "host": "some-router",
      "hostPrefix": null,
      "message": "172.17.17.1 (External AS 4208010101): Shutting down peer due to exceeding configured maximum prefix-limit(500) for inet-unicast nlri: 501 (instance underlay)",
      "pri": "172",
      "processId": "13037",
      "processName": "rpd",
      "severity": 4,
      "tag": "BGP_CEASE_PREFIX_LIMIT_EXCEEDED",
      "time": "08:41:59+00:00"
  },
  "os": "junos",
  "severity": 4,
  "timestamp": 1585644119,
  "yang_message": {
      "network-instances": {
          "network-instance": {
              "underlay": {
                  "protocols": {
                      "protocol": {
                          "bgp": {
                              "neighbors": {
                                  "neighbor": {
                                      "172.17.17.1": {
                                          "afi_safis": {
                                              "afi_safi": {
                                                  "inet": {
                                                      "ipv4_unicast": {
                                                          "prefix_limit": {
                                                              "state": {
                                                                  "max_prefixes": 500
                                                              }
                                                          }
                                                      },
                                                      "state": {
                                                          "prefixes": {
                                                              "received": 501
                                                          }
                                                      }
                                                  }
                                              }
                                          },
                                          "state": {
                                              "peer_as": "4208010101"
                                          }
                                      }
                                  }
                              }
                          }
                      }
                  }
              }
          }
      }
  },
  "yang_model": "openconfig-network-instance"
}