<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.39 (Ruby 3.2.3) -->
<?rfc comments="yes"?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-idr-bgp4-rfc4271bis-01" category="std" consensus="true" submissionType="IETF" obsoletes="4271, 6608, 8212, 9687" tocDepth="4" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.34.0 -->
  <front>
    <title abbrev="BGP-4">A Border Gateway Protocol 4 (BGP-4)</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-idr-bgp4-rfc4271bis-01"/>
    <author initials="Y." surname="Rekhter" fullname="Yakov Rekhter">
      <organization>Retired</organization>
      <address>
        <email>yakov@juniper.net</email>
      </address>
    </author>
    <author initials="T." surname="Li" fullname="Tony Li">
      <organization>HPE</organization>
      <address>
        <email>tony.li@tony.li</email>
      </address>
    </author>
    <author initials="S." surname="Hares" fullname="Susan Hares">
      <organization>Huawei</organization>
      <address>
        <email>skh@ndzh.com</email>
      </address>
    </author>
    <author initials="J." surname="Scudder" fullname="John Scudder" role="editor">
      <organization>HPE</organization>
      <address>
        <email>jgs@hpe.com</email>
      </address>
    </author>
    <date year="2026"/>
    <area>rtg</area>
    <workgroup>idr</workgroup>
    <keyword>BGP-4</keyword>
    <keyword>routing</keyword>
    <abstract>
      <?line 95?>
<t>This document discusses the Border Gateway Protocol (BGP), which is
an inter-Autonomous System routing protocol.</t>
      <t>The primary function of a BGP-speaking system is to exchange network
reachability information with other BGP systems.  This network
reachability information includes information on the list of
Autonomous Systems (ASes) that reachability information traverses.
This information is sufficient for constructing a graph of AS
connectivity for this reachability from which routing loops may be
pruned, and, at the AS level, some policy decisions may be enforced.</t>
      <t>BGP-4 provides a set of mechanisms for supporting Classless Inter-
Domain Routing (CIDR).  These mechanisms include support for
advertising a set of destinations as an IP prefix, and eliminating
the concept of network "class" within BGP.  BGP-4 also introduces
mechanisms that allow aggregation of routes, including aggregation of
AS paths.</t>
      <t>This document obsoletes RFC 4271.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-idr-bgp4-rfc4271bis/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        IDR Working Group mailing list (<eref target="mailto:idr@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/idr/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/idr/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/ietf-wg-idr/RFC4271bis"/>.</t>
    </note>
  </front>
  <middle>
    <?line 116?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>The Border Gateway Protocol (BGP) is an inter-Autonomous System
routing protocol. This version of BGP, BGP-4, was first documented
in <xref target="RFC1771"/>, which was superceded by <xref target="RFC4271"/>, which in 
turn is obsoleted by this document.</t>
      <t>The primary function of a BGP-speaking system is to exchange network
reachability information with other BGP systems.  This network
reachability information includes information on the list of
Autonomous Systems (ASes) that reachability information traverses.
This information is sufficient for constructing a graph of AS
connectivity for this reachability, from which routing loops may be
pruned and, at the AS level, some policy decisions may be enforced.</t>
      <t>BGP-4 provides a set of mechanisms for supporting Classless Inter-
Domain Routing (CIDR) <xref target="RFC1518"/> <xref target="RFC1519"/>.  These mechanisms include
support for advertising a set of destinations as an IP prefix and
eliminating the concept of network "class" within BGP.  BGP-4 also
introduces mechanisms that allow aggregation of routes, including
aggregation of AS paths.</t>
      <t>Routing information exchanged via the procedures documented here supports
only the destination-based forwarding paradigm, which assumes that a router
forwards a packet based solely on the destination address carried in the IP
header of the packet.  This, in turn, reflects the set of policy decisions
that can (and cannot) be enforced using BGP.  BGP can support only those
policies conforming to the destination-based forwarding paradigm.</t>
      <t>Since its first publication, BGP-4 has been extended by many other
specifications. Notable extensions include <xref target="RFC4760"/>, which generalizes
BGP-4 to allow support for advertising routing information of address
families beyond IP Version 4 as documented in the present specification, and
IP Version 6 in particular.</t>
      <section anchor="definition-of-commonly-used-terms">
        <name>Definition of Commonly Used Terms</name>
        <t>This section provides definitions for terms that have a specific
meaning to the BGP protocol and that are used throughout the text.</t>
        <dl>
          <dt>Adj-RIB-In:</dt>
          <dd>
            <t>The Adj-RIBs-In contain unprocessed routing information that 
has been advertised to the local BGP speaker by its peers.</t>
          </dd>
          <dt>Adj-RIB-Out:</dt>
          <dd>
            <t>The Adj-RIBs-Out contain the routes for advertisement to specific 
peers by means of the local speaker's UPDATE messages.</t>
          </dd>
          <dt>Autonomous System (AS):</dt>
          <dd>
            <t>The classic definition of an Autonomous System is a set of routers
under a single technical administration, using an interior gateway
protocol (IGP) and common metrics to determine how to route
packets within the AS, and using an inter-AS routing protocol to
determine how to route packets to other ASes.  Since this classic
definition was developed, it has become common for a single AS to
use several IGPs and, sometimes, several sets of metrics within an
AS.  The use of the term Autonomous System stresses the fact that,
even when multiple IGPs and metrics are used, the administration
of an AS appears to other ASes to have a single coherent interior
routing plan, and presents a consistent picture of the
destinations that are reachable through it.</t>
          </dd>
          <dt>BGP Identifier:</dt>
          <dd>
            <t>A 4-octet, unsigned, non-zero integer that should be unique within 
an AS.  The value of the BGP Identifier for a BGP speaker is
determined on startup and is the same for every local interface and
every BGP peer.</t>
          </dd>
          <dt>BGP speaker:</dt>
          <dd>
            <t>A router that implements BGP.</t>
          </dd>
          <dt>EBGP:</dt>
          <dd>
            <t>External BGP (BGP connection between external peers).</t>
          </dd>
          <dt>Export Policy:</dt>
          <dd>
            <t>A local policy to be applied in selecting the information contained
in the Adj-RIBs-Out. As described in <xref target="rib"/>, the Adj-RIBs-Out
contain information that has been selected for advertisement to other
BGP speakers.</t>
          </dd>
          <dt>External peer:</dt>
          <dd>
            <t>Peer that is in a different Autonomous System than the local
system.</t>
          </dd>
          <dt>Feasible route:</dt>
          <dd>
            <t>An advertised route that is available for use by the recipient.</t>
          </dd>
          <dt>IBGP:</dt>
          <dd>
            <t>Internal BGP (BGP connection between internal peers).</t>
          </dd>
          <dt>Internal peer:</dt>
          <dd>
            <t>Peer that is in the same Autonomous System as the local system.</t>
          </dd>
          <dt>IGP:</dt>
          <dd>
            <t>Interior Gateway Protocol - a routing protocol used to exchange
routing information among routers within a single Autonomous
System.</t>
          </dd>
          <dt>Import Policy:</dt>
          <dd>
            <t>A local policy to be applied to the information contained in the
Adj-RIBs-In. As described in <xref target="rib"/>, the Adj-RIBs-In contain
information learned from other BGP speakers, and the application of
the Import Policy results in the routes that will be considered in
the Decision Process by the local BGP speaker.</t>
          </dd>
          <dt>Loc-RIB:</dt>
          <dd>
            <t>The Loc-RIB contains the routes that have been selected by the
local BGP speaker's Decision Process.</t>
          </dd>
          <dt>NLRI:</dt>
          <dd>
            <t>Network Layer Reachability Information. When used without 
modification, one of the IP address prefixes carried in the NLRI 
field of an UPDATE message. When the NLRI field itself is intended, 
it is written as such.</t>
          </dd>
          <dt>Route:</dt>
          <dd>
            <t>A unit of information that pairs a set of destinations with the
attributes of a path to those destinations.  The set of
destinations are systems whose IP addresses are contained in one
IP address prefix carried in the Network Layer Reachability
Information (NLRI) field of an UPDATE message.  The path is the 
information reported in the path attributes field of the same
UPDATE message.</t>
          </dd>
          <dt>RIB:</dt>
          <dd>
            <t>Routing Information Base.</t>
          </dd>
          <dt>Unfeasible route:</dt>
          <dd>
            <t>A previously advertised feasible route that is no longer available
for use.</t>
          </dd>
        </dl>
      </section>
      <section anchor="specification-of-requirements">
        <name>Specification of Requirements</name>
        <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
        <?line -18?>

</section>
    </section>
    <section anchor="roadmap">
      <name>Roadmap</name>
      <t>TODO: This section is a work in progress. It's intended to become the
roadmap mentioned in GitHub issue #58.</t>
      <t>This document is the keystone in the Internet Standard TBD_STD_NUMBER,
but that Internet Standard includes other documents as well. The reader
should consider all documents that are part of that standard to be
required parts of a useful BGP implementation.</t>
      <t>Beyond that, the BGP protocol is made up of both this base
specification, and a multitude of other specifications that extend and
modify it. In the nature of things, the set of documents the reader
needs to consult to have a complete picture of the protocol will change
over time, but at time of writing the documents mentioned here were 
important to be aware of.</t>
      <t>The reader should also consult the "updated by" metadata, available at
time of writing at this document's IETF Datatracker page.</t>
      <section anchor="core-extensions">
        <name>Core Extensions</name>
        <dl>
          <dt><xref target="RFC4760"/>:</dt>
          <dd>
            <t>This document extends BGP to provide multiprotocol support.
The original BGP protocol, documented in the present specification,
supports only IPv4 routing. Support for RFC 4760 is required in
order to support IPv6 routing, and other useful features as well.</t>
          </dd>
        </dl>
        <!-- Editor's note: This section is here because I moved the Acknowledgements to
the end, which is the more normal place - but that results in all the
sections being renumbered, and I would prefer that Section 9 remain Section
9, it's stuck in my head that way. Perhaps we can put something up front
here that's relevant, like a short discussion of what's changed since 4271
(not a changelog though... an overview?) and/or a discussion of why it
should be an Internet Standard. -->

</section>
    </section>
    <section anchor="summary-of-operation">
      <name>Summary of Operation</name>
      <t>The Border Gateway Protocol (BGP) is an inter-Autonomous System
routing protocol.  It is built on experience gained with EGP (as
defined in <xref target="RFC904"/>) and EGP usage in the NSFNET Backbone (as
described in <xref target="RFC1092"/> and <xref target="RFC1093"/>).  For more BGP-related
information, see <xref target="RFC1772"/>, <xref target="RFC1930"/>, <xref target="RFC1997"/>, and <xref target="RFC2858"/>.</t>
      <t>The primary function of a BGP-speaking system is to exchange network
reachability information with other BGP systems.  This network
reachability information includes information on the list of
Autonomous Systems (ASes) that reachability information traverses.
This information is sufficient for constructing a graph of AS
connectivity, from which routing loops may be pruned, and, at the AS
level, some policy decisions may be enforced.</t>
      <t>In the context of this document, we assume that a BGP speaker
advertises to its peers only those routes that it uses itself (in
this context, a BGP speaker is said to "use" a BGP route if it is the
most-preferred BGP route and is used in forwarding).  All other cases
are outside the scope of this document.</t>
      <t>In the context of this document, the term "IP address" refers to an
IP Version 4 address <xref target="RFC791"/>.</t>
      <t>The functionality documented in this specification supports the
destination-based forwarding paradigm, which assumes that a router forwards
a packet based solely on the destination address carried in the IP header of
the packet. BGP as documented herein can support any policy conforming to
the destination-based forwarding paradigm. Some policies cannot be supported
by the destination-based forwarding paradigm, and thus require techniques
such as source routing (aka explicit routing) to be enforced. Many
extensions to BGP exist, which may enable such policies. These extensions
are beyond the scope of this document.</t>
      <t>BGP-4 provides a set of mechanisms for supporting Classless
Inter-Domain Routing (CIDR) <xref target="RFC1518"/> <xref target="RFC1519"/>.  These mechanisms
include support for advertising a set of destinations as an IP prefix
and eliminating the concept of a network "class" within BGP.  BGP-4
also includes mechanisms that allow aggregation of routes.</t>
      <t>This document uses the term 'Autonomous System' (AS) throughout.  The
classic definition of an Autonomous System is a set of routers under
a single technical administration, using an interior gateway protocol
(IGP) and common metrics to determine how to route packets within the
AS, and using an inter-AS routing protocol to determine how to route
packets to other ASes.  Since this classic definition was developed,
it has become common for a single AS to use several IGPs and,
sometimes, several sets of metrics within an AS.  The use of the term
Autonomous System stresses the fact that, even when multiple IGPs and
metrics are used, the administration of an AS appears to other ASes
to have a single coherent interior routing plan and presents a
consistent picture of the destinations that are reachable through it.</t>
      <t>BGP uses TCP <xref target="RFC793"/> as its transport protocol.  This eliminates the
need to implement explicit update fragmentation, retransmission,
acknowledgement, and sequencing.  BGP listens on TCP port 179.  The
error notification mechanism used in BGP assumes that TCP supports a
"graceful" close (i.e., that all outstanding data will be delivered
before the connection is closed).</t>
      <t>A TCP connection is formed between two systems.  They exchange
messages to open and confirm the connection parameters.</t>
      <t>The initial data flow (sometimes called "initial convergence") 
is the portion of the BGP routing table that is
allowed by the export policy, called the Adj-Ribs-Out (see <xref target="rib"/>).
Incremental updates are sent as the routing tables change.  BGP does
not require a periodic refresh of the routing table.  To allow local
policy changes to have the correct effect without resetting any BGP
connections, a BGP speaker <bcp14>SHOULD</bcp14> either (a) retain the current
version of the routes advertised to it by all of its peers for the
duration of the connection, or (b) make use of the Route Refresh
extension <xref target="RFC2918"/>.</t>
      <t>KEEPALIVE messages are normally sent periodically to ensure that the
connection is live.  NOTIFICATION messages are sent in response to
errors or special conditions.  If a connection encounters an error
condition, a NOTIFICATION message is sent, and the connection is
closed.</t>
      <t>A peer in a different AS is referred to as an external peer, while a
peer in the same AS is referred to as an internal peer.  Internal BGP
and external BGP are commonly abbreviated as IBGP and EBGP.</t>
      <t>If a particular AS has multiple BGP speakers and is providing transit
service for other ASes, then care must be taken to ensure a
consistent view of routing within the AS.  A consistent view of the
interior routes of the AS is provided by the IGP used within the AS.
For the purpose of this document, it is assumed that a consistent
view of the routes exterior to the AS is provided by having all BGP
speakers within the AS maintain IBGP with each other.</t>
      <t>This document specifies the base behavior of the BGP protocol.  This
behavior can be, and is, modified by extension specifications.  When
the protocol is extended, the new behavior is fully documented in the
extension specifications.</t>
      <section anchor="routes_adv_store">
        <name>Routes: Advertisement and Storage</name>
        <t>For the purpose of this protocol, a route is defined as a unit of
information that pairs a set of destinations with the attributes of a
path to those destinations.  The set of destinations are systems
whose IP addresses are contained in one IP address prefix that is
carried in the Network Layer Reachability Information (NLRI) field of
an UPDATE message, and the path is the information reported in the
path attributes field of the same UPDATE message.</t>
        <t>Routes are advertised between BGP speakers in UPDATE messages.
Multiple routes that have the same path attributes can be advertised
in a single UPDATE message by including multiple prefixes in the NLRI
field of the UPDATE message.</t>
        <t>Routes are stored in the Routing Information Bases (RIBs): namely,
the Adj-RIBs-In, the Loc-RIB, and the Adj-RIBs-Out, as described in
<xref target="rib"/>.</t>
        <t>If a BGP speaker chooses to advertise a previously received route, it
may add to, or modify, the path attributes of the route before
advertising it to a peer. In some cases, such operations are required.</t>
        <t>BGP provides mechanisms by which a BGP speaker can inform its peers
that a previously advertised route is no longer available for use.
There are three methods by which a given BGP speaker can indicate
that a route has been withdrawn from service:</t>
        <ol spacing="normal" type="%c)"><li>
            <t>the IP prefix that expresses the destination for a previously
 advertised route can be advertised in the WITHDRAWN ROUTES
 field in the UPDATE message, thus marking the associated route
 as being no longer available for use,</t>
          </li>
          <li>
            <t>a replacement route with the same NLRI can be advertised, or</t>
          </li>
          <li>
            <t>the BGP speaker connection can be closed, which implicitly
 removes all routes the pair of speakers had advertised to each
 other from service.</t>
          </li>
        </ol>
        <t>Changing the attribute(s) of a route is accomplished by advertising a
replacement route.  The replacement route carries new (changed)
attributes and has the same address prefix as the original route.</t>
      </section>
      <section anchor="rib">
        <name>Routing Information Base</name>
        <t>The Routing Information Base (RIB) within a BGP speaker consists of
three distinct parts:</t>
        <ol group="ribparts" spacing="normal" type="%c)"><li>
            <t>Adj-RIBs-In: 
 The Adj-RIBs-In store routing information learned
 from inbound UPDATE messages that were received from other BGP
 speakers.  Their contents represent routes that are available
 as input to the Decision Process.</t>
          </li>
          <li>
            <t>Loc-RIB: 
 The Loc-RIB contains the local routing information the
 BGP speaker selected by applying its local policies to the
 routing information contained in its Adj-RIBs-In.  These are
 the routes that will be used by the local BGP speaker.  The
 next hop for each of these routes must be resolvable via the
 local BGP speaker's Routing Table.</t>
          </li>
          <li>
            <t>Adj-RIBs-Out: 
 The Adj-RIBs-Out store information the local BGP
 speaker selected for advertisement to its peers.  The routing
 information stored in the Adj-RIBs-Out will be carried in the
 local BGP speaker's UPDATE messages and advertised to its
 peers.</t>
          </li>
        </ol>
        <t>In summary, the Adj-RIBs-In contain unprocessed routing information
that has been advertised to the local BGP speaker by its peers; the
Loc-RIB contains the routes that have been selected by the local BGP
speaker's Decision Process; and the Adj-RIBs-Out organize the routes
for advertisement to specific peers (by means of the local speaker's
UPDATE messages).</t>
        <t>Although the conceptual model distinguishes between Adj-RIBs-In,
Loc-RIB, and Adj-RIBs-Out, this neither implies nor requires that an
implementation must maintain three separate copies of the routing
information.  The choice of implementation (for example, 3 copies of
the information vs 1 copy with pointers) is not constrained by the
protocol.</t>
        <t>Routing information that the BGP speaker uses to forward packets (or
to construct the forwarding table used for packet forwarding) is
maintained in the Routing Table.  The Routing Table accumulates
routes to directly connected networks, static routes, routes learned
from the IGP protocols, and routes learned from BGP.  Whether a
specific BGP route should be installed in the Routing Table, and
whether a BGP route should override a route to the same destination
installed by another source, is a local policy decision, and is not
specified in this document.  In addition to actual packet forwarding,
the Routing Table is used for resolution of the next-hop addresses
specified in BGP updates (see <xref target="nexthop"/>).</t>
      </section>
    </section>
    <section anchor="msgformat">
      <name>Message Formats</name>
      <t>This section describes message formats used by BGP.</t>
      <t>BGP messages are sent over TCP connections.  A message is processed
only after it is entirely received.  The maximum message size is 4096
octets.  All implementations are required to support this maximum
message size.  The smallest message that may be sent consists of a
BGP header without a data portion (19 octets).</t>
      <t>All multi-octet fields are in network byte order.</t>
      <section anchor="message-header-format">
        <name>Message Header Format</name>
        <t>Each message has a fixed-size header.  There may or may not be a data
portion following the header, depending on the message type.  The
layout of the fields is shown below:</t>
        <figure>
          <name>Message Header Format</name>
          <artset>
            <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="240" width="528" viewBox="0 0 528 240" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                <path d="M 8,64 L 8,224" fill="none" stroke="black"/>
                <path d="M 264,192 L 264,224" fill="none" stroke="black"/>
                <path d="M 392,192 L 392,224" fill="none" stroke="black"/>
                <path d="M 520,64 L 520,192" fill="none" stroke="black"/>
                <path d="M 8,64 L 520,64" fill="none" stroke="black"/>
                <path d="M 8,192 L 520,192" fill="none" stroke="black"/>
                <path d="M 8,224 L 392,224" fill="none" stroke="black"/>
                <g class="text">
                  <text x="16" y="36">0</text>
                  <text x="176" y="36">1</text>
                  <text x="336" y="36">2</text>
                  <text x="496" y="36">3</text>
                  <text x="16" y="52">0</text>
                  <text x="32" y="52">1</text>
                  <text x="48" y="52">2</text>
                  <text x="64" y="52">3</text>
                  <text x="80" y="52">4</text>
                  <text x="96" y="52">5</text>
                  <text x="112" y="52">6</text>
                  <text x="128" y="52">7</text>
                  <text x="144" y="52">8</text>
                  <text x="160" y="52">9</text>
                  <text x="176" y="52">0</text>
                  <text x="192" y="52">1</text>
                  <text x="208" y="52">2</text>
                  <text x="224" y="52">3</text>
                  <text x="240" y="52">4</text>
                  <text x="256" y="52">5</text>
                  <text x="272" y="52">6</text>
                  <text x="288" y="52">7</text>
                  <text x="304" y="52">8</text>
                  <text x="320" y="52">9</text>
                  <text x="336" y="52">0</text>
                  <text x="352" y="52">1</text>
                  <text x="368" y="52">2</text>
                  <text x="384" y="52">3</text>
                  <text x="400" y="52">4</text>
                  <text x="416" y="52">5</text>
                  <text x="432" y="52">6</text>
                  <text x="448" y="52">7</text>
                  <text x="464" y="52">8</text>
                  <text x="480" y="52">9</text>
                  <text x="496" y="52">0</text>
                  <text x="512" y="52">1</text>
                  <text x="252" y="148">Marker</text>
                  <text x="116" y="212">Length</text>
                  <text x="332" y="212">Type</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art"><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                                                               |
+                                                               +
|                                                               |
+                                                               +
|                           Marker                              |
+                                                               +
|                                                               |
+-------------------------------+---------------+---------------+
|          Length               |      Type     |
+-------------------------------+---------------+
]]></artwork>
          </artset>
        </figure>
        <dl>
          <dt>Marker:</dt>
          <dd>
            <t>This 16-octet field is included for compatibility; it <bcp14>MUST</bcp14> be
set to all ones.</t>
          </dd>
          <dt>Length:</dt>
          <dd>
            <t>This 2-octet unsigned integer indicates the total length of the
message, including the header in octets.  Thus, it allows one
to locate the (Marker field of the) next message in the TCP
stream.  The value of the Length field <bcp14>MUST</bcp14> always be at least
19 and no greater than 4096, and <bcp14>MAY</bcp14> be further constrained,
depending on the message type.  "padding" of extra data after
the message is not allowed.  Therefore, the Length field <bcp14>MUST</bcp14>
have the smallest value required, given the rest of the
message.</t>
          </dd>
          <dt>Type:</dt>
          <dd>
            <t>This 1-octet unsigned integer indicates the type code of the
message.  This document defines the following type codes:</t>
          </dd>
          <dt/>
          <dd>
            <ol spacing="normal" type="1"><li>
                <t>OPEN</t>
              </li>
              <li>
                <t>UPDATE</t>
              </li>
              <li>
                <t>NOTIFICATION</t>
              </li>
              <li>
                <t>KEEPALIVE</t>
              </li>
            </ol>
          </dd>
          <dt/>
          <dd>
            <t><xref target="RFC2918"/> defines one more type code.</t>
          </dd>
        </dl>
      </section>
      <section anchor="openfmt">
        <name>OPEN Message Format</name>
        <t>After a TCP connection is established, the first message sent by each
side is an OPEN message.  If the OPEN message is acceptable, a
KEEPALIVE message confirming the OPEN is sent back.</t>
        <t>In addition to the fixed-size BGP header, the OPEN message contains
the following fields:</t>
        <figure>
          <name>OPEN Message Format</name>
          <artset>
            <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="304" width="528" viewBox="0 0 528 304" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                <path d="M 8,64 L 8,288" fill="none" stroke="black"/>
                <path d="M 136,64 L 136,96" fill="none" stroke="black"/>
                <path d="M 136,192 L 136,224" fill="none" stroke="black"/>
                <path d="M 264,96 L 264,160" fill="none" stroke="black"/>
                <path d="M 520,160 L 520,192" fill="none" stroke="black"/>
                <path d="M 520,224 L 520,288" fill="none" stroke="black"/>
                <path d="M 8,64 L 136,64" fill="none" stroke="black"/>
                <path d="M 8,96 L 264,96" fill="none" stroke="black"/>
                <path d="M 8,128 L 264,128" fill="none" stroke="black"/>
                <path d="M 8,160 L 520,160" fill="none" stroke="black"/>
                <path d="M 8,192 L 520,192" fill="none" stroke="black"/>
                <path d="M 8,224 L 520,224" fill="none" stroke="black"/>
                <path d="M 8,288 L 520,288" fill="none" stroke="black"/>
                <g class="text">
                  <text x="16" y="36">0</text>
                  <text x="176" y="36">1</text>
                  <text x="336" y="36">2</text>
                  <text x="496" y="36">3</text>
                  <text x="16" y="52">0</text>
                  <text x="32" y="52">1</text>
                  <text x="48" y="52">2</text>
                  <text x="64" y="52">3</text>
                  <text x="80" y="52">4</text>
                  <text x="96" y="52">5</text>
                  <text x="112" y="52">6</text>
                  <text x="128" y="52">7</text>
                  <text x="144" y="52">8</text>
                  <text x="160" y="52">9</text>
                  <text x="176" y="52">0</text>
                  <text x="192" y="52">1</text>
                  <text x="208" y="52">2</text>
                  <text x="224" y="52">3</text>
                  <text x="240" y="52">4</text>
                  <text x="256" y="52">5</text>
                  <text x="272" y="52">6</text>
                  <text x="288" y="52">7</text>
                  <text x="304" y="52">8</text>
                  <text x="320" y="52">9</text>
                  <text x="336" y="52">0</text>
                  <text x="352" y="52">1</text>
                  <text x="368" y="52">2</text>
                  <text x="384" y="52">3</text>
                  <text x="400" y="52">4</text>
                  <text x="416" y="52">5</text>
                  <text x="432" y="52">6</text>
                  <text x="448" y="52">7</text>
                  <text x="464" y="52">8</text>
                  <text x="480" y="52">9</text>
                  <text x="496" y="52">0</text>
                  <text x="512" y="52">1</text>
                  <text x="72" y="84">Version</text>
                  <text x="60" y="116">My</text>
                  <text x="116" y="116">Autonomous</text>
                  <text x="188" y="116">System</text>
                  <text x="116" y="148">Hold</text>
                  <text x="156" y="148">Time</text>
                  <text x="224" y="180">BGP</text>
                  <text x="284" y="180">Identifier</text>
                  <text x="32" y="212">Opt</text>
                  <text x="68" y="212">Parm</text>
                  <text x="104" y="212">Len</text>
                  <text x="148" y="260">Optional</text>
                  <text x="228" y="260">Parameters</text>
                  <text x="316" y="260">(variable)</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art"><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+
|    Version    |
+---------------+-+-+-+-+-+-+-+-+
|     My Autonomous System      |
+-------------------------------+
|           Hold Time           |
+-------------------------------+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                         BGP Identifier                        |
+---------------+-----------------------------------------------+
| Opt Parm Len  |
+---------------+-----------------------------------------------+
|                                                               |
|             Optional Parameters (variable)                    |
|                                                               |
+---------------------------------------------------------------+
]]></artwork>
          </artset>
        </figure>
        <dl>
          <dt>Version:</dt>
          <dd>
            <t>This 1-octet unsigned integer indicates the protocol version
number of the message.  The current BGP version number is 4.</t>
          </dd>
          <dt>My Autonomous System:</dt>
          <dd>
            <t>This 2-octet unsigned integer indicates the Autonomous System
number of the sender.</t>
          </dd>
          <dt>Hold Time:</dt>
          <dd>
            <t>This 2-octet unsigned integer indicates the number of seconds
the sender proposes for the value of the Hold Timer.  Upon
receipt of an OPEN message, a BGP speaker <bcp14>MUST</bcp14> calculate the
value of the Hold Timer by using the smaller of its configured
Hold Time and the Hold Time received in the OPEN message.  The
Hold Time <bcp14>MUST</bcp14> be either zero or at least three seconds.  An
implementation <bcp14>MAY</bcp14> reject connections on the basis of the Hold
Time.  The calculated value indicates the maximum number of
seconds that may elapse between the receipt of successive
KEEPALIVE and/or UPDATE messages from the sender.</t>
          </dd>
          <dt>BGP Identifier:</dt>
          <dd>
            <t>This 4-octet unsigned integer indicates the BGP Identifier of
the sender.  A given BGP speaker sets the value of its BGP
Identifier to an IP address that is assigned to that BGP
speaker.  The value of the BGP Identifier is determined upon
startup and is the same for every local interface and BGP peer.</t>
          </dd>
          <dt>Optional Parameters Length:</dt>
          <dd>
            <t>This 1-octet unsigned integer indicates the total length of the
Optional Parameters field in octets.  If the value of this
field is zero, no Optional Parameters are present.</t>
          </dd>
          <dt>Optional Parameters:</dt>
          <dd>
            <t>This field contains a list of optional parameters, in which
each parameter is encoded as a &lt;Parameter Type, Parameter
Length, Parameter Value&gt; triplet.</t>
          </dd>
        </dl>
        <figure>
          <name>Optional Parameters</name>
          <artset>
            <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="128" width="496" viewBox="0 0 496 128" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                <path d="M 8,64 L 8,96" fill="none" stroke="black"/>
                <path d="M 136,64 L 136,96" fill="none" stroke="black"/>
                <path d="M 264,64 L 264,96" fill="none" stroke="black"/>
                <path d="M 8,64 L 328,64" fill="none" stroke="black"/>
                <path d="M 8,96 L 328,96" fill="none" stroke="black"/>
                <g class="text">
                  <text x="16" y="36">0</text>
                  <text x="176" y="36">1</text>
                  <text x="16" y="52">0</text>
                  <text x="32" y="52">1</text>
                  <text x="48" y="52">2</text>
                  <text x="64" y="52">3</text>
                  <text x="80" y="52">4</text>
                  <text x="96" y="52">5</text>
                  <text x="112" y="52">6</text>
                  <text x="128" y="52">7</text>
                  <text x="144" y="52">8</text>
                  <text x="160" y="52">9</text>
                  <text x="176" y="52">0</text>
                  <text x="192" y="52">1</text>
                  <text x="208" y="52">2</text>
                  <text x="224" y="52">3</text>
                  <text x="240" y="52">4</text>
                  <text x="256" y="52">5</text>
                  <text x="340" y="68">..</text>
                  <text x="48" y="84">Parm.</text>
                  <text x="92" y="84">Type</text>
                  <text x="168" y="84">Parm.</text>
                  <text x="220" y="84">Length</text>
                  <text x="320" y="84">Parameter</text>
                  <text x="384" y="84">Value</text>
                  <text x="452" y="84">(variable)</text>
                  <text x="340" y="100">..</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art"><![CDATA[
     0                   1
     0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-...
    |  Parm. Type   | Parm. Length  |  Parameter Value (variable)
    +---------------+---------------+-------...
]]></artwork>
          </artset>
        </figure>
        <ul empty="true">
          <li>
            <t>Parameter Type is a one octet field that unambiguously identifies individual parameters.  Parameter Length is a one octet field that contains the length of the Parameter Value field in octets.  Parameter Value is a variable length field that is interpreted according to the value of the Parameter Type field.</t>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <t><xref target="RFC3392"/> defines the Capabilities Optional Parameter.</t>
          </li>
        </ul>
        <t>The minimum length of the OPEN message is 29 octets (including the
message header).</t>
      </section>
      <section anchor="updatefmt">
        <name>UPDATE Message Format</name>
        <t>UPDATE messages are used to transfer routing information between BGP
peers.  The information in the UPDATE message can be used to
construct a graph that describes the relationships of the various
Autonomous Systems.  By applying rules discussed below, routing
information loops and some other anomalies may be detected and
removed from inter-AS routing.</t>
        <t>An UPDATE message is used to advertise feasible routes that share
common path attributes to a peer, or to withdraw multiple unfeasible
routes from service (see <xref target="routes_adv_store"/>).  An UPDATE message <bcp14>MAY</bcp14> simultaneously
advertise a feasible route and withdraw multiple unfeasible routes
from service. (<xref target="RFC4760"/> specifies an alternate encoding to advertise
and withdraw routes, and can be used to support address families other than
IP Version 4.)</t>
        <t>The UPDATE message always includes the fixed-size BGP
