Internet-Draft BGP Maximum Prefix Limits Outbound March 2021
Aelmans, et al. Expires 23 September 2021 [Page]
Workgroup:
Inter-Domain Routing
Internet-Draft:
draft-sas-idr-maxprefix-outbound-02
Updates:
4271 (if approved)
Published:
Intended Status:
Standards Track
Expires:
Authors:
M. Aelmans
Juniper Networks
M. Stucchi
Independent
J. Snijders
Fastly

Revised BGP Maximum Prefix Limits Outbound

Abstract

This document updates RFC4271 by adding a control mechanism which limits the negative impact of outbound route leaks (RFC7908) in order to prevent resource exhaustion in Border Gateway Protocol (BGP) implementations.

Requirements Language

The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in BCP 14 [RFC2119] [RFC8174] when, and only when, they appear in all capitals, as shown here.

Status of This Memo

This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.

Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet-Drafts is at https://datatracker.ietf.org/drafts/current/.

Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress."

This Internet-Draft will expire on 23 September 2021.

Table of Contents

1. Introduction

This document updates [RFC4271] by adding a control mechanism which limits the negative impact of outbound route leaks [RFC7908] in order to prevent resource exhaustion in Border Gateway Protocol (BGP) implementations. [RFC4271] describes methods to tear down BGP sessions or discard UPDATES after certain inbound thresholds are exceeded. In addition to "inbound maximum prefix limits", this document introduces a specification for "outbound maximum prefix limits". [I-D.sas-idr-maxprefix-inbound] updates sections in [RFC4271] to clarify "inbound maximum prefix limits". This documents updates those sections again to add "outbound maximum prefix limits".

2. Changes to RFC4271 Section 6

This section updates [RFC4271] to specify what events can result in AutomaticStop (Event 8) in the BGP FSM.

The following paragraph replaces the second paragraph of Section 6.7 (Cease), which starts with "A BGP speaker MAY support" and ends with "The speaker MAY also log this locally.":

Table 1
Subcode Symbolic Name
1 Threshold exceeded: Maximum Number of Prefixes Received
TBD Threshold exceeded: Maximum Number of Prefixes Sent

3. Changes to RFC4271 Section 8

This section updates Section 8 [RFC4271], the paragraph that starts with "One reason for an AutomaticStop event is" and ends with "The local system automatically disconnects the peer." is replaced with:

4. Changes to RFC4271 Section 9

This section updates [RFC4271] by adding a subsection after Section 9.4 (Originating BGP routes) to specify various events that can lead up to an AutomaticStop (Event 8) in the BGP FSM.

5. Use cases

Egress maximum prefix limits are usefull in a variety of cases. Some of those are outlined in this section.

5.1. Internet use case

In order to prevent the BGP speaker from leaking a full routing table to its neighbor operators should implement proper routing policy and preferably RFC8212. However, even when implementing both measurements an operator could still (accidentaly) announce more routes than intended. Setting a maximum prefix outbound value prevents this.

5.2. CE protection

Residential and many business customers connected to the internet using a 'simple' CPE and connected to a single Service Provider only needs to accept a single default route and not the full internet table. In order to prevent overloading the CPE Control Plane, maximum outbound limits should be applied on the session on the PE router.

5.3. PE-CE BGP session from operator side

-- Change this so it explains that it's extra protection towards the PE so it won't kill the BGP session due to max prefix inbound -- Internet providers PE side gateway PE-CE connections would would generally set maximum prefix to disconnect if maximum prefix is reached. This is a secondary protection mechanism as the primary is prefix length and AS path checks.

6. Security Considerations

Maximum Prefix Limits are an essential tool for routing operations and SHOULD be used to increase stability. They provide a first-line mechanism to avoid route leaks and to avoid unintended routing suggestions to happen between neighbors. Implementing this measures is only one of the building blocks you need to provide full security, but it is important to build a modular defense system.

Stability for the routing table is also an important aspect for implementing the measures included in this draft. Ensuring that neighbors will not receive an amount of routes that would overload their routing platform contributes to the stability of interconnections and of the Internet as a whole.

7. IANA Considerations

This memo requests that IANA assigns a new subcode named "Threshold exceeded: Maximum Number of Prefixes Sent" in the "Cease NOTIFICATION message subcodes" registry under the "Border Gateway Protocol (BGP) Parameters" group.

8. Acknowledgments

