<?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.29 (Ruby 3.2.3) -->
<?rfc comments="yes"?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-scudder-idr-bgp4-rfc4271bis-00" category="std" consensus="true" submissionType="IETF" obsoletes="4271" tocDepth="4" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.30.2 -->
  <front>
    <title abbrev="BGP-4">A Border Gateway Protocol 4 (BGP-4)</title>
    <seriesInfo name="Internet-Draft" value="draft-scudder-idr-bgp4-rfc4271bis-00"/>
    <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>Hickory Hill Consulting</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@juniper.net</email>
      </address>
    </author>
    <date year="2025"/>
    <area>rtg</area>
    <workgroup>idr</workgroup>
    <keyword>BGP-4</keyword>
    <keyword>routing</keyword>
    <abstract>
      <?line 87?>
<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>
  </front>
  <middle>
    <?line 108?>

<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>
      <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 integer that indicates the BGP Identifier of
the sender of BGP messages.  A given BGP speaker sets the value of
its BGP Identifier to an IP address 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>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>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>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.</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="placeholder">
      <name>Placeholder</name>
      <t>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.</t>
    </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>Routing information exchanged via BGP 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.  Note that
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.  Such policies cannot be enforced
using BGP either.  For example, BGP does not enable one AS to send
traffic to a neighboring AS for forwarding to some destination
(reachable through but) beyond that neighboring AS, intending that
the traffic take a different route to that taken by the traffic
originating in the neighboring AS (for that same destination).  On
the other hand, BGP can support any policy conforming to the
destination-based forwarding paradigm.</t>
      <t>BGP-4 provides a new 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 introduces mechanisms that allow aggregation of routes,
including aggregation of AS paths.</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 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 may be 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
<bcp14>MAY</bcp14> add to, or modify, the path attributes of the route before
advertising it to a peer.</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 <bcp14>MUST</bcp14> 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.</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>
          <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>
          </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>
          <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>Usage of this attribute is defined in 5.1.4.</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 one or more 2-tuples of
the form &lt;length, prefix&gt;, whose fields are described below:</t>
          </li>
        </ul>
        <artwork><![CDATA[
    +---------------------------+
    |   Length (1 octet)        |
    +---------------------------+
    |   Prefix (variable)       |
    +---------------------------+
]]></artwork>
        <ul empty="true">
          <li>
            <t>The use and the meaning of these fields are as follows:</t>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <dl>
              <dt>a) Length:</dt>
              <dd>
                <t>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>
              </dd>
            </dl>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <dl>
              <dt>b) Prefix:</dt>
              <dd>
                <t>The Prefix field contains an IP address prefix, followed by
   enough trailing bits to make the end of the field fall on an
   octet boundary.  Note that the value of the trailing bits is
   irrelevant.</t>
              </dd>
            </dl>
          </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 have been defined:</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.</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>
        <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 transitive optional attributes <bcp14>SHOULD</bcp14> be accepted.  If a
path with an unrecognized transitive optional attribute is accepted
and passed to other BGP peers, then the unrecognized transitive
optional 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, transitive optional 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 non-transitive
optional attributes <bcp14>MUST</bcp14> be quietly ignored and not passed along to
other BGP peers.</t>
      <t>New, transitive optional attributes <bcp14>MAY</bcp14> be attached to the path by