header, and also includes the other fields, as shown below (note,
some of the shown fields may not be present in every UPDATE message):</t>
        <figure>
          <name>UPDATE message format</name>
          <artset>
            <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="208" width="448" viewBox="0 0 448 208" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                <path d="M 8,32 L 8,192" fill="none" stroke="black"/>
                <path d="M 440,32 L 440,192" fill="none" stroke="black"/>
                <path d="M 8,32 L 440,32" fill="none" stroke="black"/>
                <path d="M 8,64 L 440,64" fill="none" stroke="black"/>
                <path d="M 8,96 L 440,96" fill="none" stroke="black"/>
                <path d="M 8,128 L 440,128" fill="none" stroke="black"/>
                <path d="M 8,160 L 440,160" fill="none" stroke="black"/>
                <path d="M 8,192 L 440,192" fill="none" stroke="black"/>
                <g class="text">
                  <text x="72" y="52">Withdrawn</text>
                  <text x="140" y="52">Routes</text>
                  <text x="196" y="52">Length</text>
                  <text x="236" y="52">(2</text>
                  <text x="280" y="52">octets)</text>
                  <text x="72" y="84">Withdrawn</text>
                  <text x="140" y="84">Routes</text>
                  <text x="212" y="84">(variable)</text>
                  <text x="56" y="116">Total</text>
                  <text x="100" y="116">Path</text>
                  <text x="160" y="116">Attribute</text>
                  <text x="228" y="116">Length</text>
                  <text x="268" y="116">(2</text>
                  <text x="312" y="116">octets)</text>
                  <text x="52" y="148">Path</text>
                  <text x="116" y="148">Attributes</text>
                  <text x="204" y="148">(variable)</text>
                  <text x="64" y="180">Network</text>
                  <text x="120" y="180">Layer</text>
                  <text x="196" y="180">Reachability</text>
                  <text x="296" y="180">Information</text>
                  <text x="388" y="180">(variable)</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art"><![CDATA[
+-----------------------------------------------------+
|   Withdrawn Routes Length (2 octets)                |
+-----------------------------------------------------+
|   Withdrawn Routes (variable)                       |
+-----------------------------------------------------+
|   Total Path Attribute Length (2 octets)            |
+-----------------------------------------------------+
|   Path Attributes (variable)                        |
+-----------------------------------------------------+
|   Network Layer Reachability Information (variable) |
+-----------------------------------------------------+
]]></artwork>
          </artset>
        </figure>
        <dl>
          <dt>Withdrawn Routes Length:</dt>
          <dd>
            <t>This 2-octets unsigned integer indicates the total length of
   the Withdrawn Routes field in octets.  Its value allows the
   length of the Network Layer Reachability Information field to
   be determined, as specified below.</t>
          </dd>
          <dt/>
          <dd>
            <t>A value of 0 indicates that no routes are being withdrawn from
   service, and that the WITHDRAWN ROUTES field is not present in
   this UPDATE message.</t>
          </dd>
          <dt>Withdrawn Routes:</dt>
          <dd>
            <t>This is a variable-length field that contains a list of IP
   address prefixes for the routes that are being withdrawn from
   service.  Each IP address prefix is encoded as a 2-tuple of the
   form &lt;length, prefix&gt;, whose fields are described below:</t>
          </dd>
        </dl>
        <figure anchor="ipaddressprefix">
          <name>IP Address Prefix</name>
          <artset>
            <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="128" width="240" viewBox="0 0 240 128" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                <path d="M 8,32 L 8,96" fill="none" stroke="black"/>
                <path d="M 232,32 L 232,96" fill="none" stroke="black"/>
                <path d="M 8,32 L 232,32" fill="none" stroke="black"/>
                <path d="M 8,64 L 232,64" fill="none" stroke="black"/>
                <path d="M 8,96 L 232,96" fill="none" stroke="black"/>
                <g class="text">
                  <text x="60" y="52">Length</text>
                  <text x="100" y="52">(1</text>
                  <text x="140" y="52">octet)</text>
                  <text x="60" y="84">Prefix</text>
                  <text x="132" y="84">(variable)</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art"><![CDATA[
    +---------------------------+
    |   Length (1 octet)        |
    +---------------------------+
    |   Prefix (variable)       |
    +---------------------------+
]]></artwork>
          </artset>
        </figure>
        <t>The use and the meaning of these fields are as follows:</t>
        <ol spacing="normal" type="%c)"><li>
            <t>Length:
 The Length field indicates the length in bits of the IP
 address prefix.  A length of zero indicates a prefix that
 matches all IP addresses (with prefix, itself, of zero
 octets).</t>
          </li>
          <li>
            <t>Prefix:
 The Prefix field contains an IP address prefix, followed by
 the minimum number of trailing bits needed to make the end
 of the field fall on an octet boundary.  Note that the value
 of trailing bits is irrelevant. Trailing bits <bcp14>MUST</bcp14> be set
 to zero on transmission and <bcp14>MUST</bcp14> be disregarded on receipt.</t>
          </li>
        </ol>
        <dl>
          <dt>Total Path Attribute Length:</dt>
          <dd>
            <t>This 2-octet unsigned integer indicates the total length of the
   Path Attributes field in octets.  Its value allows the length
   of the Network Layer Reachability field to be determined as
   specified below.</t>
          </dd>
          <dt/>
          <dd>
            <t>A value of 0 indicates that neither the Network Layer
   Reachability Information field nor the Path Attribute field is
   present in this UPDATE message.</t>
          </dd>
          <dt>Path Attributes:</dt>
          <dd>
            <t>A variable-length sequence of path attributes is present in
   every UPDATE message, except for an UPDATE message that carries
   only withdrawn routes.  Each path attribute is a triple
   &lt;attribute type, attribute length, attribute value&gt; of variable
   length.</t>
          </dd>
          <dt/>
          <dd>
            <t>Attribute Type is a two-octet field that consists of the
   Attribute Flags octet, followed by the Attribute Type Code
   octet.</t>
          </dd>
        </dl>
        <figure>
          <name>Attribute Type</name>
          <artset>
            <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="128" width="272" viewBox="0 0 272 128" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                <path d="M 8,64 L 8,96" fill="none" stroke="black"/>
                <path d="M 136,64 L 136,96" fill="none" stroke="black"/>
                <path d="M 264,64 L 264,96" fill="none" stroke="black"/>
                <path d="M 8,64 L 264,64" fill="none" stroke="black"/>
                <path d="M 8,96 L 264,96" fill="none" stroke="black"/>
                <g class="text">
                  <text x="16" y="36">0</text>
                  <text x="176" y="36">1</text>
                  <text x="16" y="52">0</text>
                  <text x="32" y="52">1</text>
                  <text x="48" y="52">2</text>
                  <text x="64" y="52">3</text>
                  <text x="80" y="52">4</text>
                  <text x="96" y="52">5</text>
                  <text x="112" y="52">6</text>
                  <text x="128" y="52">7</text>
                  <text x="144" y="52">8</text>
                  <text x="160" y="52">9</text>
                  <text x="176" y="52">0</text>
                  <text x="192" y="52">1</text>
                  <text x="208" y="52">2</text>
                  <text x="224" y="52">3</text>
                  <text x="240" y="52">4</text>
                  <text x="256" y="52">5</text>
                  <text x="48" y="84">Attr.</text>
                  <text x="96" y="84">Flags</text>
                  <text x="160" y="84">Attr.</text>
                  <text x="204" y="84">Type</text>
                  <text x="244" y="84">Code</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art"><![CDATA[
     0                   1
     0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  Attr. Flags  |Attr. Type Code|
    +---------------+---------------+
]]></artwork>
          </artset>
        </figure>
        <!-- [rfced] this text should be indented under path attributes -->

<ul empty="true">
          <li>
            <t>The high-order bit (bit 0) of the Attribute Flags octet is the
Optional bit.  It defines whether the attribute is optional (if
set to 1) or well-known (if set to 0).</t>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <t>The second high-order bit (bit 1) of the Attribute Flags octet
is the Transitive bit.  It defines whether an optional
attribute is transitive (if set to 1) or non-transitive (if set
to 0).</t>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <t>For well-known attributes, the Transitive bit <bcp14>MUST</bcp14> be set to 1.
(See <xref target="pathattributes"/> for a discussion of transitive attributes.)</t>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <t>The third high-order bit (bit 2) of the Attribute Flags octet
is the Partial bit.  It defines whether the information
contained in the optional transitive attribute is partial (if
set to 1) or complete (if set to 0).  For well-known attributes
and for optional non-transitive attributes, the Partial bit
<bcp14>MUST</bcp14> be set to 0.</t>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <t>The fourth high-order bit (bit 3) of the Attribute Flags octet
is the Extended Length bit.  It defines whether the Attribute
Length is one octet (if set to 0) or two octets (if set to 1).</t>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <t>The lower-order four bits of the Attribute Flags octet are
unused.  They <bcp14>MUST</bcp14> be zero when sent and <bcp14>MUST</bcp14> be ignored when
received.</t>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <t>The Attribute Type Code octet contains the Attribute Type Code.
Currently defined Attribute Type Codes are discussed in <xref target="pathattributes"/>.</t>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <t>If the Extended Length bit of the Attribute Flags octet is set
to 0, the third octet of the Path Attribute contains the length
of the attribute data in octets.</t>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <t>If the Extended Length bit of the Attribute Flags octet is set
to 1, the third and fourth octets of the path attribute contain
the length of the attribute data in octets.</t>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <t>The remaining octets of the Path Attribute represent the
attribute value and are interpreted according to the Attribute
Flags and the Attribute Type Code.  The supported Attribute
Type Codes, and their attribute values and uses are as follows:</t>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <dl>
              <dt>a) ORIGIN (Type Code 1):</dt>
              <dd>
                <t>ORIGIN is a well-known mandatory attribute that defines the
origin of the path information.  The data octet can assume
the following values:</t>
              </dd>
            </dl>
          </li>
        </ul>
        <table anchor="origin_values">
          <name>ORIGIN Values</name>
          <thead>
            <tr>
              <th align="left">Value</th>
              <th align="left">Meaning</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">0</td>
              <td align="left">IGP - Network Layer Reachability Information is interior to the originating AS</td>
            </tr>
            <tr>
              <td align="left">1</td>
              <td align="left">EGP - Network Layer Reachability Information learned via the EGP protocol <xref target="RFC904"/></td>
            </tr>
            <tr>
              <td align="left">2</td>
              <td align="left">INCOMPLETE - Network Layer Reachability Information learned by some other means</td>
            </tr>
            <tr>
              <td align="left">3-255</td>
              <td align="left">
                <bcp14>MUST NOT</bcp14> be sent</td>
            </tr>
          </tbody>
        </table>
        <ul empty="true">
          <li>
            <t>Usage of this attribute is defined in <xref target="origin"/>.</t>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <dl>
              <dt>b) AS_PATH (Type Code 2):</dt>
              <dd>
                <t>AS_PATH is a well-known mandatory attribute that is composed
of a sequence of AS path segments.  Each AS path segment is
represented by a triple &lt;path segment type, path segment
length, path segment value&gt;.</t>
              </dd>
            </dl>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <t>The path segment type is a 1-octet length field with the
following values defined:</t>
          </li>
        </ul>
        <table anchor="aspath_segtypes">
          <name>AS_PATH Segment Type Values</name>
          <thead>
            <tr>
              <th align="left">Value</th>
              <th align="left">Segment Type</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">1</td>
              <td align="left">AS_SET: unordered set of ASes a route in the UPDATE message has traversed</td>
            </tr>
            <tr>
              <td align="left">2</td>
              <td align="left">AS_SEQUENCE: ordered set of ASes a route in the UPDATE message has traversed</td>
            </tr>
          </tbody>
        </table>
        <ul empty="true">
          <li>
            <t>The path segment length is a 1-octet length field,
  containing the number of ASes (not the number of octets) in
  the path segment value field.</t>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <t>The path segment value field contains one or more AS
  numbers, each encoded as a 2-octet length field.</t>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <t>Usage of this attribute is defined in <xref target="aspath"/>.</t>
          </li>
        </ul>
        <dl>
          <dt>c) NEXT_HOP (Type Code 3):</dt>
          <dd>
            <t>This is a well-known mandatory attribute that defines the
(unicast) IP address of the router that <bcp14>SHOULD</bcp14> be used as
the next hop to the destinations listed in the Network Layer
Reachability Information field of the UPDATE message.</t>
          </dd>
          <dt/>
          <dd>
            <t>Usage of this attribute is defined in <xref target="nexthop"/>.</t>
          </dd>
          <dt>d) MULTI_EXIT_DISC (Type Code 4):</dt>
          <dd>
            <t>This is an optional non-transitive attribute that is a
four-octet unsigned integer.  The value of this attribute
<bcp14>MAY</bcp14> be used by a BGP speaker's Decision Process to
discriminate among multiple entry points to a neighboring
autonomous system.</t>
          </dd>
          <dt/>
          <dd>
            <t>Considerations for the deployment of this attribute are 
given in <xref target="RFC7964"/>.</t>
          </dd>
          <dt/>
          <dd>
            <t>Usage of this attribute is defined in <xref target="med"/>.</t>
          </dd>
          <dt>e) LOCAL_PREF (Type Code 5):</dt>
          <dd>
            <t>LOCAL_PREF is a well-known attribute that is a four-octet
unsigned integer.  A BGP speaker uses it to inform its other
internal peers of the advertising speaker's degree of
preference for an advertised route.</t>
          </dd>
          <dt/>
          <dd>
            <t>Usage of this attribute is defined in <xref target="localpref"/>.</t>
          </dd>
          <dt>f) ATOMIC_AGGREGATE (Type Code 6):</dt>
          <dd>
            <t>ATOMIC_AGGREGATE is a well-known discretionary attribute of
   length 0.</t>
          </dd>
          <dt/>
          <dd>
            <t>Usage of this attribute is defined in <xref target="atomic"/>.</t>
          </dd>
          <dt>g) AGGREGATOR (Type Code 7):</dt>
          <dd>
            <t>AGGREGATOR is an optional transitive attribute of length 6.
   The attribute contains the last AS number that formed the
   aggregate route (encoded as 2 octets), followed by the IP
   address of the BGP speaker that formed the aggregate route
   (encoded as 4 octets).  This <bcp14>SHOULD</bcp14> be the same address as
   the one used for the BGP Identifier of the speaker.</t>
          </dd>
          <dt/>
          <dd>
            <t>Usage of this attribute is defined in <xref target="aggregator"/>.</t>
          </dd>
          <dt>Network Layer Reachability Information:</dt>
          <dd>
            <t>This variable length field contains a list of IP address
   prefixes.  The length, in octets, of the Network Layer
   Reachability Information is not encoded explicitly, but can be
   calculated as:</t>
          </dd>
        </dl>
        <figure>
          <name>NLRI Length Calculation</name>
          <artwork><![CDATA[
   UPDATE message Length - 23 - Total Path Attributes Length
   - Withdrawn Routes Length
]]></artwork>
        </figure>
        <ul empty="true">
          <li>
            <t>where UPDATE message Length is the value encoded in the fixed-size
BGP header, Total Path Attribute Length, and Withdrawn
Routes Length are the values encoded in the variable part of
the UPDATE message, and 23 is a combined length of the fixed-size
BGP header, the Total Path Attribute Length field, and the
Withdrawn Routes Length field.</t>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <t>Reachability information is encoded as a list of IP
address prefixes for the routes that are being made available for
service.  Each IP address prefix is encoded as described above
under <xref target="ipaddressprefix"/>.
<!-- not really the right xref but there isn't a standalone subsection-->
            </t>
          </li>
        </ul>
        <t>The minimum length of the UPDATE message is 23 octets -- 19 octets
for the fixed header + 2 octets for the Withdrawn Routes Length + 2
octets for the Total Path Attribute Length (the value of Withdrawn
Routes Length is 0 and the value of Total Path Attribute Length is
0).</t>
        <t>An UPDATE message can advertise, at most, one set of path attributes,
but multiple destinations, provided that the destinations share these
attributes.  All path attributes contained in a given UPDATE message
apply to all destinations carried in the NLRI field of the UPDATE
message.</t>
        <t>An UPDATE message can list multiple routes that are to be withdrawn
from service.  Each such route is identified by its destination
(expressed as an IP prefix), which unambiguously identifies the route
in the context of the BGP speaker - BGP speaker connection to which
it has been previously advertised.</t>
        <t>An UPDATE message might advertise only routes that are to be
withdrawn from service, in which case the message will not include
path attributes or Network Layer Reachability Information.
Conversely, it may advertise only a feasible route, in which case the
WITHDRAWN ROUTES field need not be present.</t>
        <t>An UPDATE message <bcp14>SHOULD NOT</bcp14> include the same address prefix in the
WITHDRAWN ROUTES and Network Layer Reachability Information fields.
However, a BGP speaker <bcp14>MUST</bcp14> be able to process UPDATE messages in
this form.  A BGP speaker <bcp14>SHOULD</bcp14> treat an UPDATE message of this form
as though the WITHDRAWN ROUTES do not contain the address prefix.</t>
      </section>
      <section anchor="keepalivefmt">
        <name>KEEPALIVE Message Format</name>
        <t>BGP does not use any TCP-based, keep-alive mechanism to determine if
peers are reachable.  Instead, KEEPALIVE messages are exchanged
between peers often enough not to cause the Hold Timer to expire.  A
reasonable maximum time between KEEPALIVE messages would be one third
of the Hold Time interval.  KEEPALIVE messages <bcp14>MUST NOT</bcp14> be sent more
frequently than one per second.  An implementation <bcp14>MAY</bcp14> adjust the
rate at which it sends KEEPALIVE messages as a function of the Hold
Time interval.</t>
        <t>If the negotiated Hold Time interval is zero, then periodic KEEPALIVE
messages <bcp14>MUST NOT</bcp14> be sent.</t>
        <t>A KEEPALIVE message consists of only the message header and has a
length of 19 octets.</t>
      </section>
      <section anchor="notifyfmt">
        <name>NOTIFICATION Message Format</name>
        <t>A NOTIFICATION message is sent when an error condition is detected.
The BGP connection is closed immediately after it is sent.</t>
        <t>In addition to the fixed-size BGP header, the NOTIFICATION message
contains the following fields:</t>
        <figure>
          <name>NOTIFICATION Message Format</name>
          <artset>
            <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="112" width="528" viewBox="0 0 528 112" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                <path d="M 8,64 L 8,96" fill="none" stroke="black"/>
                <path d="M 136,64 L 136,96" fill="none" stroke="black"/>
                <path d="M 264,64 L 264,96" fill="none" stroke="black"/>
                <path d="M 520,64 L 520,96" fill="none" stroke="black"/>
                <path d="M 8,64 L 520,64" fill="none" stroke="black"/>
                <path d="M 8,96 L 520,96" fill="none" stroke="black"/>
                <g class="text">
                  <text x="16" y="36">0</text>
                  <text x="176" y="36">1</text>
                  <text x="336" y="36">2</text>
                  <text x="496" y="36">3</text>
                  <text x="16" y="52">0</text>
                  <text x="32" y="52">1</text>
                  <text x="48" y="52">2</text>
                  <text x="64" y="52">3</text>
                  <text x="80" y="52">4</text>
                  <text x="96" y="52">5</text>
                  <text x="112" y="52">6</text>
                  <text x="128" y="52">7</text>
                  <text x="144" y="52">8</text>
                  <text x="160" y="52">9</text>
                  <text x="176" y="52">0</text>
                  <text x="192" y="52">1</text>
                  <text x="208" y="52">2</text>
                  <text x="224" y="52">3</text>
                  <text x="240" y="52">4</text>
                  <text x="256" y="52">5</text>
                  <text x="272" y="52">6</text>
                  <text x="288" y="52">7</text>
                  <text x="304" y="52">8</text>
                  <text x="320" y="52">9</text>
                  <text x="336" y="52">0</text>
                  <text x="352" y="52">1</text>
                  <text x="368" y="52">2</text>
                  <text x="384" y="52">3</text>
                  <text x="400" y="52">4</text>
                  <text x="416" y="52">5</text>
                  <text x="432" y="52">6</text>
                  <text x="448" y="52">7</text>
                  <text x="464" y="52">8</text>
                  <text x="480" y="52">9</text>
                  <text x="496" y="52">0</text>
                  <text x="512" y="52">1</text>
                  <text x="40" y="84">Error</text>
                  <text x="84" y="84">code</text>
                  <text x="168" y="84">Error</text>
                  <text x="224" y="84">subcode</text>
                  <text x="324" y="84">Data</text>
                  <text x="384" y="84">(variable</text>
                  <text x="432" y="84">)</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art"><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Error code    | Error subcode |     Data (variable )          |
+---------------+---------------+-------------------------------+
]]></artwork>
          </artset>
        </figure>
        <!-- the extra space before the close paren above is to keep aasvg from rendering a spurious line -->

<dl>
          <dt>Error Code:</dt>
          <dd>
            <t>This 1-octet unsigned integer indicates the type of
   NOTIFICATION.  The following Error Codes are defined 
   by this document. The authoritative list is maintained
   by IANA, see <xref target="iana"/>:</t>
          </dd>
        </dl>
        <table>
          <name>NOTIFICATION Error Codes</name>
          <thead>
            <tr>
              <th align="left">Error Code</th>
              <th align="left">Symbolic Name</th>
              <th align="left">Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">1</td>
              <td align="left">Message Header Error</td>
              <td align="left">
                <xref target="msgheadererr"/></td>
            </tr>
            <tr>
              <td align="left">2</td>
              <td align="left">OPEN Message Error</td>
              <td align="left">
                <xref target="openmsgerr"/></td>
            </tr>
            <tr>
              <td align="left">3</td>
              <td align="left">UPDATE Message Error</td>
              <td align="left">
                <xref target="updatemsgerr"/></td>
            </tr>
            <tr>
              <td align="left">4</td>
              <td align="left">Hold Timer Expired</td>
              <td align="left">
                <xref target="holdtimerexperr"/></td>
            </tr>
            <tr>
              <td align="left">5</td>
              <td align="left">Finite State Machine Error</td>
              <td align="left">
                <xref target="fsmerr"/></td>
            </tr>
            <tr>
              <td align="left">6</td>
              <td align="left">Cease</td>
              <td align="left">
                <xref target="ceaseerr"/></td>
            </tr>
          </tbody>
        </table>
        <dl>
          <dt>Error subcode:</dt>
          <dd>
            <t>This 1-octet unsigned integer provides more specific
   information about the nature of the reported error.  Each Error
   Code may have one or more Error Subcodes associated with it.
   If no appropriate Error Subcode is defined, then a zero
   (Unspecific) value is used for the Error Subcode field.
   The following subcodes are defined by this document. The authoritative
   list is maintained by IANA, see <xref target="iana"/>:</t>
          </dd>
        </dl>
        <t>Message Header Error subcodes:</t>
        <table>
          <name>Message Header Error subcodes</name>
          <thead>
            <tr>
              <th align="left">Value</th>
              <th align="left">Name</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">0</td>
              <td align="left">Unspecific</td>
            </tr>
            <tr>
              <td align="left">1</td>
              <td align="left">Connection Not Synchronized</td>
            </tr>
            <tr>
              <td align="left">2</td>
              <td align="left">Bad Message Length</td>
            </tr>
            <tr>
              <td align="left">3</td>
              <td align="left">Bad Message Type</td>
            </tr>
          </tbody>
        </table>
        <!-- XXX maybe adding the title makes the above titletext redundant -->

<t>OPEN Message Error subcodes:</t>
        <table>
          <name>OPEN Message Error subcodes</name>
          <thead>
            <tr>
              <th align="left">Value</th>
              <th align="left">Name</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">0</td>
              <td align="left">Unspecific</td>
            </tr>
            <tr>
              <td align="left">1</td>
              <td align="left">Unsupported Version Number</td>
            </tr>
            <tr>
              <td align="left">2</td>
              <td align="left">Bad Peer AS</td>
            </tr>
            <tr>
              <td align="left">3</td>
              <td align="left">Bad BGP Identifier</td>
            </tr>
            <tr>
              <td align="left">4</td>
              <td align="left">Unsupported Optional Parameter</td>
            </tr>
            <tr>
              <td align="left">5</td>
              <td align="left">[Deprecated - see Appendix A]</td>
            </tr>
            <tr>
              <td align="left">6</td>
              <td align="left">Unacceptable Hold Time</td>
            </tr>
          </tbody>
        </table>
        <t>UPDATE Message Error subcodes:</t>
        <table>
          <name>UPDATE Message Error subcodes</name>
          <thead>
            <tr>
              <th align="left">Value</th>
              <th align="left">Name</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">0</td>
              <td align="left">Unspecific</td>
            </tr>
            <tr>
              <td align="left">1</td>
              <td align="left">Malformed Attribute List</td>
            </tr>
            <tr>
              <td align="left">2</td>
              <td align="left">Unrecognized Well-known Attribute</td>
            </tr>
            <tr>
              <td align="left">3</td>
              <td align="left">Missing Well-known Attribute</td>
            </tr>
            <tr>
              <td align="left">4</td>
              <td align="left">Attribute Flags Error</td>
            </tr>
            <tr>
              <td align="left">5</td>
              <td align="left">Attribute Length Error</td>
            </tr>
            <tr>
              <td align="left">6</td>
              <td align="left">Invalid ORIGIN Attribute</td>
            </tr>
            <tr>
              <td align="left">7</td>
              <td align="left">[Deprecated - see Appendix A]</td>
            </tr>
            <tr>
              <td align="left">8</td>
              <td align="left">Invalid NEXT_HOP Attribute</td>
            </tr>
            <tr>
              <td align="left">9</td>
              <td align="left">Optional Attribute Error</td>
            </tr>
            <tr>
              <td align="left">10</td>
              <td align="left">Invalid Network Field</td>
            </tr>
            <tr>
              <td align="left">11</td>
              <td align="left">Malformed AS_PATH</td>
            </tr>
          </tbody>
        </table>
        <t>Finite State Machine Error Subcodes:</t>
        <table>
          <name>Finite State Machine Error Subcodes</name>
          <thead>
            <tr>
              <th align="left">Value</th>
              <th align="left">Name</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">0</td>
              <td align="left">Unspecified Error</td>
            </tr>
            <tr>
              <td align="left">1</td>
              <td align="left">Receive Unexpected Message in OpenSent State</td>
            </tr>
            <tr>
              <td align="left">2</td>
              <td align="left">Receive Unexpected Message in OpenConfirm State</td>
            </tr>
            <tr>
              <td align="left">3</td>
              <td align="left">Receive Unexpected Message in Established State</td>
            </tr>
          </tbody>
        </table>
        <dl>
          <dt>Data:</dt>
          <dd>
            <t>This variable-length field is used to diagnose the reason for
   the NOTIFICATION.  The contents of the Data field depend upon
   the Error Code and Error Subcode.  See <xref target="errorhandling"/> for more
   details.</t>
          </dd>
          <dt/>
          <dd>
            <t>Note that the length of the Data field can be determined from
   the message Length field by the formula:</t>
            <artwork><![CDATA[
    Message Length = 21 + Data Length
]]></artwork>
          </dd>
        </dl>
        <t>The minimum length of the NOTIFICATION message is 21 octets
(including message header).</t>
      </section>
    </section>
    <section anchor="pathattributes">
      <name>Path Attributes</name>
      <t>This section discusses the path attributes of the UPDATE message.</t>
      <t>Path attributes fall into four separate categories:</t>
      <ol spacing="normal" type="%d."><li>
          <t>Well-known mandatory.</t>
        </li>
        <li>
          <t>Well-known discretionary.</t>
        </li>
        <li>
          <t>Optional transitive.</t>
        </li>
        <li>
          <t>Optional non-transitive.</t>
        </li>
      </ol>
      <t>BGP implementations <bcp14>MUST</bcp14> recognize all well-known attributes.  Some
of these attributes are mandatory and <bcp14>MUST</bcp14> be included in every
UPDATE message that contains NLRI.  Others are discretionary and may
or may not be sent in a particular UPDATE message.</t>
      <t>Once a BGP peer has updated any well-known attributes, it <bcp14>MUST</bcp14> pass
these attributes to its peers in any updates it transmits.</t>
      <t>In addition to well-known attributes, each path <bcp14>MAY</bcp14> contain one or
more optional attributes.  It is not required or expected that all
BGP implementations support all optional attributes.  The handling of
an unrecognized optional attribute is determined by the setting of
the Transitive bit in the attribute flags octet.  Paths with
unrecognized optional transitive attributes <bcp14>SHOULD</bcp14> be accepted.  If a
path with an unrecognized optional transitive attribute is accepted
and passed to other BGP peers, then the unrecognized optional 
transitive attribute of that path <bcp14>MUST</bcp14> be passed, along with the path,
to other BGP peers with the Partial bit in the Attribute Flags octet
set to 1.  If a path with a recognized, optional transitive attribute
is accepted and passed along to other BGP peers and the Partial bit
in the Attribute Flags octet is set to 1 by some previous AS, it <bcp14>MUST
NOT</bcp14> be set back to 0 by the current AS.  Unrecognized optional 
non-transitive attributes <bcp14>MUST</bcp14> be quietly ignored and not passed along to
other BGP peers.</t>
      <t>New, optional transitive attributes <bcp14>MAY</bcp14> be attached to the path by
the originator or by any other BGP speaker in the path.  The rules 
for attaching new optional non-transitive attributes will depend on the
nature of the specific attribute.  The documentation of each new
optional non-transitive attribute will be expected to include such rules
(the description of the MULTI_EXIT_DISC attribute gives an example). 
All optional attributes (both transitive and non-transitive), <bcp14>MAY</bcp14> be
updated (if appropriate) by BGP speakers in the path.</t>
      <t>The sender of an UPDATE message <bcp14>SHOULD</bcp14> order path attributes within
the UPDATE message in ascending order of attribute type.  The
receiver of an UPDATE message <bcp14>MUST</bcp14> be prepared to handle path
attributes within UPDATE messages that are out of order.</t>
      <t>The same attribute (attribute with the same type) cannot appear more
than once within the Path Attributes field of a particular UPDATE
message.</t>
      <t>The mandatory category refers to an attribute that <bcp14>MUST</bcp14> be present in
both IBGP and EBGP exchanges if NLRI are contained in the UPDATE
message.  Attributes classified as optional for the purpose of the
protocol extension mechanism may be purely discretionary,
discretionary, required, or disallowed in certain contexts.</t>
      <table>
        <name>Path Attribute Classification</name>
        <thead>
          <tr>
            <th align="left">Attribute</th>
            <th align="left">EBGP</th>
            <th align="left">IBGP</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">ORIGIN</td>
            <td align="left">mandatory</td>
            <td align="left">mandatory</td>
          </tr>
          <tr>
            <td align="left">AS_PATH</td>
            <td align="left">mandatory</td>
            <td align="left">mandatory</td>
          </tr>
          <tr>
            <td align="left">NEXT_HOP</td>
            <td align="left">mandatory</td>
            <td align="left">mandatory</td>
          </tr>
          <tr>
            <td align="left">MULTI_EXIT_DISC</td>
            <td align="left">discretionary</td>
            <td align="left">discretionary</td>
          </tr>
          <tr>
            <td align="left">LOCAL_PREF</td>
            <td align="left">see <xref target="localpref"/></td>
            <td align="left">required</td>
          </tr>
          <tr>
            <td align="left">ATOMIC_AGGREGATE</td>
            <td align="left">see <xref target="atomic"/> and <xref target="overlap"/></td>
            <td align="left"> </td>
          </tr>
          <tr>
            <td align="left">AGGREGATOR</td>
            <td align="left">discretionary</td>
            <td align="left">discretionary</td>
          </tr>
        </tbody>
      </table>
      <section anchor="path-attribute-usage">
        <name>Path Attribute Usage</name>
        <t>The usage of each BGP path attribute is described in the following
clauses.</t>
        <section anchor="origin">
          <name>ORIGIN</name>
          <t>ORIGIN is a well-known mandatory attribute.  The ORIGIN attribute is
generated by the speaker that originates the associated routing
information.  Its value <bcp14>SHOULD NOT</bcp14> be changed by any other speaker.</t>
          <t>An ORIGIN value not equal to one of the defined values of (0, 1, or 2)
(listed in <xref target="origin_values"/>) <bcp14>MUST NOT</bcp14> be sent.</t>
        </section>
        <section anchor="aspath">
          <name>AS_PATH</name>
          <t>AS_PATH is a well-known mandatory attribute.  This attribute
identifies the autonomous systems through which routing information
carried in this UPDATE message has passed.  The components of this
list can be AS_SETs or AS_SEQUENCEs. (Other segments and behaviors 
are added by <xref target="RFC5065"/>, if used.)</t>
          <t>When a BGP speaker propagates a route it learned from another BGP
speaker's UPDATE message, it modifies the route's AS_PATH attribute
based on the location of the BGP speaker to which the route will be
sent:</t>
          <ol spacing="normal" type="%c)"><li>
              <t>When a given BGP speaker advertises the route to an internal peer, the advertising speaker <bcp14>SHALL NOT</bcp14> modify the AS_PATH attribute associated with the route.</t>
            </li>
            <li>
              <t>When a given BGP speaker advertises the route to an external peer, the advertising speaker updates the AS_PATH attribute as follows:  </t>
              <ol spacing="normal" type="1"><li>
                  <t>if the first path segment of the AS_PATH is of type
 AS_SEQUENCE, the local system prepends its own AS number as
 the last element of the sequence (put it in the leftmost
 position with respect to the position of octets in the
 protocol message).  If the act of prepending will cause an
 overflow in the AS_PATH segment (i.e., more than 255 ASes),
 it <bcp14>MUST</bcp14> prepend a new segment of type AS_SEQUENCE and
 prepend its own AS number to this new segment.</t>
                </li>
                <li>
                  <t>if the first path segment of the AS_PATH is of type AS_SET,
 the local system prepends a new path segment of type
 AS_SEQUENCE to the AS_PATH, including its own AS number in
 that segment.</t>
                </li>
                <li>
                  <t>if the AS_PATH is empty, the local system creates a path
 segment of type AS_SEQUENCE, places its own AS into that
 segment, and places that segment into the AS_PATH.</t>
                </li>
              </ol>
            </li>
          </ol>
          <t>When a BGP speaker originates a route then:</t>
          <ol spacing="normal" type="%c)"><li>
              <t>the originating speaker includes its own AS number in a path
 segment, of type AS_SEQUENCE, in the AS_PATH attribute of any
 UPDATE message sent to an external peer.  In this case, the AS
 number of the originating speaker's autonomous system will be
 the only entry in the path segment, and this path segment will be
 the only segment in the AS_PATH attribute.</t>
            </li>
            <li>
              <t>the originating speaker includes an empty AS_PATH attribute in
 any UPDATE message sent to an internal peer.  (An empty AS_PATH
 attribute is one whose length field contains the value zero).</t>
            </li>
          </ol>
          <t>Whenever the modification of the AS_PATH attribute calls for