The authors would like to thank Saku Ytti and John Heasley (NTT Ltd.), Jeff Haas, Colby Barth and John Scudder (Juniper Networks), Martijn Schmidt (i3D.net), Teun Vink (BIT), Sabri Berisha (eBay), Martin Pels (Quanza), Steven Bakker (AMS-IX), Aftab Siddiqui (ISOC), Yu Tianpeng, Ruediger Volk (Deutsche Telekom), Robert Raszuk (Bloomberg), Jakob Heitz (Cisco), Warren Kumari (Google), Ben Maddison (Workonline), Randy Bush, Brian Dickson and Gyan Mishra (Verizon) for their support, insightful reviews, and comments.

9. Implementation status - RFC EDITOR: REMOVE BEFORE PUBLICATION

This section records the status of known implementations of the protocol defined by this specification at the time of posting of this Internet-Draft, and is based on a proposal described in RFC7942. The description of implementations in this section is intended to assist the IETF in its decision processes in progressing drafts to RFCs. Please note that the listing of any individual implementation here does not imply endorsement by the IETF. Furthermore, no effort has been spent to verify the information presented here that was supplied by IETF contributors. This is not intended as, and must not be construed to be, a catalog of available implementations or their features. Readers are advised to note that other implementations may exist.

The table below provides an overview (as of the moment of writing) of which vendors have produced implementations of inbound or outbound maximum prefix limits. Each table cell shows the applicable configuration keywords if the vendor implemented the feature.

Table 2: Maximum prefix limits capabilities per implementation
Vendor Inbound Pre-Policy Inbound Post-Policy Outbound
Cisco IOS XR maximum-prefix
Cisco IOS XE maximum-prefix
Juniper Junos OS prefix-limit accepted-prefix-limit, or prefix-limit combined with 'keep none' advertise-prefix-limit *
Nokia SR OS prefix-limit
NIC.CZ BIRD 'import keep filtered' combined with 'receive limit' 'import limit' or 'receive limit' export limit
OpenBSD OpenBGPD max-prefix
Arista EOS maximum-routes maximum-accepted-routes
Huawei VRPv5 peer route-limit
Huawei VRPv8 peer route-limit peer route-limit accept-prefix

First presented by Job Snijders at [RIPE77]

*In testing stage

10. References

10.1. Normative References

[I-D.sas-idr-maxprefix-inbound]
Aelmans, M., stucchi-lists@glevia.com, s., and J. Snijders, "BGP Maximum Prefix Limits Inbound", Work in Progress, Internet-Draft, draft-sas-idr-maxprefix-inbound-01, , <http://www.ietf.org/internet-drafts/draft-sas-idr-maxprefix-inbound-01.txt>.
[RFC2119]
Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels", BCP 14, RFC 2119, DOI 10.17487/RFC2119, , <https://www.rfc-editor.org/info/rfc2119>.
[RFC4271]
Rekhter, Y., Ed., Li, T., Ed., and S. Hares, Ed., "A Border Gateway Protocol 4 (BGP-4)", RFC 4271, DOI 10.17487/RFC4271, , <https://www.rfc-editor.org/info/rfc4271>.
[RFC8174]
Leiba, B., "Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words", BCP 14, RFC 8174, DOI 10.17487/RFC8174, , <https://www.rfc-editor.org/info/rfc8174>.
[RFC8538]
Patel, K., Fernando, R., Scudder, J., and J. Haas, "Notification Message Support for BGP Graceful Restart", RFC 8538, DOI 10.17487/RFC8538, , <https://www.rfc-editor.org/info/rfc8538>.

10.2. Informative References

[I-D.ietf-idr-bgp-model]
Jethanandani, M., Patel, K., Hares, S., and J. Haas, "BGP YANG Model for Service Provider Networks", Work in Progress, Internet-Draft, draft-ietf-idr-bgp-model-10, , <http://www.ietf.org/internet-drafts/draft-ietf-idr-bgp-model-10.txt>.
[RFC5424]
Gerhards, R., "The Syslog Protocol", RFC 5424, DOI 10.17487/RFC5424, , <https://www.rfc-editor.org/info/rfc5424>.
[RFC7908]
Sriram, K., Montgomery, D., McPherson, D., Osterweil, E., and B. Dickson, "Problem Definition and Classification of BGP Route Leaks", RFC 7908, DOI 10.17487/RFC7908, , <https://www.rfc-editor.org/info/rfc7908>.
[RIPE77]
Snijders, J., "Robust Routing Policy Architecture", , <https://ripe77.ripe.net/wp-content/uploads/presentations/59-RIPE77_Snijders_Routing_Policy_Architecture.pdf>.

Authors' Addresses

Melchior Aelmans
Juniper Networks
Boeing Avenue 240
1119 PZ Schiphol-Rijk
Netherlands
Massimiliano Stucchi
Independent
Job Snijders
Fastly
Amsterdam
Netherlands