the originator or by any other BGP speaker in the path.  If they are
not attached by the originator, the Partial bit in the Attribute
Flags octet is set to 1.  The rules for attaching new non-transitive
optional attributes will depend on the nature of the specific
attribute.  The documentation of each new non-transitive optional
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>
        </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.</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>SHOULD</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 all
 UPDATE messages 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
 all UPDATE messages sent to internal peers.  (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 that <bcp14>SHOULD</bcp14>
be 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="multiexitdisc">
          <name>MULTI_EXIT_DISC</name>
        </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 or entry points to 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 <bcp14>SHOULD</bcp14> be 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 normally includes 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 syntactically
incorrect, then the Error Subcode <bcp14>MUST</bcp14> be set to Bad BGP Identifier.
Syntactic correctness means that the BGP Identifier field represents
a valid unicast IP host address.</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.</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="fsmerr">
        <name>Finite State Machine Error Handling</name>
        <t>Any 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.</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>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 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 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>
      </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 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
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 attributes and the events signaled to the
state machine.  <xref target="optsessattrs"/> also provides a short overview of the
different types of optional 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 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 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 connection 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 the optional session attributes
that <bcp14>SHOULD</bcp14> be set at each stage.  When generating Event 1 through
Event 8 for the BGP FSM, the conditions specified in the "Optional
Attribute Status" section are verified.  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 Attribute Status:</dt>
              <dd>
                <t>The PassiveTcpEstablishment 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 Attribute Status:</dt>
              <dd>
                <t>No interaction with any optional 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 Attribute Status:</dt>
              <dd>
                <ol spacing="normal" type="1"><li>
                    <t>The AllowAutomaticStart 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
    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 Attribute Status:</dt>
              <dd>
                <ol spacing="normal" type="1"><li>
                    <t>The PassiveTcpEstablishment attribute <bcp14>SHOULD</bcp14> be
set to TRUE if this event occurs.</t>
                  </li>
                  <li>
                    <t>The DampPeerOscillations 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
    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 Attribute Status:</dt>
              <dd>
                <ol spacing="normal" type="1"><li>
                    <t>The AllowAutomaticStart attribute <bcp14>SHOULD</bcp14> be set
 to TRUE.</t>
                  </li>
                  <li>
                    <t>The PassiveTcpEstablishment attribute <bcp14>SHOULD</bcp14> be
 set to TRUE.</t>
                  </li>
                  <li>
                    <t>If the DampPeerOscillations 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 Attribute Status:</dt>
              <dd>
                <ol spacing="normal" type="1"><li>
                    <t>The AllowAutomaticStart attribute <bcp14>SHOULD</bcp14> be set
 to TRUE.</t>
                  </li>
                  <li>
                    <t>The DampPeerOscillations attribute <bcp14>SHOULD</bcp14> be set
 to TRUE.</t>
                  </li>
                  <li>
                    <t>The PassiveTcpEstablishment 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 Attributes Status:</dt>
              <dd>
                <ol spacing="normal" type="1"><li>
                    <t>The AllowAutomaticStart attribute <bcp14>SHOULD</bcp14> be set
 to TRUE.</t>
                  </li>
                  <li>
                    <t>The DampPeerOscillations attribute <bcp14>SHOULD</bcp14> be set
 to TRUE.</t>
                  </li>
                  <li>
                    <t>The PassiveTcpEstablishment 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 Attribute Status:</dt>
              <dd>
                <ol spacing="normal" type="1"><li>
                    <t>The AllowAutomaticStop 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 Attribute Status:</dt>
              <dd>
                <t>If this event occurs,</t>
              </dd>
              <dt/>
              <dd>
                <ol spacing="normal" type="1"><li>
                    <t>DelayOpen attribute <bcp14>SHOULD</bcp14> be set to TRUE,</t>
                  </li>
                  <li>
                    <t>DelayOpenTime 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 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 Attribute Status:</dt>
              <dd>
                <t>If this event occurs:</t>
              </dd>
              <dt/>
              <dd>
                <ol spacing="normal" type="1"><li>
                    <t>DampPeerOscillations 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 Attribute Status:</dt>
              <dd>
                <ol spacing="normal" type="1"><li>
                    <t>The TrackTcpState 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 Attribute Status:</dt>
              <dd>
                <ol spacing="normal" type="1"><li>
                    <t>The TrackTcpState 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 Attribute Status:</dt>
              <dd>
                <ol spacing="normal" type="1"><li>
                    <t>The DelayOpen optional 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 Attribute Status:</dt>
              <dd>
                <ol spacing="normal" type="1"><li>
                    <t>The DelayOpen 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 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
  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 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>
      </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 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 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 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 attribute prior to processing.  If the DelayOpen 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 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 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 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
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
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 attribute
prior to processing.</t>
            <t>If the DelayOpen 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 the HoldTimer 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 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 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 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>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 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 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 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 ignored.  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 one the route currently has 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 route with NLRI identical to the
new 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>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 IBGP readvertisement.</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.</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 <bcp14>SHOULD</bcp14> 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 <bcp14>SHOULD</bcp14> be
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 received via
 IBGP.</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, then this step should be skipped
 (equivalently, consider all routes to have equal costs).</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.</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 in Loc-RIB is excluded from a particular
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>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.  For example, 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.</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="frequency-of-route-advertisement">
            <name>Frequency of Route Advertisement</name>
          </section>
          <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.  This can only be achieved by
keeping a separate timer for each common set of destinations.  This
would be unwarranted overhead.  Any technique that ensures that the
interval between two UPDATE messages sent from a BGP speaker to a
peer that advertise feasible routes and/or withdrawal of unfeasible
routes to some common set of destinations will be at least
MinRouteAdvertisementIntervalTimer, and will also ensure that a
constant upper bound on the interval is acceptable.</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.</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 by either of the following
methods:</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>
              <li>
                <t>AS_PATHs:
AS path information can be represented as ordered AS_SEQUENCEs
or unordered AS_SETs.  AS_SETs are used in the route
aggregation algorithm described in <xref target="aggregating"/>.  They
reduce the size of the AS_PATH information by listing each AS
number only once, regardless of how many times it may have
appeared in multiple AS_PATHs that were aggregated.</t>
              </li>
            </ol>
            <!-- XXX the below should be indented to the same level as the bullet list, it's part of the previous item. I couldn't work out how. Then again if we get rid of this subsection then it doesn't matter. -->
<ul empty="true">
              <li>
                <t>An AS_SET implies that the destinations listed in the NLRI can
  be reached through paths that traverse at least some of the
  constituent autonomous systems.  AS_SETs provide sufficient
  information to avoid routing information looping; however,
  their use may prune potentially feasible paths because such
  paths are no longer listed individually in the form of
  AS_SEQUENCEs.  In practice, this is not likely to be a problem
  because once an IP packet arrives at the edge of a group of
  autonomous systems, the BGP speaker is likely to have more
  detailed path information and can distinguish individual paths
  from destinations.</t>
              </li>
            </ul>
          </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/>
              <dd>
                <t>Appendix F, <xref target="complexaggr"/> presents another algorithm that
   satisfies the conditions and allows for more complex policy
   configurations.</t>
              </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>Two optional timers <bcp14>MAY</bcp14> be supported: DelayOpenTimer and IdleHoldTimer
(see <xref target="fsm"/>).  <xref target="fsm"/> describes their use.  The full
operation of these optional timers is outside the scope of this
document.</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>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="RFC1105">
          <front>
            <title>Border Gateway Protocol (BGP)</title>
            <author fullname="K. Lougheed" initials="K." surname="Lougheed"/>
            <author fullname="Y. Rekhter" initials="Y." surname="Rekhter"/>
            <date month="June" year="1989"/>
            <abstract>
              <t>This RFC outlines a specific approach for the exchange of network reachability information between Autonomous Systems. Updated by RFCs 1163 and 1164. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="1105"/>
          <seriesInfo name="DOI" value="10.17487/RFC1105"/>
        </reference>
        <reference anchor="RFC1163">
          <front>
            <title>Border Gateway Protocol (BGP)</title>
            <author fullname="K. Lougheed" initials="K." surname="Lougheed"/>
            <author fullname="Y. Rekhter" initials="Y." surname="Rekhter"/>
            <date month="June" year="1990"/>
            <abstract>
              <t>This RFC, together with its companion RFC-1164, "Application of the Border Gateway Protocol in the Internet", specify an inter-autonomous system routing protocol for the Internet. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="1163"/>
          <seriesInfo name="DOI" value="10.17487/RFC1163"/>
        </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="RFC2796">
          <front>
            <title>BGP Route Reflection - An Alternative to Full Mesh IBGP</title>
            <author fullname="T. Bates" initials="T." surname="Bates"/>
            <author fullname="R. Chandra" initials="R." surname="Chandra"/>
            <author fullname="E. Chen" initials="E." surname="Chen"/>
            <date month="April" year="2000"/>
            <abstract>
              <t>This document describes the use and design of a method known as "Route Reflection" to alleviate the the need for "full mesh" IBGP. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2796"/>
          <seriesInfo name="DOI" value="10.17487/RFC2796"/>
        </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"/>
          </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="RFC3065">
          <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="February" year="2001"/>
            <abstract>
              <t>This document describes an extension to BGP which 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. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3065"/>
          <seriesInfo name="DOI" value="10.17487/RFC3065"/>
        </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="RFC4020">
          <front>
            <title>Early IANA Allocation of Standards Track Code Points</title>
            <author fullname="K. Kompella" initials="K." surname="Kompella"/>
            <author fullname="A. Zinin" initials="A." surname="Zinin"/>
            <date month="February" year="2005"/>
            <abstract>
              <t>This memo discusses earlier allocation of code points by IANA as a remedy to the problem created by the "Standards Action" IANA policy for protocols for which, by the IETF process, implementation and deployment experience is desired or required prior to publication. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4020"/>
          <seriesInfo name="DOI" value="10.17487/RFC4020"/>
        </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="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="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>
        <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>
      </references>
    </references>
    <?line 4241?>

<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>
    <section anchor="compare1771">
      <name>Comparison of RFC 4271 with RFC 1771</name>
      <t>RFC 4271 contained the following comparison section:</t>
      <t>There are numerous editorial changes in comparison to <xref target="RFC1771"/> (too
many to list here).</t>
      <t>The following list the technical changes:</t>
      <t>Changes to reflect the usage of features such as TCP MD5
   <xref target="RFC2385"/>, BGP Route Reflectors <xref target="RFC2796"/>, BGP Confederations
   <xref target="RFC3065"/>, and BGP Route Refresh <xref target="RFC2918"/>.</t>
      <t>Clarification of the use of the BGP Identifier in the AGGREGATOR
   attribute.</t>
      <t>Procedures for imposing an upper bound on the number of prefixes
   that a BGP speaker would accept from a peer.</t>
      <t>The ability of a BGP speaker to include more than one instance of
   its own AS in the AS_PATH attribute for the purpose of inter-AS
   traffic engineering.</t>
      <t>Clarification of the various types of NEXT_HOPs.</t>
      <t>Clarification of the use of the ATOMIC_AGGREGATE attribute.</t>
      <t>The relationship between the immediate next hop, and the next hop
   as specified in the NEXT_HOP path attribute.</t>
      <t>Clarification of the tie-breaking procedures.</t>
      <t>Clarification of the frequency of route advertisements.</t>
      <t>Optional Parameter Type 1 (Authentication Information) has been
   deprecated.</t>
      <t>UPDATE Message Error subcode 7 (AS Routing Loop) has been
   deprecated.</t>
      <t>OPEN Message Error subcode 5 (Authentication Failure) has been
   deprecated.</t>
      <t>Use of the Marker field for authentication has been deprecated.</t>
      <t>Implementations <bcp14>MUST</bcp14> support TCP MD5 <xref target="RFC2385"/> for authentication.</t>
      <t>Clarification of BGP FSM.</t>
    </section>
    <section anchor="compare1267">
      <name>Comparison with RFC 1267</name>
      <t>All the changes listed in <xref target="compare1771"/>, plus the following.</t>
      <t>BGP-4 is capable of operating in an environment where a set of
reachable destinations may be expressed via a single IP prefix.  The
concept of network classes, or subnetting, is foreign to BGP-4.  To
accommodate these capabilities, BGP-4 changes the semantics and
encoding associated with the AS_PATH attribute.  New text has been
added to define semantics associated with IP prefixes.  These
abilities allow BGP-4 to support the proposed supernetting scheme
<xref target="RFC1518"/> <xref target="RFC1519"/>.</t>
      <t>To simplify configuration, this version introduces a new attribute,
LOCAL_PREF, that facilitates route selection procedures.</t>
      <t>The INTER_AS_METRIC attribute has been renamed MULTI_EXIT_DISC.</t>
      <t>A new attribute, ATOMIC_AGGREGATE, has been introduced to insure that
certain aggregates are not de-aggregated.  Another new attribute,
AGGREGATOR, can be added to aggregate routes to advertise which AS
and which BGP speaker within that AS caused the aggregation.</t>
      <t>To ensure that Hold Timers are symmetric, the Hold Timer is now
negotiated on a per-connection basis.  Hold Timers of zero are now
supported.</t>
    </section>
    <section anchor="compare1163">
      <name>Comparison with RFC 1163</name>
      <t>All of the changes listed in <xref target="compare1771"/> and <xref target="compare1267"/>, plus the following.</t>
      <t>To detect and recover from BGP connection collision, a new field (BGP
Identifier) has been added to the OPEN message.  New text (<xref target="collision"/>)
has been added to specify the procedure for detecting and
recovering from collision.</t>
      <t>The new document no longer restricts the router that is passed in the
NEXT_HOP path attribute to be part of the same Autonomous System as
the BGP Speaker.</t>
      <t>The new document optimizes and simplifies the exchange of information
about previously reachable routes.</t>
    </section>
    <section anchor="comparison-with-rfc-1105">
      <name>Comparison with RFC 1105</name>
      <t>All of the changes listed in <xref target="compare1771"/>, <xref target="compare1267"/> and <xref target="compare1163"/>, plus the
following.</t>
      <t>Minor changes to the <xref target="RFC1105"/> Finite State Machine were necessary to
accommodate the TCP user interface provided by BSD version 4.3.</t>
      <t>The notion of Up/Down/Horizontal relations presented in RFC 1105 has
been removed from the protocol.</t>
      <t>The changes in the message format from RFC 1105 are as follows:</t>
      <ol spacing="normal" type="1"><li>
          <t>The Hold Time field has been removed from the BGP header and
added to the OPEN message.</t>
        </li>
        <li>
          <t>The version field has been removed from the BGP header and
added to the OPEN message.</t>
        </li>
        <li>
          <t>The Link Type field has been removed from the OPEN message.</t>
        </li>
        <li>
          <t>The OPEN CONFIRM message has been eliminated and replaced with
implicit confirmation, provided by the KEEPALIVE message.</t>
        </li>
        <li>
          <t>The format of the UPDATE message has been changed
significantly.  New fields were added to the UPDATE message to
support multiple path attributes.</t>
        </li>
        <li>
          <t>The Marker field has been expanded and its role broadened to
support authentication.</t>
        </li>
      </ol>
      <t>Note that quite often BGP, as specified in RFC 1105, is referred to
as BGP-1; BGP, as specified in <xref target="RFC1163"/>, is referred to as BGP-2;
BGP, as specified in RFC 1267 is referred to as BGP-3; and BGP, as
specified in this document is referred to as BGP-4.</t>
    </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="implementation-recommendations">
      <name>Implementation Recommendations</name>
      <t>This section presents some implementation recommendations.</t>
      <section anchor="multiplenets">
        <name>Multiple Networks Per Message</name>
        <t>The BGP protocol allows for multiple address prefixes with the same
path attributes to be specified in one message.  Using this
capability is highly recommended.  With one address prefix per
message there is a substantial increase in overhead in the receiver.
Not only does the system overhead increase due to the reception of
multiple messages, but the overhead of scanning the routing table for
updates to BGP peers and other routing protocols (and sending the
associated messages) is incurred multiple times as well.</t>
        <t>One method of building messages that contain many address prefixes
per path attribute set from a routing table that is not organized on
a per path attribute set basis is to build many messages as the
routing table is scanned.  As each address prefix is processed, a
message for the associated set of path attributes is allocated, if it
does not exist, and the new address prefix is added to it.  If such a
message exists, the new address prefix is appended to it.  If the
message lacks the space to hold the new address prefix, it is
transmitted, a new message is allocated, and the new address prefix
is inserted into the new message.  When the entire routing table has
been scanned, all allocated messages are sent and their resources are
released.  Maximum compression is achieved when all destinations
covered by the address prefixes share a common set of path
attributes, making it possible to send many address prefixes in one
4096-byte message.</t>
        <t>When peering with a BGP implementation that does not compress
multiple address prefixes into one message, it may be necessary to
take steps to reduce the overhead from the flood of data received
when a peer is acquired or when a significant network topology change
occurs.  One method of doing this is to limit the rate of updates.
This will eliminate the redundant scanning of the routing table to
provide flash updates for BGP peers and other routing protocols.  A
disadvantage of this approach is that it increases the propagation
latency of routing information.  By choosing a minimum flash update
interval that is not much greater than the time it takes to process
the multiple messages, this latency should be minimized.  A better
method would be to read all received messages before sending updates.</t>
      </section>
      <section anchor="reducing-route-flapping">
        <name>Reducing Route Flapping</name>
        <t>To avoid excessive route flapping, a BGP speaker that needs to
withdraw a destination and send an update about a more specific or
less specific route should combine them into the same UPDATE message.</t>
      </section>
      <section anchor="path-attribute-ordering">
        <name>Path Attribute Ordering</name>
        <t>Implementations that combine update messages (as described above in
<xref target="multiplenets"/>) may prefer to see all path attributes presented in a
known order.  This permits them to quickly identify sets of
attributes from different update messages that are semantically
identical.  To facilitate this, it is a useful optimization to order
the path attributes according to type code.  This optimization is
entirely optional.</t>
      </section>
      <section anchor="asset-sorting">
        <name>AS_SET Sorting</name>
        <t>Another useful optimization that can be done to simplify this
situation is to sort the AS numbers found in an AS_SET.  This
optimization is entirely optional.</t>
      </section>
      <section anchor="control-over-version-negotiation">
        <name>Control Over Version Negotiation</name>
        <t>Because BGP-4 is capable of carrying aggregated routes that cannot be
properly represented in BGP-3, an implementation that supports BGP-4
and another BGP version should provide the capability to only speak
BGP-4 on a per-peer basis.</t>
      </section>
      <section anchor="complexaggr">
        <name>Complex AS_PATH Aggregation</name>
        <t>An implementation that chooses to provide a path aggregation
algorithm retaining significant amounts of path information may wish
to use the following procedure:</t>
        <ul empty="true">
          <li>
            <t>For the purpose of aggregating AS_PATH attributes of two routes,
we model each AS 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" is the AS number.  Two ASes are said to be
the same if their corresponding &lt;type, value&gt; tuples are the same.</t>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <t>The algorithm to aggregate two AS_PATH attributes works as
follows:</t>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <t>a) Identify the same ASes (as defined above) within each AS_PATH attribute that are in the same relative order within both AS_PATH attributes.  Two ASes, X and Y, are said to be in the same order if either:</t>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <ul spacing="normal">
              <li>
                <t>X precedes Y in both AS_PATH attributes, or</t>
              </li>
              <li>
                <t>Y precedes X in both AS_PATH attributes.</t>
              </li>
            </ul>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <t>b) The aggregated AS_PATH attribute consists of ASes identified