including or prepending the AS number of the local system, the local
system <bcp14>MAY</bcp14> include/prepend more than one instance of its own AS
number in the AS_PATH attribute.  This is controlled via local
configuration.</t>
        </section>
        <section anchor="nexthop">
          <name>NEXT_HOP</name>
          <t>The NEXT_HOP is a well-known mandatory attribute that defines the IP
address of the router that <bcp14>SHOULD</bcp14> be used as the next hop to the
destinations listed in the UPDATE message.  The NEXT_HOP attribute is
calculated as follows:</t>
          <ol spacing="normal" type="1"><li>
              <t>When sending a message to an internal peer, if the route is not
locally originated, the BGP speaker <bcp14>SHOULD NOT</bcp14> modify the
NEXT_HOP attribute unless it has been explicitly configured to
announce its own IP address as the NEXT_HOP.  When announcing a
locally-originated route to an internal peer, the BGP speaker
<bcp14>SHOULD</bcp14> use the interface address of the router through which
the announced network is reachable for the speaker as the
NEXT_HOP.  If the route is directly connected to the speaker,
or if the interface address of the router through which the
announced network is reachable for the speaker is the internal
peer's address, then the BGP speaker <bcp14>SHOULD</bcp14> use its own IP
address for the NEXT_HOP attribute (the address of the
interface that is used to reach the peer).</t>
            </li>
            <li>
              <t>When sending a message to an external peer, X, and the peer is
one IP hop away from the speaker:  </t>
              <ul spacing="normal">
                <li>
                  <t>If the route being announced was learned from an internal
peer or is locally originated, the BGP speaker can use an
interface address of the internal peer router (or the
internal router) through which the announced network is
reachable for the speaker for the NEXT_HOP attribute,
provided that peer X shares a common subnet with this
address.  This is a form of "third party" NEXT_HOP attribute.</t>
                </li>
                <li>
                  <t>Otherwise, if the route being announced was learned from an
external peer, the speaker can use an IP address of any
adjacent router (known from the received NEXT_HOP attribute)
that the speaker itself uses for local route calculation in
the NEXT_HOP attribute, provided that peer X shares a common
subnet with this address.  This is a second form of "third
party" NEXT_HOP attribute.</t>
                </li>
                <li>
                  <t>Otherwise, if the external peer to which the route is being
advertised shares a common subnet with one of the interfaces
of the announcing BGP speaker, the speaker <bcp14>MAY</bcp14> use the IP
address associated with such an interface in the NEXT_HOP
attribute.  This is known as a "first party" NEXT_HOP
attribute.</t>
                </li>
                <li>
                  <t>By default (if none of the above conditions apply), the BGP
speaker <bcp14>SHOULD</bcp14> use the IP address of the interface that the
speaker uses to establish the BGP connection to peer X in the
NEXT_HOP attribute.</t>
                </li>
              </ul>
            </li>
            <li>
              <t>When sending a message to an external peer X, and the peer is
multiple IP hops away from the speaker (aka "multihop EBGP"):  </t>
              <ul spacing="normal">
                <li>
                  <t>The speaker <bcp14>MAY</bcp14> be configured to propagate the NEXT_HOP
attribute.  In this case, when advertising a route that the
speaker learned from one of its peers, the NEXT_HOP attribute
of the advertised route is exactly the same as the NEXT_HOP
attribute of the learned route (the speaker does not modify
the NEXT_HOP attribute).</t>
                </li>
                <li>
                  <t>By default, the BGP speaker <bcp14>SHOULD</bcp14> use the IP address of the
interface that the speaker uses to establish the BGP connection
to peer X in the NEXT_HOP attribute.</t>
                </li>
              </ul>
            </li>
          </ol>
          <t>Normally, the NEXT_HOP attribute is chosen such that the shortest
available path will be taken.  A BGP speaker <bcp14>MUST</bcp14> be able to support
disabling the advertisement of third party NEXT_HOP attributes in
order to handle imperfectly bridged media.</t>
          <t>A route originated by a BGP speaker <bcp14>SHALL NOT</bcp14> be advertised to a peer
using an address of that peer as NEXT_HOP.  A BGP speaker <bcp14>SHALL NOT</bcp14>
install a route with itself as the next hop.</t>
          <t>The NEXT_HOP attribute is used by the BGP speaker to determine the
actual outbound interface and immediate next-hop address 
used to forward transit packets to the associated destinations.</t>
          <t>The immediate next-hop address is determined by performing a
recursive route lookup operation for the IP address in the NEXT_HOP
attribute, using the contents of the Routing Table, selecting one
entry if multiple entries of equal cost exist.  The Routing Table
entry that resolves the IP address in the NEXT_HOP attribute will
always specify the outbound interface.  If the entry specifies an
attached subnet, but does not specify a next-hop address, then the
address in the NEXT_HOP attribute <bcp14>SHOULD</bcp14> be used as the immediate
next-hop address.  If the entry also specifies the next-hop address,
this address <bcp14>SHOULD</bcp14> be used as the immediate next-hop address for
packet forwarding.</t>
        </section>
        <section anchor="med">
          <name>MULTI_EXIT_DISC</name>
          <t>The MULTI_EXIT_DISC is an optional non-transitive attribute that is
intended to be used on external (inter-AS) links to discriminate
among multiple exit points to reach the same neighboring AS.  The
value of the MULTI_EXIT_DISC attribute is a four-octet unsigned
number, called a metric.  All other factors being equal, the exit
point with the lower metric is preferred.  If received over
EBGP, the MULTI_EXIT_DISC attribute <bcp14>MAY</bcp14> be propagated over IBGP to
other BGP speakers within the same AS (see also <xref target="phase2tiebreak"/>).  The
MULTI_EXIT_DISC attribute received from a neighboring AS <bcp14>MUST NOT</bcp14> be
propagated to other neighboring ASes.</t>
          <t>A BGP speaker <bcp14>MUST</bcp14> implement a mechanism (based on local
configuration) that allows the MULTI_EXIT_DISC attribute to be
removed from a route.  If a BGP speaker is configured to remove the
MULTI_EXIT_DISC attribute from a route, then this removal <bcp14>MUST</bcp14> be
done prior to determining the degree of preference of the route and
prior to performing route selection (Decision Process phases 1 and
2).</t>
          <t>An implementation <bcp14>MAY</bcp14> also (based on local configuration) alter the
value of the MULTI_EXIT_DISC attribute received over EBGP.  If a BGP
speaker is configured to alter the value of the MULTI_EXIT_DISC
attribute received over EBGP, then altering the value <bcp14>MUST</bcp14> be done
prior to determining the degree of preference of the route and prior
to performing route selection (Decision Process phases 1 and 2).  See
<xref target="phase2tiebreak"/> for necessary restrictions on this.</t>
        </section>
        <section anchor="localpref">
          <name>LOCAL_PREF</name>
          <t>LOCAL_PREF is a well-known discretionary attribute that <bcp14>SHALL</bcp14> be included in all
UPDATE messages that a given BGP speaker sends to other internal
peers.  A BGP speaker <bcp14>SHALL</bcp14> calculate the degree of preference for
each external route based on the locally-configured policy, and
include the degree of preference when advertising a route to its
internal peers.  The higher degree of preference <bcp14>MUST</bcp14> be preferred.
A BGP speaker uses the degree of preference learned via LOCAL_PREF in
its Decision Process (see <xref target="phase1"/>).</t>
          <t>A BGP speaker <bcp14>MUST NOT</bcp14> include this attribute in UPDATE messages it
sends to external peers, except in the case of BGP Confederations
<xref target="RFC5065"/>.  If it is contained in an UPDATE message that is received
from an external peer, then this attribute <bcp14>MUST</bcp14> be ignored by the
receiving speaker, except in the case of BGP Confederations
<xref target="RFC5065"/>.</t>
        </section>
        <section anchor="atomic">
          <name>ATOMIC_AGGREGATE</name>
          <t>ATOMIC_AGGREGATE is a well-known discretionary attribute.</t>
          <t>When a BGP speaker aggregates several routes for the purpose of
advertisement to a particular peer, the AS_PATH of the aggregated
route could include an AS_SET formed from the set of ASes from
which the aggregate was formed.  In many cases, the network
administrator can determine if the aggregate can safely be advertised
without the AS_SET, and without forming route loops.</t>
          <t>If an aggregate excludes at least some of the AS numbers present in
the AS_PATH of the routes that are aggregated as a result of dropping
the AS_SET, the aggregated route, when advertised to the peer, <bcp14>SHOULD</bcp14>
include the ATOMIC_AGGREGATE attribute.</t>
          <t>A BGP speaker that receives a route with the ATOMIC_AGGREGATE
attribute <bcp14>SHOULD NOT</bcp14> remove the attribute when propagating the route
to other speakers.</t>
          <t>A BGP speaker that receives a route with the ATOMIC_AGGREGATE
attribute <bcp14>MUST NOT</bcp14> make any NLRI of that route more specific (as
defined in <xref target="overlap"/>) when advertising this route to other BGP speakers.</t>
          <t>A BGP speaker that receives a route with the ATOMIC_AGGREGATE
attribute needs to be aware of the fact that the actual path to
destinations, as specified in the NLRI of the route, while having the
loop-free property, may not be the path specified in the AS_PATH
attribute of the route.</t>
        </section>
        <section anchor="aggregator">
          <name>AGGREGATOR</name>
          <t>AGGREGATOR is an optional transitive attribute, which <bcp14>MAY</bcp14> be included
in updates that are formed by aggregation (see <xref target="aggregating"/>).  A
BGP speaker that performs route aggregation <bcp14>MAY</bcp14> add the AGGREGATOR
attribute, which <bcp14>SHALL</bcp14> contain its own AS number and IP address.  The
IP address <bcp14>SHOULD</bcp14> be the same as the BGP Identifier of the speaker.</t>
        </section>
      </section>
    </section>
    <section anchor="errorhandling">
      <name>BGP Error Handling</name>
      <t>This section describes actions to be taken when errors are detected
while processing BGP messages.</t>
      <t>When any of the conditions described here are detected, a
NOTIFICATION message, with the indicated Error Code, Error Subcode,
and Data fields, is sent, and the BGP connection is closed (unless it
is explicitly stated that no NOTIFICATION message is to be sent and
the BGP connection is not to be closed).  If no Error Subcode is
specified, then a zero <bcp14>MUST</bcp14> be used.</t>
      <t>The phrase "the BGP connection is closed" means the TCP connection
has been closed, the associated Adj-RIB-In has been cleared, and all
resources for that BGP connection have been deallocated.  Entries in
the Loc-RIB associated with the remote peer are marked as invalid.
The local system recalculates its best routes for the destinations of
the routes marked as invalid.  Before the invalid routes are deleted
from the system, it advertises, to its peers, either withdraws for
the routes marked as invalid, or the new best routes.</t>
      <t>Unless specified explicitly, the Data field of the NOTIFICATION
message that is sent to indicate an error is empty.</t>
      <section anchor="msgheadererr">
        <name>Message Header Error Handling</name>
        <t>All errors detected while processing the Message Header <bcp14>MUST</bcp14> be
indicated by sending the NOTIFICATION message with the Error Code
Message Header Error.  The Error Subcode elaborates on the specific
nature of the error.</t>
        <t>The expected value of the Marker field of the message header is all
ones.  If the Marker field of the message header is not as expected,
then a synchronization error has occurred and the Error Subcode <bcp14>MUST</bcp14>
be set to Connection Not Synchronized.</t>
        <t>If at least one of the following is true:</t>
        <ul spacing="normal">
          <li>
            <t>if the Length field of the message header is less than 19 or
greater than 4096, or</t>
          </li>
          <li>
            <t>if the Length field of an OPEN message is less than the minimum
length of the OPEN message, or</t>
          </li>
          <li>
            <t>if the Length field of an UPDATE message is less than the
minimum length of the UPDATE message, or</t>
          </li>
          <li>
            <t>if the Length field of a KEEPALIVE message is not equal to 19,
or</t>
          </li>
          <li>
            <t>if the Length field of a NOTIFICATION message is less than the
minimum length of the NOTIFICATION message,</t>
          </li>
        </ul>
        <t>then the Error Subcode <bcp14>MUST</bcp14> be set to Bad Message Length.  The Data
field <bcp14>MUST</bcp14> contain the erroneous Length field.</t>
        <t>If the Type field of the message header is not recognized, then the
Error Subcode <bcp14>MUST</bcp14> be set to Bad Message Type.  The Data field <bcp14>MUST</bcp14>
contain the erroneous Type field.</t>
      </section>
      <section anchor="openmsgerr">
        <name>OPEN Message Error Handling</name>
        <t>All errors detected while processing the OPEN message <bcp14>MUST</bcp14> be
indicated by sending the NOTIFICATION message with the Error Code
OPEN Message Error.  The Error Subcode elaborates on the specific
nature of the error.</t>
        <t>If the version number in the Version field of the received OPEN
message is not supported, then the Error Subcode <bcp14>MUST</bcp14> be set to
Unsupported Version Number.  The Data field is a 2-octet unsigned
integer, which indicates the largest, locally-supported version
number less than the version the remote BGP peer bid (as indicated in
the received OPEN message), or if the smallest, locally-supported
version number is greater than the version the remote BGP peer bid,
then the smallest, locally-supported version number.</t>
        <t>If the Autonomous System field of the OPEN message is unacceptable,
then the Error Subcode <bcp14>MUST</bcp14> be set to Bad Peer AS.  The determination
of acceptable Autonomous System numbers is outside the scope of this
protocol.</t>
        <t>If the Hold Time field of the OPEN message is unacceptable, then the
Error Subcode <bcp14>MUST</bcp14> be set to Unacceptable Hold Time.  An
implementation <bcp14>MUST</bcp14> reject Hold Time values of one or two seconds.
An implementation <bcp14>MAY</bcp14> reject any proposed Hold Time.  An
implementation that accepts a Hold Time <bcp14>MUST</bcp14> use the negotiated value
for the Hold Time.</t>
        <t>If the BGP Identifier field of the OPEN message is zero, or if it
is the same as the BGP Identifier of the local BGP speaker and the
message is from an internal peer, then the Error Subcode is set to
"Bad BGP Identifier".</t>
        <t>If one of the Optional Parameters in the OPEN message is not
recognized, then the Error Subcode <bcp14>MUST</bcp14> be set to Unsupported
Optional Parameters.</t>
        <t>If one of the Optional Parameters in the OPEN message is recognized,
but is malformed, then the Error Subcode <bcp14>MUST</bcp14> be set to 0
(Unspecific).</t>
      </section>
      <section anchor="updatemsgerr">
        <name>UPDATE Message Error Handling</name>
        <t>All errors detected while processing the UPDATE message <bcp14>MUST</bcp14> be
indicated by sending the NOTIFICATION message with the Error Code
UPDATE Message Error.  The error subcode elaborates on the specific
nature of the error.</t>
        <t>Error checking of an UPDATE message begins by examining the path
attributes.  If the Withdrawn Routes Length or Total Attribute Length
is too large (i.e., if Withdrawn Routes Length + Total Attribute
Length + 23 exceeds the message Length), then the Error Subcode <bcp14>MUST</bcp14>
be set to Malformed Attribute List.</t>
        <t>If any recognized attribute has Attribute Flags that conflict with
the Attribute Type Code, then the Error Subcode <bcp14>MUST</bcp14> be set to
Attribute Flags Error.  The Data field <bcp14>MUST</bcp14> contain the erroneous
attribute (type, length, and value).</t>
        <t>If any recognized attribute has an Attribute Length that conflicts
with the expected length (based on the attribute type code), then the
Error Subcode <bcp14>MUST</bcp14> be set to Attribute Length Error.  The Data field
<bcp14>MUST</bcp14> contain the erroneous attribute (type, length, and value).</t>
        <t>If any of the well-known mandatory attributes are not present, then
the Error Subcode <bcp14>MUST</bcp14> be set to Missing Well-known Attribute.  The
Data field <bcp14>MUST</bcp14> contain the Attribute Type Code of the missing,
well-known attribute.</t>
        <t>If any of the well-known mandatory attributes are not recognized,
then the Error Subcode <bcp14>MUST</bcp14> be set to Unrecognized Well-known
Attribute.  The Data field <bcp14>MUST</bcp14> contain the unrecognized attribute
(type, length, and value).</t>
        <t>If the ORIGIN attribute has an undefined value, then the Error Sub-
code <bcp14>MUST</bcp14> be set to Invalid Origin Attribute.  The Data field <bcp14>MUST</bcp14>
contain the unrecognized attribute (type, length, and value).</t>
        <t>If the NEXT_HOP attribute field is syntactically incorrect, then the
Error Subcode <bcp14>MUST</bcp14> be set to Invalid NEXT_HOP Attribute.  The Data
field <bcp14>MUST</bcp14> contain the incorrect attribute (type, length, and value).
Syntactic correctness means that the NEXT_HOP attribute represents a
valid IP host address.</t>
        <t>The IP address in the NEXT_HOP <bcp14>MUST</bcp14> meet the following criteria to be
considered semantically correct:</t>
        <ol spacing="normal" type="%c)"><li>
            <t>It <bcp14>MUST NOT</bcp14> be the IP address of the receiving speaker.</t>
          </li>
          <li>
            <t>In the case of an EBGP, where the sender and receiver are one
 IP hop away from each other, either the IP address in the
 NEXT_HOP <bcp14>MUST</bcp14> be the sender's IP address that is used to
 establish the BGP connection, or the interface associated with
 the NEXT_HOP IP address <bcp14>MUST</bcp14> share a common subnet with the
 receiving BGP speaker.</t>
          </li>
        </ol>
        <t>If the NEXT_HOP attribute is semantically incorrect, the error <bcp14>SHOULD</bcp14>
be logged, and the route <bcp14>SHOULD</bcp14> be ignored.  In this case, a
NOTIFICATION message <bcp14>SHOULD NOT</bcp14> be sent, and the connection <bcp14>SHOULD
NOT</bcp14> be closed.</t>
        <t>The AS_PATH attribute is checked for syntactic correctness.  If the
path is syntactically incorrect, then the Error Subcode <bcp14>MUST</bcp14> be set
to Malformed AS_PATH.</t>
        <t>If the UPDATE message is received from an external peer, the local
system <bcp14>MAY</bcp14> check whether the leftmost (with respect to the position
of octets in the protocol message) AS in the AS_PATH attribute is
equal to the autonomous system number of the peer that sent the
message.  If the check determines this is not the case, the Error
Subcode <bcp14>MUST</bcp14> be set to Malformed AS_PATH.  We note that despite the
use of a Subcode that includes the word "malformed", this is a case
of semantic, not syntactic, invalidity.</t>
        <t>If an optional attribute is recognized, then the value of this
attribute <bcp14>MUST</bcp14> be checked.  If an error is detected, the Error Subcode
<bcp14>MUST</bcp14> be set to Optional Attribute Error.  The Data field <bcp14>MUST</bcp14> contain
the attribute (type, length, and value).</t>
        <t>If any attribute appears more than once in the UPDATE message, then
the Error Subcode <bcp14>MUST</bcp14> be set to Malformed Attribute List.</t>
        <t>The NLRI field in the UPDATE message is checked for syntactic
validity.  If the field is syntactically incorrect, then the Error
Subcode <bcp14>MUST</bcp14> be set to Invalid Network Field.</t>
        <t>If a prefix in the NLRI field is semantically incorrect (e.g., an
unexpected multicast IP address), an error <bcp14>SHOULD</bcp14> be logged locally,
and the prefix <bcp14>SHOULD</bcp14> be ignored.</t>
        <t>An UPDATE message that contains correct path attributes, but no NLRI,
<bcp14>SHALL</bcp14> be treated as a valid UPDATE message.</t>
      </section>
      <section anchor="notification-message-error-handling">
        <name>NOTIFICATION Message Error Handling</name>
        <t>If a peer sends a NOTIFICATION message, and the receiver of the
message detects an error in that message, the receiver cannot use a
NOTIFICATION message to report this error back to the peer.  Any such
error (e.g., an unrecognized Error Code or Error Subcode) <bcp14>SHOULD</bcp14> be
noticed, logged locally, and brought to the attention of the
administration of the peer.  The means to do this, however, lies
outside the scope of this document.</t>
      </section>
      <section anchor="holdtimerexperr">
        <name>Hold Timer Expired Error Handling</name>
        <t>If a system does not receive successive KEEPALIVE, UPDATE, and/or
NOTIFICATION messages within the period specified in the Hold Time
field of the OPEN message, then the NOTIFICATION message with the
Hold Timer Expired Error Code is sent and the BGP connection is
closed.</t>
      </section>
      <section anchor="sendholdtimerexperr">
        <name>Send Hold Timer Expired Error Handling</name>
        <t>If the SendHoldTimer expires, then a NOTIFICATION message with the 
"Send Hold Timer Expired" Error Code <bcp14>MAY</bcp14> be sent and the BGP 
connection <bcp14>MUST</bcp14> be closed. Additionally, an error <bcp14>MUST</bcp14> be logged
in the local system, indicating the "Send Hold Timer Expired" Error 
Code.</t>
        <t>The subcode for NOTIFICATION message "Send Hold Timer Expired" is set
to 0 and is not used; no additional data is to be appended to the end
of a "Send Hold Timer Expired" NOTIFICATION message.</t>
      </section>
      <section anchor="fsmerr">
        <name>Finite State Machine Error Handling</name>
        <t>If a BGP speaker receives an unexpected message (e.g., 
KEEPALIVE/UPDATE/ROUTE-REFRESH message) on a session in OpenSent state,
it <bcp14>MUST</bcp14> send to the neighbor a NOTIFICATION message with the Error Code
Finite State Machine Error and the Error Subcode "Receive Unexpected
Message in OpenSent State".  The Data field is a 1-octet, unsigned
integer that indicates the type of the unexpected message.</t>
        <t>If a BGP speaker receives an unexpected message (e.g., 
OPEN/UPDATE/ROUTE-REFRESH message) on a session in OpenConfirm state, it
<bcp14>MUST</bcp14> send a NOTIFICATION message with the Error Code Finite State
Machine Error and the Error Subcode "Receive Unexpected Message in
OpenConfirm State" to the neighbor.  The Data field is a 1-octet,
unsigned integer that indicates the type of the unexpected message.</t>
        <t>If a BGP speaker receives an unexpected message (e.g., OPEN message)
on a session in Established State, it <bcp14>MUST</bcp14> send to the neighbor a
NOTIFICATION message with the Error Code Finite State Machine Error
and the Error Subcode "Receive Unexpected Message in Established
State".  The Data field is a 1-octet, unsigned integer that indicates
the type of the unexpected message.</t>
        <t>Any other error detected by the BGP Finite State Machine (e.g., receipt of
an unexpected event) is indicated by sending the NOTIFICATION message
with the Error Code Finite State Machine Error and the Error Subcode 
"Unspecified Error".</t>
      </section>
      <section anchor="ceaseerr">
        <name>Cease</name>
        <t>In the absence of any fatal errors (that are indicated in this
section), a BGP peer <bcp14>MAY</bcp14> choose, at any given time, to close its BGP
connection by sending the NOTIFICATION message with the Error Code
Cease.  However, the Cease NOTIFICATION message <bcp14>MUST NOT</bcp14> be used when
a fatal error indicated by this section does exist.</t>
        <t>A BGP speaker <bcp14>MAY</bcp14> support the ability to impose a locally-configured,
upper bound on the number of address prefixes the speaker is willing
to accept from a neighbor.  When the upper bound is reached, the
speaker, under control of local configuration, either (a) discards
new address prefixes from the neighbor (while maintaining the BGP
connection with the neighbor), or (b) terminates the BGP connection
with the neighbor.  If the BGP speaker decides to terminate its BGP
connection with a neighbor because the number of address prefixes
received from the neighbor exceeds the locally-configured, upper
bound, then the speaker <bcp14>MUST</bcp14> send the neighbor a NOTIFICATION message
with the Error Code Cease.  The speaker <bcp14>MAY</bcp14> also log this locally.</t>
      </section>
      <section anchor="collision">
        <name>BGP Connection Collision Detection</name>
        <t>If a pair of BGP speakers try to establish a BGP connection with each
other simultaneously, then two parallel connections will be formed.
If the source IP address used by one of these connections is the same
as the destination IP address used by the other, and the destination
IP address used by the first connection is the same as the source IP
address used by the other, connection collision has occurred.  In the
event of connection collision, one of the connections <bcp14>MUST</bcp14> be closed.</t>
        <t>Based on the value of the BGP Identifier, a convention is established
for detecting which BGP connection is to be preserved when a
collision occurs.  The convention is to compare the BGP Identifiers
of the peers involved in the collision and to retain only the
connection initiated by the BGP speaker with the higher-valued BGP
Identifier.</t>
        <t>Upon receipt of an OPEN message, the local system <bcp14>MUST</bcp14> examine all of
its connections that are in the OpenConfirm state.  A BGP speaker <bcp14>MAY</bcp14>
also examine connections in an OpenSent state if it knows the BGP
Identifier of the peer by means outside of the protocol.  If, among
these connections, there is a connection to a remote BGP speaker
whose BGP Identifier equals the one in the OPEN message, and this
connection collides with the connection over which the OPEN message
is received, then the local system performs the following collision
resolution procedure:</t>
        <ol spacing="normal" type="1"><li>
            <t>The BGP Identifier of the local system is compared to the BGP
Identifier of the remote system (as specified in the OPEN
message).  Comparing BGP Identifiers is done by converting them
to host byte order and treating them as 4-octet unsigned
integers.</t>
          </li>
          <li>
            <t>If the value of the local BGP Identifier is less than the
remote one, the local system closes the BGP connection that
already exists (the one that is already in the OpenConfirm
state), and accepts the BGP connection initiated by the remote
system.</t>
          </li>
          <li>
            <t>In the case of an external BGP connection, if the BGP Identifiers 
of the peers involved in the connection collision are identical, 
then the connection initiated by the BGP speaker with the larger 
AS number is preserved. (If <xref target="RFC5065"/> is in use, a session 
between one member autonomous system and another member autonomous
system is not considered "external" for this purpose.)</t>
          </li>
          <li>
            <t>Otherwise, the local system closes the newly created BGP
connection (the one associated with the newly received OPEN
message), and continues to use the existing one (the one that
is already in the OpenConfirm state).</t>
          </li>
        </ol>
        <t>Unless allowed via configuration, a connection collision with an
existing BGP connection that is in the Established state causes
closing of the newly created connection.</t>
        <t>Note that a connection collision cannot be detected with connections
that are in Idle, Connect, or Active states.</t>
        <t>Closing the BGP connection (that results from the collision
resolution procedure) is accomplished by sending the NOTIFICATION
message with the Error Code Cease.</t>
      </section>
    </section>
    <section anchor="bgp-version-negotiation">
      <name>BGP Version Negotiation</name>
      <t>BGP speakers <bcp14>MAY</bcp14> negotiate the version of the protocol by making
multiple attempts at opening a BGP connection, starting with the
highest version number each BGP speaker supports.  If an open attempt
fails with an Error Code, OPEN Message Error, and an Error Subcode,
Unsupported Version Number, then the BGP speaker has available the
version number it tried, the version number its peer tried, the
version number passed by its peer in the NOTIFICATION message, and
the version numbers it supports.  If the two peers do support one or
more common versions, then this will allow them to rapidly determine
the highest common version.  In order to support BGP version
negotiation, future versions of BGP <bcp14>MUST</bcp14> retain the format of the
OPEN and NOTIFICATION messages.</t>
    </section>
    <section anchor="fsm">
      <name>BGP Finite State Machine (FSM)</name>
      <t>The data structures and FSM described in this document are conceptual
and do not have to be implemented precisely as described here, as
long as the implementations support the described functionality and
they exhibit the same externally visible behavior.</t>
      <t>This section specifies the BGP operation in terms of a Finite State
Machine (FSM).  The section falls into two parts:</t>
      <ol spacing="normal" type="1"><li>
          <t>Description of Events for the State machine (<xref target="fsmevents"/>)</t>
        </li>
        <li>
          <t>Description of the FSM (<xref target="fsmdescr"/>)</t>
        </li>
      </ol>
      <t>Session attributes required (mandatory) for each connection are:</t>
      <ol spacing="normal" type="1"><li>
          <t>State</t>
        </li>
        <li>
          <t>ConnectRetryCounter</t>
        </li>
        <li>
          <t>ConnectRetryTimer</t>
        </li>
        <li>
          <t>ConnectRetryTime</t>
        </li>
        <li>
          <t>HoldTimer</t>
        </li>
        <li>
          <t>HoldTime</t>
        </li>
        <li>
          <t>KeepaliveTimer</t>
        </li>
        <li>
          <t>KeepaliveTime</t>
        </li>
      </ol>
      <t>The state session attribute indicates the current state of the BGP
FSM.  The ConnectRetryCounter indicates the number of times a BGP
peer has tried to establish a peer session.</t>
      <t>The mandatory session attributes related to timers are described in <xref target="timers"/>
Each timer has a "timer" and a "time" (the initial value).</t>
      <t>The optional Session attributes are listed below.  These optional session attributes may be supported, either per connection or per local system:</t>
      <ol spacing="normal" type="1"><li>
          <t>AcceptConnectionsUnconfiguredPeers</t>
        </li>
        <li>
          <t>AllowAutomaticStart</t>
        </li>
        <li>
          <t>AllowAutomaticStop</t>
        </li>
        <li>
          <t>CollisionDetectEstablishedState</t>
        </li>
        <li>
          <t>DampPeerOscillations</t>
        </li>
        <li>
          <t>DelayOpen</t>
        </li>
        <li>
          <t>DelayOpenTime</t>
        </li>
        <li>
          <t>DelayOpenTimer</t>
        </li>
        <li>
          <t>IdleHoldTime</t>
        </li>
        <li>
          <t>IdleHoldTimer</t>
        </li>
        <li>
          <t>PassiveTcpEstablishment</t>
        </li>
        <li>
          <t>SendNOTIFICATIONwithoutOPEN</t>
        </li>
        <li>
          <t>TrackTcpState</t>
        </li>
        <li>
          <t>SendHoldTimer</t>
        </li>
        <li>
          <t>SendHoldTime</t>
        </li>
      </ol>
      <t>The optional session attributes support different features of the BGP functionality that have implications for the BGP FSM state transitions.  Two groups of the session attributes which relate to timers are:</t>
      <ul empty="true">
        <li>
          <t>group 1: DelayOpen, DelayOpenTime, DelayOpenTimer</t>
        </li>
      </ul>
      <ul empty="true">
        <li>
          <t>group 2: DampPeerOscillations, IdleHoldTime, IdleHoldTimer</t>
        </li>
      </ul>
      <t>The first parameter (DelayOpen, DampPeerOscillations) is an optional
session attribute that indicates that the Timer function is active.  The
"Time" value specifies the initial value for the "Timer"
(DelayOpenTime, IdleHoldTime).  The "Timer" specifies the actual
timer.</t>
      <t>Please refer to <xref target="optionalevents"/> for an explanation of the interaction
between these optional session attributes and the events signaled to the
state machine.  <xref target="optsessattrs"/> also provides a short overview of the
different types of optional session attributes (flags or timers).</t>
      <section anchor="fsmevents">
        <name>Events for the BGP FSM</name>
        <section anchor="optionalevents">
          <name>Optional Events Linked to Optional Session Attributes</name>
          <t>The Inputs to the BGP FSM are events.  Events can either be mandatory
or optional.  Some optional events are linked to optional session
attributes.  Optional session attributes enable several groups of FSM
functionality.</t>
          <t>The linkage between FSM functionality, events, and the optional
session attributes are described below.</t>
          <section anchor="group-1-automatic-administrative-events-startstop">
            <name>Group 1: Automatic Administrative Events (Start/Stop)</name>
            <dl>
              <dt>Optional Session Attributes:</dt>
              <dd>
                <t>AllowAutomaticStart,
AllowAutomaticStop,
DampPeerOscillations,
IdleHoldTime, IdleHoldTimer</t>
              </dd>
            </dl>
            <t>Option 1:    AllowAutomaticStart</t>
            <dl>
              <dt>Description:</dt>
              <dd>
                <t>A BGP peer connection can be started and stopped
   by administrative control.  This administrative
   control can either be manual, based on operator
   intervention, or under the control of logic that
   is specific to a BGP implementation.  The term
   "automatic" refers to a start being issued to the
   BGP peer connection FSM when such logic determines
   that the BGP peer connection should be restarted.
   The AllowAutomaticStart session attribute specifies that
   this BGP connection supports automatic starting of
   the BGP connection.</t>
              </dd>
              <dt/>
              <dd>
                <t>If the BGP implementation supports
   AllowAutomaticStart, the peer may be repeatedly
   restarted.  Three other options control the rate
   at which the automatic restart occurs:
   DampPeerOscillations, IdleHoldTime, and the
   IdleHoldTimer.</t>
              </dd>
              <dt/>
              <dd>
                <t>The DampPeerOscillations option specifies that the
   implementation engages additional logic to damp
   the oscillations of BGP peers in the face of
   sequences of automatic start and automatic stop.
   IdleHoldTime specifies the length of time the BGP
   peer is held in the Idle state prior to allowing
   the next automatic restart.  The IdleHoldTimer is
   the timer that holds the peer in Idle state.</t>
              </dd>
              <dt/>
              <dd>
                <t>An example of DampPeerOscillations logic is an
   increase of the IdleHoldTime value if a BGP peer
   oscillates connectivity (connected/disconnected)
   repeatedly within a time period.  To engage this
   logic, a peer could connect and disconnect 10
   times within 5 minutes.  The IdleHoldTime value
   would be reset from 0 to 120 seconds.</t>
              </dd>
            </dl>
            <t>Values:      TRUE or FALSE</t>
            <t>Option 2:    AllowAutomaticStop</t>
            <dl>
              <dt>Description:</dt>
              <dd>
                <t>This BGP peer session optional session attribute indicates
    that the BGP connection allows "automatic"
    stopping of the BGP connection.  An "automatic"
    stop is defined as a stop under the control of
    implementation-specific logic.  The
    implementation-specific logic is outside the scope
    of this specification.</t>
              </dd>
            </dl>
            <t>Values:      TRUE or FALSE</t>
            <t>Option 3:    DampPeerOscillations</t>
            <dl>
              <dt>Description:</dt>
              <dd>
                <t>The DampPeerOscillations optional session
    attribute indicates that the BGP connection is
    using logic that damps BGP peer oscillations in
    the Idle State.</t>
              </dd>
            </dl>
            <t>Value:       TRUE or FALSE</t>
            <t>Option 4:    IdleHoldTime</t>
            <dl>
              <dt>Description:</dt>
              <dd>
                <t>The IdleHoldTime is the value that is set in the
IdleHoldTimer.</t>
              </dd>
            </dl>
            <t>Values:      Time in seconds</t>
            <t>Option 5:    IdleHoldTimer</t>
            <dl>
              <dt>Description:</dt>
              <dd>
                <t>The IdleHoldTimer aids in controlling BGP peer
oscillation.  The IdleHoldTimer is used to keep
the BGP peer in Idle for a particular duration.
The IdleHoldTimer_Expires event is described in
<xref target="timerevents"/>.</t>
              </dd>
            </dl>
            <t>Values:      Time in seconds</t>
          </section>
          <section anchor="group-2-unconfigured-peers">
            <name>Group 2: Unconfigured Peers</name>
            <dl>
              <dt>Optional Session Attributes:</dt>
              <dd>
                <t>AcceptConnectionsUnconfiguredPeers</t>
              </dd>
            </dl>
            <t>Option 1:    AcceptConnectionsUnconfiguredPeers</t>
            <dl>
              <dt>Description:</dt>
              <dd>
                <t>The BGP FSM optionally allows the acceptance of
BGP peer connections from neighbors that are not
pre-configured.  The
"AcceptConnectionsUnconfiguredPeers" optional
session attribute allows the FSM to support the
state transitions that allow the implementation to
accept or reject these unconfigured peers.</t>
              </dd>
              <dt/>
              <dd>
                <t>The AcceptConnectionsUnconfiguredPeers has
security implications.  Please refer to the BGP
Vulnerabilities document <xref target="RFC4272"/> for details.</t>
              </dd>
            </dl>
            <t>Value:       True or False</t>
          </section>
          <section anchor="group-3-tcp-processing">
            <name>Group 3: TCP processing</name>
            <dl>
              <dt>Optional Session Attributes:</dt>
              <dd>
                <t>PassiveTcpEstablishment, TrackTcpState</t>
              </dd>
            </dl>
            <t>Option 1:    PassiveTcpEstablishment</t>
            <dl>
              <dt>Description:</dt>
              <dd>
                <t>This option indicates that the BGP FSM will
passively wait for the remote BGP peer to
establish the BGP TCP connection.</t>
              </dd>
            </dl>
            <t>value:       TRUE or FALSE</t>
            <t>Option 2:    TrackTcpState</t>
            <dl>
              <dt>Description:</dt>
              <dd>
                <t>The BGP FSM normally tracks the end result of a
   TCP connection attempt rather than individual TCP
   messages.  Optionally, the BGP FSM can support
   additional interaction with the TCP connection
   negotiation.  The interaction with the TCP events
   may increase the amount of logging the BGP peer
   connection requires and the number of BGP FSM
   changes.</t>
              </dd>
            </dl>
            <t>Value:       TRUE or FALSE</t>
          </section>
          <section anchor="group-4-bgp-message-processing">
            <name>Group 4:  BGP Message Processing</name>
            <dl>
              <dt>Optional Session Attributes:</dt>
              <dd>
                <t>DelayOpen, DelayOpenTime,
   DelayOpenTimer,
   SendNOTIFICATIONwithoutOPEN,
   CollisionDetectEstablishedState</t>
              </dd>
            </dl>
            <t>Option 1:     DelayOpen</t>
            <dl>
              <dt>Description:</dt>
              <dd>
                <t>The DelayOpen optional session attribute allows
  implementations to be configured to delay sending
  an OPEN message for a specific time period
  (DelayOpenTime).  The delay allows the remote BGP
  Peer time to send the first OPEN message.</t>
              </dd>
            </dl>
            <t>Value:       TRUE or FALSE</t>
            <t>Option 2:    DelayOpenTime</t>
            <dl>
              <dt>Description:</dt>
              <dd>
                <t>The DelayOpenTime is the initial value set in the DelayOpenTimer.</t>
              </dd>
            </dl>
            <t>Value:       Time in seconds</t>
            <t>Option 3:    DelayOpenTimer</t>
            <dl>
              <dt>Description:</dt>
              <dd>
                <t>The DelayOpenTimer optional session attribute is
   used to delay the sending of an OPEN message on a
   connection.  The DelayOpenTimer_Expires event
   (Event 12) is described in <xref target="timerevents"/>.</t>
              </dd>
            </dl>
            <t>Value:       Time in seconds</t>
            <t>Option 4:    SendNOTIFICATIONwithoutOPEN</t>
            <dl>
              <dt>Description:</dt>
              <dd>
                <t>The SendNOTIFICATIONwithoutOPEN allows a peer to
   send a NOTIFICATION without first sending an OPEN
   message.  Without this optional session attribute,
   the BGP connection assumes that an OPEN message
   must be sent by a peer prior to the peer sending a
   NOTIFICATION message.</t>
              </dd>
            </dl>
            <t>Value:       True or False</t>
            <t>Option 5:    CollisionDetectEstablishedState</t>
            <dl>
              <dt>Description:</dt>
              <dd>
                <t>Normally, a Detect Collision (see <xref target="collision"/>)
   will be ignored in the Established state.  This
   optional session attribute indicates that this BGP
   connection processes collisions in the Established
   state.</t>
              </dd>
            </dl>
            <t>Value:       True or False</t>
            <t>Note: The optional session attributes clarify the BGP FSM
description for existing features of BGP implementations.
The optional session attributes may be pre-defined for an
implementation and not readable via management interfaces
for existing correct implementations.  As newer BGP MIBs
(version 2 and beyond) are supported, these fields will be
accessible via a management interface.</t>
          </section>
        </section>
        <section anchor="administrative-events">
          <name>Administrative Events</name>
          <t>An administrative event is an event in which the operator interface
and BGP Policy engine signal the BGP-finite state machine to start or
stop the BGP state machine.  The basic start and stop indications are
augmented by optional session attributes that signal a certain
type of start or stop mechanism to the BGP FSM.  An example of this
combination is Event 5, AutomaticStart_with_PassiveTcpEstablishment.
With this event, the BGP implementation signals to the BGP FSM that
the implementation is using an Automatic Start with the option to use
a Passive TCP Establishment.  The Passive TCP establishment signals
that this BGP FSM will wait for the remote side to start the TCP
establishment.</t>
          <t>Note that only Event 1 (ManualStart) and Event 2 (ManualStop) are
mandatory administrative events.  All other administrative events are
optional (Events 3-8).  Each event below has a name, definition, status
(mandatory or optional), and an "Optional Session Attribute Status"
field that lists the optional session attributes required to be set for
that event to occur.  When generating Event 1 through Event 8 for the
BGP FSM, an implementation <bcp14>MUST</bcp14> verify the conditions listed in that
event's Optional Session Attribute Status field before generating the
event.  If any of these conditions are not satisfied, then the local
system should log an FSM error.</t>
          <t>The settings of optional session attributes may be implicit in some
implementations, and therefore may not be set explicitly by an
external operator action.  <xref target="fsmimpldep"/> describes these implicit
settings of the optional session attributes.  The administrative
states described below may also be implicit in some implementations
and not directly configurable by an external operator.</t>
          <section anchor="event-1-manualstart">
            <name>Event 1: ManualStart</name>
            <dl>
              <dt>Definition:</dt>
              <dd>
                <t>Local system administrator manually starts the peer
   connection.</t>
              </dd>
            </dl>
            <t>Status:     Mandatory</t>
            <dl>
              <dt>Optional Session Attribute Status:</dt>
              <dd>
                <t>The PassiveTcpEstablishment session attribute <bcp14>SHOULD</bcp14> be set to FALSE.</t>
              </dd>
            </dl>
          </section>
          <section anchor="event-2-manualstop">
            <name>Event 2: ManualStop</name>
            <dl>
              <dt>Definition:</dt>
              <dd>
                <t>Local system administrator manually stops the peer connection.</t>
              </dd>
            </dl>
            <t>Status:     Mandatory</t>
            <dl>
              <dt>Optional Session Attribute Status:</dt>
              <dd>
                <t>No interaction with any optional session attributes.</t>
              </dd>
            </dl>
          </section>
          <section anchor="event-3-automaticstart">
            <name>Event 3: AutomaticStart</name>
            <dl>
              <dt>Definition:</dt>
              <dd>
                <t>Local system automatically starts the BGP connection.</t>
              </dd>
            </dl>
            <t>Status:     Optional, depending on local system</t>
            <dl>
              <dt>Optional Session Attribute Status:</dt>
              <dd>
                <ol spacing="normal" type="1"><li>
                    <t>The AllowAutomaticStart session attribute <bcp14>SHOULD</bcp14> be set to TRUE if this event occurs.</t>
                  </li>
                  <li>
                    <t>If the PassiveTcpEstablishment optional session attribute is supported, it <bcp14>SHOULD</bcp14> be set to FALSE.</t>
                  </li>
                  <li>
                    <t>If the DampPeerOscillations is supported, it <bcp14>SHOULD</bcp14> be set to FALSE when this event occurs.</t>
                  </li>
                </ol>
              </dd>
            </dl>
          </section>
          <section anchor="event-4-manualstartwithpassivetcpestablishment">
            <name>Event 4: ManualStart_with_PassiveTcpEstablishment</name>
            <dl>
              <dt>Definition:</dt>
              <dd>
                <t>Local system administrator manually starts the peer
    connection, but has PassiveTcpEstablishment
    enabled.  The PassiveTcpEstablishment optional session 
    attribute indicates that the peer will listen prior
    to establishing the connection.</t>
              </dd>
            </dl>
            <t>Status:     Optional, depending on local system</t>
            <dl>
              <dt>Optional Session Attribute Status:</dt>
              <dd>
                <ol spacing="normal" type="1"><li>
                    <t>The PassiveTcpEstablishment session attribute <bcp14>SHOULD</bcp14> be
set to TRUE if this event occurs.</t>
                  </li>
                  <li>
                    <t>The DampPeerOscillations session attribute <bcp14>SHOULD</bcp14> be set
to FALSE when this event occurs.</t>
                  </li>
                </ol>
              </dd>
            </dl>
          </section>
          <section anchor="event-5-automaticstartwithpassivetcpestablishment">
            <name>Event 5: AutomaticStart_with_PassiveTcpEstablishment</name>
            <dl>
              <dt>Definition:</dt>
              <dd>
                <t>Local system automatically starts the BGP
    connection with the PassiveTcpEstablishment
    enabled.  The PassiveTcpEstablishment optional session
    attribute indicates that the peer will listen prior
    to establishing a connection.</t>
              </dd>
            </dl>
            <t>Status:     Optional, depending on local system</t>
            <dl>
              <dt>Optional Session Attribute Status:</dt>
              <dd>
                <ol spacing="normal" type="1"><li>
                    <t>The AllowAutomaticStart session attribute <bcp14>SHOULD</bcp14> be set
 to TRUE.</t>
                  </li>
                  <li>
                    <t>The PassiveTcpEstablishment session attribute <bcp14>SHOULD</bcp14> be
 set to TRUE.</t>
                  </li>
                  <li>
                    <t>If the DampPeerOscillations session attribute is
 supported, the DampPeerOscillations <bcp14>SHOULD</bcp14> be
 set to FALSE.</t>
                  </li>
                </ol>
              </dd>
            </dl>
          </section>
          <section anchor="event-6-automaticstartwithdamppeeroscillations">
            <name>Event 6: AutomaticStart_with_DampPeerOscillations</name>
            <dl>
              <dt>Definition:</dt>
              <dd>
                <t>Local system automatically starts the BGP peer
    connection with peer oscillation damping enabled.
    The exact method of damping persistent peer
    oscillations is determined by the implementation
    and is outside the scope of this document.</t>
              </dd>
            </dl>
            <t>Status:     Optional, depending on local system.</t>
            <dl>
              <dt>Optional Session Attribute Status:</dt>
              <dd>
                <ol spacing="normal" type="1"><li>
                    <t>The AllowAutomaticStart session attribute <bcp14>SHOULD</bcp14> be set
 to TRUE.</t>
                  </li>
                  <li>
                    <t>The DampPeerOscillations session attribute <bcp14>SHOULD</bcp14> be set
 to TRUE.</t>
                  </li>
                  <li>
                    <t>The PassiveTcpEstablishment session attribute <bcp14>SHOULD</bcp14> be
 set to FALSE.</t>
                  </li>
                </ol>
              </dd>
            </dl>
          </section>
          <section anchor="event-7-automaticstartwithdamppeeroscillationsandpassivetcpestablishment">
            <name>Event 7: AutomaticStart_with_DampPeerOscillations_and_PassiveTcpEstablishment</name>
            <dl>
              <dt>Definition:</dt>
              <dd>
                <t>Local system automatically starts the BGP peer
    connection with peer oscillation damping enabled
    and PassiveTcpEstablishment enabled.  The exact
    method of damping persistent peer oscillations is
    determined by the implementation and is outside the
    scope of this document.</t>
              </dd>
            </dl>
            <t>Status:     Optional, depending on local system</t>
            <dl>
              <dt>Optional Session Attributes Status:</dt>
              <dd>
                <ol spacing="normal" type="1"><li>
                    <t>The AllowAutomaticStart session attribute <bcp14>SHOULD</bcp14> be set
 to TRUE.</t>
                  </li>
                  <li>
                    <t>The DampPeerOscillations session attribute <bcp14>SHOULD</bcp14> be set
 to TRUE.</t>
                  </li>
                  <li>
                    <t>The PassiveTcpEstablishment session attribute <bcp14>SHOULD</bcp14> be
 set to TRUE.</t>
                  </li>
                </ol>
              </dd>
            </dl>
          </section>
          <section anchor="event-8-automaticstop">
            <name>Event 8: AutomaticStop</name>
            <dl>
              <dt>Definition:</dt>
              <dd>
                <t>Local system automatically stops the BGP connection.</t>
              </dd>
              <dt/>
              <dd>
                <t>An example of an automatic stop event is exceeding
    the number of prefixes for a given peer and the
    local system automatically disconnecting the peer.</t>
              </dd>
            </dl>
            <t>Status:     Optional, depending on local system</t>
            <dl>
              <dt>Optional Session Attribute Status:</dt>
              <dd>
                <ol spacing="normal" type="1"><li>
                    <t>The AllowAutomaticStop session attribute <bcp14>SHOULD</bcp14> be TRUE.</t>
                  </li>
                </ol>
              </dd>
            </dl>
          </section>
        </section>
        <section anchor="timerevents">
          <name>Timer Events</name>
          <section anchor="event-9-connectretrytimerexpires">
            <name>Event 9: ConnectRetryTimer_Expires</name>
            <dl>
              <dt>Definition:</dt>
              <dd>
                <t>An event generated when the ConnectRetryTimer expires.</t>
              </dd>
            </dl>
            <t>Status:     Mandatory</t>
          </section>
          <section anchor="event-10-holdtimerexpires">
            <name>Event 10: HoldTimer_Expires</name>
            <dl>
              <dt>Definition:</dt>
              <dd>
                <t>An event generated when the HoldTimer expires.</t>
              </dd>
            </dl>
            <t>Status:     Mandatory</t>
          </section>
          <section anchor="event-11-keepalivetimerexpires">
            <name>Event 11: KeepaliveTimer_Expires</name>
            <dl>
              <dt>Definition:</dt>
              <dd>
                <t>An event generated when the KeepaliveTimer expires.</t>
              </dd>
            </dl>
            <t>Status:     Mandatory</t>
          </section>
          <section anchor="event-12-delayopentimerexpires">
            <name>Event 12: DelayOpenTimer_Expires</name>
            <dl>
              <dt>Definition:</dt>
              <dd>
                <t>An event generated when the DelayOpenTimer expires.</t>
              </dd>
            </dl>
            <t>Status:     Optional</t>
            <dl>
              <dt>Optional Session Attribute Status:</dt>
              <dd>
                <t>If this event occurs,</t>
              </dd>
              <dt/>
              <dd>
                <ol spacing="normal" type="1"><li>
                    <t>DelayOpen session attribute <bcp14>SHOULD</bcp14> be set to TRUE,</t>
                  </li>
                  <li>
                    <t>DelayOpenTime session attribute <bcp14>SHOULD</bcp14> be supported,</t>
                  </li>
                  <li>
                    <t>DelayOpenTimer <bcp14>SHOULD</bcp14> be supported.</t>
                  </li>
                </ol>
              </dd>
            </dl>
          </section>
          <section anchor="event-13-idleholdtimerexpires">
            <name>Event 13: IdleHoldTimer_Expires</name>
            <dl>
              <dt>Definition:</dt>
              <dd>
                <t>An event generated when the IdleHoldTimer expires,
    indicating that the BGP connection has completed
    waiting for the back-off period to prevent BGP peer
    oscillation.</t>
              </dd>
              <dt/>
              <dd>
                <t>The IdleHoldTimer is only used when the persistent
    peer oscillation damping function is enabled by
    setting the DampPeerOscillations optional session attribute
    to TRUE.</t>
              </dd>
              <dt/>
              <dd>
                <t>Implementations not implementing the persistent
    peer oscillation damping function may not have the
    IdleHoldTimer.</t>
              </dd>
            </dl>
            <t>Status:     Optional</t>
            <dl>
              <dt>Optional Session Attribute Status:</dt>
              <dd>
                <t>If this event occurs:</t>
              </dd>
              <dt/>
              <dd>
                <ol spacing="normal" type="1"><li>
                    <t>DampPeerOscillations session attribute <bcp14>SHOULD</bcp14> be set to
  TRUE.</t>
                  </li>
                  <li>
                    <t>IdleHoldTimer <bcp14>SHOULD</bcp14> have just expired.</t>
                  </li>
                </ol>
              </dd>
            </dl>
          </section>
        </section>
        <section anchor="tcp-connection-based-events">
          <name>TCP Connection-Based Events</name>
          <section anchor="event-14-tcpconnectionvalid">
            <name>Event 14: TcpConnection_Valid</name>
            <dl>
              <dt>Definition:</dt>
              <dd>
                <t>Event indicating the local system reception of a
    TCP connection request with a valid source IP
    address, TCP port, destination IP address, and TCP
    Port.  The definition of invalid source and invalid
    destination IP address is determined by the
    implementation.</t>
              </dd>
              <dt/>
              <dd>
                <t>BGP's destination port <bcp14>SHOULD</bcp14> be port 179, as
    defined by IANA.</t>
              </dd>
              <dt/>
              <dd>
                <t>TCP connection request is denoted by the local
    system receiving a TCP SYN.</t>
              </dd>
            </dl>
            <t>Status:     Optional</t>
            <dl>
              <dt>Optional Session Attribute Status:</dt>
              <dd>
                <ol spacing="normal" type="1"><li>
                    <t>The TrackTcpState session attribute <bcp14>SHOULD</bcp14> be set to
  TRUE if this event occurs.</t>
                  </li>
                </ol>
              </dd>
            </dl>
          </section>
          <section anchor="event-15-tcpcrinvalid">
            <name>Event 15: Tcp_CR_Invalid</name>
            <dl>
              <dt>Definition:</dt>
              <dd>
                <t>Event indicating the local system reception of a
    TCP connection request with either an invalid
    source address or port number, or an invalid
    destination address or port number.</t>
              </dd>
              <dt/>
              <dd>
                <t>BGP destination port number <bcp14>SHOULD</bcp14> be 179, as
    defined by IANA.</t>
              </dd>
              <dt/>
              <dd>
                <t>A TCP connection request occurs when the local
    system receives a TCP SYN.</t>
              </dd>
            </dl>
            <t>Status:     Optional</t>
            <dl>
              <dt>Optional Session Attribute Status:</dt>
              <dd>
                <ol spacing="normal" type="1"><li>
                    <t>The TrackTcpState session attribute should be set to
  TRUE if this event occurs.</t>
                  </li>
                </ol>
              </dd>
            </dl>
          </section>
          <section anchor="event-16-tcpcracked">
            <name>Event 16: Tcp_CR_Acked</name>
            <dl>
              <dt>Definition:</dt>
              <dd>
                <t>Event indicating the local system's request to
    establish a TCP connection to the remote peer.</t>
              </dd>
              <dt/>
              <dd>
                <t>The local system's TCP connection sent a TCP SYN,
    received a TCP SYN/ACK message, and sent a TCP ACK.</t>
              </dd>
            </dl>
            <t>Status:     Mandatory</t>
          </section>
          <section anchor="event-17-tcpconnectionconfirmed">
            <name>Event 17: TcpConnectionConfirmed</name>
            <dl>
              <dt>Definition:</dt>
              <dd>
                <t>Event indicating that the local system has received
    a confirmation that the TCP connection has been
    established by the remote site.</t>
              </dd>
              <dt/>
              <dd>
                <t>The remote peer's TCP engine sent a TCP SYN.  The
    local peer's TCP engine sent a SYN, ACK message and
    now has received a final ACK.</t>
              </dd>
            </dl>
            <t>Status:     Mandatory</t>
          </section>
          <section anchor="event-18-tcpconnectionfails">
            <name>Event 18: TcpConnectionFails</name>
            <dl>
              <dt>Definition:</dt>
              <dd>
                <t>Event indicating that the local system has received
    a TCP connection failure notice.</t>
              </dd>
              <dt/>
              <dd>
                <t>The remote BGP peer's TCP machine could have sent a
    FIN.  The local peer would respond with a FIN-ACK.
    Another possibility is that the local peer
    indicated a timeout in the TCP connection and
    downed the connection.</t>
              </dd>
            </dl>
            <t>Status:     Mandatory</t>
          </section>
        </section>
        <section anchor="bgp-message-based-events">
          <name>BGP Message-Based Events</name>
          <section anchor="event-19-bgpopen">
            <name>Event 19: BGPOpen</name>
            <dl>
              <dt>Definition:</dt>
              <dd>
                <t>An event is generated when a valid OPEN message has been received.</t>
              </dd>
            </dl>
            <t>Status:     Mandatory</t>
            <dl>
              <dt>Optional Session Attribute Status:</dt>
              <dd>
                <ol spacing="normal" type="1"><li>
                    <t>The DelayOpen optional session attribute <bcp14>SHOULD</bcp14> be set
  to FALSE.</t>
                  </li>
                  <li>
                    <t>The DelayOpenTimer <bcp14>SHOULD</bcp14> not be running.</t>
                  </li>
                </ol>
              </dd>
            </dl>
          </section>
          <section anchor="event-20-bgpopen-with-delayopentimer-running">
            <name>Event 20: BGPOpen with DelayOpenTimer running</name>
            <dl>
              <dt>Definition:</dt>
              <dd>
                <t>An event is generated when a valid OPEN message has
    been received for a peer that has a successfully
    established transport connection and is currently
    delaying the sending of a BGP open message.</t>
              </dd>
            </dl>
            <t>Status:     Optional</t>
            <dl>
              <dt>Optional Session Attribute Status:</dt>
              <dd>
                <ol spacing="normal" type="1"><li>
                    <t>The DelayOpen session attribute <bcp14>SHOULD</bcp14> be set to TRUE.</t>
                  </li>
                  <li>
                    <t>The DelayOpenTimer <bcp14>SHOULD</bcp14> be running.</t>
                  </li>
                </ol>
              </dd>
            </dl>
          </section>
          <section anchor="event-21-bgpheadererr">
            <name>Event 21: BGPHeaderErr</name>
            <dl>
              <dt>Definition:</dt>
              <dd>
                <t>An event is generated when a received BGP message
    header is not valid.</t>
              </dd>
            </dl>
            <t>Status:     Mandatory</t>
          </section>
          <section anchor="event-22-bgpopenmsgerr">
            <name>Event 22: BGPOpenMsgErr</name>
            <dl>
              <dt>Definition:</dt>
              <dd>
                <t>An event is generated when an OPEN message has been
    received with errors.</t>
              </dd>
            </dl>
            <t>Status:     Mandatory</t>
          </section>
          <section anchor="event-23-opencollisiondump">
            <name>Event 23: OpenCollisionDump</name>
            <dl>
              <dt>Definition:</dt>
              <dd>
                <t>An event generated administratively when a
    connection collision has been detected while
    processing an incoming OPEN message and this
    connection has been selected to be disconnected.
    See <xref target="collision"/> for more information on collision
    detection.</t>
              </dd>
              <dt/>
              <dd>
                <t>Event 23 is an administrative action generated by
    implementation logic that determines whether this
    connection needs to be dropped per the rules in
    <xref target="collision"/>.  This event may occur if the FSM is
    implemented as two linked state machines.</t>
              </dd>
            </dl>
            <t>Status:     Optional</t>
            <dl>
              <dt>Optional Session Attribute Status:</dt>
              <dd>
                <t>If the state machine is to process this event in
    the Established state,</t>
              </dd>
              <dt/>
              <dd>
                <ol spacing="normal" type="1"><li>
                    <t>CollisionDetectEstablishedState optional session 
  attribute <bcp14>SHOULD</bcp14> be set to TRUE.</t>
                  </li>
                </ol>
              </dd>
              <dt/>
              <dd>
                <t>Please note: The OpenCollisionDump event can occur
    in Idle, Connect, Active, OpenSent, and OpenConfirm
    without any optional session attributes being set.</t>
              </dd>
            </dl>
          </section>
          <section anchor="event-24-notifmsgvererr">
            <name>Event 24: NotifMsgVerErr</name>
            <dl>
              <dt>Definition:</dt>
              <dd>
                <t>An event is generated when a NOTIFICATION message
    with "version error" is received.</t>
              </dd>
            </dl>
            <t>Status:     Mandatory</t>
          </section>
          <section anchor="event-25-notifmsg">
            <name>Event 25: NotifMsg</name>
            <dl>
              <dt>Definition:</dt>
              <dd>
                <t>An event is generated when a NOTIFICATION message
    is received and the error code is anything but
    "version error".</t>
              </dd>
            </dl>
            <t>Status:     Mandatory</t>
          </section>
          <section anchor="event-26-keepalivemsg">
            <name>Event 26: KeepAliveMsg</name>
            <dl>
              <dt>Definition:</dt>
              <dd>
                <t>An event is generated when a KEEPALIVE message is
    received.</t>
              </dd>
            </dl>
            <t>Status:     Mandatory</t>
          </section>
          <section anchor="event-27-updatemsg">
            <name>Event 27: UpdateMsg</name>
            <dl>
              <dt>Definition:</dt>
              <dd>
                <t>An event is generated when a valid UPDATE message
    is received.</t>
              </dd>
            </dl>
            <t>Status:     Mandatory</t>
          </section>
          <section anchor="event-28-updatemsgerr">
            <name>Event 28: UpdateMsgErr</name>
            <dl>
              <dt>Definition:</dt>
              <dd>
                <t>An event is generated when an invalid UPDATE
message is received.</t>
              </dd>
            </dl>
            <t>Status:     Mandatory</t>
          </section>
          <section anchor="event-29-sendholdtimerexpires">
            <name>Event 29: SendHoldTimer_Expires</name>
            <dl>
              <dt>Definition:</dt>
              <dd>
                <t>An event generated when the SendHoldTimer
expires.</t>
              </dd>
            </dl>
            <t>Status: Optional</t>
          </section>
        </section>
      </section>
      <section anchor="fsmdescr">
        <name>Description of FSM</name>
        <section anchor="fsm-definition">
          <name>FSM Definition</name>
          <t>BGP <bcp14>MUST</bcp14> maintain a separate FSM for each configured peer.  Each BGP
peer paired in a potential connection will attempt to connect to the
other, unless configured to remain in the idle state, or configured
to remain passive.  For the purpose of this discussion, the active or
connecting side of the TCP connection (the side of a TCP connection
sending the first TCP SYN packet) is called outgoing.  The passive or
listening side (the sender of the first SYN/ACK) is called an
incoming connection.  (See <xref target="activepassive"/> for information on the
terms active and passive used below.)</t>
          <t>A BGP implementation <bcp14>MUST</bcp14> connect to and listen on TCP port 179 for
incoming connections in addition to trying to connect to peers.  For
each incoming connection, a state machine <bcp14>MUST</bcp14> be instantiated.
There exists a period in which the identity of the peer on the other
end of an incoming connection is known, but the BGP identifier is not
known.  During this time, both an incoming and outgoing connection
may exist for the same configured peering.  This is referred to as a
connection collision (see <xref target="collision"/>).</t>
          <t>A BGP implementation will have, at most, one FSM for each configured
peering, plus one FSM for each incoming TCP connection for which the
peer has not yet been identified.  Each FSM corresponds to exactly
one TCP connection.</t>
          <t>There may be more than one connection between a pair of peers if the
connections are configured to use a different pair of IP addresses.
This is referred to as multiple "configured peerings" to the same
peer.</t>
          <section anchor="activepassive">
            <name>Terms "active" and "passive"</name>
            <t>The terms active and passive have been in the Internet operator's
vocabulary for almost a decade and have proven useful.  The words
active and passive have slightly different meanings when applied to a
TCP connection or a peer.  There is only one active side and one
passive side to any one TCP connection, per the definition above and
the state machine below.  When a BGP speaker is configured as active,
it may end up on either the active or passive side of the connection
that eventually gets established.  Once the TCP connection is
completed, it doesn't matter which end was active and which was
passive.  The only difference is in which side of the TCP connection
has port number 179.</t>
          </section>
          <section anchor="fsm-and-collision-detection">
            <name>FSM and Collision Detection</name>
            <t>There is one FSM per BGP connection.  When the connection collision
occurs prior to determining what peer a connection is associated
with, there may be two connections for one peer.  After the
connection collision is resolved (see <xref target="collision"/>), the FSM for the
connection that is closed <bcp14>SHOULD</bcp14> be disposed.</t>
          </section>
          <section anchor="optsessattrs">
            <name>FSM and Optional Session Attributes</name>
            <t>Optional Session Attributes specify either attributes that act as
flags (TRUE or FALSE) or optional timers.  For optional session attributes
that act as flags, if the optional session attribute can be set to
TRUE on the system, the corresponding BGP FSM actions must be
supported.  For example, if the following options can be set in a BGP
implementation: AutoStart and PassiveTcpEstablishment, then Events 3,
4 and 5 must be supported.  If an Optional Session attribute cannot
be set to TRUE, the events supporting that set of options do not have
to be supported.</t>
            <t>Each of the optional timers (DelayOpenTimer and IdleHoldTimer) has a
group of session attributes that are:</t>
            <ul spacing="normal">
              <li>
                <t>flag indicating support,</t>
              </li>
              <li>
                <t>Time set in Timer</t>
              </li>
              <li>
                <t>Timer.</t>
              </li>
            </ul>
            <t>The two optional timers show this format:</t>
            <artwork><![CDATA[
DelayOpenTimer: DelayOpen, DelayOpenTime, DelayOpenTimer
IdleHoldTimer:  DampPeerOscillations, IdleHoldTime,
                IdleHoldTimer
]]></artwork>
            <t>If the flag indicating support for an optional timer (DelayOpen or
DampPeerOscillations) cannot be set to TRUE, the timers and events
supporting that option do not have to be supported.</t>
          </section>
          <section anchor="fsm-event-numbers">
            <name>FSM Event Numbers</name>
            <t>The Event numbers (1-28) utilized in this state machine description