in (a), in exactly the same order as they appear in the
AS_PATH attributes to be aggregated.  If two consecutive
ASes identified in (a) do not immediately follow each other
in both of the AS_PATH attributes to be aggregated, then the
intervening ASes (ASes that are between the two consecutive
ASes that are the same) in both attributes are combined into
an AS_SET path segment that consists of the intervening ASes
from both AS_PATH attributes.  This segment is then placed
between the two consecutive ASes identified in (a) of the
aggregated attribute.  If two consecutive ASes identified in
(a) immediately follow each other in one attribute, but do
not follow in another, then the intervening ASes of the
latter are combined into an AS_SET path segment.  This
segment is then placed between the two consecutive ASes
identified in (a) of the aggregated attribute.</t>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <t>c) For each pair of adjacent tuples in the aggregated AS_PATH,
if both tuples have the same type, merge them together if
doing so will not cause a segment of a length greater than
255 to be generated.</t>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <t>If, as a result of the above procedure, a given AS number appears
more than once within the aggregated AS_PATH attribute, all but
the last instance (rightmost occurrence) of that AS number should
be removed from the aggregated AS_PATH attribute.</t>
          </li>
        </ul>
      </section>
    </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>
      <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".  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 either the Standards Action
process defined in <xref target="RFC8126"/>, or the Early IANA Allocation process
defined in <xref target="RFC4020"/>.  Assignments consist of a name and the value.</t>
      <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 either the Standards Action