aid in specifying the behavior of the BGP state machine.
Implementations <bcp14>MAY</bcp14> use these numbers to provide network management
information.  The exact form of an FSM or the FSM events are specific
to each implementation.</t>
          </section>
          <section anchor="fsmimpldep">
            <name>FSM Actions that are Implementation Dependent</name>
            <t>At certain points, the BGP FSM specifies that BGP initialization will
occur or that BGP resources will be deleted.  The initialization of
the BGP FSM and the associated resources depend on the policy portion
of the BGP implementation.  The details of these actions are outside
the scope of the FSM document.</t>
          </section>
        </section>
        <section anchor="finite-state-machine">
          <name>Finite State Machine</name>
          <section anchor="idle-state">
            <name>Idle state:</name>
            <t>Initially, the BGP peer FSM is in the Idle state.  Hereafter, the
BGP peer FSM will be shortened to BGP FSM.</t>
            <t>In this state, BGP FSM refuses all incoming BGP connections for this peer.  No resources are allocated to the peer.  In response to a ManualStart event (Event 1) or an AutomaticStart event (Event 3), the local system:</t>
            <ul spacing="normal">
              <li>
                <t>initializes all BGP resources for the peer connection,</t>
              </li>
              <li>
                <t>sets ConnectRetryCounter to zero,</t>
              </li>
              <li>
                <t>starts the ConnectRetryTimer with the initial value,</t>
              </li>
              <li>
                <t>initiates a TCP connection to the other BGP peer,</t>
              </li>
              <li>
                <t>listens for a connection that may be initiated by the remote
BGP peer, and</t>
              </li>
              <li>
                <t>changes its state to Connect.</t>
              </li>
            </ul>
            <t>The ManualStop event (Event 2) and AutomaticStop (Event 8) event
are ignored in the Idle state.</t>
            <t>In response to a ManualStart_with_PassiveTcpEstablishment event (Event 4) or AutomaticStart_with_PassiveTcpEstablishment event (Event 5), the local system:</t>
            <ul spacing="normal">
              <li>
                <t>initializes all BGP resources,</t>
              </li>
              <li>
                <t>sets the ConnectRetryCounter to zero,</t>
              </li>
              <li>
                <t>starts the ConnectRetryTimer with the initial value,</t>
              </li>
              <li>
                <t>listens for a connection that may be initiated by the remote
peer, and</t>
              </li>
              <li>
                <t>changes its state to Active.</t>
              </li>
            </ul>
            <t>The exact value of the ConnectRetryTimer is a local matter, but it
<bcp14>SHOULD</bcp14> be sufficiently large to allow TCP initialization.</t>
            <t>If the DampPeerOscillations session attribute is set to TRUE, the following three additional events may occur within the Idle state:</t>
            <ul spacing="normal">
              <li>
                <t>AutomaticStart_with_DampPeerOscillations (Event 6),</t>
              </li>
              <li>
                <t>AutomaticStart_with_DampPeerOscillations_and_
PassiveTcpEstablishment (Event 7),</t>
              </li>
              <li>
                <t>IdleHoldTimer_Expires (Event 13).</t>
              </li>
            </ul>
            <t>Upon receiving these 3 events, the local system will use these
events to prevent peer oscillations.  The method of preventing
persistent peer oscillation is outside the scope of this document.</t>
            <t>Any other event (Events 9-12, 15-28) received in the Idle state
does not cause change in the state of the local system.</t>
          </section>
          <section anchor="connect-state">
            <name>Connect State:</name>
            <t>In this state, BGP FSM is waiting for the TCP connection to be
completed.</t>
            <t>The start events (Events 1, 3-7) are ignored in the Connect state.</t>
            <t>In response to a ManualStop event (Event 2), the local system:</t>
            <ul spacing="normal">
              <li>
                <t>drops the TCP connection,</t>
              </li>
              <li>
                <t>releases all BGP resources,</t>
              </li>
              <li>
                <t>sets ConnectRetryCounter to zero,</t>
              </li>
              <li>
                <t>stops the ConnectRetryTimer and sets ConnectRetryTimer to
ero, and</t>
              </li>
              <li>
                <t>changes its state to Idle.</t>
              </li>
            </ul>
            <t>In response to the ConnectRetryTimer_Expires event (Event 9), the local system:</t>
            <ul spacing="normal">
              <li>
                <t>drops the TCP connection,</t>
              </li>
              <li>
                <t>restarts the ConnectRetryTimer,</t>
              </li>
              <li>
                <t>stops the DelayOpenTimer and resets the timer to zero,</t>
              </li>
              <li>
                <t>initiates a TCP connection to the other BGP peer,</t>
              </li>
              <li>
                <t>continues to listen for a connection that may be initiated by the remote BGP peer, and</t>
              </li>
              <li>
                <t>stays in the Connect state.</t>
              </li>
            </ul>
            <t>If the DelayOpenTimer_Expires event (Event 12) occurs in the Connect state, the local system:</t>
            <ul spacing="normal">
              <li>
                <t>sends an OPEN message to its peer,</t>
              </li>
              <li>
                <t>sets the HoldTimer to a large value, and</t>
              </li>
              <li>
                <t>changes its state to OpenSent.</t>
              </li>
            </ul>
            <t>If the BGP FSM receives a TcpConnection_Valid event (Event 14),
the TCP connection is processed, and the connection remains in the
Connect state.</t>
            <t>If the BGP FSM receives a Tcp_CR_Invalid event (Event 15), the
local system rejects the TCP connection, and the connection
remains in the Connect state.</t>
            <t>If the TCP connection succeeds (Event 16 or Event 17), the local system checks the DelayOpen session attribute prior to processing.  If the DelayOpen session attribute is set to TRUE, the local system:</t>
            <ul spacing="normal">
              <li>
                <t>stops the ConnectRetryTimer (if running) and sets the
ConnectRetryTimer to zero,</t>
              </li>
              <li>
                <t>sets the DelayOpenTimer to the initial value, and</t>
              </li>
              <li>
                <t>stays in the Connect state.</t>
              </li>
            </ul>
            <t>If the DelayOpen session attribute is set to FALSE, the local system:</t>
            <ul spacing="normal">
              <li>
                <t>stops the ConnectRetryTimer (if running) and sets the
ConnectRetryTimer to zero,</t>
              </li>
              <li>
                <t>completes BGP initialization</t>
              </li>
              <li>
                <t>sends an OPEN message to its peer,</t>
              </li>
              <li>
                <t>sets the HoldTimer to a large value, and</t>
              </li>
              <li>
                <t>changes its state to OpenSent.</t>
              </li>
            </ul>
            <t>A HoldTimer value of 4 minutes is suggested.</t>
            <t>If the TCP connection fails (Event 18), the local system checks the DelayOpenTimer.  If the DelayOpenTimer is running, the local system:</t>
            <ul spacing="normal">
              <li>
                <t>restarts the ConnectRetryTimer with the initial value,</t>
              </li>
              <li>
                <t>stops the DelayOpenTimer and resets its value to zero,</t>
              </li>
              <li>
                <t>continues to listen for a connection that may be initiated by
the remote BGP peer, and</t>
              </li>
              <li>
                <t>changes its state to Active.</t>
              </li>
            </ul>
            <t>If the DelayOpenTimer is not running, the local system:</t>
            <ul spacing="normal">
              <li>
                <t>stops the ConnectRetryTimer to zero,</t>
              </li>
              <li>
                <t>drops the TCP connection,</t>
              </li>
              <li>
                <t>releases all BGP resources, and</t>
              </li>
              <li>
                <t>changes its state to Idle.</t>
              </li>
            </ul>
            <t>If an OPEN message is received while the DelayOpenTimer is running (Event 20), the local system:</t>
            <ul spacing="normal">
              <li>
                <t>stops the ConnectRetryTimer (if running) and sets the
ConnectRetryTimer to zero,</t>
              </li>
              <li>
                <t>completes the BGP initialization,</t>
              </li>
              <li>
                <t>stops and clears the DelayOpenTimer (sets the value to zero),</t>
              </li>
              <li>
                <t>sends an OPEN message,</t>
              </li>
              <li>
                <t>sends a KEEPALIVE message,</t>
              </li>
              <li>
                <t>if the HoldTimer initial value is non-zero,  </t>
                <ul spacing="normal">
                  <li>
                    <t>starts the KeepaliveTimer with the initial value and</t>
                  </li>
                  <li>
                    <t>resets the HoldTimer to the negotiated value,</t>
                  </li>
                </ul>
                <t>
else, if the HoldTimer initial value is zero,  </t>
                <ul spacing="normal">
                  <li>
                    <t>resets the KeepaliveTimer and</t>
                  </li>
                  <li>
                    <t>resets the HoldTimer value to zero,</t>
                  </li>
                </ul>
              </li>
              <li>
                <t>and changes its state to OpenConfirm.</t>
              </li>
            </ul>
            <t>If the value of the autonomous system field is the same as the
local Autonomous System number, set the connection status to an
internal connection; otherwise it will be "external".</t>
            <t>If BGP message header checking (Event 21) or OPEN message checking detects an error (Event 22) (see <xref target="openmsgerr"/>), the local system:</t>
            <ul spacing="normal">
              <li>
                <t>(optionally) If the SendNOTIFICATIONwithoutOPEN session attribute is
set to TRUE, then the local system first sends a NOTIFICATION
message with the appropriate error code, and then</t>
              </li>
              <li>
                <t>stops the ConnectRetryTimer (if running) and sets the
ConnectRetryTimer to zero,</t>
              </li>
              <li>
                <t>releases all BGP resources,</t>
              </li>
              <li>
                <t>drops the TCP connection,</t>
              </li>
              <li>
                <t>increments the ConnectRetryCounter by 1,</t>
              </li>
              <li>
                <t>(optionally) performs peer oscillation damping if the
DampPeerOscillations session attribute is set to TRUE, and</t>
              </li>
              <li>
                <t>changes its state to Idle.</t>
              </li>
            </ul>
            <t>If a NOTIFICATION message is received with a version error (Event 24), the local system checks the DelayOpenTimer.  If the DelayOpenTimer is running, the local system:</t>
            <ul spacing="normal">
              <li>
                <t>stops the ConnectRetryTimer (if running) and sets the
ConnectRetryTimer to zero,</t>
              </li>
              <li>
                <t>stops and resets the DelayOpenTimer (sets to zero),</t>
              </li>
              <li>
                <t>releases all BGP resources,</t>
              </li>
              <li>
                <t>drops the TCP connection, and</t>
              </li>
              <li>
                <t>changes its state to Idle.</t>
              </li>
            </ul>
            <t>If the DelayOpenTimer is not running, the local system:</t>
            <ul spacing="normal">
              <li>
                <t>stops the ConnectRetryTimer and sets the ConnectRetryTimer to
zero,</t>
              </li>
              <li>
                <t>releases all BGP resources,</t>
              </li>
              <li>
                <t>drops the TCP connection,</t>
              </li>
              <li>
                <t>increments the ConnectRetryCounter by 1,</t>
              </li>
              <li>
                <t>performs peer oscillation damping if the DampPeerOscillations
session attribute is set to True, and</t>
              </li>
              <li>
                <t>changes its state to Idle.</t>
              </li>
            </ul>
            <t>In response to any other events (Events 8, 10-11, 13, 19, 23, 25-28), the local system:</t>
            <ul spacing="normal">
              <li>
                <t>if the ConnectRetryTimer is running, stops and resets the
ConnectRetryTimer (sets to zero),</t>
              </li>
              <li>
                <t>if the DelayOpenTimer is running, stops and resets the
DelayOpenTimer (sets to zero),</t>
              </li>
              <li>
                <t>releases all BGP resources,</t>
              </li>
              <li>
                <t>drops the TCP connection,</t>
              </li>
              <li>
                <t>increments the ConnectRetryCounter by 1,</t>
              </li>
              <li>
                <t>performs peer oscillation damping if the DampPeerOscillations
session attribute is set to True, and</t>
              </li>
              <li>
                <t>changes its state to Idle.</t>
              </li>
            </ul>
          </section>
          <section anchor="active-state">
            <name>Active State:</name>
            <t>In this state, BGP FSM is trying to acquire a peer by listening
for, and accepting, a TCP connection.</t>
            <t>The start events (Events 1, 3-7) are ignored in the Active state.</t>
            <t>In response to a ManualStop event (Event 2), the local system:</t>
            <ul spacing="normal">
              <li>
                <t>If the DelayOpenTimer is running and the
SendNOTIFICATIONwithoutOPEN session attribute is set, the
local system sends a NOTIFICATION with a Cease,</t>
              </li>
              <li>
                <t>releases all BGP resources including stopping the
DelayOpenTimer</t>
              </li>
              <li>
                <t>drops the TCP connection,</t>
              </li>
              <li>
                <t>sets ConnectRetryCounter to zero,</t>
              </li>
              <li>
                <t>stops the ConnectRetryTimer and sets the ConnectRetryTimer to
zero, and</t>
              </li>
              <li>
                <t>changes its state to Idle.</t>
              </li>
            </ul>
            <t>In response to a ConnectRetryTimer_Expires event (Event 9), the
local system:</t>
            <ul spacing="normal">
              <li>
                <t>restarts the ConnectRetryTimer (with initial value),</t>
              </li>
              <li>
                <t>initiates a TCP connection to the other BGP peer,</t>
              </li>
              <li>
                <t>continues to listen for a TCP connection that may be initiated
by a remote BGP peer, and</t>
              </li>
              <li>
                <t>changes its state to Connect.</t>
              </li>
            </ul>
            <t>If the local system receives a DelayOpenTimer_Expires event (Event
12), the local system:</t>
            <ul spacing="normal">
              <li>
                <t>sets the ConnectRetryTimer to zero,</t>
              </li>
              <li>
                <t>stops and clears the DelayOpenTimer (set to zero),</t>
              </li>
              <li>
                <t>completes the BGP initialization,</t>
              </li>
              <li>
                <t>sends the OPEN message to its remote peer,</t>
              </li>
              <li>
                <t>sets its hold timer to a large value, and</t>
              </li>
              <li>
                <t>changes its state to OpenSent.</t>
              </li>
            </ul>
            <t>A HoldTimer value of 4 minutes is also suggested for this state
transition.</t>
            <t>If the local system receives a TcpConnection_Valid event (Event
14), the local system processes the TCP connection flags and stays
in the Active state.</t>
            <t>If the local system receives a Tcp_CR_Invalid event (Event 15),
the local system rejects the TCP connection and stays in the
Active State.</t>
            <t>In response to the success of a TCP connection (Event 16 or Event
17), the local system checks the DelayOpen optional session attribute
prior to processing.</t>
            <t>If the DelayOpen session attribute is set to TRUE, the local system:</t>
            <ul spacing="normal">
              <li>
                <t>stops the ConnectRetryTimer and sets the ConnectRetryTimer
 to zero,</t>
              </li>
              <li>
                <t>sets the DelayOpenTimer to the initial value
 (DelayOpenTime), and</t>
              </li>
              <li>
                <t>stays in the Active state.</t>
              </li>
            </ul>
            <t>If the DelayOpen session attribute is set to FALSE, the local system:</t>
            <ul spacing="normal">
              <li>
                <t>sets the ConnectRetryTimer to zero,</t>
              </li>
              <li>
                <t>completes the BGP initialization,</t>
              </li>
              <li>
                <t>sends the OPEN message to its peer,</t>
              </li>
              <li>
                <t>sets its HoldTimer to a large value, and</t>
              </li>
              <li>
                <t>changes its state to OpenSent.</t>
              </li>
            </ul>
            <t>A HoldTimer value of 4 minutes is suggested as a "large value" for
the HoldTimer.</t>
            <t>If the local system receives a TcpConnectionFails event (Event 18), the local system:</t>
            <ul spacing="normal">
              <li>
                <t>restarts the ConnectRetryTimer (with the initial value),</t>
              </li>
              <li>
                <t>stops and clears the DelayOpenTimer (sets the value to zero),</t>
              </li>
              <li>
                <t>releases all BGP resource,</t>
              </li>
              <li>
                <t>increments the ConnectRetryCounter by 1,</t>
              </li>
              <li>
                <t>optionally performs peer oscillation damping if the
DampPeerOscillations session attribute is set to TRUE, and</t>
              </li>
              <li>
                <t>changes its state to Idle.</t>
              </li>
            </ul>
            <t>If an OPEN message is received and the DelayOpenTimer is running (Event 20), the local system:</t>
            <ul spacing="normal">
              <li>
                <t>stops the ConnectRetryTimer (if running) and sets the
ConnectRetryTimer to zero,</t>
              </li>
              <li>
                <t>stops and clears the DelayOpenTimer (sets to zero),</t>
              </li>
              <li>
                <t>completes the BGP initialization,</t>
              </li>
              <li>
                <t>sends an OPEN message,</t>
              </li>
              <li>
                <t>sends a KEEPALIVE message,</t>
              </li>
              <li>
                <t>if the HoldTimer value is non-zero,  </t>
                <ul spacing="normal">
                  <li>
                    <t>starts the KeepaliveTimer to initial value,</t>
                  </li>
                  <li>
                    <t>resets the HoldTimer to the negotiated value,</t>
                  </li>
                </ul>
                <t>
else if the HoldTimer is zero  </t>
                <ul spacing="normal">
                  <li>
                    <t>resets the KeepaliveTimer (set to zero),</t>
                  </li>
                  <li>
                    <t>resets the HoldTimer to zero, and</t>
                  </li>
                </ul>
              </li>
              <li>
                <t>changes its state to OpenConfirm.</t>
              </li>
            </ul>
            <t>If the value of the autonomous system field is the same as the
local Autonomous System number, set the connection status to an
internal connection; otherwise it will be external.</t>
            <t>If BGP message header checking (Event 21) or OPEN message checking
detects an error (Event 22) (see <xref target="openmsgerr"/>), the local system:</t>
            <ul spacing="normal">
              <li>
                <t>(optionally) sends a NOTIFICATION message with the appropriate
error code if the SendNOTIFICATIONwithoutOPEN session attribute is set
to TRUE,</t>
              </li>
              <li>
                <t>sets the ConnectRetryTimer to zero,</t>
              </li>
              <li>
                <t>releases all BGP resources,</t>
              </li>
              <li>
                <t>drops the TCP connection,</t>
              </li>
              <li>
                <t>increments the ConnectRetryCounter by 1,</t>
              </li>
              <li>
                <t>(optionally) performs peer oscillation damping if the
DampPeerOscillations session attribute is set to TRUE, and</t>
              </li>
              <li>
                <t>changes its state to Idle.</t>
              </li>
            </ul>
            <t>If a NOTIFICATION message is received with a version error (Event
24), the local system checks the DelayOpenTimer.  If the
DelayOpenTimer is running, the local system:</t>
            <ul spacing="normal">
              <li>
                <t>stops the ConnectRetryTimer (if running) and sets the
ConnectRetryTimer to zero,</t>
              </li>
              <li>
                <t>stops and resets the DelayOpenTimer (sets to zero),</t>
              </li>
              <li>
                <t>releases all BGP resources,</t>
              </li>
              <li>
                <t>drops the TCP connection, and</t>
              </li>
              <li>
                <t>changes its state to Idle.</t>
              </li>
            </ul>
            <t>If the DelayOpenTimer is not running, the local system:</t>
            <ul spacing="normal">
              <li>
                <t>sets the ConnectRetryTimer to zero,</t>
              </li>
              <li>
                <t>releases all BGP resources,</t>
              </li>
              <li>
                <t>drops the TCP connection,</t>
              </li>
              <li>
                <t>increments the ConnectRetryCounter by 1,</t>
              </li>
              <li>
                <t>(optionally) performs peer oscillation damping if the
DampPeerOscillations session attribute is set to TRUE, and</t>
              </li>
              <li>
                <t>changes its state to Idle.</t>
              </li>
            </ul>
            <t>In response to any other event (Events 8, 10-11, 13, 19, 23,
25-28), the local system:</t>
            <ul spacing="normal">
              <li>
                <t>sets the ConnectRetryTimer to zero,</t>
              </li>
              <li>
                <t>releases all BGP resources,</t>
              </li>
              <li>
                <t>drops the TCP connection,</t>
              </li>
              <li>
                <t>increments the ConnectRetryCounter by one,</t>
              </li>
              <li>
                <t>(optionally) performs peer oscillation damping if the
DampPeerOscillations session attribute is set to TRUE, and</t>
              </li>
              <li>
                <t>changes its state to Idle.</t>
              </li>
            </ul>
          </section>
          <section anchor="opensent">
            <name>OpenSent:</name>
            <t>In this state, BGP FSM waits for an OPEN message from its peer.</t>
            <t>The start events (Events 1, 3-7) are ignored in the OpenSent
state.</t>
            <t>If a ManualStop event (Event 2) is issued in the OpenSent state,
the local system:</t>
            <ul spacing="normal">
              <li>
                <t>sends the NOTIFICATION with a Cease,</t>
              </li>
              <li>
                <t>sets the ConnectRetryTimer to zero,</t>
              </li>
              <li>
                <t>releases all BGP resources,</t>
              </li>
              <li>
                <t>drops the TCP connection,</t>
              </li>
              <li>
                <t>sets the ConnectRetryCounter to zero, and</t>
              </li>
              <li>
                <t>changes its state to Idle.</t>
              </li>
            </ul>
            <t>If an AutomaticStop event (Event 8) is issued in the OpenSent
state, the local system:</t>
            <ul spacing="normal">
              <li>
                <t>sends the NOTIFICATION with a Cease,</t>
              </li>
              <li>
                <t>sets the ConnectRetryTimer to zero,</t>
              </li>
              <li>
                <t>releases all the BGP resources,</t>
              </li>
              <li>
                <t>drops the TCP connection,</t>
              </li>
              <li>
                <t>increments the ConnectRetryCounter by 1,</t>
              </li>
              <li>
                <t>(optionally) performs peer oscillation damping if the
DampPeerOscillations session attribute is set to TRUE, and</t>
              </li>
              <li>
                <t>changes its state to Idle.</t>
              </li>
            </ul>
            <t>If the HoldTimer_Expires (Event 10), the local system:</t>
            <ul spacing="normal">
              <li>
                <t>sends a NOTIFICATION message with the error code Hold Timer
Expired,</t>
              </li>
              <li>
                <t>sets the ConnectRetryTimer to zero,</t>
              </li>
              <li>
                <t>releases all BGP resources,</t>
              </li>
              <li>
                <t>drops the TCP connection,</t>
              </li>
              <li>
                <t>increments the ConnectRetryCounter,</t>
              </li>
              <li>
                <t>(optionally) performs peer oscillation damping if the
DampPeerOscillations session attribute is set to TRUE, and</t>
              </li>
              <li>
                <t>changes its state to Idle.</t>
              </li>
            </ul>
            <t>If a TcpConnection_Valid (Event 14), Tcp_CR_Acked (Event 16), or a
TcpConnectionConfirmed event (Event 17) is received, a second TCP
connection may be in progress.  This second TCP connection is
tracked per Connection Collision processing (<xref target="collision"/>) until an
OPEN message is received.</t>
            <t>A TCP Connection Request for an Invalid port (Tcp_CR_Invalid
(Event 15)) is ignored.</t>
            <t>If a TcpConnectionFails event (Event 18) is received, the local
system:</t>
            <ul spacing="normal">
              <li>
                <t>closes the BGP connection,</t>
              </li>
              <li>
                <t>restarts the ConnectRetryTimer,</t>
              </li>
              <li>
                <t>continues to listen for a connection that may be initiated by
the remote BGP peer, and</t>
              </li>
              <li>
                <t>changes its state to Active.</t>
              </li>
            </ul>
            <t>When an OPEN message is received, all fields are checked for
correctness.  If there are no errors in the OPEN message (Event
19), the local system:</t>
            <ul spacing="normal">
              <li>
                <t>resets the DelayOpenTimer to zero,</t>
              </li>
              <li>
                <t>sets the BGP ConnectRetryTimer to zero,</t>
              </li>
              <li>
                <t>sends a KEEPALIVE message, and</t>
              </li>
              <li>
                <t>sets a KeepaliveTimer (via the text below)</t>
              </li>
              <li>
                <t>sets the HoldTimer according to the negotiated value (see
<xref target="openfmt"/>),</t>
              </li>
              <li>
                <t>changes its state to OpenConfirm.</t>
              </li>
            </ul>
            <t>If the negotiated hold time value is zero, then the HoldTimer and
KeepaliveTimer are not started.  If the value of the Autonomous
System field is the same as the local Autonomous System number,
then the connection is an "internal" connection; otherwise, it is
an "external" connection.  (This will impact UPDATE processing as
described below.)</t>
            <t>If the BGP message header checking (Event 21) or OPEN message
checking detects an error (Event 22)(see <xref target="openmsgerr"/>), the local
system:</t>
            <ul spacing="normal">
              <li>
                <t>sends a NOTIFICATION message with the appropriate error code,</t>
              </li>
              <li>
                <t>sets the ConnectRetryTimer to zero,</t>
              </li>
              <li>
                <t>releases all BGP resources,</t>
              </li>
              <li>
                <t>drops the TCP connection,</t>
              </li>
              <li>
                <t>increments the ConnectRetryCounter by 1,</t>
              </li>
              <li>
                <t>(optionally) performs peer oscillation damping if the
DampPeerOscillations session attribute is TRUE, and</t>
              </li>
              <li>
                <t>changes its state to Idle.</t>
              </li>
            </ul>
            <t>Collision detection mechanisms (<xref target="collision"/>) need to be applied
when a valid BGP OPEN message is received (Event 19 or Event 20).
Please refer to <xref target="collision"/> for the details of the comparison.  A
CollisionDetectDump event occurs when the BGP implementation
determines, by means outside the scope of this document, that a
connection collision has occurred.</t>
            <t>If a connection in the OpenSent state is determined to be the
connection that must be closed, an OpenCollisionDump (Event 23) is
signaled to the state machine.  If such an event is received in
the OpenSent state, the local system:</t>
            <ul spacing="normal">
              <li>
                <t>sends a NOTIFICATION with a Cease,</t>
              </li>
              <li>
                <t>sets the ConnectRetryTimer to zero,</t>
              </li>
              <li>
                <t>releases all BGP resources,</t>
              </li>
              <li>
                <t>drops the TCP connection,</t>
              </li>
              <li>
                <t>increments the ConnectRetryCounter by 1,</t>
              </li>
              <li>
                <t>(optionally) performs peer oscillation damping if the
DampPeerOscillations session attribute is set to TRUE, and</t>
              </li>
              <li>
                <t>changes its state to Idle.</t>
              </li>
            </ul>
            <t>If a NOTIFICATION message is received with a version error (Event
24), the local system:</t>
            <ul spacing="normal">
              <li>
                <t>sets the ConnectRetryTimer to zero,</t>
              </li>
              <li>
                <t>releases all BGP resources,</t>
              </li>
              <li>
                <t>drops the TCP connection, and</t>
              </li>
              <li>
                <t>changes its state to Idle.</t>
              </li>
            </ul>
            <t>In response to any other event (Events 9, 11-13, 20, 25-28), the
local system:</t>
            <ul spacing="normal">
              <li>
                <t>sends the NOTIFICATION with the Error Code Finite State
Machine Error,</t>
              </li>
              <li>
                <t>sets the ConnectRetryTimer to zero,</t>
              </li>
              <li>
                <t>releases all BGP resources,</t>
              </li>
              <li>
                <t>drops the TCP connection,</t>
              </li>
              <li>
                <t>increments the ConnectRetryCounter by 1,</t>
              </li>
              <li>
                <t>(optionally) performs peer oscillation damping if the
DampPeerOscillations session attribute is set to TRUE, and</t>
              </li>
              <li>
                <t>changes its state to Idle.</t>
              </li>
            </ul>
          </section>
          <section anchor="openconfirm-state">
            <name>OpenConfirm State:</name>
            <t>In this state, BGP waits for a KEEPALIVE or NOTIFICATION message.</t>
            <t>Any start event (Events 1, 3-7) is ignored in the OpenConfirm
state.</t>
            <t>In response to a ManualStop event (Event 2) initiated by the
operator, the local system:</t>
            <ul spacing="normal">
              <li>
                <t>sends the NOTIFICATION message with a Cease,</t>
              </li>
              <li>
                <t>releases all BGP resources,</t>
              </li>
              <li>
                <t>drops the TCP connection,</t>
              </li>
              <li>
                <t>sets the ConnectRetryCounter to zero,</t>
              </li>
              <li>
                <t>sets the ConnectRetryTimer to zero, and</t>
              </li>
              <li>
                <t>changes its state to Idle.</t>
              </li>
            </ul>
            <t>In response to the AutomaticStop event initiated by the system
(Event 8), the local system:</t>
            <ul spacing="normal">
              <li>
                <t>sends the NOTIFICATION message with a Cease,</t>
              </li>
              <li>
                <t>sets the ConnectRetryTimer to zero,</t>
              </li>
              <li>
                <t>releases all BGP resources,</t>
              </li>
              <li>
                <t>drops the TCP connection,</t>
              </li>
              <li>
                <t>increments the ConnectRetryCounter by 1,</t>
              </li>
              <li>
                <t>(optionally) performs peer oscillation damping if the
DampPeerOscillations session attribute is set to TRUE, and</t>
              </li>
              <li>
                <t>changes its state to Idle.</t>
              </li>
            </ul>
            <t>If the HoldTimer_Expires event (Event 10) occurs before a
KEEPALIVE message is received, the local system:</t>
            <ul spacing="normal">
              <li>
                <t>sends the NOTIFICATION message with the Error Code Hold Timer
Expired,</t>
              </li>
              <li>
                <t>sets the ConnectRetryTimer to zero,</t>
              </li>
              <li>
                <t>releases all BGP resources,</t>
              </li>
              <li>
                <t>drops the TCP connection,</t>
              </li>
              <li>
                <t>increments the ConnectRetryCounter by 1,</t>
              </li>
              <li>
                <t>(optionally) performs peer oscillation damping if the
DampPeerOscillations session attribute is set to TRUE, and</t>
              </li>
              <li>
                <t>changes its state to Idle.</t>
              </li>
            </ul>
            <t>If the local system receives a KeepaliveTimer_Expires event (Event
11), the local system:</t>
            <ul spacing="normal">
              <li>
                <t>sends a KEEPALIVE message,</t>
              </li>
              <li>
                <t>restarts the KeepaliveTimer, and</t>
              </li>
              <li>
                <t>remains in the OpenConfirm state.</t>
              </li>
            </ul>
            <t>In the event of a TcpConnection_Valid event (Event 14), or the
success of a TCP connection (Event 16 or Event 17) while in
OpenConfirm, the local system needs to track the second
connection.</t>
            <t>If a TCP connection is attempted with an invalid port (Event 15),
the local system will ignore the second connection attempt.</t>
            <t>If the local system receives a TcpConnectionFails event (Event 18)
from the underlying TCP or a NOTIFICATION message (Event 25), the
local system:</t>
            <ul spacing="normal">
              <li>
                <t>sets the ConnectRetryTimer to zero,</t>
              </li>
              <li>
                <t>releases all BGP resources,</t>
              </li>
              <li>
                <t>drops the TCP connection,</t>
              </li>
              <li>
                <t>increments the ConnectRetryCounter by 1,</t>
              </li>
              <li>
                <t>(optionally) performs peer oscillation damping if the
DampPeerOscillations session attribute is set to TRUE, and</t>
              </li>
              <li>
                <t>changes its state to Idle.</t>
              </li>
            </ul>
            <t>If the local system receives a NOTIFICATION message with a version
error (NotifMsgVerErr (Event 24)), the local system:</t>
            <ul spacing="normal">
              <li>
                <t>sets the ConnectRetryTimer to zero,</t>
              </li>
              <li>
                <t>releases all BGP resources,</t>
              </li>
              <li>
                <t>drops the TCP connection, and</t>
              </li>
              <li>
                <t>changes its state to Idle.</t>
              </li>
            </ul>
            <t>If the local system receives a valid OPEN message (BGPOpen (Event
19)), the collision detect function is processed per <xref target="collision"/>.
If this connection is to be dropped due to connection collision,
the local system:</t>
            <ul spacing="normal">
              <li>
                <t>sends a NOTIFICATION with a Cease,</t>
              </li>
              <li>
                <t>sets the ConnectRetryTimer to zero,</t>
              </li>
              <li>
                <t>releases all BGP resources,</t>
              </li>
              <li>
                <t>drops the TCP connection (send TCP FIN),</t>
              </li>
              <li>
                <t>increments the ConnectRetryCounter by 1,</t>
              </li>
              <li>
                <t>(optionally) performs peer oscillation damping if the
DampPeerOscillations session attribute is set to TRUE, and</t>
              </li>
              <li>
                <t>changes its state to Idle.</t>
              </li>
            </ul>
            <t>If an OPEN message is received, all fields are checked for
correctness.  If the BGP message header checking (BGPHeaderErr
(Event 21)) or OPEN message checking detects an error (see <xref target="openmsgerr"/>)
(BGPOpenMsgErr (Event 22)), the local system:</t>
            <ul spacing="normal">
              <li>
                <t>sends a NOTIFICATION message with the appropriate error code,</t>
              </li>
              <li>
                <t>sets the ConnectRetryTimer to zero,</t>
              </li>
              <li>
                <t>releases all BGP resources,</t>
              </li>
              <li>
                <t>drops the TCP connection,</t>
              </li>
              <li>
                <t>increments the ConnectRetryCounter by 1,</t>
              </li>
              <li>
                <t>(optionally) performs peer oscillation damping if the
DampPeerOscillations session attribute is set to TRUE, and</t>
              </li>
              <li>
                <t>changes its state to Idle.</t>
              </li>
            </ul>
            <t>If, during the processing of another OPEN message, the BGP
implementation determines, by a means outside the scope of this
document, that a connection collision has occurred and this
connection is to be closed, the local system will issue an
OpenCollisionDump event (Event 23).  When the local system
receives an OpenCollisionDump event (Event 23), the local system:</t>
            <ul spacing="normal">
              <li>
                <t>sends a NOTIFICATION with a Cease,</t>
              </li>
              <li>
                <t>sets the ConnectRetryTimer to zero,</t>
              </li>
              <li>
                <t>releases all BGP resources</t>
              </li>
              <li>
                <t>drops the TCP connection,</t>
              </li>
              <li>
                <t>increments the ConnectRetryCounter by 1,</t>
              </li>
              <li>
                <t>(optionally) performs peer oscillation damping if the
DampPeerOscillations session attribute is set to TRUE, and</t>
              </li>
              <li>
                <t>changes its state to Idle.</t>
              </li>
            </ul>
            <t>If the local system receives a KEEPALIVE message (KeepAliveMsg
(Event 26)), the local system:</t>
            <ul spacing="normal">
              <li>
                <t>restarts its HoldTimer, if the negotiated HoldTime value is
non-zero, and</t>
              </li>
              <li>
                <t>starts the SendHoldTimer if the SendHoldTime and the
negotiated HoldTime are both non-zero, and</t>
              </li>
              <li>
                <t>changes its state to Established.</t>
              </li>
            </ul>
            <t>In response to any other event (Events 9, 12-13, 20, 27-28), the
local system:</t>
            <ul spacing="normal">
              <li>
                <t>sends a NOTIFICATION with a code of Finite State Machine
Error,</t>
              </li>
              <li>
                <t>sets the ConnectRetryTimer to zero,</t>
              </li>
              <li>
                <t>releases all BGP resources,</t>
              </li>
              <li>
                <t>drops the TCP connection,</t>
              </li>
              <li>
                <t>increments the ConnectRetryCounter by 1,</t>
              </li>
              <li>
                <t>(optionally) performs peer oscillation damping if the
DampPeerOscillations session attribute is set to TRUE, and</t>
              </li>
              <li>
                <t>changes its state to Idle.</t>
              </li>
            </ul>
          </section>
          <section anchor="established-state">
            <name>Established State:</name>
            <t>In the Established state, the BGP FSM can exchange UPDATE,
NOTIFICATION, and KEEPALIVE messages with its peer.</t>
            <t>Any Start event (Events 1, 3-7) is ignored in the Established
state.</t>
            <t>In response to a ManualStop event (initiated by an operator)
(Event 2), the local system:</t>
            <ul spacing="normal">
              <li>
                <t>sends the NOTIFICATION message with a Cease,</t>
              </li>
              <li>
                <t>sets the ConnectRetryTimer to zero,</t>
              </li>
              <li>
                <t>deletes all routes associated with this connection,</t>
              </li>
              <li>
                <t>releases BGP resources,</t>
              </li>
              <li>
                <t>drops the TCP connection,</t>
              </li>
              <li>
                <t>sets the ConnectRetryCounter to zero, and</t>
              </li>
              <li>
                <t>changes its state to Idle.</t>
              </li>
            </ul>
            <t>In response to an AutomaticStop event (Event 8), the local system:</t>
            <ul spacing="normal">
              <li>
                <t>sends a NOTIFICATION with a Cease,</t>
              </li>
              <li>
                <t>sets the ConnectRetryTimer to zero</t>
              </li>
              <li>
                <t>deletes all routes associated with this connection,</t>
              </li>
              <li>
                <t>releases all BGP resources,</t>
              </li>
              <li>
                <t>drops the TCP connection,</t>
              </li>
              <li>
                <t>increments the ConnectRetryCounter by 1,</t>
              </li>
              <li>
                <t>(optionally) performs peer oscillation damping if the
DampPeerOscillations session attribute is set to TRUE, and</t>
              </li>
              <li>
                <t>changes its state to Idle.</t>
              </li>
            </ul>
            <t>One reason for an AutomaticStop event is: A BGP receives an UPDATE
messages with a number of prefixes for a given peer such that the
total prefixes received exceeds the maximum number of prefixes
configured.  The local system automatically disconnects the peer.</t>
            <t>If the HoldTimer_Expires event occurs (Event 10), the local
system:</t>
            <ul spacing="normal">
              <li>
                <t>deletes all routes associated with this connection,</t>
              </li>
              <li>
                <t>sends a NOTIFICATION message with the Error Code Hold Timer
Expired,</t>
              </li>
              <li>
                <t>sets the ConnectRetryTimer to zero,</t>
              </li>
              <li>
                <t>releases all BGP resources,</t>
              </li>
              <li>
                <t>drops the TCP connection,</t>
              </li>
              <li>
                <t>increments the ConnectRetryCounter by 1,</t>
              </li>
              <li>
                <t>(optionally) performs peer oscillation damping if the
DampPeerOscillations session attribute is set to TRUE, and</t>
              </li>
              <li>
                <t>changes its state to Idle.</t>
              </li>
            </ul>
            <t>If the KeepaliveTimer_Expires event occurs (Event 11), the local
system:</t>
            <ul spacing="normal">
              <li>
                <t>sends a KEEPALIVE message, and</t>
              </li>
              <li>
                <t>restarts its KeepaliveTimer, unless the negotiated HoldTime
value is zero.</t>
              </li>
            </ul>
            <t>Each time the local system sends a KEEPALIVE or UPDATE message, it
restarts its KeepaliveTimer, unless the negotiated HoldTime value
is zero.</t>
            <t>If the SendHoldTimer_Expires (Event 29) occurs, the local system:</t>
            <ul spacing="normal">
              <li>
                <t>(optionally) sends a NOTIFICATION message with the BGP Error
Code "Send Hold Timer Expired" if the local system can
determine that doing so will not delay the following actions
in this paragraph,</t>
              </li>
              <li>
                <t>logs an error message in the local system with the BGP Error
Code "Send Hold Timer Expired",</t>
              </li>
              <li>
                <t>releases all BGP resources,</t>
              </li>
              <li>
                <t>sets the ConnectRetryTimer to zero,</t>
              </li>
              <li>
                <t>drops the TCP connection,</t>
              </li>
              <li>
                <t>increments the ConnectRetryCounter by 1,</t>
              </li>
              <li>
                <t>(optionally) performs peer oscillation damping if the
DampPeerOscillations session attribute is set to TRUE, and</t>
              </li>
              <li>
                <t>changes its state to Idle.</t>
              </li>
            </ul>
            <t>Each time the local system sends a BGP message, it restarts the
SendHoldTimer unless the SendHoldTime value is zero or the
negotiated HoldTime value is zero, in which case the
SendHoldTimer is stopped.</t>
            <t>The SendHoldTimer is stopped following any transition out of
the Established state as part of the "release all BGP
resources" action.</t>
            <t>A TcpConnection_Valid (Event 14), received for a valid port, will
cause the second connection to be tracked.</t>
            <t>An invalid TCP connection (Tcp_CR_Invalid event (Event 15)) will
be ignored.</t>
            <t>In response to an indication that the TCP connection is
successfully established (Event 16 or Event 17), the second
connection <bcp14>SHALL</bcp14> be tracked until it sends an OPEN message.</t>
            <t>If a valid OPEN message (BGPOpen (Event 19)) is received, and if
the CollisionDetectEstablishedState optional session attribute is TRUE,
the OPEN message will be checked to see if it collides (<xref target="collision"/>)
with any other connection.  If the BGP implementation
determines that this connection needs to be terminated, it will
process an OpenCollisionDump event (Event 23).  If this connection
needs to be terminated, the local system:</t>
            <ul spacing="normal">
              <li>
                <t>sends a NOTIFICATION with a Cease,</t>
              </li>
              <li>
                <t>sets the ConnectRetryTimer to zero,</t>
              </li>
              <li>
                <t>deletes all routes associated with this connection,</t>
              </li>
              <li>
                <t>releases all BGP resources,</t>
              </li>
              <li>
                <t>drops the TCP connection,</t>
              </li>
              <li>
                <t>increments the ConnectRetryCounter by 1,</t>
              </li>
              <li>
                <t>(optionally) performs peer oscillation damping if the
DampPeerOscillations is set to TRUE, and</t>
              </li>
              <li>
                <t>changes its state to Idle.</t>
              </li>
            </ul>
            <t>If the local system receives a NOTIFICATION message (Event 24 or
Event 25) or a TcpConnectionFails (Event 18) from the underlying
TCP, the local system:</t>
            <ul spacing="normal">
              <li>
                <t>sets the ConnectRetryTimer to zero,</t>
              </li>
              <li>
                <t>deletes all routes associated with this connection,</t>
              </li>
              <li>
                <t>releases all the BGP resources,</t>
              </li>
              <li>
                <t>drops the TCP connection,</t>
              </li>
              <li>
                <t>increments the ConnectRetryCounter by 1,</t>
              </li>
              <li>
                <t>changes its state to Idle.</t>
              </li>
            </ul>
            <t>If the local system receives a KEEPALIVE message (Event 26), the
local system:</t>
            <ul spacing="normal">
              <li>
                <t>restarts its HoldTimer, if the negotiated HoldTime value is
non-zero, and</t>
              </li>
              <li>
                <t>remains in the Established state.</t>
              </li>
            </ul>
            <t>If the local system receives an UPDATE message (Event 27), the
local system:</t>
            <ul spacing="normal">
              <li>
                <t>processes the message,</t>
              </li>
              <li>
                <t>restarts its HoldTimer, if the negotiated HoldTime value is
non-zero, and</t>
              </li>
              <li>
                <t>remains in the Established state.</t>
              </li>
            </ul>
            <t>If the local system receives an UPDATE message, and the UPDATE
message error handling procedure (see <xref target="updatemsgerr"/>) detects an
error (Event 28), the local system:</t>
            <ul spacing="normal">
              <li>
                <t>sends a NOTIFICATION message with an Update error,</t>
              </li>
              <li>
                <t>sets the ConnectRetryTimer to zero,</t>
              </li>
              <li>
                <t>deletes all routes associated with this connection,</t>
              </li>
              <li>
                <t>releases all BGP resources,</t>
              </li>
              <li>
                <t>drops the TCP connection,</t>
              </li>
              <li>
                <t>increments the ConnectRetryCounter by 1,</t>
              </li>
              <li>
                <t>(optionally) performs peer oscillation damping if the
DampPeerOscillations session attribute is set to TRUE, and</t>
              </li>
              <li>
                <t>changes its state to Idle.</t>
              </li>
            </ul>
            <t>In response to any other event (Events 9, 12-13, 20-22), the local
system:</t>
            <ul spacing="normal">
              <li>
                <t>sends a NOTIFICATION message with the Error Code Finite State
Machine Error,</t>
              </li>
              <li>
                <t>deletes all routes associated with this connection,</t>
              </li>
              <li>
                <t>sets the ConnectRetryTimer to zero,</t>
              </li>
              <li>
                <t>releases all BGP resources,</t>
              </li>
              <li>
                <t>drops the TCP connection,</t>
              </li>
              <li>
                <t>increments the ConnectRetryCounter by 1,</t>
              </li>
              <li>
                <t>(optionally) performs peer oscillation damping if the
DampPeerOscillations session attribute is set to TRUE, and</t>
              </li>
              <li>
                <t>changes its state to Idle.</t>
              </li>
            </ul>
          </section>
        </section>
      </section>
    </section>
    <section anchor="update-message-handling">
      <name>UPDATE Message Handling</name>
      <t>An UPDATE message may be received only in the Established state.
Receiving an UPDATE message in any other state is an error.  When an
UPDATE message is received, each field is checked for validity, as
specified in <xref target="updatemsgerr"/>.</t>
      <t>If an optional non-transitive attribute is unrecognized, it is
quietly discarded.  If an optional transitive attribute is
unrecognized, the Partial bit (the third high-order bit) in the
attribute flags octet is set to 1, and the attribute is retained for
propagation to other BGP speakers.</t>
      <t>If an optional attribute is recognized and has a valid value, then,
depending on the type of the optional attribute, it is processed
locally, retained, and updated, if necessary, for possible
propagation to other BGP speakers.</t>
      <t>If the UPDATE message contains a non-empty WITHDRAWN ROUTES field,
the previously advertised routes, whose destinations (expressed as IP
prefixes) are contained in this field, <bcp14>SHALL</bcp14> be removed from the
Adj-RIB-In.  This BGP speaker <bcp14>SHALL</bcp14> run its Decision Process because
the previously advertised route is no longer available for use.</t>
      <t>If the UPDATE message contains a feasible route, the Adj-RIB-In will
be updated with this route as follows: if the NLRI of the new route
is identical to the NLRI of a route associated with the same BGP 
session that is currently stored in the Adj-RIB-In, then the new 
route <bcp14>SHALL</bcp14> replace the older route in the Adj-RIB-In, thus implicitly 
withdrawing the older route from service. Otherwise, if the Adj-RIB-In 
has no such older route, the new route <bcp14>SHALL</bcp14> be placed in the 
Adj-RIB-In.</t>
      <t>Once the BGP speaker updates the Adj-RIB-In, the speaker <bcp14>SHALL</bcp14> run
its Decision Process.</t>
      <section anchor="decision">
        <name>Decision Process</name>
        <t>The Decision Process selects routes for subsequent advertisement by
applying the policies in the local Policy Information Base (PIB) to
the routes stored in its Adj-RIBs-In.  The output of the Decision
Process is the set of routes that will be advertised to peers; the
selected routes will be stored in the local speaker's Adj-RIBs-Out,
according to policy.</t>
        <t>The BGP Decision Process described here is conceptual, and does not
have to be implemented precisely as described, as long as the
implementations support the described functionality and they exhibit
the same externally visible behavior.</t>
        <t>The selection process is formalized by defining a function that takes
the attributes of a given route as an argument and returns either (a)
a non-negative integer denoting the degree of preference for the
route, or (b) a value denoting that this route is ineligible to be
installed in Loc-RIB and will be excluded from the next phase of
route selection.</t>
        <t>The function that calculates the degree of preference for a given
route <bcp14>SHALL NOT</bcp14> use any of the following as its inputs: the existence
of other routes, the non-existence of other routes, or the path
attributes of other routes.  Route selection then consists of the
individual application of the degree of preference function to each
feasible route, followed by the choice of the one with the highest
degree of preference.</t>
        <t>The Decision Process operates on routes contained in the Adj-RIBs-In,
and is responsible for:</t>
        <ul spacing="normal">
          <li>
            <t>selection of routes to be used locally by the speaker</t>
          </li>
          <li>
            <t>selection of routes to be advertised to other BGP peers</t>
          </li>
          <li>
            <t>route aggregation and route information reduction</t>
          </li>
        </ul>
        <t>Routes contained in an Adj-RIB-In associated with an EBGP peer
<bcp14>SHALL NOT</bcp14> be considered eligible in the Decision Process if no
explicit Import Policy has been applied.</t>
        <t>The Decision Process takes place in three distinct phases, each
triggered by a different event:</t>
        <ol spacing="normal" type="%c)"><li>
            <t>Phase 1 is responsible for calculating the degree of preference
 for each route received from a peer.</t>
          </li>
          <li>
            <t>Phase 2 is invoked on completion of phase 1.  It is responsible
 for choosing the best route out of all those available for each
 distinct destination, and for installing each chosen route into
 the Loc-RIB.</t>
          </li>
          <li>
            <t>Phase 3 is invoked after the Loc-RIB has been modified.  It is
 responsible for disseminating routes in the Loc-RIB to each
 peer, according to the policies contained in the PIB.  Route
 aggregation and information reduction can optionally be
 performed within this phase.</t>
          </li>
        </ol>
        <section anchor="phase1">
          <name>Phase 1: Calculation of Degree of Preference</name>
          <t>The Phase 1 decision function is invoked whenever the local BGP
speaker receives, from a peer, an UPDATE message that advertises a
new route, a replacement route, or a withdrawn route.</t>
          <t>The Phase 1 decision function is a separate process, which completes
when it has no further work to do.</t>
          <t>The Phase 1 decision function locks an Adj-RIB-In prior to operating
on any route contained within it, and unlocks it after operating on
all new or unfeasible routes contained within it.</t>
          <t>For each newly received or replacement feasible route, the local BGP speaker determines a degree of preference as follows:</t>
          <ul empty="true">
            <li>
              <t>If the route is learned from an internal peer, either the value of
the LOCAL_PREF attribute is taken as the degree of preference, or
the local system computes the degree of preference of the route
based on preconfigured policy information.  Note that the latter
may result in formation of persistent routing loops.</t>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <t>If the route is learned from an external peer, then the local BGP
speaker computes the degree of preference based on preconfigured
policy information.  If the return value indicates the route is
ineligible, the route <bcp14>MUST NOT</bcp14> serve as an input to the next phase
of route selection; otherwise, the return value <bcp14>MUST</bcp14> be used as
the LOCAL_PREF value in any propagation of the route into IBGP.</t>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <t>The exact nature of this policy information, and the computation
involved, is a local matter.</t>
            </li>
          </ul>
        </section>
        <section anchor="phase2">
          <name>Phase 2: Route Selection</name>
          <t>The Phase 2 decision function is invoked on completion of Phase 1.
The Phase 2 function is a separate process, which completes when it
has no further work to do.  The Phase 2 process considers all routes
that are eligible in the Adj-RIBs-In.</t>
          <t>The Phase 2 decision function is blocked from running while the Phase
3 decision function is in process.  The Phase 2 function locks all
Adj-RIBs-In prior to commencing its function, and unlocks them on
completion.</t>
          <t>If the NEXT_HOP attribute of a BGP route depicts an address that is
not resolvable, or if it would become unresolvable if the route was
installed in the routing table, the BGP route <bcp14>MUST</bcp14> be excluded from
the Phase 2 decision function.</t>
          <t>If the AS_PATH attribute of a BGP route contains an AS loop, the BGP
route should be excluded from the Phase 2 decision function.  AS loop
detection is done by scanning the full AS path (as specified in the
AS_PATH attribute), and checking that the autonomous system number of
the local system does not appear in the AS path.  Operations of a BGP
speaker that is configured to accept routes with its own autonomous
system number in the AS path are outside the scope of this document.
<xref target="RFC7705"/>, if used, documents variations on this procedure.</t>
          <t>It is critical that BGP speakers within an AS do not make conflicting
decisions regarding route selection that would cause forwarding loops
to occur.</t>
          <t>For each set of destinations for which a feasible route exists in the
Adj-RIBs-In, the local BGP speaker identifies the route that has:</t>
          <ol spacing="normal" type="%c)"><li>
              <t>the highest degree of preference of any route to the same set
 of destinations, or</t>
            </li>
            <li>
              <t>is the only route to that destination, or</t>
            </li>
            <li>
              <t>is selected as a result of the Phase 2 tie breaking rules
 specified in <xref target="phase2tiebreak"/>.</t>
            </li>
          </ol>
          <t>The local speaker <bcp14>SHALL</bcp14> then install that route in the Loc-RIB,
replacing any route to the same destination that is currently being
held in the Loc-RIB.  When the new BGP route is installed in the
Routing Table, care must be taken to ensure that existing routes to
the same destination that are now considered invalid are removed from
the Routing Table.  Whether the new BGP route replaces an existing
non-BGP route in the Routing Table depends on the policy configured
on the BGP speaker.</t>
          <t>The local speaker <bcp14>MUST</bcp14> determine the immediate next-hop address from
the NEXT_HOP attribute of the selected route (see <xref target="nexthop"/>).  If
either the immediate next-hop or the IGP cost to the NEXT_HOP (where
the NEXT_HOP is resolved through an IGP route) changes, Phase 2 Route
Selection <bcp14>MUST</bcp14> be performed again.</t>
          <t>Notice that even though BGP routes do not have to be installed in the
Routing Table with the immediate next-hop(s), implementations <bcp14>MUST</bcp14>
take care that, before any packets are forwarded along a BGP route,
its associated NEXT_HOP address is resolved to the immediate
(directly connected) next-hop address, and that this address (or
multiple addresses) is finally used for actual packet forwarding.</t>
          <t>Unresolvable routes <bcp14>SHALL</bcp14> be removed from the Loc-RIB and the routing
table.  However, corresponding unresolvable routes <bcp14>SHOULD</bcp14> be kept in
the Adj-RIBs-In (in case they become resolvable).</t>
          <section anchor="route-resolvability-condition">
            <name>Route Resolvability Condition</name>
            <t>As indicated in <xref target="phase2"/>, BGP speakers exclude
unresolvable routes from the Phase 2 decision.  This ensures that
only valid routes are installed in the Loc-RIB and Routing Table.
<!-- XXX The SHOULD above (a) seems wrong, (b) is unnecessary but worst of all (c) conflicts with a MUST in paragraph 4 of the previous section. -->
            </t>
            <t>The route resolvability condition is defined as follows:</t>
            <ol spacing="normal" type="1"><li>
                <t>A route Rte1, referencing only the intermediate network
address, is considered resolvable if the Routing Table contains
at least one resolvable route Rte2 that matches Rte1's
intermediate network address and is not recursively resolved
(directly or indirectly) through Rte1.  If multiple matching
routes are available, only the longest matching route is
considered.</t>
              </li>
              <li>
                <t>Routes referencing interfaces (with or without intermediate
addresses) are considered resolvable if the state of the
referenced interface is up and if IP processing is enabled on
this interface.</t>
              </li>
            </ol>
            <t>BGP routes do not refer to interfaces, but can be resolved through
the routes in the Routing Table that can be of both types (those that
specify interfaces or those that do not).  IGP routes and routes to
directly connected networks are expected to specify the outbound
interface.  Static routes can specify the outbound interface, the
intermediate address, or both.</t>
            <t>Note that a BGP route is considered unresolvable in a situation where
the BGP speaker's Routing Table contains no route matching the BGP
route's NEXT_HOP.  Mutually recursive routes (routes resolving each
other or themselves) also fail the resolvability check.</t>
            <t>It is also important that implementations do not consider feasible
routes that would become unresolvable if they were installed in the
Routing Table, even if their NEXT_HOPs are resolvable using the
current contents of the Routing Table (an example of such routes
would be mutually recursive routes).  This check ensures that a BGP
speaker does not install routes in the Routing Table that will be
removed and not used by the speaker.  Therefore, in addition to local
Routing Table stability, this check also improves behavior of the
protocol in the network.</t>
            <t>Whenever a BGP speaker identifies a route that fails the
resolvability check because of mutual recursion, an error message
<bcp14>SHOULD</bcp14> be logged.</t>
          </section>
          <section anchor="phase2tiebreak">
            <name>Breaking Ties (Phase 2)</name>
            <t>In its Adj-RIBs-In, a BGP speaker may have several routes to the same
destination that have the same degree of preference.  The local
speaker can select only one of these routes for inclusion in the
associated Loc-RIB.  The local speaker considers all routes with the
same degrees of preference, both those received from internal peers,
and those received from external peers.</t>
            <t>The following tie-breaking procedure assumes that, for each candidate
route, all the BGP speakers within an autonomous system can ascertain
the cost of a path (interior distance) to the address depicted by the
NEXT_HOP attribute of the route, and follow the same route selection
algorithm.</t>
            <t>The tie-breaking algorithm begins by considering all equally
preferable routes to the same destination, and then selects routes to
be removed from consideration.  The algorithm terminates as soon as
only one route remains in consideration.  The criteria <bcp14>MUST</bcp14> be
applied in the order specified.</t>
            <t>Several of the criteria are described using pseudo-code.  Note that
the pseudo-code shown was chosen for clarity, not efficiency.  It is
not intended to specify any particular implementation.  BGP
implementations <bcp14>MAY</bcp14> use any algorithm that produces the same results
as those described here.</t>
            <ol group="tiebreak" spacing="normal" type="%c)"><li>
                <t>Remove from consideration all routes that are not tied for
 having the smallest number of AS numbers present in their
 AS_PATH attributes.  Note that when counting this number, an
 AS_SET counts as 1, no matter how many ASes are in the set.</t>
              </li>
              <li>
                <t>Remove from consideration all routes that are not tied for
 having the lowest Origin number in their Origin attribute.</t>
              </li>
              <li>
                <t>Remove from consideration routes with less-preferred
 MULTI_EXIT_DISC attributes.  MULTI_EXIT_DISC is only comparable
 between routes learned from the same neighboring AS (the
 neighboring AS is determined from the AS_PATH attribute).
 Routes that do not have the MULTI_EXIT_DISC attribute are
 considered to have the lowest possible MULTI_EXIT_DISC value.</t>
              </li>
            </ol>
            <ul empty="true">
              <li>
                <t>This is also described in the following procedure:
<!-- XXX I wasn't sure how to get the indent right for the above. It's part of the previous paragraph, shouldn't get a new bullet, should get the same indent. Same for the later paragraphs that I've crudely indented. -->
                </t>
              </li>
            </ul>
            <artwork><![CDATA[
    for m = all routes still under consideration
        for n = all routes still under consideration
            if (neighborAS(m) == neighborAS(n)) and (MED(n) < MED(m))
                remove route m from consideration
]]></artwork>
            <ul empty="true">
              <li>
                <t>In the pseudo-code above, MED(n) is a function that returns the
value of route n's MULTI_EXIT_DISC attribute.  If route n has
no MULTI_EXIT_DISC attribute, the function returns the lowest
possible MULTI_EXIT_DISC value (i.e., 0).</t>
              </li>
            </ul>
            <ul empty="true">
              <li>
                <t>Similarly, neighborAS(n) is a function that returns the
neighbor AS from which the route was received.  If the route is
learned via IBGP, and the other IBGP speaker didn't originate
the route, it is the neighbor AS from which the other IBGP
speaker learned the route.  If the route is learned via IBGP,
and the other IBGP speaker either (a) originated the route, or
(b) created the route by aggregation and the AS_PATH attribute
of the aggregate route is either empty or begins with an
AS_SET, it is the local AS.</t>
              </li>
            </ul>
            <ul empty="true">
              <li>
                <t>If a MULTI_EXIT_DISC attribute is removed before re-advertising
a route into IBGP, then comparison based on the received EBGP
MULTI_EXIT_DISC attribute <bcp14>MAY</bcp14> still be performed.  If an
implementation chooses to remove MULTI_EXIT_DISC, then the
optional comparison on MULTI_EXIT_DISC, if performed, <bcp14>MUST</bcp14> be
performed only among EBGP-learned routes.  The best EBGP-
learned route may then be compared with IBGP-learned routes
after the removal of the MULTI_EXIT_DISC attribute.  If
MULTI_EXIT_DISC is removed from a subset of EBGP-learned
routes, and the selected "best" EBGP-learned route will not
have MULTI_EXIT_DISC removed, then the MULTI_EXIT_DISC must be
used in the comparison with IBGP-learned routes.  For IBGP-
learned routes, the MULTI_EXIT_DISC <bcp14>MUST</bcp14> be used in route
comparisons that reach this step in the Decision Process.
Including the MULTI_EXIT_DISC of an EBGP-learned route in the
comparison with an IBGP-learned route, then removing the
MULTI_EXIT_DISC attribute, and advertising the route has been
proven to cause route loops.</t>
              </li>
            </ul>
            <ol group="tiebreak" spacing="normal" type="%c)"><li>
                <t>If at least one of the candidate routes was received via EBGP,
 remove from consideration all routes that were not received via
 EBGP.</t>
              </li>
            </ol>
            <ol group="tiebreak" spacing="normal" type="%c)"><li>
                <t>Remove from consideration any routes with less-preferred
 interior cost.  The interior cost of a route is determined by
 calculating the metric to the NEXT_HOP for the route using the
 Routing Table.  If the NEXT_HOP hop for a route is reachable,
 but no cost can be determined, that route should remain in
 consideration, i.e. it is not considered to be less-preferred.
 (Some implementations may choose to render this issue 
 moot by ensuring a cost can always be determined, by applying
 a default value for routes that otherwise would have no cost. The 
 details of such a strategy are beyond the scope of this document.)</t>
              </li>
            </ol>
            <ul empty="true">
              <li>
                <t>This is also described in the following procedure.</t>
              </li>
            </ul>
            <artwork><![CDATA[
      for m = all routes still under consideration
          for n = all routes in still under consideration
              if (cost(n) is lower than cost(m))
                  remove m from consideration
]]></artwork>
            <ul empty="true">
              <li>
                <t>In the pseudo-code above, cost(n) is a function that returns
   the cost of the path (interior distance) to the address given
   in the NEXT_HOP attribute of the route.</t>
              </li>
            </ul>
            <ol group="tiebreak" spacing="normal" type="%c)"><li>
                <t>Remove from consideration all routes other than the route that
 was advertised by the BGP speaker with the lowest BGP
 Identifier value. (<xref target="RFC5004"/>, if used, modifies this rule.)</t>
              </li>
              <li>
                <t>Prefer the route received from the lowest peer address.</t>
              </li>
            </ol>
          </section>
        </section>
        <section anchor="phase-3-route-dissemination">
          <name>Phase 3: Route Dissemination</name>
          <t>The Phase 3 decision function is invoked on completion of Phase 2, or
when any of the following events occur:</t>
          <ol spacing="normal" type="%c)"><li>
              <t>when routes in the Loc-RIB to local destinations have changed</t>
            </li>
            <li>
              <t>when locally generated routes learned by means outside of BGP
 have changed</t>
            </li>
            <li>
              <t>when a new BGP speaker connection has been established</t>
            </li>
          </ol>
          <t>The Phase 3 function is a separate process that completes when it has
no further work to do.  The Phase 3 Routing Decision function is
blocked from running while the Phase 2 decision function is in
process.</t>
          <t>All routes in the Loc-RIB are processed into Adj-RIBs-Out according
to configured policy.  This policy <bcp14>MAY</bcp14> exclude a route in the Loc-RIB
from being installed in a particular Adj-RIB-Out.  A route <bcp14>SHALL NOT</bcp14>
be installed in the Adj-Rib-Out unless the destination, and NEXT_HOP
described by this route, may be forwarded appropriately by the
Routing Table.  If a route to a particular destination is excluded from 
a particular Adj-RIB-Out, and if a route to that destination had 
previously been advertised from that Adj-RIB-Out, the previously 
advertised route in that Adj-RIB-Out <bcp14>MUST</bcp14> be withdrawn from service by 
means of an UPDATE message (see <xref target="updatesend"/>).</t>
          <t>Routes <bcp14>SHALL NOT</bcp14> be added to an Adj-RIB-Out associated with an EBGP peer
if no explicit Export Policy has been applied.</t>
          <t>Route aggregation and information reduction techniques (see <xref target="informreduce"/>) 
may optionally be applied.</t>
          <t>Any local policy that results in routes being added to an Adj-RIB-Out
without also being added to the local BGP speaker's forwarding table
is outside the scope of this document.</t>
          <t>When the updating of the Adj-RIBs-Out and the Routing Table is
complete, the local BGP speaker runs the Update-Send process of <xref target="updatesend"/>.</t>
        </section>
        <section anchor="overlap">
          <name>Overlapping Routes</name>
          <t>A BGP speaker may transmit routes with overlapping Network Layer
Reachability Information (NLRI) to another BGP speaker.  NLRI overlap
occurs when a set of destinations are identified in non-matching
multiple routes.  Because BGP encodes NLRI using IP prefixes, overlap
will always exhibit subset relationships.  A route describing a
smaller set of destinations (a longer prefix) is said to be more
specific than a route describing a larger set of destinations (a
shorter prefix); similarly, a route describing a larger set of
destinations is said to be less specific than a route describing a
smaller set of destinations.</t>
          <t>The precedence relationship effectively decomposes less specific
routes into two parts:</t>
          <ul spacing="normal">
            <li>
              <t>a set of destinations described only by the less specific route,
and</t>
            </li>
            <li>
              <t>a set of destinations described by the overlap of the less
specific and the more specific routes</t>
            </li>
          </ul>
          <t>The set of destinations described by the overlap represents a portion
of the less specific route that is feasible, but is not currently in
use.  If a more specific route is later withdrawn, the set of
destinations described by the overlap will still be reachable using
the less specific route.</t>
          <t>If a BGP speaker receives overlapping routes, the Decision Process
<bcp14>MUST</bcp14> consider both routes based on the configured acceptance policy.
If both a less and a more specific route are accepted, then the
Decision Process <bcp14>MUST</bcp14> install, in Loc-RIB, either both the less and
the more specific routes or aggregate the two routes and install, in
Loc-RIB, the aggregated route, provided that both routes have the
same value of the NEXT_HOP attribute.</t>
          <t>If a BGP speaker chooses to aggregate, then it <bcp14>SHOULD</bcp14> either include
all ASes used to form the aggregate in an AS_SET, or add the
ATOMIC_AGGREGATE attribute to the route.  This attribute is now
primarily informational.  With the elimination of IP routing
protocols that do not support classless routing, and the elimination
of router and host implementations that do not support classless
routing, there is no longer a need to de-aggregate.  Routes <bcp14>SHOULD
NOT</bcp14> be de-aggregated.  In particular, a route that carries the
ATOMIC_AGGREGATE attribute <bcp14>MUST NOT</bcp14> be de-aggregated.  That is, the
NLRI of this route cannot be more specific.  Forwarding along such a
route does not guarantee that IP packets will actually traverse only
ASes listed in the AS_PATH attribute of the route.</t>
        </section>
      </section>
      <section anchor="updatesend">
        <name>Update-Send Process</name>
        <t>The Update-Send process is responsible for advertising UPDATE