process defined in <xref target="RFC8126"/>, or the Early IANA Allocation process
defined in <xref target="RFC4020"/>.  Assignments consist of a name and the value.</t>
      <t>The BGP NOTIFICATION message carries an 8-bit Error Code, for which
IANA has created and is maintaining a registry entitled "BGP Error
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 either the Standards Action
process defined in <xref target="RFC8126"/>, or the Early IANA Allocation process
defined in <xref target="RFC4020"/>.  Assignments consist of a name and the value.</t>
      <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, "Error
Subcodes", with a separate registry for each BGP Error Code.  Future
assignments are to be made using either the Standards Action process
defined in <xref target="RFC8126"/>, or the Early IANA Allocation process defined in
<xref target="RFC4020"/>.  Assignments consist of a name and the value.</t>
      <t>This document defines the following 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>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>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>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA+y9a3cbR3Yo+r1+RR96nWMiATki9bI4Eye0LI95I1s6Ij2e
WVlZXk2gSfYI7EbQAGVG9vkt97fcX3b3s2pXdTUAUrLHyRkmY5FAdz127drv
x97enlvWy1l1VOwcF1+0i2m1KP5YLqt35W3xetEu20k7Kx4Vu1/88fXeo9GO
K8/PF9XNUUF/u2k7acpreHm6KC+We91kNYUB9urpYu/8cv5ob3ExeXT49OC8
7vYePHATGPeyXdweFd1y6qbw11Fx+ODwsXPtedfOqmXVHRX4vHPdsmymP5Sz
toFnbqvOzeujwhUFrIf/pl+n1Xx5Ba/AX127WC6qi06/7W6v7Z+T9vq6apb+
b1fPF0fFcrHqlocPHjx7cOi61fl13XV12yxv5zDpyYuzr1y5qEqAzGJ5uePe
XR4VsDH3trp9B3Ci5ewJHPC3Rbta1s2lc+VqedUujlyxB58XBQPoL+Xb9qZ4
U729WlYL+rxdXJZN/Z/lEqY8gm+W9aKa0jfVdVnPYKX4yr/8ddXU82qx31TL
eMSztrktXtaZsb5+/cKOs4QH92f1v8i/8Sinq65siq9ho11upHryFg4M/p3N
iudt061mtEczevf26l+a6X9e7QOI46H/n/aqKU4ZJTav8q+XXbxX+Fm0iJjV
tF62C+eadnEN795UBPo3Xz1/+uzgSH97qB8eHhw8878//Oyx/v7ZweGT8PvT
R/C7q5uLdMxnDx7JmAcPnh2GXx/qrwcPHvtfn/hPD5881V+fPj0Iv/oRHh98
Fn59pr8+e/jA//pMRzh89PCZ//WpLufw6bMn+utnj3Wwhw/9Ig+f+SkePnii
i3z4+Ik+gDcr/Oo/fXCoa3j09In++phGgN9PTg8ePH1ES4MrJ5TiROHWNkgk
JhXcm+ayOL3tltV1B3fhrJpVeOXgPCf0WFfAfS7sey9+nFyVzWVVnFfLd1XV
mLc93YGnw3PtBbwPl2dv2gLGNMUbuG8VTmtHLa9b+gSeuwa8ARLjx122gOzz
OdCJ4qt28a5cTPFlHPX0VfHZo6cPi9dfftft0EaZNsGZPKQ//Y2mn71CfiGM
PsL3f3fy4rmCyrm9vb2iPO+Wi3KydGdXdVcAnVwh/SmmNdDIrqtgOVfVIL1F
ajsaF++u6slVUXcObmhNWz9ewSVur9tVJ9tSqlPM5d19BzNW8Gd9XcLFvVg1
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
Nzh8+Zmo8kI8gA6BNWJgGDvAw/BEkkiYWwPnFCZDPArPGO71gljXtLcGbLOM
jGtBLXHDKI/DY19hH6IKG/fCf78BjotIo8vhUS66a/vyk/Dy8woFtYEffnmC
j/jXB+6FwR00aEWXdhuMDQXn8eJojUrSWI18BhdoJW690jbr8u0QiI6rWkGL
wCHIIo3yK2G1tfPwOk95nZ2tnU42AmzuVVB+eNNi5uSinS/w6/g9Y1sVTll6
U8Lud41uZqRVDrrYrBuPpZarLIoLQCk0RHJ5f0qvXv8U7+CjRvR4oAjuVz44
rvddPw+s8VuQ0U5vm8nVosXCu1P/rLqevyin/tbkqrLhsw8zz+bc8j8NV16L
IaaU+s9//jNiAhWv9zXNaAAywTDBZDpNn5J6CBcT7S0gLxAtzpCO3+zBwLM+
lEqTN79lf0n2YF5X1HdocFx7MOsqEuGzjzJr6Cd787OP5dl/+xLjRyZ0Bfeo
r/bxnCqw/Vgc/7uM+8SPG4po5Qoy/TRUaKeHGi5LzH+zh/pNORPnkzFkoRXG
PHvoxwVwtpd8Fb8PrsHwpj3Wb7CPINyK7IPJsabxjD0mao61Z3BLHrbHetIA
naynGpAXza/PPr0DunyWjOvjJpKR8dln8qxH0/BMtGI6jQfJuGJj+IoMHMnJ
HfROToJi0lPuZYcOIy1KwYa35rMOTVo9qCmXTSuaMyvIyITU35iRDX1TBOGz
JHfzuFwY0deDCYyMmC01R7N8DbucUow8cWjsGYyWaQmRJzW5wGKLoOjMOklS
iS3bsX3aLEQS2U36kmZEWt0yckCImxdPYjUrqSph+ElY0z8VhwfFP/KE4tdb
YzcfUjYPD9RgbopUZApU9PyM7z9JAqLTCtESPa2dUrKdf/J5UrZdFFqHQRRr
Odw81IeH/1y2mMaUTWCc7nMC4/eZKKP9+PMoEgG/e9WPAog+jqNtpA5TWlCa
rA6evpGNO5tlgNjXXlfOe69sMxaqwuxjo2x4vJZj1SICLpvnpeo5WtCxOTaG
lYTQdhN+AUOD6OHics+a0BY1EOwd2CtUo0pfPYnsI6xdTMlGN5C8oskqcxBs
XW/ntpUFLQEG0tLlGC3DjWXJ5pKYMQamq3w+Gxqw1CzJ8rYjedvHfkRnc7JU
H76vDk5tBeZcT0RbxmZRwBeuQC9ZdnS8rUpwpN3ayjLF/ltJzSshF9qpVFzC
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
yFDi7bEVVRFKjQ7YvhqnWILezZU+RgOxsuUE4DEV32zOCEIKtStEpb64XqI+
fTfzhBnSe1aSaDd8Lm1lgltMI960my3ippYM6FlAgkHDna63gBQbLCBumSnF
wXUnd9T4sZO3flB9khpbvpogtaRQFlEoMpHU13PMhpNKcbYiZ+eSjrNYDcuE
89/djuK2iXbbYEZxd2a1A2FovxkO+2uIP1vz18CFfPnT0DK96/EjrE0qVQuk
9pCLChAisAaN08o0noUMi8MHo30nRTip/BMO3i/eipCM09XJMlwu6o7w+9gl
9UFN5c604n8/H96FwqxjPByssbRNut+Yec5AWTGs0UFzG35q73ZOH0qaaDCg
l5k6NlrThIvZjLmYSVq5VO/YwxEFe1I/95CwHpd4IPrWrSZUjM1XdzSJii6j
vd1BIP5b6G6/jav4q0d35q2Nd/F7/qKBktuZkp6Ni4ODPTQjHT6IQvf6MTTr
9F/89AXB5jmqXrZQhSu0VAU/8Xes3Mr8JDLXukg8Y4MyAiX8mcNqyZnuerUv
giEq6CWWaspCgilq+0C7XkKp03J+dzOxRKLHdoFxH8nitCWu3jMfOWel6uXg
SodFb736SKD7+w28q4Uq1sgf+Mzl8+oCi3qWLlefOqez3/XYEuL627Zr/YaP
dCjoJt8xM4m3O9hkl8zHPkRWl3giv/Qkn9pSf0N0ybrJkvaQra6XeC5Vvtzd
oubISsdZiyCPmuVkfKu+iQJZ35hgkYHOiNLeytXLgJfS3l7OClXN2Yi2Lq6Q
tWziV2baKLyQR/8oUVeO3Do4yAprac9utZwwcd/s3VU2mEu5/zWkxP+293Ud
gxNB3YmgHndzMGlZv2XJff3uMy2OdrWVUjBojrSaaGx2iDqk+voTZDKPu5w4
7RsaX9hl1C1lynGAObV8rcfxb6uzov1THAhfnXw7+q99Tz6mzXy99THqABVs
kXdKvc2YIJ0iL7fBMAbLD3ME/t06eR98GsOdXvg2xsFoTXVD2X4QBX8q2iSl
hIvE0ldusvW51NY33PRKbX2F72CVI1FqsBsQG9D7T+6+gTZEwaRnq3dHLe8D
Sc7ZBNNh/rY2vP+2+Lperu/pY7tR/yE9nSeDpCaS3mM/1tDSTMesu1nhDoMV
7ulGK1weYyjsAfv45OrEFn83v21pfrPt0SLzW65zmmec1BYEWd2PUkyQXX9j
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

-->

</rfc>