messages to all peers.  It distributes the routes chosen
by the Decision Process to other BGP speakers, which may be located
in either the same autonomous system or a neighboring autonomous
system.</t>
        <t>When a BGP speaker receives an UPDATE message from an internal peer,
the receiving BGP speaker <bcp14>SHALL NOT</bcp14> re-distribute the routing
information contained in that UPDATE message to other internal peers
(unless the speaker acts as a BGP Route Reflector <xref target="RFC4456"/>).</t>
        <t>As part of Phase 3 of the route selection process, the BGP speaker
has updated its Adj-RIBs-Out.  All newly installed routes and all
newly unfeasible routes for which there is no replacement route <bcp14>SHALL</bcp14>
be advertised to its peers by means of one or more UPDATE messages.</t>
        <t>A BGP speaker <bcp14>SHOULD NOT</bcp14> advertise a given feasible BGP route from
its Adj-RIB-Out if it would produce an UPDATE message containing the
same BGP route as was previously advertised.</t>
        <t>Any routes in the Loc-RIB marked as unfeasible <bcp14>SHALL</bcp14> be removed.
Changes to the reachable destinations within its own autonomous
system <bcp14>SHALL</bcp14> also be advertised in an UPDATE message.</t>
        <t>If, due to the limits on the maximum size of an UPDATE message (see
<xref target="msgformat"/>), a single route doesn't fit into the message, the BGP
speaker <bcp14>MUST NOT</bcp14> advertise the route to its peers and <bcp14>MAY</bcp14> choose to
log an error locally.  If a route for the affected destination has
previously been advertised, that route <bcp14>MUST</bcp14> be withdrawn.</t>
        <section anchor="controlling-routing-traffic-overhead">
          <name>Controlling Routing Traffic Overhead</name>
          <t>The BGP protocol constrains the amount of routing traffic (that is,
UPDATE messages), in order to limit both the link bandwidth needed to
advertise UPDATE messages and the processing power needed by the
Decision Process to digest the information contained in the UPDATE
messages.</t>
          <section anchor="mrai">
            <name>Frequency of Route Advertisement</name>
            <t>The parameter MinRouteAdvertisementIntervalTimer determines the
minimum amount of time that must elapse between an advertisement
and/or withdrawal of routes to a particular destination by a BGP
speaker to a peer.  This rate limiting procedure applies on a per-
destination basis, although the value of
MinRouteAdvertisementIntervalTimer is set on a per BGP peer basis.</t>
            <t>Two UPDATE messages sent by a BGP speaker to a peer that advertise feasible
routes and/or withdrawal of unfeasible routes to some common set of
destinations <bcp14>MUST</bcp14> be separated by at least
MinRouteAdvertisementIntervalTimer.  An implementation <bcp14>MUST</bcp14> also provide an
upper bound on the interval.</t>
            <t>Since fast convergence is needed within an autonomous system, either
(a) the MinRouteAdvertisementIntervalTimer used for internal peers
<bcp14>SHOULD</bcp14> be shorter than the MinRouteAdvertisementIntervalTimer used
for external peers, or (b) the procedure described in this section
<bcp14>SHOULD NOT</bcp14> apply to routes sent to internal peers.</t>
            <t>This procedure does not limit the rate of route selection, but only
the rate of route advertisement.  If new routes are selected multiple
times while awaiting the expiration of
MinRouteAdvertisementIntervalTimer, the last route selected <bcp14>SHALL</bcp14> be
advertised at the end of MinRouteAdvertisementIntervalTimer, and the 
intermediate selections <bcp14>SHALL NOT</bcp14> be advertised.</t>
          </section>
          <section anchor="freqoforigination">
            <name>Frequency of Route Origination</name>
            <t>The parameter MinASOriginationIntervalTimer determines the minimum
amount of time that must elapse between successive advertisements of
UPDATE messages that report changes within the advertising BGP
speaker's own autonomous systems.</t>
          </section>
        </section>
        <section anchor="efficient-organization-of-routing-information">
          <name>Efficient Organization of Routing Information</name>
          <t>Having selected the routing information it will advertise, a BGP
speaker may avail itself of several methods to organize this
information in an efficient manner.</t>
          <section anchor="informreduce">
            <name>Information Reduction</name>
            <t>Information reduction may imply a reduction in granularity of policy
control - after information is collapsed, the same policies will
apply to all destinations and paths in the equivalence class.</t>
            <t>The Decision Process may optionally reduce the amount of information
that it will place in the Adj-RIBs-Out as follows:</t>
            <ol spacing="normal" type="%c)"><li>
                <t>Network Layer Reachability Information (NLRI):
Destination IP addresses can be represented as IP address
prefixes.  In cases where there is a correspondence between the
address structure and the systems under control of an
autonomous system administrator, it will be possible to reduce
the size of the NLRI carried in the UPDATE messages.</t>
              </li>
            </ol>
          </section>
          <section anchor="aggregating">
            <name>Aggregating Routing Information</name>
            <t>Aggregation is the process of combining the characteristics of
several different routes in such a way that a single route can be
advertised.  Aggregation can occur as part of the Decision Process to
reduce the amount of routing information that will be placed in the
Adj-RIBs-Out.</t>
            <t>Aggregation reduces the amount of information that a BGP speaker must
store and exchange with other BGP speakers.  Routes can be aggregated
by applying the following procedure, separately, to path attributes
of the same type and to the Network Layer Reachability Information.</t>
            <t>Routes that have different MULTI_EXIT_DISC attributes <bcp14>SHALL NOT</bcp14> be
aggregated.</t>
            <t>If the aggregated route has an AS_SET as the first element in its
AS_PATH attribute, then the router that originates the route <bcp14>SHOULD
NOT</bcp14> advertise the MULTI_EXIT_DISC attribute with this route.</t>
            <t>Path attributes that have different type codes cannot be aggregated
together.  Path attributes of the same type code may be aggregated,
according to the following rules:</t>
            <dl>
              <dt>NEXT_HOP:</dt>
              <dd>
                <t>When aggregating routes that have different NEXT_HOP
attributes, the NEXT_HOP attribute of the aggregated route
<bcp14>SHALL</bcp14> identify an interface on the BGP speaker that performs
the aggregation.</t>
              </dd>
              <dt>ORIGIN attribute:</dt>
              <dd>
                <t>If at least one route among routes that are aggregated has
ORIGIN with the value INCOMPLETE, then the aggregated route
<bcp14>MUST</bcp14> have the ORIGIN attribute with the value INCOMPLETE.
Otherwise, if at least one route among routes that are
aggregated has ORIGIN with the value EGP, then the aggregated
route <bcp14>MUST</bcp14> have the ORIGIN attribute with the value EGP.  In
all other cases, the value of the ORIGIN attribute of the
aggregated route is IGP.</t>
              </dd>
              <dt>AS_PATH attribute:</dt>
              <dd>
                <t>If routes to be aggregated have identical AS_PATH attributes,
then the aggregated route has the same AS_PATH attribute as
each individual route.
</t>
                <t>For the purpose of aggregating AS_PATH attributes, we model
each AS within the AS_PATH attribute as a tuple &lt;type, value&gt;,
where "type" identifies a type of the path segment the AS
belongs to (e.g., AS_SEQUENCE, AS_SET), and "value" identifies
the AS number.  If the routes to be aggregated have different
AS_PATH attributes, then the aggregated AS_PATH attribute <bcp14>SHALL</bcp14>
satisfy all of the following conditions:</t>
                <ul spacing="normal">
                  <li>
                    <t>all tuples of type AS_SEQUENCE in the aggregated AS_PATH
<bcp14>SHALL</bcp14> appear in all of the AS_PATHs in the initial set of
routes to be aggregated.</t>
                  </li>
                  <li>
                    <t>all tuples of type AS_SET in the aggregated AS_PATH <bcp14>SHALL</bcp14>
appear in at least one of the AS_PATHs in the initial set
(they may appear as either AS_SET or AS_SEQUENCE types).</t>
                  </li>
                  <li>
                    <t>for any tuple X of type AS_SEQUENCE in the aggregated
AS_PATH, which precedes tuple Y in the aggregated AS_PATH,
X precedes Y in each AS_PATH in the initial set, which
contains Y, regardless of the type of Y.</t>
                  </li>
                  <li>
                    <t>No tuple of type AS_SET with the same value <bcp14>SHALL</bcp14> appear
more than once in the aggregated AS_PATH.</t>
                  </li>
                  <li>
                    <t>Multiple tuples of type AS_SEQUENCE with the same value may
appear in the aggregated AS_PATH only when adjacent to
another tuple of the same type and value.</t>
                  </li>
                </ul>
              </dd>
              <dt/>
              <dd>
                <t>An implementation may choose any algorithm that conforms to
   these rules.  At a minimum, a conformant implementation <bcp14>SHALL</bcp14>
   be able to perform the following algorithm that meets all of
   the above conditions:</t>
              </dd>
              <dt/>
              <dd>
                <ul spacing="normal">
                  <li>
                    <t>determine the longest leading sequence of tuples (as
defined above) common to all the AS_PATH attributes of the
routes to be aggregated.  Make this sequence the leading
sequence of the aggregated AS_PATH attribute.</t>
                  </li>
                  <li>
                    <t>set the type of the rest of the tuples from the AS_PATH
attributes of the routes to be aggregated to AS_SET, and
append them to the aggregated AS_PATH attribute.</t>
                  </li>
                  <li>
                    <t>if the aggregated AS_PATH has more than one tuple with the
same value (regardless of tuple's type), eliminate all but
one such tuple by deleting tuples of the type AS_SET from
the aggregated AS_PATH attribute.</t>
                  </li>
                  <li>
                    <t>for each pair of adjacent tuples in the aggregated AS_PATH,
if both tuples have the same type, merge them together, as
long as doing so will not cause a segment with a length
greater than 255 to be generated.</t>
                  </li>
                </ul>
              </dd>
              <dt>ATOMIC_AGGREGATE:</dt>
              <dd>
                <t>If at least one of the routes to be aggregated has
ATOMIC_AGGREGATE path attribute, then the aggregated route
<bcp14>SHALL</bcp14> have this attribute as well.</t>
              </dd>
              <dt>AGGREGATOR:</dt>
              <dd>
                <t>Any AGGREGATOR attributes from the routes to be aggregated <bcp14>MUST
NOT</bcp14> be included in the aggregated route.  The BGP speaker
performing the route aggregation <bcp14>MAY</bcp14> attach a new AGGREGATOR
attribute (see <xref target="aggregator"/>).</t>
              </dd>
            </dl>
          </section>
        </section>
      </section>
      <section anchor="route-selection-criteria">
        <name>Route Selection Criteria</name>
        <t>Generally, additional rules for comparing routes among several
alternatives are outside the scope of this document.  There are two
exceptions:</t>
        <ul spacing="normal">
          <li>
            <t>If the local AS appears in the AS path of the new route being
considered, then that new route cannot be viewed as better than
any other route (provided that the speaker is configured to
accept such routes).  If such a route were ever used, a routing
loop could result.</t>
          </li>
          <li>
            <t>In order to achieve a successful distributed operation, only
routes with a likelihood of stability can be chosen.  Thus, an
AS <bcp14>SHOULD</bcp14> avoid using unstable routes, and it <bcp14>SHOULD NOT</bcp14> make
rapid, spontaneous changes to its choice of route.  Quantifying
the terms "unstable" and "rapid" (from the previous sentence)
will require experience, but the principle is clear.  Routes
that are unstable can be "penalized" (e.g., by using the
procedures described in <xref target="RFC2439"/>).</t>
          </li>
        </ul>
      </section>
      <section anchor="originating-bgp-routes">
        <name>Originating BGP routes</name>
        <t>A BGP speaker may originate BGP routes by injecting routing
information acquired by some other means (e.g., via an IGP) into BGP.
A BGP speaker that originates BGP routes assigns the degree of
preference (e.g., according to local configuration) to these routes
by passing them through the Decision Process (see <xref target="decision"/>).
These routes <bcp14>MAY</bcp14> also be distributed to other BGP speakers within the
local AS as part of the update process (see <xref target="updatesend"/>).  The
decision of whether to distribute non-BGP acquired routes within an
AS via BGP depends on the environment within the AS (e.g., type of
IGP) and <bcp14>SHOULD</bcp14> be controlled via configuration.</t>
      </section>
    </section>
    <section anchor="timers">
      <name>BGP Timers</name>
      <t>BGP employs five timers: ConnectRetryTimer (see <xref target="fsm"/>), HoldTimer
(see <xref target="openfmt"/>), KeepaliveTimer (see <xref target="fsm"/>),
MinASOriginationIntervalTimer (see <xref target="freqoforigination"/>), and
MinRouteAdvertisementIntervalTimer (see <xref target="mrai"/>).</t>
      <t>Three optional timers <bcp14>MAY</bcp14> be supported: DelayOpenTimer, IdleHoldTimer
and SendHoldTimer (see <xref target="fsm"/>).  <xref target="fsm"/> describes their use.</t>
      <t>ConnectRetryTime is a mandatory FSM attribute that stores the initial
value for the ConnectRetryTimer.  The suggested default value for the
ConnectRetryTime is 120 seconds.</t>
      <t>HoldTime is a mandatory FSM attribute that stores the initial value
for the HoldTimer.  The suggested default value for the HoldTime is
90 seconds.</t>
      <t>During some portions of the state machine (see <xref target="fsm"/>), the
HoldTimer is set to a large value.  The suggested default for this
large value is 4 minutes.</t>
      <t>SendHoldTime is an FSM attribute that stores the initial value for
the SendHoldTimer.  If SendHoldTime is non-zero, then it <bcp14>MUST</bcp14> be
greater than the value of HoldTime. The default value of SendHoldTime
<bcp14>SHOULD</bcp14> be the greater of:</t>
      <ul spacing="normal">
        <li>
          <t>8 minutes or</t>
        </li>
        <li>
          <t>2 times the negotiated HoldTime</t>
        </li>
      </ul>
      <t>The KeepaliveTime is a mandatory FSM attribute that stores the
initial value for the KeepaliveTimer.  The suggested default value
for the KeepaliveTime is 1/3 of the HoldTime.</t>
      <t>The suggested default value for the MinASOriginationIntervalTimer is
15 seconds.</t>
      <t>The suggested default value for the
MinRouteAdvertisementIntervalTimer on EBGP connections is 30 seconds.</t>
      <t>The suggested default value for the
MinRouteAdvertisementIntervalTimer on IBGP connections is 5 seconds.</t>
      <t>An implementation of BGP <bcp14>MUST</bcp14> allow the HoldTimer to be configurable
on a per-peer basis, and <bcp14>MAY</bcp14> allow the other timers to be
configurable.</t>
      <t>To minimize the likelihood that the distribution of BGP messages by a
given BGP speaker will contain peaks, jitter <bcp14>SHOULD</bcp14> be applied to the
timers associated with MinASOriginationIntervalTimer, KeepaliveTimer,
MinRouteAdvertisementIntervalTimer, and ConnectRetryTimer.  A given
BGP speaker <bcp14>MAY</bcp14> apply the same jitter to each of these quantities,
regardless of the destinations to which the updates are being sent;
that is, jitter need not be configured on a per-peer basis.</t>
      <t>The suggested default amount of jitter <bcp14>SHALL</bcp14> be determined by
multiplying the base value of the appropriate timer by a random
factor, which is uniformly distributed in the range from 0.75 to 1.0.
A new random value <bcp14>SHOULD</bcp14> be picked each time the timer is set.  The
range of the jitter's random value <bcp14>MAY</bcp14> be configurable.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC791">
          <front>
            <title>Internet Protocol</title>
            <author fullname="J. Postel" initials="J." surname="Postel"/>
            <date month="September" year="1981"/>
          </front>
          <seriesInfo name="STD" value="5"/>
          <seriesInfo name="RFC" value="791"/>
          <seriesInfo name="DOI" value="10.17487/RFC0791"/>
        </reference>
        <reference anchor="RFC793">
          <front>
            <title>Transmission Control Protocol</title>
            <author fullname="J. Postel" initials="J." surname="Postel"/>
            <date month="September" year="1981"/>
          </front>
          <seriesInfo name="RFC" value="793"/>
          <seriesInfo name="DOI" value="10.17487/RFC0793"/>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC2385">
          <front>
            <title>Protection of BGP Sessions via the TCP MD5 Signature Option</title>
            <author fullname="A. Heffernan" initials="A." surname="Heffernan"/>
            <date month="August" year="1998"/>
            <abstract>
              <t>This memo describes a TCP extension to enhance security for BGP. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2385"/>
          <seriesInfo name="DOI" value="10.17487/RFC2385"/>
        </reference>
        <reference anchor="RFC8126">
          <front>
            <title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
            <author fullname="M. Cotton" initials="M." surname="Cotton"/>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <author fullname="T. Narten" initials="T." surname="Narten"/>
            <date month="June" year="2017"/>
            <abstract>
              <t>Many protocols make use of points of extensibility that use constants to identify various protocol parameters. To ensure that the values in these fields do not have conflicting uses and to promote interoperability, their allocations are often coordinated by a central record keeper. For IETF protocols, that role is filled by the Internet Assigned Numbers Authority (IANA).</t>
              <t>To make assignments in a given registry prudently, guidance describing the conditions under which new values should be assigned, as well as when and how modifications to existing values can be made, is needed. This document defines a framework for the documentation of these guidelines by specification authors, in order to assure that the provided guidance for the IANA Considerations is clear and addresses the various issues that are likely in the operation of a registry.</t>
              <t>This is the third edition of this document; it obsoletes RFC 5226.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="26"/>
          <seriesInfo name="RFC" value="8126"/>
          <seriesInfo name="DOI" value="10.17487/RFC8126"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC904">
          <front>
            <title>Exterior Gateway Protocol formal specification</title>
            <author fullname="D.L. Mills" initials="D.L." surname="Mills"/>
            <date month="April" year="1984"/>
            <abstract>
              <t>RFC-904 is the specification of the Exterior Gateway Protocol (EGP). This memo updates portions of RFC-888 and RFC-827. This RFC specifies an official protocol of the DARPA community for use between gateways of different autonomous systems in the ARPA-Internet.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="904"/>
          <seriesInfo name="DOI" value="10.17487/RFC0904"/>
        </reference>
        <reference anchor="RFC1092">
          <front>
            <title>EGP and policy based routing in the new NSFNET backbone</title>
            <author fullname="J. Rekhter" initials="J." surname="Rekhter"/>
            <date month="February" year="1989"/>
            <abstract>
              <t>This memo discusses implementation decisions for routing issues in the NSFNET, especially in the NSFNET Backbone. Of special concern is the restriction of routing information to advertize the best route as established by a policy decision.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="1092"/>
          <seriesInfo name="DOI" value="10.17487/RFC1092"/>
        </reference>
        <reference anchor="RFC1093">
          <front>
            <title>NSFNET routing architecture</title>
            <author fullname="H.W. Braun" initials="H.W." surname="Braun"/>
            <date month="February" year="1989"/>
            <abstract>
              <t>This document describes the routing architecture for the NSFNET centered around the new NSFNET Backbone, with specific emphasis on the interface between the backbone and its attached networks.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="1093"/>
          <seriesInfo name="DOI" value="10.17487/RFC1093"/>
        </reference>
        <reference anchor="RFC1267">
          <front>
            <title>Border Gateway Protocol 3 (BGP-3)</title>
            <author fullname="K. Lougheed" initials="K." surname="Lougheed"/>
            <author fullname="Y. Rekhter" initials="Y." surname="Rekhter"/>
            <date month="October" year="1991"/>
            <abstract>
              <t>This memo, together with its companion document, "Application of the Border Gateway Protocol in the Internet", define an inter-autonomous system routing protocol for the Internet. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="1267"/>
          <seriesInfo name="DOI" value="10.17487/RFC1267"/>
        </reference>
        <reference anchor="RFC1771">
          <front>
            <title>A Border Gateway Protocol 4 (BGP-4)</title>
            <author fullname="Y. Rekhter" initials="Y." surname="Rekhter"/>
            <author fullname="T. Li" initials="T." surname="Li"/>
            <date month="March" year="1995"/>
            <abstract>
              <t>This document, together with its companion document, "Application of the Border Gateway Protocol in the Internet", define an inter-autonomous system routing protocol for the Internet. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="1771"/>
          <seriesInfo name="DOI" value="10.17487/RFC1771"/>
        </reference>
        <reference anchor="RFC1772">
          <front>
            <title>Application of the Border Gateway Protocol in the Internet</title>
            <author fullname="Y. Rekhter" initials="Y." surname="Rekhter"/>
            <author fullname="P. Gross" initials="P." surname="Gross"/>
            <date month="March" year="1995"/>
            <abstract>
              <t>This document, together with its companion document, "A Border Gateway Protocol 4 (BGP-4)", define an inter-autonomous system routing protocol for the Internet. This document describes the usage of the BGP in the Internet. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="1772"/>
          <seriesInfo name="DOI" value="10.17487/RFC1772"/>
        </reference>
        <reference anchor="RFC1518">
          <front>
            <title>An Architecture for IP Address Allocation with CIDR</title>
            <author fullname="Y. Rekhter" initials="Y." surname="Rekhter"/>
            <author fullname="T. Li" initials="T." surname="Li"/>
            <date month="September" year="1993"/>
            <abstract>
              <t>This paper provides an architecture and a plan for allocating IP addresses in the Internet. This architecture and the plan are intended to play an important role in steering the Internet towards the Address Assignment and Aggregating Strategy. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="1518"/>
          <seriesInfo name="DOI" value="10.17487/RFC1518"/>
        </reference>
        <reference anchor="RFC1519">
          <front>
            <title>Classless Inter-Domain Routing (CIDR): an Address Assignment and Aggregation Strategy</title>
            <author fullname="V. Fuller" initials="V." surname="Fuller"/>
            <author fullname="T. Li" initials="T." surname="Li"/>
            <author fullname="J. Yu" initials="J." surname="Yu"/>
            <author fullname="K. Varadhan" initials="K." surname="Varadhan"/>
            <date month="September" year="1993"/>
            <abstract>
              <t>This memo discusses strategies for address assignment of the existing IP address space with a view to conserve the address space and stem the explosive growth of routing tables in default-route-free routers. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="1519"/>
          <seriesInfo name="DOI" value="10.17487/RFC1519"/>
        </reference>
        <reference anchor="RFC1930">
          <front>
            <title>Guidelines for creation, selection, and registration of an Autonomous System (AS)</title>
            <author fullname="J. Hawkinson" initials="J." surname="Hawkinson"/>
            <author fullname="T. Bates" initials="T." surname="Bates"/>
            <date month="March" year="1996"/>
            <abstract>
              <t>This memo discusses when it is appropriate to register and utilize an Autonomous System (AS), and lists criteria for such. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="6"/>
          <seriesInfo name="RFC" value="1930"/>
          <seriesInfo name="DOI" value="10.17487/RFC1930"/>
        </reference>
        <reference anchor="RFC1997">
          <front>
            <title>BGP Communities Attribute</title>
            <author fullname="R. Chandra" initials="R." surname="Chandra"/>
            <author fullname="P. Traina" initials="P." surname="Traina"/>
            <author fullname="T. Li" initials="T." surname="Li"/>
            <date month="August" year="1996"/>
            <abstract>
              <t>This document describes an extension to BGP which may be used to pass additional information to both neighboring and remote BGP peers. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="1997"/>
          <seriesInfo name="DOI" value="10.17487/RFC1997"/>
        </reference>
        <reference anchor="RFC2439">
          <front>
            <title>BGP Route Flap Damping</title>
            <author fullname="C. Villamizar" initials="C." surname="Villamizar"/>
            <author fullname="R. Chandra" initials="R." surname="Chandra"/>
            <author fullname="R. Govindan" initials="R." surname="Govindan"/>
            <date month="November" year="1998"/>
            <abstract>
              <t>A usage of the BGP routing protocol is described which is capable of reducing the routing traffic passed on to routing peers and therefore the load on these peers without adversely affecting route convergence time for relatively stable routes. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2439"/>
          <seriesInfo name="DOI" value="10.17487/RFC2439"/>
        </reference>
        <reference anchor="RFC2474">
          <front>
            <title>Definition of the Differentiated Services Field (DS Field) in the IPv4 and IPv6 Headers</title>
            <author fullname="K. Nichols" initials="K." surname="Nichols"/>
            <author fullname="S. Blake" initials="S." surname="Blake"/>
            <author fullname="F. Baker" initials="F." surname="Baker"/>
            <author fullname="D. Black" initials="D." surname="Black"/>
            <date month="December" year="1998"/>
            <abstract>
              <t>This document defines the IP header field, called the DS (for differentiated services) field. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2474"/>
          <seriesInfo name="DOI" value="10.17487/RFC2474"/>
        </reference>
        <reference anchor="RFC2858">
          <front>
            <title>Multiprotocol Extensions for BGP-4</title>
            <author fullname="T. Bates" initials="T." surname="Bates"/>
            <author fullname="Y. Rekhter" initials="Y." surname="Rekhter"/>
            <author fullname="R. Chandra" initials="R." surname="Chandra"/>
            <author fullname="D. Katz" initials="D." surname="Katz"/>
            <date month="June" year="2000"/>
            <abstract>
              <t>This document defines extensions to BGP-4 to enable it to carry routing information for multiple Network Layer protocols (e.g., IPv6, IPX, etc...). [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2858"/>
          <seriesInfo name="DOI" value="10.17487/RFC2858"/>
        </reference>
        <reference anchor="RFC3392">
          <front>
            <title>Capabilities Advertisement with BGP-4</title>
            <author fullname="R. Chandra" initials="R." surname="Chandra"/>
            <author fullname="J. Scudder" initials="J." surname="Scudder"/>
            <date month="November" year="2002"/>
            <abstract>
              <t>Currently BGP-4 requires that when a BGP speaker receives an OPEN
message with one or more unrecognized Optional Parameters, the
speaker must terminate BGP peering. This complicates introduction of
new capabilities in BGP.
This document defines new Optional Parameter, called Capabilities,
that is expected to facilitate introduction of new capabilities in
BGP by providing graceful capability advertisement without requiring
that BGP peering be terminated.
This document obsoletes RFC2842.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3392"/>
          <seriesInfo name="DOI" value="10.17487/RFC3392"/>
        </reference>
        <reference anchor="RFC2918">
          <front>
            <title>Route Refresh Capability for BGP-4</title>
            <author fullname="E. Chen" initials="E." surname="Chen"/>
            <date month="September" year="2000"/>
            <abstract>
              <t>This document defines a new Border Gateway Protocol (BGP) capability termed 'Route Refresh Capability', which would allow the dynamic exchange of route refresh request between BGP speakers and subsequent re-advertisement of the respective Adj-RIB-Out. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2918"/>
          <seriesInfo name="DOI" value="10.17487/RFC2918"/>
        </reference>
        <reference anchor="RFC3562">
          <front>
            <title>Key Management Considerations for the TCP MD5 Signature Option</title>
            <author fullname="M. Leech" initials="M." surname="Leech"/>
            <date month="July" year="2003"/>
            <abstract>
              <t>The TCP MD5 Signature Option (RFC 2385), used predominantly by BGP, has seen significant deployment in critical areas of Internet infrastructure. The security of this option relies heavily on the quality of the keying material used to compute the MD5 signature. This document addresses the security requirements of that keying material. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3562"/>
          <seriesInfo name="DOI" value="10.17487/RFC3562"/>
        </reference>
        <reference anchor="RFC4271">
          <front>
            <title>A Border Gateway Protocol 4 (BGP-4)</title>
            <author fullname="Y. Rekhter" initials="Y." role="editor" surname="Rekhter"/>
            <author fullname="T. Li" initials="T." role="editor" surname="Li"/>
            <author fullname="S. Hares" initials="S." role="editor" surname="Hares"/>
            <date month="January" year="2006"/>
            <abstract>
              <t>This document discusses the Border Gateway Protocol (BGP), which is an inter-Autonomous System routing protocol.</t>
              <t>The primary function of a BGP speaking system is to exchange network reachability information with other BGP systems. This network reachability information includes information on the list of Autonomous Systems (ASes) that reachability information traverses. This information is sufficient for constructing a graph of AS connectivity for this reachability from which routing loops may be pruned, and, at the AS level, some policy decisions may be enforced.</t>
              <t>BGP-4 provides a set of mechanisms for supporting Classless Inter-Domain Routing (CIDR). These mechanisms include support for advertising a set of destinations as an IP prefix, and eliminating the concept of network "class" within BGP. BGP-4 also introduces mechanisms that allow aggregation of routes, including aggregation of AS paths.</t>
              <t>This document obsoletes RFC 1771. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4271"/>
          <seriesInfo name="DOI" value="10.17487/RFC4271"/>
        </reference>
        <reference anchor="RFC4272">
          <front>
            <title>BGP Security Vulnerabilities Analysis</title>
            <author fullname="S. Murphy" initials="S." surname="Murphy"/>
            <date month="January" year="2006"/>
            <abstract>
              <t>Border Gateway Protocol 4 (BGP-4), along with a host of other infrastructure protocols designed before the Internet environment became perilous, was originally designed with little consideration for protection of the information it carries. There are no mechanisms internal to BGP that protect against attacks that modify, delete, forge, or replay data, any of which has the potential to disrupt overall network routing behavior.</t>
              <t>This document discusses some of the security issues with BGP routing data dissemination. This document does not discuss security issues with forwarding of packets. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4272"/>
          <seriesInfo name="DOI" value="10.17487/RFC4272"/>
        </reference>
        <reference anchor="RFC4456">
          <front>
            <title>BGP Route Reflection: An Alternative to Full Mesh Internal BGP (IBGP)</title>
            <author fullname="T. Bates" initials="T." surname="Bates"/>
            <author fullname="E. Chen" initials="E." surname="Chen"/>
            <author fullname="R. Chandra" initials="R." surname="Chandra"/>
            <date month="April" year="2006"/>
            <abstract>
              <t>The Border Gateway Protocol (BGP) is an inter-autonomous system routing protocol designed for TCP/IP internets. Typically, all BGP speakers within a single AS must be fully meshed so that any external routing information must be re-distributed to all other routers within that Autonomous System (AS). This represents a serious scaling problem that has been well documented with several alternatives proposed.</t>
              <t>This document describes the use and design of a method known as "route reflection" to alleviate the need for "full mesh" Internal BGP (IBGP).</t>
              <t>This document obsoletes RFC 2796 and RFC 1966. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4456"/>
          <seriesInfo name="DOI" value="10.17487/RFC4456"/>
        </reference>
        <reference anchor="RFC4760">
          <front>
            <title>Multiprotocol Extensions for BGP-4</title>
            <author fullname="T. Bates" initials="T." surname="Bates"/>
            <author fullname="R. Chandra" initials="R." surname="Chandra"/>
            <author fullname="D. Katz" initials="D." surname="Katz"/>
            <author fullname="Y. Rekhter" initials="Y." surname="Rekhter"/>
            <date month="January" year="2007"/>
            <abstract>
              <t>This document defines extensions to BGP-4 to enable it to carry routing information for multiple Network Layer protocols (e.g., IPv6, IPX, L3VPN, etc.). The extensions are backward compatible - a router that supports the extensions can interoperate with a router that doesn't support the extensions. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4760"/>
          <seriesInfo name="DOI" value="10.17487/RFC4760"/>
        </reference>
        <reference anchor="RFC5004">
          <front>
            <title>Avoid BGP Best Path Transitions from One External to Another</title>
            <author fullname="E. Chen" initials="E." surname="Chen"/>
            <author fullname="S. Sangli" initials="S." surname="Sangli"/>
            <date month="September" year="2007"/>
            <abstract>
              <t>In this document, we propose an extension to the BGP route selection rules that would avoid unnecessary best path transitions between external paths under certain conditions. The proposed extension would help the overall network stability, and more importantly, would eliminate certain BGP route oscillations in which more than one external path from one BGP speaker contributes to the churn. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5004"/>
          <seriesInfo name="DOI" value="10.17487/RFC5004"/>
        </reference>
        <reference anchor="RFC5065">
          <front>
            <title>Autonomous System Confederations for BGP</title>
            <author fullname="P. Traina" initials="P." surname="Traina"/>
            <author fullname="D. McPherson" initials="D." surname="McPherson"/>
            <author fullname="J. Scudder" initials="J." surname="Scudder"/>
            <date month="August" year="2007"/>
            <abstract>
              <t>The Border Gateway Protocol (BGP) is an inter-autonomous system routing protocol designed for Transmission Control Protocol/Internet Protocol (TCP/IP) networks. BGP requires that all BGP speakers within a single autonomous system (AS) must be fully meshed. This represents a serious scaling problem that has been well documented in a number of proposals.</t>
              <t>This document describes an extension to BGP that may be used to create a confederation of autonomous systems that is represented as a single autonomous system to BGP peers external to the confederation, thereby removing the "full mesh" requirement. The intention of this extension is to aid in policy administration and reduce the management complexity of maintaining a large autonomous system.</t>
              <t>This document obsoletes RFC 3065. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5065"/>
          <seriesInfo name="DOI" value="10.17487/RFC5065"/>
        </reference>
        <reference anchor="RFC7705">
          <front>
            <title>Autonomous System Migration Mechanisms and Their Effects on the BGP AS_PATH Attribute</title>
            <author fullname="W. George" initials="W." surname="George"/>
            <author fullname="S. Amante" initials="S." surname="Amante"/>
            <date month="November" year="2015"/>
            <abstract>
              <t>This document discusses some existing commonly used BGP mechanisms for Autonomous System Number (ASN) migration that are not formally part of the BGP4 protocol specification. It is necessary to document these de facto standards to ensure that they are properly supported in future BGP protocol work.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7705"/>
          <seriesInfo name="DOI" value="10.17487/RFC7705"/>
        </reference>
        <reference anchor="RFC7964">
          <front>
            <title>Solutions for BGP Persistent Route Oscillation</title>
            <author fullname="D. Walton" initials="D." surname="Walton"/>
            <author fullname="A. Retana" initials="A." surname="Retana"/>
            <author fullname="E. Chen" initials="E." surname="Chen"/>
            <author fullname="J. Scudder" initials="J." surname="Scudder"/>
            <date month="September" year="2016"/>
            <abstract>
              <t>Routing information reduction by BGP Route Reflection or Confederation can result in persistent internal BGP route oscillations with certain routing setups and network topologies. This document specifies two sets of additional paths that can be used to eliminate these route oscillations in a network.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7964"/>
          <seriesInfo name="DOI" value="10.17487/RFC7964"/>
        </reference>
        <reference anchor="RFC8212">
          <front>
            <title>Default External BGP (EBGP) Route Propagation Behavior without Policies</title>
            <author fullname="J. Mauch" initials="J." surname="Mauch"/>
            <author fullname="J. Snijders" initials="J." surname="Snijders"/>
            <author fullname="G. Hankins" initials="G." surname="Hankins"/>
            <date month="July" year="2017"/>
            <abstract>
              <t>This document updates RFC 4271 by defining the default behavior of a BGP speaker when there is no Import or Export Policy associated with an External BGP session.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8212"/>
          <seriesInfo name="DOI" value="10.17487/RFC8212"/>
        </reference>
        <reference anchor="RFC9687">
          <front>
            <title>Border Gateway Protocol 4 (BGP-4) Send Hold Timer</title>
            <author fullname="J. Snijders" initials="J." surname="Snijders"/>
            <author fullname="B. Cartwright-Cox" initials="B." surname="Cartwright-Cox"/>
            <author fullname="Y. Qu" initials="Y." surname="Qu"/>
            <date month="November" year="2024"/>
            <abstract>
              <t>This document defines the SendHoldTimer, along with the SendHoldTimer_Expires event, for the Border Gateway Protocol (BGP) Finite State Machine (FSM). Implementation of the SendHoldTimer helps overcome situations where a BGP connection is not terminated after the local system detects that the remote system is not processing BGP messages. This document specifies that the local system should close the BGP connection and not solely rely on the remote system for connection closure when the SendHoldTimer expires. This document updates RFC 4271.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9687"/>
          <seriesInfo name="DOI" value="10.17487/RFC9687"/>
        </reference>
        <reference anchor="I-D.ietf-idr-bgp-issues">
          <front>
            <title>Issues in Revising BGP-4 (RFC1771 to RFC4271)</title>
            <author fullname="Andrew Lange" initials="A." surname="Lange">
              <organization>Alcatel-Lucent</organization>
            </author>
            <date day="27" month="March" year="2012"/>
            <abstract>
              <t>   This document records the issues discussed and the consensus reached
   in the Interdomain Routing (IDR) Working Group during its efforts to
   revise and bring up to date the base specification for the BGP-4
   protocol as documented in RFC1771.  The document focuses on the
   changes tracked from August 2002 when the last major push for
   revision began.  The results of these efforts are encoded in RFC4271,
   which should be taken as normative for any of the issues that were
   discussed.  The discussion here is intended to record how and why
   some of the changes to BGP were made.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-idr-bgp-issues-06"/>
        </reference>
        <reference anchor="IS10747">
          <front>
            <title>Information Processing Systems - Telecommunications and Information Exchange between Systems - Protocol for Exchange of Inter-domain Routeing Information among Intermediate Systems to Support Forwarding of ISO 8473 PDUs</title>
            <author>
              <organization>ISO/IEC IS10747</organization>
            </author>
            <date year="1993"/>
          </front>
        </reference>
      </references>
    </references>
    <?line 4370?>

<section anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>This document is closely based on RFC 4271.</t>
      <t>(Further acknowledgements to be supplied.)</t>
      <section anchor="acknowledgements-section-of-rfc-4271">
        <name>Acknowledgements Section of RFC 4271</name>
        <t>RFC 4271 contained the following acknowledgements:</t>
        <t>This document was originally published as <xref target="RFC1267"/> in October 1991,
jointly authored by Kirk Lougheed and Yakov Rekhter.</t>
        <t>We would like to express our thanks to Guy Almes, Len Bosack, and
Jeffrey C. Honig for their contributions to the earlier version
(BGP-1) of this document.</t>
        <t>We would like to specially acknowledge numerous contributions by
Dennis Ferguson to the earlier version of this document.</t>
        <t>We would like to explicitly thank Bob Braden for the review of the
earlier version (BGP-2) of this document, and for his constructive
and valuable comments.</t>
        <t>We would also like to thank Bob Hinden, Director for Routing of the
Internet Engineering Steering Group, and the team of reviewers he
assembled to review the earlier version (BGP-2) of this document.
This team, consisting of Deborah Estrin, Milo Medin, John Moy, Radia
Perlman, Martha Steenstrup, Mike St. Johns, and Paul Tsuchiya, acted
with a strong combination of toughness, professionalism, and
courtesy.</t>
        <t>Certain sections of the document borrowed heavily from IDRP
<xref target="IS10747"/>, which is the OSI counterpart of BGP.  For this, credit
should be given to the ANSI X3S3.3 group chaired by Lyman Chapin and
to Charles Kunzinger, who was the IDRP editor within that group.</t>
        <t>We would also like to thank Benjamin Abarbanel, Enke Chen, Edward
Crabbe, Mike Craren, Vincent Gillet, Eric Gray, Jeffrey Haas, Dimitry
Haskin, Stephen Kent, John Krawczyk, David LeRoy, Dan Massey,
Jonathan Natale, Dan Pei, Mathew Richardson, John Scudder, John
Stewart III, Dave Thaler, Paul Traina, Russ White, Curtis Villamizar,
and Alex Zinin for their comments.</t>
        <t>We would like to specially acknowledge Andrew Lange for his help in
preparing the final version of this document.</t>
        <t>Finally, we would like to thank all the members of the IDR Working
Group for their ideas and the support they have given to this
document.</t>
      </section>
      <section anchor="acknowledgements-in-relationship-to-rfc-8212">
        <name>Acknowledgements in relationship to RFC 8212</name>
        <t><xref target="RFC8212"/> was authored by Jared Mauch, Job Snijders, and Greg Hankins.
Its content were subsumed in this document.</t>
        <t>RFC 8212 contained the following acknowledgements:</t>
        <t>The following people contributed to successful deployment of the
solution described in RFC8212: Jakob Heitz &amp; Ondrej Filip.</t>
        <t>The authors would like to thank the following people for their
comments, support and review: Shane Amante, Christopher Morrow,
Robert Raszuk, Greg Skinner, Adam Chappell, Sriram Kotikalapudi,
Brian Dickson, Jeffrey Haas, John Heasley, Ignas Bagdonas, Donald
Smith, Alvaro Retana, John Scudder, and Dale Worley.</t>
      </section>
      <section anchor="acknowledgements-in-relationship-to-rfc-9687">
        <name>Acknowledgements in relationship to RFC 9687</name>
        <t><xref target="RFC9687"/> was authored by Job Snijders, Ben Cartwright-Cox, and Yingzhen Qu.
Its content were subsumed in this document.</t>
        <t>RFC 9687 contained the following acknowledgements:</t>
        <t>The authors would like to thank William McCall, Theo de Raadt, John
Heasley, Nick Hilliard, Jeffrey Haas, Tom Petch, Susan Hares, Keyur
Patel, Ben Maddison, Claudio Jeker, and John Scudder for their
helpful review of this document.</t>
      </section>
    </section>
    <section anchor="compare4271">
      <name>Comparison of CURRENT_SPEC with RFC 4271</name>
      <t>This section describes significant technical changes between the present
specification and RFC 4271. In addition, RFC 4271 contains a comparison
between that specification and older BGP specifications. Readers
interested in details about the evolution of RFC 4271 should also
consider consulting <xref target="I-D.ietf-idr-bgp-issues"/>, which "records the
issues discussed and the consensus reached" during development.</t>
      <t>Verson 01:</t>
      <ul spacing="normal">
        <li>
          <t>Integrated RFC 6286, "Autonomous-System-Wide Unique BGP Identifier 
for BGP-4". (Issue #16)</t>
        </li>
        <li>
          <t>Integrated RFC 6608, "Subcodes for BGP Finite State Machine Error".
(Issue #17)</t>
        </li>
        <li>
          <t>Address IANA review comments related to IANA Considerations section.
(Issue #54)</t>
        </li>
        <li>
          <t>Say "session attribute" in FSM section, to disambiguate from path 
attribute. (Issue #56)</t>
        </li>
        <li>
          <t>Created a "roadmap" section, which replaces the "placeholder" section.
The roadmap section is a work in progress, but there's something
there now, at least. (Issue #58, still in progress)</t>
        </li>
        <li>
          <t>Removed the requirement that Partial must be set if an attribute 
is added to a route in flight. This was found to not be universally
implemented in practice, and its removal poses no interoperability
concerns. (Issue #83)</t>
        </li>
        <li>
          <t>Tighten up "no cost can be determined" rule in tie-breakers. (Issue #90)</t>
        </li>
        <li>
          <t>Removed a bullet from "information reduction" subsection that 
related to use of AS_SETs. (Issue #95, partial, issue remains open)</t>
        </li>
        <li>
          <t>Add an informative reference to I-D.ietf-idr-bgp-issues. (Issue #101)</t>
        </li>
        <li>
          <t>Mandate that ORIGIN values 3-255 must never be sent. RFC 7606 already
says what to do if they are received (treat-as-withdraw). (Issue #102)</t>
        </li>
        <li>
          <t>Add IANA registry for AS_PATH segment types. (Issue #103)</t>
        </li>
        <li>
          <t>Clarify that detection of an AS loop is a semantic error, not a 
syntax error in the AS_PATH, despite use of an error code that 
includes the word "malformed". (Issue #110)</t>
        </li>
        <li>
          <t>Remove mentions of RFC 4020 from IANA section. (Issue #114)</t>
        </li>
        <li>
          <t>Clarify apparent (but not actual) bad cross-reference in 
Administrative Events section. The old text said "section" where
it really meant "field". Cleaned up the surrounding words a bit, too.
(Issue #118)</t>
        </li>
      </ul>
    </section>
    <section anchor="tcpopts">
      <name>TCP Options that May Be Used with BGP</name>
      <t>If a local system TCP user interface supports the TCP PUSH function,
then each BGP message <bcp14>SHOULD</bcp14> be transmitted with PUSH flag set.
Setting PUSH flag forces BGP messages to be transmitted to the
receiver promptly.</t>
      <t>If a local system TCP user interface supports setting the DSCP field
<xref target="RFC2474"/> for TCP connections, then the TCP connection used by BGP
<bcp14>SHOULD</bcp14> be opened with bits 0-2 of the DSCP field set to 110 (binary).</t>
      <t>An implementation <bcp14>MUST</bcp14> support the TCP MD5 option <xref target="RFC2385"/>.</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>A BGP implementation <bcp14>MUST</bcp14> support the authentication mechanism
specified in RFC 2385 <xref target="RFC2385"/>.  The authentication provided by this
mechanism could be done on a per-peer basis.</t>
      <t>BGP makes use of TCP for reliable transport of its traffic between
peer routers.  To provide connection-oriented integrity and data
origin authentication on a point-to-point basis, BGP specifies use of
the mechanism defined in RFC 2385.  These services are intended to
detect and reject active wiretapping attacks against the inter-router
TCP connections.  Absent the use of mechanisms that effect these
security services, attackers can disrupt these TCP connections and/or
masquerade as a legitimate peer router.  Because the mechanism
defined in the RFC does not provide peer-entity authentication, these
connections may be subject to some forms of replay attacks that will
not be detected at the TCP layer.  Such attacks might result in
delivery (from TCP) of "broken" or "spoofed" BGP messages.</t>
      <t>The mechanism defined in RFC 2385 augments the normal TCP checksum
with a 16-byte message authentication code (MAC) that is computed
over the same data as the TCP checksum.  This MAC is based on a one-
way hash function (MD5) and use of a secret key.  The key is shared
between peer routers and is used to generate MAC values that are not
readily computed by an attacker who does not have access to the key.
A compliant implementation must support this mechanism, and must
allow a network administrator to activate it on a per-peer basis.</t>
      <t>RFC 2385 does not specify a means of managing (e.g., generating,
distributing, and replacing) the keys used to compute the MAC.  RFC
3562 <xref target="RFC3562"/> (an informational document) provides some guidance in
this area, and provides rationale to support this guidance.  It notes
that a distinct key should be used for communication with each
protected peer.  If the same key is used for multiple peers, the
offered security services may be degraded, e.g., due to an increased
risk of compromise at one router that adversely affects other
routers.</t>
      <t>The keys used for MAC computation should be changed periodically, to
minimize the impact of a key compromise or successful cryptanalytic
attack.  RFC 3562 suggests a crypto period (the interval during which
a key is employed) of, at most, 90 days.  More frequent key changes
reduce the likelihood that replay attacks (as described above) will
be feasible.  However, absent a standard mechanism for effecting such
changes in a coordinated fashion between peers, one cannot assume
that BGP-4 implementations complying with this RFC will support
frequent key changes.</t>
      <t>Obviously, each should key also be chosen to be difficult for an
attacker to guess.  The techniques specified in RFC 1750 for random
number generation provide a guide for generation of values that could
be used as keys.  RFC 2385 calls for implementations to support keys
"composed of a string of printable ASCII of 80 bytes or less."  RFC
3562 suggests keys used in this context be 12 to 24 bytes of random
(pseudo-random) bits.  This is fairly consistent with suggestions for
analogous MAC algorithms, which typically employ keys in the range of
16 to 20 bytes.  To provide enough random bits at the low end of this
range, RFC 3562 also observes that a typical ACSII text string would
have to be close to the upper bound for the key length specified in
RFC 2385.</t>
      <t>BGP vulnerabilities analysis is discussed in <xref target="RFC4272"/>.</t>
    </section>
    <section anchor="iana">
      <name>IANA Considerations</name>
      <section anchor="path-attribute-flags">
        <name>Path Attribute Flags</name>
        <t>IANA is requested to create a registry called "BGP Path Attribute Flags"
within the "Border Gateway Protocol (BGP) Parameters" group. The allocation
policy is Standards Action.</t>
        <t>Bits 0-3 are defined in <xref target="updatefmt"/>. Bit 4, marked deprecated, was
proposed in draft-ietf-idr-optional-transitive-02 and later removed in
draft-ietf-idr-optional-transitive-04, but not before at least one known
implementation had shipped. At the time of writing, it is not considered
safe to assign.</t>
        <table>
          <thead>
            <tr>
              <th align="left">Bit Position</th>
              <th align="left">Name</th>
              <th align="left">Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">0</td>
              <td align="left">Optional</td>
              <td align="left">(this document)</td>
            </tr>
            <tr>
              <td align="left">1</td>
              <td align="left">Transitive</td>
              <td align="left">(this document)</td>
            </tr>
            <tr>
              <td align="left">2</td>
              <td align="left">Partial</td>
              <td align="left">(this document)</td>
            </tr>
            <tr>
              <td align="left">3</td>
              <td align="left">Extended Length</td>
              <td align="left">(this document)</td>
            </tr>
            <tr>
              <td align="left">4</td>
              <td align="left">Deprecated</td>
              <td align="left">(this document)</td>
            </tr>
            <tr>
              <td align="left">5-7</td>
              <td align="left">Unassigned</td>
              <td align="left"> </td>
            </tr>
          </tbody>
        </table>
      </section>
      <section anchor="message-types">
        <name>Message Types</name>
        <t>All the BGP messages contain an 8-bit message type, for which IANA
has created and is maintaining a registry entitled "BGP Message
Types".  IANA is requested to update its reference to this document.
This document defines the following message types:</t>
        <table>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Value</th>
              <th align="left">Definition</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">OPEN</td>
              <td align="left">1</td>
              <td align="left">See <xref target="openfmt"/></td>
            </tr>
            <tr>
              <td align="left">UPDATE</td>
              <td align="left">2</td>
              <td align="left">See <xref target="updatefmt"/></td>
            </tr>
            <tr>
              <td align="left">NOTIFICATION</td>
              <td align="left">3</td>
              <td align="left">See <xref target="notifyfmt"/></td>
            </tr>
            <tr>
              <td align="left">KEEPALIVE</td>
              <td align="left">4</td>
              <td align="left">See <xref target="keepalivefmt"/></td>
            </tr>
          </tbody>
        </table>
        <t>Future assignments are to be made using the Standards Action process
defined in <xref target="RFC8126"/>.  Assignments consist of a name and the value.</t>
      </section>
      <section anchor="path-attribute-types">
        <name>Path Attribute Types</name>
        <t>The BGP UPDATE messages may carry one or more Path Attributes, where
each Attribute contains an 8-bit Attribute Type Code.  IANA is
already maintaining such a registry, entitled "BGP Path Attributes".
This document defines the following Path Attributes Type Codes:</t>
        <table>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Value</th>
              <th align="left">Definition</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">ORIGIN</td>
              <td align="left">1</td>
              <td align="left">See <xref target="origin"/></td>
            </tr>
            <tr>
              <td align="left">AS_PATH</td>
              <td align="left">2</td>
              <td align="left">See <xref target="aspath"/></td>
            </tr>
            <tr>
              <td align="left">NEXT_HOP</td>
              <td align="left">3</td>
              <td align="left">See <xref target="nexthop"/></td>
            </tr>
            <tr>
              <td align="left">MULTI_EXIT_DISC</td>
              <td align="left">4</td>
              <td align="left">See <xref target="med"/></td>
            </tr>
            <tr>
              <td align="left">LOCAL_PREF</td>
              <td align="left">5</td>
              <td align="left">See <xref target="localpref"/></td>
            </tr>
            <tr>
              <td align="left">ATOMIC_AGGREGATE</td>
              <td align="left">6</td>
              <td align="left">See <xref target="atomic"/></td>
            </tr>
            <tr>
              <td align="left">AGGREGATOR</td>
              <td align="left">7</td>
              <td align="left">See <xref target="aggregator"/></td>
            </tr>
          </tbody>
        </table>
        <t>Future assignments are to be made using the Standards Action process
defined in <xref target="RFC8126"/>.  Assignments consist of a name and the value.</t>
      </section>
      <section anchor="error-codes">
        <name>Error Codes</name>
        <t>The BGP NOTIFICATION message carries an 8-bit Error Code, for which
IANA has created and is maintaining a registry entitled "BGP Error
(Notification) Codes".  This document defines the following Error Codes:</t>
        <table>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Value</th>
              <th align="left">Definition</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">Message Header Error</td>
              <td align="left">1</td>
              <td align="left">
                <xref target="msgheadererr"/></td>
            </tr>
            <tr>
              <td align="left">OPEN Message Error</td>
              <td align="left">2</td>
              <td align="left">
                <xref target="openmsgerr"/></td>
            </tr>
            <tr>
              <td align="left">UPDATE Message Error</td>
              <td align="left">3</td>
              <td align="left">
                <xref target="updatemsgerr"/></td>
            </tr>
            <tr>
              <td align="left">Hold Timer Expired</td>
              <td align="left">4</td>
              <td align="left">
                <xref target="holdtimerexperr"/></td>
            </tr>
            <tr>
              <td align="left">Finite State Machine Error</td>
              <td align="left">5</td>
              <td align="left">
                <xref target="fsmerr"/></td>
            </tr>
            <tr>
              <td align="left">Cease</td>
              <td align="left">6</td>
              <td align="left">
                <xref target="ceaseerr"/></td>
            </tr>
          </tbody>
        </table>
        <t>Future assignments are to be made using the Standards Action process
defined in <xref target="RFC8126"/>.  Assignments consist of a name and the value.</t>
      </section>
      <section anchor="error-subcodes">
        <name>Error Subcodes</name>
        <t>The BGP NOTIFICATION message carries an 8-bit Error Subcode, where
each Subcode has to be defined within the context of a particular
Error Code, and thus has to be unique only within that context.</t>
        <t>IANA has created and is maintaining a set of registries, "BGP Error
Subcodes", with a separate registry for each BGP Error Code.  Future
assignments are to be made using the Standards Action process defined in
<xref target="RFC8126"/>.  Assignments consist of a name and the value.</t>
        <t>IANA maintains a subregistry below the BGP Error Subcodes registry
called "Message Header Error subcodes". IANA is requested to rename this
subregistry "BGP Message Header Error subcodes". This document defines
the following BGP Message Header Error subcodes:</t>
        <table>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Value</th>
              <th align="left">Definition</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">Unspecific</td>
              <td align="left">0</td>
              <td align="left">See <xref target="msgheadererr"/></td>
            </tr>
            <tr>
              <td align="left">Connection Not Synchronized</td>
              <td align="left">1</td>
              <td align="left">See <xref target="msgheadererr"/></td>
            </tr>
            <tr>
              <td align="left">Bad Message Length</td>
              <td align="left">2</td>
              <td align="left">See <xref target="msgheadererr"/></td>
            </tr>
            <tr>
              <td align="left">Bad Message Type</td>
              <td align="left">3</td>
              <td align="left">See <xref target="msgheadererr"/></td>
            </tr>
          </tbody>
        </table>
        <t>IANA maintains a subregistry below the BGP Error Subcodes registry
called "OPEN Message Error subcodes". IANA is requested to rename this
subregistry "BGP OPEN Message Error subcodes". This document defines 
the following OPEN Message Error subcodes:</t>
        <table>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Value</th>
              <th align="left">Definition</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">Unspecific</td>
              <td align="left">0</td>
              <td align="left">See <xref target="openmsgerr"/></td>
            </tr>
            <tr>
              <td align="left">Unsupported Version Number</td>
              <td align="left">1</td>
              <td align="left">See <xref target="openmsgerr"/></td>
            </tr>
            <tr>
              <td align="left">Bad Peer AS</td>
              <td align="left">2</td>
              <td align="left">See <xref target="openmsgerr"/></td>
            </tr>
            <tr>
              <td align="left">Bad BGP Identifier</td>
              <td align="left">3</td>
              <td align="left">See <xref target="openmsgerr"/></td>
            </tr>
            <tr>
              <td align="left">Unsupported Optional Parameter</td>
              <td align="left">4</td>
              <td align="left">See <xref target="openmsgerr"/></td>
            </tr>
            <tr>
              <td align="left">[Deprecated]</td>
              <td align="left">5</td>
              <td align="left">See <xref target="RFC4271"/> Appendix A</td>
            </tr>
            <tr>
              <td align="left">Unacceptable Hold Time</td>
              <td align="left">6</td>
              <td align="left">See <xref target="openmsgerr"/></td>
            </tr>
          </tbody>
        </table>
        <t>IANA maintains a subregistry below the BGP Error Subcodes registry
called "UPDATE Message Error subcodes". IANA is requested to rename this
subregistry "BGP UPDATE Message Error subcodes". This document defines 
the following UPDATE Message Error subcodes:</t>
        <table>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Value</th>
              <th align="left">Definition</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">Unspecific</td>
              <td align="left">0</td>
              <td align="left">See <xref target="updatemsgerr"/></td>
            </tr>
            <tr>
              <td align="left">Malformed Attribute List</td>
              <td align="left">1</td>
              <td align="left">See <xref target="updatemsgerr"/></td>
            </tr>
            <tr>
              <td align="left">Unrecognized Well-known Attribute</td>
              <td align="left">2</td>
              <td align="left">See <xref target="updatemsgerr"/></td>
            </tr>
            <tr>
              <td align="left">Missing Well-known Attribute</td>
              <td align="left">3</td>
              <td align="left">See <xref target="updatemsgerr"/></td>
            </tr>
            <tr>
              <td align="left">Attribute Flags Error</td>
              <td align="left">4</td>
              <td align="left">See <xref target="updatemsgerr"/></td>
            </tr>
            <tr>
              <td align="left">Attribute Length Error</td>
              <td align="left">5</td>
              <td align="left">See <xref target="updatemsgerr"/></td>
            </tr>
            <tr>
              <td align="left">Invalid ORIGIN Attribute</td>
              <td align="left">6</td>
              <td align="left">See <xref target="updatemsgerr"/></td>
            </tr>
            <tr>
              <td align="left">[Deprecated]</td>
              <td align="left">7</td>
              <td align="left">See <xref target="RFC4271"/> Appendix A</td>
            </tr>
            <tr>
              <td align="left">Invalid NEXT_HOP Attribute</td>
              <td align="left">8</td>
              <td align="left">See <xref target="updatemsgerr"/></td>
            </tr>
            <tr>
              <td align="left">Optional Attribute Error</td>
              <td align="left">9</td>
              <td align="left">See <xref target="updatemsgerr"/></td>
            </tr>
            <tr>
              <td align="left">Invalid Network Field</td>
              <td align="left">10</td>
              <td align="left">See <xref target="updatemsgerr"/></td>
            </tr>
            <tr>
              <td align="left">Malformed AS_PATH</td>
              <td align="left">11</td>
              <td align="left">See <xref target="updatemsgerr"/></td>
            </tr>
          </tbody>
        </table>
        <t>RFC 6608 created the registry "BGP Finite State Machine Error Subcodes".
IANA is requested to update the reference in that registry (both overall,
and individual code points) to this document.</t>
      </section>
      <section anchor="aspath-segment-types">
        <name>AS_PATH Segment Types</name>
        <t>IANA is requested to create a registry called "BGP AS_PATH Segment Types"
within the "Border Gateway Protocol (BGP) Parameters" group. The allocation
policy is Standards Action.</t>
        <t>Values 1 and 2 are defined in <xref target="aspath_segtypes"/>. The values 3 and 4,
defined in <xref target="RFC5065"/> are also included. (Note that it is not an error
that the order of SET and SEQUENCE are reversed between the respective
types.)</t>
        <table>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Value</th>
              <th align="left">Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">AS_SET</td>
              <td align="left">1</td>
              <td align="left">This Document</td>
            </tr>
            <tr>
              <td align="left">AS_SEQUENCE</td>
              <td align="left">2</td>
              <td align="left">This Document</td>
            </tr>
            <tr>
              <td align="left">AS_CONFED_SEQUENCE</td>
              <td align="left">3</td>
              <td align="left">
                <xref target="RFC5065"/></td>
            </tr>
            <tr>
              <td align="left">AS_CONFED_SET</td>
              <td align="left">4</td>
              <td align="left">
                <xref target="RFC5065"/></td>
            </tr>
          </tbody>
        </table>
      </section>
      <section anchor="references-to-bgp-specification">
        <name>References to BGP Specification</name>
        <t>IANA is requested to update all references to RFC4271 in the "Border
Gateway Protocol (BGP) Parameters" registry group to refer to this
document.</t>
        <t>IANA is requested to replace all references to RFC 4271 in the IP Flow
Information Export (IPFIX) Entities registry group at
https://www.iana.org/assignments/ipfix with references to this document.</t>
      </section>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA+y9a3cbR3Yo+r1+RYde95hIQFqkXhZn4oSW5TFPbElHlMcz
KyvLqwk0yR6BaATdoMyRdX7L/S33l939rNpVXQ2AlOxxktE5GRNAdz127drv
x97enuvqblYdFTvHxZfNclotiz+UXfW2vCleLpuumTSz4kGx++UfXu49GO24
8uxsWV0fFfTZTZvJvLyCl6fL8rzbq6vufK+eLvfOLhYP9pbnkweHjw/O6nbv
3oGbwKAXzfLmqGi7qZvCp6Pi8N7hI+eas7aZVV3VHhX4/Lh49Oje5+Pi88OD
w3Hx5NHnj51ru3I+/bGcNXN466Zq3aI+KlxRwPL4M/05rRbdJQwCn9pm2S2r
81Z/bW+u7MdJc3VVzTv/2dWL5VHRLVdtd3jv3pN7h65dnV3VbVs38+5mAZOe
PHv9tSuXVQmAWnYXO+7txVEBW3Vvqpu3ADZazp6ABf9aNquunl+462q+qo7g
qwv4ZgFvn3z1agfXS8Pu/NAs38BjxR/wV/z+qqxn8D0M/a8Izv1meYFfl8sJ
bG3nsusW7dFnn+FT+FV9Xe3rY5/hF5+dLZu3bfUZvP8ZvndRd5erMxwQz+bt
BR7PZ6++fions+NcueoumyWscA8eLwo+zz+Xb5rr4lX15rKrlvQ9TFDO67+W
HYDkCH7p6mU1pV8qXvINvvKvf1nN60W13J9XXTzi62Z+U3xbZ8b65uUzO04H
D+7P6n+V/8ajnK7acl58AwfR5kZalW+r2g7Wvrn81/n0r5f7cOLxSP+7uZwX
p5PVdJrdYLKov1y0/3q5qHgY+Lds8MpU07prls7Nm+UVvHddERYAdB8/OTjS
v+7rl4cHB0/83/c/f6h/f35w+Cj8/fgB/O3q+Xk65pN7D2TMg3tPDsOf9/XP
w0eP9c/Hjw/Cn/7Zhwefhz+f6J9P7t/zfz7REQ4f3H/i/3ysEx9+/lBHuH/f
r+HwiR/3/sNH+i0iWPjTf/vg4SP98/EjnfjhPb+3h/cePVTQPb7n/3zySB9A
siB/Im3AP0/2vtq3pGcPLu4KyInD304P7j1+QI/BnRNKd6LQbeZI5CYVXHS4
g6c3bVddtXB5X1ezCmkEIPOEHmsLIECFfe/ZT5PLcn5RFWdV97aq5uZtTzfh
6fBccw7vw23amzaAU/PiFRCICqe1o5ZXDX0Dz10BdgGV9ON2DWD/YgGErfi6
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
LWrWI0/wqGkoUiU2nXQ9T0/6ZL5xyx51+/stW8v1dKcn0ZqQq/RU+T0RnSOK
vxLGruJ8RFrqniFSOJ4nrp5e+2XSAKd+WVe3Q2oRMbKoLHBhch6Em20xOYhB
cifCFDOgwjgB6a5GhxcsHYscJsuceBMMmZBRgbC7BFxpgTf4YxTxhg73bT2b
4XaJPIO8QOv1w3wlOoSaoBX5egIXAPbbZoLbCuKefKF7bHtzE0+JbyqPT/P3
5gBBKl0PTPv821cnPOdz0Uu/LW8AXK+s7cHYr/eLH5BZEpYhzqDcSvNdNVMj
izdzT/lBJFc1jRXkqqev4SJ4FGAOwFuYn8Zin0zsH+cnQUqtZud8x1jbGfNA
NV28t8u661DmRaPI5FI0X6UbyMBI7OvRwEUJ2tWAuk92IYVy2YGIcEZnQoYn
VLAZ50Hhi94Tpsgj9pk28msxMYE4gi8HuFX8c3RvAMA0SA+6PdgOHiu/b7a+
i4AdrT0D2gNtUthx7+otK7w6RlnDhw2Y/OhKEWmEZB44J70KaqqwC/0SNGR4
5vv5eY4dICCua6BcoNgZxhA/62nzvIGrMkfpxvMKxkTmF6w2FqdW1cTVv6r+
c1UvWWJgS+Sb6qZAP3Fb7Hz3/enrnTH/t3j+gv5+9ez/fH/y6tlX+PfpN8ff
fuv/cPLE6Tcvvv/2q/BXePPpi+++e/b8K34Zvi2ir9zOd8d/3mGatvPi5euT
F8+Pv91h+FszMuIQE2fiYAAlPKaydRGt/fLpy//v/z14ADT3H8SjSYazfxDX
JXxAaZlnI92ZP8Jp3jgWf4nDA1mclIu6K2dIbVuUGt/OyXYEEP3Hf0fI/MdR
8fuzyeLgwRfyBW44+lJhFn1JMOt/03uZgZj5KjONh2b0fQLpeL3Hf44+K9zN
l7//lxlqXHsHn//LFw6N9K8a0B3KBaDLi69eHBWRoYG0ULqoNVkdLvBK7xcn
3aeBtPHpkYqF9GfJwxV4uDAEH98f6u6b1VlB/tHik4ef95wJcm8BW9sOqbSa
zEiEAeJ0ioEY5XJavP7yqx9PX3/14/Pvv/vy2auxO1ux3pR51Nu6mdXqXGQa
fVvNyH9A6gh64kV/UI5JqBLe8MoLWm6YTKDOoTMRBNySL9+UHhLKC3f1fMUM
z8vyzLFA9mfLEml9fZtMjQbpKagzCxzprCHyDl+iHc71bUwwF6mKHVrI4AXe
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

-->

</rfc>
