<?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-ietf-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.31.0 -->
  <front>
    <title abbrev="BGP-4">A Border Gateway Protocol 4 (BGP-4)</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-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 93?>
<t>This document discusses the Border Gateway Protocol (BGP), which is
an inter-Autonomous System routing protocol.</t>
      <t>The primary function of a BGP-speaking system is to exchange network
reachability information with other BGP systems.  This network
reachability information includes information on the list of
Autonomous Systems (ASes) that reachability information traverses.
This information is sufficient for constructing a graph of AS
connectivity for this reachability from which routing loops may be
pruned, and, at the AS level, some policy decisions may be enforced.</t>
      <t>BGP-4 provides a set of mechanisms for supporting Classless Inter-
Domain Routing (CIDR).  These mechanisms include support for
advertising a set of destinations as an IP prefix, and eliminating
the concept of network "class" within BGP.  BGP-4 also introduces
mechanisms that allow aggregation of routes, including aggregation of
AS paths.</t>
      <t>This document obsoletes RFC 4271.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-idr-bgp4-rfc4271bis/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        IDR Working Group mailing list (<eref target="mailto:idr@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/idr/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/idr/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/ietf-wg-idr/RFC4271bis"/>.</t>
    </note>
  </front>
  <middle>
    <?line 114?>

<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="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="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 4243?>

<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+RR96nWMiAWmRelmciRNalse8kS0dkR7P
rKwsrybQJHsEohF0gzIj+/yW+1vuL7v7WbWruhoAKXnGyRkmY5FAdz127drv
x97enuvqblYdFTvHxZfNclotiz+UXfWuvC1eL5uumTSz4lGx++UfXu89Gu24
8vx8Wd0cFfS3mzaTeXkNL0+X5UW3V1fdxV49Xe6dXy4e7S0vJo8Onx6c1+3e
gwduAoNeNsvbo6Ltpm4Kfx0Vhw8OHzvXnLfNrOqq9qjA551ru3I+/bGcNXN4
5rZq3aI+KlxRwGL4b/p1Wi26K3gF/mqbZbesLlr9tr29tn9Omuvrat75v129
WB4V3XLVdocPHjx7cOja1fl13bZ1M+9uFzDpyYuzr125rEoAy7K73HHvLo8K
2Jh7W92+AyDRcvYECPjbsll19fzS3VTzVXUEH13CJwt4++SrNzu4Xhp254dm
+RYeK/6A3+Ln12U9g89h6H9B4O03y0v8uFxOYGs7V123aI8++wyfwo/qm2pf
H/sMP/jsfNm8a6vP4P3P8L3LurtaneOAeBLvLvEwPnvz9XM5hx3nylV31Sxh
hXvweFHw6f25fNvcFG+qt1ddtaTPYYJyXv9n2QFIjuCbrl5WU/qm4iXf4iv/
8pfVvF5Uy/151cUjnjXz2+JlnRnrm9cv7DgdPLg/q/9F/o1HOV215bz4Bg6i
zY1UT94CQsG/s1nxvJm3qxmdgRm9fXv1L/Ppf17tAwrEQ/8/zdW8OJ2sptPs
jpNV/uWyjfcKP8sGb001rbtm6dy8WV7DuzcVoQaA/OmzgyP97aF+eHhw8Mz/
/vDzx/r75weHT8LvTx/B766eX6RjPnvwSMY8ePDsMPz6UH89ePDY//rEf3r4
5Kn++vTpQfjVj/D44PPw6zP99dnDB/7XZzrC4aOHz/yvT3U5h0+fPdFfP3+s
gz186Bd5+MxP8fDBE13kw8dP9AHE0PCr//TBoa7h0dMn+utjGgF+Pzk9ePD0
ES0NrpiQsROFWzNHCjap4F7DlTu9bbvquoW7elbNKiQJcJ4TeqwtgN4U9r0X
P02uyvllVZxX3buqmpu3PVGEp8NzzQW8D5dnb9oAxsyLN0APKpzWjlpeN/QJ
PHcNeAMk0I/bNYDsiwXQseLrZvmuXE7xZRz19FXx+aOnD4vXX33f7tBGmXbC
mTykP/2Npp+9Qn4hjD7C9z87efFcQeXc3t5eUZ633bKcdO7sqm4LIOIrpI/F
tG4nq7atYDlX1SAzQFYwGhfvrurJVVG3Dm5oTVs/XsElbq6bVSvbUqpYLOTd
fQczVvBnfV3Cxb1YzScEGNhnScS0XVQlEciWB6gJMpVCGa4eUN+3DggzfHJe
z+rutqgNhN8B/SsaWP0Sh5NR2v2ioI1ufL2eT2arKezffgj/j+CY1W0HC3W9
XbbF7vFp1Y7gqbIrBscGgN9USwDuPkM9mrct2tXFRT2p8RgQsSaAlcCgJgS+
ErhJubhCMB2fOvhqXsEXNzgDPtvhcNG8F8vmWg5Ij2DWNIsW2M0toLRbLFfz
ajpGtIf/dLS/49NiVt1UszFw02s4o2ZWT26LaTWpW7oi/GpR4bIn1RSOkrgf
nu1NjTAri7ZCCBXXFR5X3QJkcHkt4zUu4vmsbNsZXEi5LO6rcFvw+93nwC5H
dFxVW9mB5GR0MBzYlVMAaFe3DCKZHFYCQ+m1xptdnLyGRVYX9U+04aKa1df0
BLAK3DjAcwKiBL4sCFLsTHChO4ROsDzYKKyJt1vO2gbxfdlMV0BanFkjnX85
mzXvivLyclldlorceAhVO5Zd0HqjBxwAf1F2Vy1dEHslvWyEdI/Eo32+wtf1
dDqrnPsEQUmLwbH4fq29uYhsw1fW9a4sXx1EXdkMDDJmYAARAAhf1Eu4Gbpi
kBIAYu/fC7P55RelFPgonF6FyFNNi/Nbfgi3FB6CV123WtKN0K3Ts52Fyt/J
yF+FjIy3pCO/UTIC+PXPItz88kv449kvv6whMM4QmOLOBAYh4Qx9Ke5HX1yg
L8X96ItLHjD0RYFkEUdvxrS4qUta9AIFp+kKBG9zswu4EJ4Et66Zz27pYQOS
vfOyhQcvggyzKJfltL681isOG4fhdDe89KWTF/D4F+XkLYCaB0ISALPI5TET
weFMl4gCk3K5rOHJmh85ee2uqhLJH2ybdkLDyd0d02NAYMaA6RcgBnYs68jZ
ptjqaJETOOJd5Bzwy7zpRhZ/ixVhhz9BelhxSADUtHBTcOQatg3YgHAn5Gi2
hx4c3CefFF8Bks1rPdTnIMPSFN/jS2cgVLbCPtqKCaK/VFP/Il8mlEDlCK6A
niB2L2DTQDqAoQG6hdXhnpQXEPvkcwM8WOGs3RUc4OUVHCI93VU/IXU+nv5l
783Jl3sncxRLj/C2FfJZCx8iEDq8sKv5ggV0GGmZwUuai+TZK7hp5yiI653E
uXmFs2ZSzphOI9mHkwd+UcPBLioglGY1r1YdKVLJeuBjvyAcjy9TRAAq4sUw
n0KJF0UT4GwIs1YRjtcja/m0Lb5//dXx2Qt4pm3Ly4oW1BOUgfSPzNqIPMAs
0+i8AbP6b9aGYvJdYlV5Ncc7AF8BTGd4MJMrVHfgDKeAfDXK/zjuWBBYJYIa
dn3JcgNv0csOJyg70C0gtIP9dMt6Qox1WiE+1fOquALaBB/QQvh9un2tUjrm
ECyHxRPvAYlKZQ8YihWe7Ph+bPiAeTXyT7iGp0AGK2ZnAkgZxQMTZZEpcqlm
gWJw3Ql+TZBlyf7o/BV8sDhZC2A9gBvQAkAJIGmZ+SGv6+prpMH6ZYtLIzbG
cBIIlHMa5viUmRCNJ4iDm8ycMBxV5ZWyC9Da6FqM2TxxA1fi3RX85xqNHwtY
qi7KT6x3dUwDxMfPlg9GrdOiXADSLhOA4l9KIxgYkwb5AFwIxRgxh8jhzco5
HzDwxBbNbvAmyiEwKb60qCdAgHXTcjKGpXr6IqIIIi8TGTgnFheKkymMBPew
WjJ9OS4e7TWTDm7BCua5nBM76KrLasnD1fMpqvqq2EYjoDBG5gNiA3PhHPiM
v7FwXMVljaC2VIYOGN+6KWerSodBwpNMAABkIUFZFuIkLZIoGKzPDLtPo5yZ
YXNrRmFYLwXcpAXga9uVy261IMjXbdhSCSiNuIxoeSvEiQ4OUKmip4nEVzi1
MwtRyDJRETheA4aRKZU4nnMv4B+hWy9+gsfmQol3iRWKhAmLUzNKpQ8R6Rzh
CPYTnvN15edDuQzQZ1pfXDDK9a8HPDgPdJf2zfI6DP51VbY1YhBtQnYU8RCm
JDpZeYOGVnwBIYZX85wlnCWQ/UXNqscJ7pmGIulz05brebrlk/nGLfuT6++3
bC2X0Z2eRGtCKt7T/vZE2ooo7EoYqUqA0VWue7Yr4TCemHn66JdJA5zqsl42
E2SyQQqQD5ThtpbjBnGEOH2LZjqv/vHKerwe+OtXIq2psQ+m/e7lmxOe8zuR
uF+WtwDhN1arMpY5EYsVQ4CK1MRQe7LIogRld0AXIKVRF1p2QHzPaVuklaL0
zdcdpMHoPeEDPGKfHCIlFP0TCD2+HAhJxV8LLFkGbua8AENuRDdJBOVhyPD7
Zuu7CM8RKPrVbCrcIhZqZA+0yZrPlImhGWRZoUwc5qeHDZj86Ir7NEIyD5yT
YpPqMXahX4L4DM98P7/IXXwExE0NOAoisyEB8bP+Fs4bwLY5shBPFWhFQhlY
IC9ORSD0mtab6j9W9ZKJJJsp3la3BfqM2mLn2+9Pz3bG/G/x3Sv6/c2L//39
yZsXX+Hvp98cv3zpf3HyxOk3r75/+VX4Lbz5/NW337747it+GT4too/czrfH
f95hXrzz6vXZyavvjl/uMPytjQlxCFATtBqiVQAlPKaydYCIEzgePrMvn7/+
//7fg0egSP8PcWSQVv0/xGMBf6AcwrORVsJ/wmneOhYsiJbPZoCIi7oDPXeM
tKwFkW5OiiVA9B/+DSHz70fF788ni4NHX8gHuOHoQ4VZ9CHBrP9J72UGYuaj
zDQemtHnCaTj9R7/Ofpb4W4+/P0/z1CW3Tv4/J+/cGjBez0DVnzVzNAV5V6Q
Q+lTREA080f6HPxKKjhIqiVyp5PiurkhLQxI8OTtvHk3q6aXwqFBYMXPK5RP
1VhPT143MAT5q2YorYEUsLdXnK86tTyhH63Vw0KCJtOjhIw3Dhjx6voc1sEW
ZFjFu2Y1I3nvQtnYqaz4GTxNthn5wD1DcRt213aryVuc5Pq2QIWdXwOGtQ/M
cHlVLoDcVaRNL2BlJF9f4eQg4VwsgeA5AgS+9ClarWbVTTnvxsWsfkuS6hXq
3+LPkJv5jp9VS0dLWgI5nHcB1Cik0jezBs02KG/u7+8jqQMIL2/q6t0/k/rz
GakF6ciocDqYFMFwXpG4R0weiPopOrNBm0eCUZyurslkCS+9WlQig/8KNtvi
hGjY+aqeoRkC2DvMBvIL7PiSWQVxqxcot9BFv1D+wXayZw/gQrO6h8+skPh6
xnH69XcvzoDWTt6eA7eRAQylEFPbg2eHQBRwCP/BQxgUFvc1wJCQEE1ecHYl
W409HUclqtK3nj49RPuw/PXs4QP717On+FeYA52Pv/zyd/vwR7YPb7QEF3mP
krujKfhkrhZTNCSxMGA41RhJAtsP1XxoREHvD2Kd1VuAjBkukjRBxFvhs/Bg
Nbsoduu5Y5sBzz6ORyfglTUJyzvw3o58zUJDfYHDMX11103b7TExBBppnmLV
jGXuem7MfHgpjoHYMkpNQIppMfqkgLfaelqxSDRpFlUPJNsAzdsWdoJQuFPQ
+lpWTh188Ufx8DzyciMz96fPDuhGbbYbE7TEOFxkjcPuftbhIliH3d/cOuwC
At/NOvxdI9KlC9eBLML0Hr4mwPMqz1rTsAugY7PsCvkgCZ9i7fuPVYUXnqAK
oFrBivzl3S3flg64Aq6h009HIgb6GwnyLb6eWao+4vwOi6pG7BXyXv1Uoq2A
HIWAihWJM/AWKdfINciiRgYXByQLiRKhIhDP+vLqvFniqPAMEimDLvgKAs8A
xu32DUUgzOA53DZqr45HHRMnnfOIeCB0Q3QVJUkQweQgaoGYavDruZ6PvONg
4Et1+QimJfvYZQ8bDEBqvVk/3v1Xc1oCX/8roqGpL6Gc3yoF7bkQ3LYuhJ6r
bV69u4O7jS0Xex/ubXMZd/7dvW0u8ean3rZyC3+bS/z5d/K3uSF/fjHoz1+p
IZcI8qc9Lv8puQKMW4Wh5z7MI8DeAPch3gAvXLq7ewIyXgB3Jy/AkIdhew/A
sPXfbWn9z1v+3V0s/4NW/4xHaMDqv87i77ax+G+w9rvN1v7I0p8Y+t2gof/u
Rn66KmfPX3s55CGqEySvIeGdt0Q5jM5DN03pAUPOzSu2b3rLdeGZ3mqBgXQg
2ZaX+IVcgGVFY0s08NiVsVrNSNsCnwVlCoAgXt8Z7RmlHloxrezg6TO5vCAH
AtiAAQZLkSczXhrEYSLpBwfy4lTpdkA4n1QXq9kO4DTKsrv1frU/9lSKhEXU
NfFoYGcl4B18eo6Qn9U3qK678+qiWVZKJ+fBqkAjTtE4fUzzxt8it0GhRCza
QFMjlae6DeZj9ZkQVi2qudCJ+UW9vE7nRcZ0jRe7FYWNLihcIFr9BdJdsVgQ
J2LcVWeIImEnyENGO0fUOshPcNaEI8Q3x8BPZzO1lqD3tz5n7+8uq5ugwKJ+
ClxuwgY8WAojiZhhyVgWTNZ+ejUqCDKguONQ3FFxrCxQ+26mQIaAccFludKd
RMMgMBthOOzMUIZPowdPHMMRlAugChWIKfAP0hh0wuNN7FibA4EBVuMCwNtU
pRGzFwtuIBKOEPvVDT5ZLfHaOxP5ZWz1sRsebhNAnJDwwiheLPOAeLIKtCfG
gXEBj+yej0AXfBtRRTLHF28YWg7dRnNahaj5zw5Yzf/XFy9eH788+WNwr6tW
SYelYIeV3ZKGP29XYjWihcVojrcE5fRXZydfnzw/RrtdGNYjQI2mbKA98xaF
Qr7bLW6DYgMAZWDQaa2m/ZML9n7qNEA1mtWceDIQT3rZ+RfwfHKzk+7piU/v
9jq+vXR5EfA9n9lpQZFdoo+imM2zW9cbKWBwk0DDkiGCD2rg/cizhXs17jCW
zaxLkD0VErHCWSQYAY2G5uKEHkBjE7sVT9hlAgg2Wc1K5EzEoj3HM0jcqlbN
Ui1dJiTgaI9Du92EfXmBwxFTnKNiCBLpqiVthoX6gCARH0Pbn8pSOHwUykC+
4czDiF0Rw6x8fAiDU4RwT6pOmONNk+Hd13yHisVquWjavgFgLIYHZh0anmOW
5MySdCV0MLgyCaHpLwnoDBGRGZ+mB3a0Osxe4bgZOkCyiiE/Z2j3ZF8JnhGZ
BvUUgD1O1CwtZU84uvPPoDp0Xo3lwMfFNVzti5rXGyhEaz0yeAV/gON2EtPG
AmXNEACZWEQkVIP8NMjwVkgwTOCbCK2Ds7AziIhWewTMxYYN4XJPu2aJF/n9
J3wCPwL9/LGFD6tf3OAR63rHaghhtz+bavEKqp/S3ctPmfoo3ZY+ykH/pNvS
P5nxTSr/3tpHuc4/6Xr+yUA4rYtyjXfSbfROZjyTwhmRfgTuqEJTRLLqdIGA
Qd8qcet5w/2U6aL4QpjZnPXJxzNQUJxXVz0lZfhXPugAIemiza7bJ2GwP60h
j2xb7GKg3eiIUq9mt2PnJTCOB+RLKKEB4axshB75Cq2XwYm8ptzCyjWTq6YR
K7CHDTKU4P4F0amqbzT+A2mo+/b4z4iV8BIJJURcbsdZV7UlpgXL1FEyQt2x
LcsE1Xibi7EvnN+q0TNePbFWBGEQpZyQ9bwH2xOHjM86+KvPyGNGzt6rZYXm
GLjo02gZ/SAnXgxHTzlrlA0RmUhPpsvy3ZydBMJ1j5x7j6met7Pqn3YYH4r/
ORntAL37BzHFRpcfRHWj8FpTLqviYefohe9tvncVFCl/ODn75qs3xz98V7x5
9f3Zi1N8m/FbHkgpBRlSr0vO0yQy2bbNhEUVH9dYqi90DcTHuNMSKQv6WK+D
KdETYLrUeOP6y0ccVEhF5xEEP3mHhT/v4r1m7ZbBBGpMc4N3Fdi4JysVcQdE
Yk+PrsppItEjqcURWG6yBwsI/Rz1EQ8evRe77Yitbh4dywkIfLCe9oqZdGTh
cz3ACJfpA4y5Qktselc8DiNnLiRSjCvRzAioCXuRr8RMK7Bgpj1EtJBVA31h
xXTwISRsoxANlZwUSmBILRxfuGmNSD3pSLJt6YLAFPxHIWrBP+3oRzv5ywOX
Sp+gq2TIKAXi9WKtiUZnQ7pmVbmcc1YvHXA9P4dFTFPWJJ75iqw1Qjbpee8A
xREUl/gQ6yX7o9AoBOfJ9qGIsxGbtIE1aNmZo69fZNJMWNc/KI8IO83Gk3GU
WD6gnOaKwzhDmFm5WMxumYK3Mor3fYipfSA8LpJx8G1zBN4ADnt2EpZpQaF2
GhL/RR3oBbqJKQnzl9HLd9UsOKqTxG3iR8G9STEz53hcbTO7IZokeR1uIIZO
EfyM7BARXmnUfD9onjErAW8Y3mBFAHI2qj4E6wsFkGT6JIIsljaipSgIY/lx
aLcpgiP5SA0aFMgoGQTxncM7xWEc43gh2yc2OBHu7pnT8Dva3P1DKc0ZDYdR
/i4rh2mafGVmc+tTJdgWtLshTcIlh0K2yBkH4ljHzgpeAtmsmgk5vVwhe2m9
nG3FSheJlLE42XGkBpu+iGuSj3KpRjslU3PnTcdiuUWbgVd8mbK3FdoykVM1
izoWEBGPzckLhoOEipYJtJbFo5Of0DtPH4YBXaqx3LTFAX59y/LEoiFzQzti
ObCT0A6mSRJBa9Kwc958NYtFeLcSQVocit6VswvyCXzsA0jYT2E8tUR2VuKL
1KQuE/KA6p6Csa9DnKlBNP0MhYoVqC9olXWK7Q0gA1pDZ7cqIMGI4vxDxwwC
d+Kz5OQtZX/Ey9QEoyBqGWfiR5ntsffwh6uKUKd0HtFDoEeIBIN72bHVObdB
mgTUZhmqPwLGni0xAkSlKqEPqRPZhXmQjc2ZNbPPf8weQcPOQhCOGlMQY3Qj
ulYbZYLGPRSq2IGGys2EbmLvWFm3i09MQ14u6HYBS1pZYzCysz1kZ95oEC+E
XEFihRdDPb4Cb5Cx3n1SfCsa7teEyS1IbtftJaP1L0lCnGqQrVeLL+QlZb5s
gLTpH8H0i6eRuEc4OcTYaT3d5/TI8gLjV9hEh9kby8pon4Lf1+VP9fXq2o/S
InmF5x89ePbEUVpLK/FBMbFoxYNG9IpYh7rT6fBkWGeHVUPONeIK0jH5jq6+
tZwb6RVQHMEhcTPqaCjZS6Oemd2DZwUvlQn3jE0MkpVDChcvF05UvfLntx3K
5FNSktF+pgf5DU/F5+ncC5RxdKVXZPhCm8V0jwDF6+KNoUkXNoHqO/wjoSq8
UqcrvWjQwaLaC789BsRYSECIiDEeMrcLgZqblbe4c8Fb2VOtIcznFQwLQv3/
gZ+iLNsbkF8eFP2fg8xnh5nPHuLrB/DVw+JR8bh4UjwtPi+e3eUz9497H/h/
7ufMwu7y87P7xw8c4be/hm/LJTLKv+katvmBNeyt/0m/7/1t1/Cyml+C3JHM
wf+cwaW575x0gVDkpno+/7STJQqoCTPcNbUI7uHBE0tuOJOKwoymEut6vQC6
yfbj3yFNFj2Jc8YqNtqhD3NOWbq8QTP+4VCOYZxe2DXoOJ4xeEyWo7cwBTNs
oEBkGldSf3a1asmvQ77g1uf0dA1x8Y6F711BPGutHbF26PkR0zJgWbzHblmV
1/uZ9EI5TB6KwFLO3pW3LdHPDuWfloteAZlHiWHeFJcwliQGzolVsSyBZlR4
6WK1JBHESKFjSW5aT2h3FihmzC93cGmwl6UwGmKkPqvRMFyK3We3vzIBNMiO
8/uSZHK1qisfZGAoKx2LIZRk+KrtMqeIzi0s6Wawb0vswKsxAQUmN6jEsISC
TOTskRigwLd0iJaKYB0VB/vFq9cvvqOhDvdFvaW/Hu5HDmX67NF+4d3m/D4V
YmGfup8S/TQUo+9n23fMpXGqROYCkQuDPS6uUeA6JpGnzMSRAChBICRz4Fh4
6NIIISR4oC8PbY8U98xpDzRhANEJo6z9VIyNoB6KVN0PDNAgFL129Lr41Ytz
EGM5ktrKuLxCL2gEIWjcX4Aq4S4+KhYSfuNSAVN1jf/OUu0hyeDb20wA4raU
P+Jo3zRwQ8/q68pyky24x/0lmCSleuAnB4u7/eAaXi264nW5vEaC9LHG/LCf
n5MRYIVw+sC4XvuorGL3plzWeKNG24xwnzXcdd99OCTSQoY4oawgyH13cu1j
BiQMiitIUvqb8s44B1bCpgi7NHRKnkeVDqhM7s7cXcroZ4H1V8blDPZd4fzt
uvtEYUhQopv51JQW4GoJAKIFuVsl3CuWLPzMqKJ9vxAIkgYsUdoxgU9j1EgY
mZSzCZl8PMccmAPZB0cUB/a+1KA04gCXKy1kGiiOGjrDJ97RIRJUwoLEEm9e
UJO7GBT/s1o2qIaq7OTthARB1OYZDon1D4WnZfUXDOgzJgaVlM7Ltm7tnrlU
BEyvuKdgmgp84pNUO4M/URF8aU3BBFDNykUbKl+yEOSPq11NqKLmDUMg8FnJ
jUxt6966psiYKeChGDlYxGOb+h12ki0LdmixDn5/XcUOXyAiU7mD347cNHes
3SEjRAU8gplv6+IdORLeU2K2FVMHlJjcHN6d7hUYEdEMFKQiidfM8IKMUY3I
DYh2IvEZ5rdl9sMjeh9IqQmURaOvhTBjyu8iPzkXz0G7kv+WLXQo6Epw1e/9
fKTPjsP89DZD1nxa/BG3+0XRLTGyBlduhT78yQp++tVaAY4e2tZss7/PRWSA
PaPMsa/q+M/yp2ru/L1dvOH4MuN6MUX/xhlTRtw/NWTERfFFEcOVrdOobljl
nS7Xal5enwPF5oCXWq9QS7h6U09X0enu2+3IHofHjh3GFs97QOnjd/oETaOg
09HMZGSKMKUVJpPG57P1OGYCHhpmnyHH0c9YVtloavjO83LBgXEInT7oJb4e
80CQAcTbTRWpQ7XkYkqssVR4QzIrQSMx2grB7ymEbLNnlbDncPXl4xqO1sW6
ATm3uomec9ZDHGdTZ+J4NDpGZnHBT6VZznQwwR/AbG7GhvWreuEZLR4r1rXp
J2RjuL+JGViuMBNAayhP2SA8zjkBJXWaMkkw54i9NSWMXpIbUgzxyCXIk4VO
Ig7lmWqkRpwrhSb3NKTQu12iKLi42IkwtvYKIxMk8ykNdvORbBQWB39pvFcI
Ilz5eivqkbMBQz69Io18pVoA/XWjENTWOHg5rzjiy0bxJeVaEIjrVuR91DaE
qdjl2rNPnzyAixTikjGfaUYx613FzEAuqV+Ai+ZTj6Kk/xqEC3mbIkFclNc1
HS4fNlrNoqzr/RHf0QQYYobzFQP6NgmnNgmKYuBsRvOwBHCRHcIUXCHkLLDw
RcU5bF5noK/FuWG8KBrDA7eNhZF4oaPYxnE/vY612h98PKFEmgot3z1UD9PH
0iMH5luv9n7wfGckWr3Ga3as12z9Hj9svnimLbb3gfNtG7QdlnH/+RKhI7k8
F17/H8Cpvjbc3lEw1niu3gQZoRgGZ0YvZn2NUIq48ZbQE+GCalIKq2CFgu+4
d6DTPd93UgDLyxkPol1hgnzjM7uovpAmuoTAXgrnYvqpIdoSLpKG2AYpH2lH
IBwMqzqNv9rvH485l0i02uuLVhnJ/+Q1hwjbEFBjnkijEDdsFk6OHND9pIVU
YTjcA/VtZg37FMT9+5loCvzaF2Op42ac4iGwPedFzgji8S0QYd8TkQNGulG4
z9uP8Zr31iMS24yR3EaA2LFAjEfdKT6pFwJEBobE12LinxphtP6wD2o0cMJq
82Rbb9eGl4fLzTGiFmni2yz4BNf0vO68yJdDILIphKtKBp4wVmlj2fFlWM/k
SiKvo4SYXY7Wkn4EXHtmrCNSxLWPovgHAZvfiJxNqvLO+7g5FjhRTIvSKBX/
jZFwWQJpAWDT7jFXmoUXysbEV7A8R1FEIQ8gyZCPlEpjkVZFUcPl8tbWOAlq
jb4fTYUXe6lVu1A7GeaJ1kD0YR7YlBFuR6JlHAOGNSRayXJMk7GWXlFkqfIm
siz2xN60+OoG5jAXepdAVYkzxbcGoS5PmBOQHXk+EtNjyYenPaT6A8VEWRaQ
Ex/HmEGOZTsolLSnEkihHcoCoIOg+oKeYjNFV0IdL4AZCNtk8NX/Net+F77s
yLAT/lZSHT6hs/lfl93vcG+678C2lbX654NJA05rL2d28HFVgpbh3a9n5WXL
2BhdYDb4x1M8B77jycXfwNakDAOXtS8rL37mv/wC80xjY8hHvFWk6b//H3t7
xb8tLybV9N8ZVanWlY2znHKmJtc9T5Fwb+8L574gInpVX17tcbE9IEXFLv7n
wcgn5+YOQwt7ecMKvMM19tQGoyGcnU2IoSYm+spufeEkxuRghJr0u2o228Pa
EnP8TuNPHiDh/0KyLdEwn13vwfr1OjEfn3EidI1h4EMrRioua3TRyrvwslkf
r33ezPf637uw/q/jDYaTGGcW5p0nOse+2z0lkwEeY3gXVPWLTPVFs5DwLKrT
DEbAlmUeiofbQfE15qFvOnQb3B/lgpAOrkiQWyoRSJmihySUPwV8JEGRYhjA
ZKCgjHedNDms9CzM9lxyEA88Ll40GM+TheLD7aD4QhKuVRpbC00/kgt23GDF
jWBBRql3TTBZGlT1y0dCupSF41YiaS9/5dEitpqjNUdrnChwSPSjCjytpnfr
VyCUUIoKfut8lK+uIkPBZbLIGJ15bN89Z7cyZqVLAnjmMVEmvAWSanGmd4iW
Iw6azKFsJIR60aWuIN0u/tLbryN5I2Nod/JkuAMU4hUksY+zxAO7RL4WhMWC
Kr4CYCQuyHJd3y2wdrVnZD7GfAbSXaIZEoCEfDjkKYmkwVa8ZbXeXxDuB+/c
Z+pkUEcivn1pwfBuwBufc10vU9GnlSpdVUYD+6IoR8WrNyd/OPmu2A04fTAC
OfFIvyBZyJCqayyH22HfTiOGsS3e+zNIsKFkzeiU+nk0dBJyh9B4S0UwVN8J
YVi8E1jxz+yv4TjVb0XT3PrnZ/eziCw/793nhyJmHojghNkme9uae9SBZGp2
2JqDx6fZxUpYGfz74i6TabaL9oJ6YVsAkeGcygNnpjvUvX33/NW3r1++ABH+
zrOCuGucIpwyFs1jfIyMYXSm7F38ovieFAYtoRFx2ajKMYNPyOH5CED44+vj
s28sHh8yHus3WyMy1ZC9xpgYVZ7LSEOS4oDwGRUe84pL8rnoaJ5cSG6P6DLF
76NnWZGxHwUdJf6cL8MXnmr1huGNapxAZHHzLQ7Sq6Wwja/YqYzqw8H/OleM
YynpisPZnb44OwKtgJg/loxlRkWdbXyqetaDSAnlUk15OrRYCdIMk/3v7198
9/zFUfGx57N4rxgZwTfcgsy5zow7PHeyGJstnE+Dp4KViNZONdLjz9VTQWp9
l055E3zneVwzDwQhgaQ8qQ5+jMUaeDrgUBStkdhb+xvZL3CubYlA2eKKiAhM
RsV3L/509uM3r15bGvAQaIC1RN+Vke1Sk+G2G1kbna0fovXyuRSbOhBLDiT2
qd79VnEt1xzMl8pxG0xDQ6VdjraGnE/Bg7emIxCAX56d/PjiTydnP351cvrc
QvBRDMH5ZsUkRFs5lNgGbH79SCu7YCd5CJrWVyYp4Gm2M7pSUHBeSvVI6Xfj
HcqAsMtbTrJte4WKsam6xgb4jjzbwvLx/sH+ozvB/rqaEtyrUfHy1fPjlz++
fvPiawvyxwRy812KuhlQFwHULgPq435SMFe5MZVqiGO7uN+RF55N6Y9wCtPq
EsMimwvH5dKJQ4oJMC3xcicQUaQcjkmAugD2fvbq25PnPx7/4Q9vXvwBkd6A
6wm33kNWnz6VAo5QpCL8je49OwKFED1Qy+7WZKhrrusJLfUSliqzv3pjF/k0
LDJ8n1yo7GWC6WVdT/bVkdBTd0Q7w0hVkEKExBNuSO1PEcq1zLFGX+waguxd
133bZexQMWGRilDJVOk8+Lad6pH3kkjGTCCfPmwyNFtTfQB5i09E1hVEgaT8
tjZiu+MhypKbJR3kdlKvdW7k48ey/k3dnNjwyb8p9FBFPq+ejrNui7X+g1qr
tTPAtWLu7HZMbWI40gVHMAHHpWa54OeJZCOq+15x+BD+k/P1qEMeX94bigBJ
zcRUOUnGfi4rgeVzmCGoAu8oITi/ltpGAutGhZWG+Bpnc37W+KhYf/bLdnHg
Sikld0VUTmbzx45GQC30kCtfB8CruZfi9TmhXWyeGFg1mVvXRJyw+Kf6/1Cg
hIlCBMC+GWxsEnnErSwnvnFfyeLDPOP/1XziIv7ey81NRpbEFfpf16dNurZx
ax99qGO7mnOFmMi9nLiwh/zXfmkbXNi+VHviw8b3Yzf2YJBtPzYTrrOYCff2
Cl89wSlvouusycH/6Jmr511DFxUedcmjawPOok0OUTBY7gOPuf7pdeMCcMgV
1A/vnFjZjnoFYb+cMVELbbQSe+/GDrmOF8WtEjQORWv9kUVKEoW28g0zBeOk
nEavnqZ13Gg1xHj5jsJ9NVM8miqtXYrcKaNuuaBuDUCH+Px1rhxo6NTnnd9J
YCtbkqjpiy/D5wPnp1pFKmqfopUXp2l/jZEWFRyMw/darNOi4bYJUSzi7Q3V
McSQYsrJqE1JrGyhyzzIrkEP60yIMwUHZKHm8qUqQ1oItV4S8syDU2ExFIYk
qLZXGBbu2LY9Rp83czLuoBxVc65Vsuo0ujmzMjcQbUeNDuJY3ez1C60OdUt9
kVnj2+b5CZEQ3CVMsd133wDFvqEg5X5yH5YYoBr+jRbP6SWRaWsuHLinjMqO
sLZBl4kdUckd33VUCNKXFOvtbNpo6SxfBj/hmJTzEJLeelkPb6tqUWIheU58
iLofMfu/xcR47tIzLvDxPXredISI+p3UF5z4EHfLoIJMbQfcYVxkauDjs743
l9MkClXIO2zEzGyTjHpNwd0kcbsmlZI64i3qJU52jM3s2obbN2keIbY98Rka
mVW80+AMJO3khVPHX8ibJGsBcJT9IjeCNv/0ZYlQlgSKR8b0jhqMlVxSekH5
fRgwwTkFmcTKcvqXVctON6rVhpUXuWZqR3mDbRaSZBoxDQR1+S5ePlUhZpPd
ZdNxtdj+LkPmW3dFByJdIUI9hsGtU3X/bFUDH0/kW67FiTq+OmrpgkziBQ7G
6KjrQA+pqXPJrVR3WNuhgP3i2tkgtELQpEdMZ9nnfpd/SKtDcCFbOLnraooA
TKpntb7b3R1qNOTW6iKbx3+xWg33qOD0Qo5iWrE+w3+3q3P6iHP4v0I/qtdv
CpMZsLlWweY6D6nePoxsoLtTqBcJ7lT8pV1gpqttXEPNb0BZRkQ7b24q6d6J
pJRPjZn7klKBpZnYYkVJXAU33sVgMIYCmtbuWcOFTX52L2KBCRgV5mhNMU7j
KjNPSC2F09vrcyzRV3xXxqUwyF6jJtLCOsrwZ4OzrPd1cA7z4EmRJV6Wnfv9
++v2km8WXG10/gaHLz8TVV6IB9AhsEYMDGMHeBieSBIJc2vgnMJkiEfhGcO9
XhDrmvbWgG2WkXEtqSVuGOVxeOxr7ENUYeNe+O+3wHERaXQ5PMpFe21ffhJe
fl6hoDbwwy9P8BH/+sC9MLiDBq3o0m6DsaHgPF4crVFJGquRz+ACrcStV9pm
Xb4dAtFxVStoETgEWaRRfiWstnYeXucpr7O1tdPJRoDNvQrKD583mDm5bBZL
/Dp+z9hWhVOW3pSw+/1cNzPSKgdtbNaNx1LLVRbFBaAUGiK5vD+nV69/infw
USN6PFAE9ysfHNf7rp8H1vgdyGint/PJ1bLBwrtT/6y6nr8sp/7W5Kqy4bMP
M8/m3PI/D1deiyGmlPpPf/oTYgIVr/c1zWgAMsEwwWQ6TZ+SeggXE+0tIC8Q
Lc6Qjt/swcCzPpRKkze/Y39J9mBeV9R3aHBcezDrKhLhs48ya+gne/Ozj+XZ
f/sK40cmdAX3qK/28YIqsP1UHP+7jPvEjxuKaOUKMv08VGinhxouS8x/s4f6
bTkT55MxZKEVxjx76McFcDaXfBV/CK7B8KY91m+xjyDciuyDybGm8Yw9JmqO
tWdwSx62x3oyBzpZTzUgL5pfn316B3T5PBnXx00kI+Ozz+RZj6bhmWjFdBoP
knHFxvA1GTiSkzvonZwExaSn3MsOHUZalIINb81nHZq0elBTLueNaM6sICMT
Un9jRjb0TRGEz5LczeNyYURfDyYwMmK21BzN8jXsckox8sShsWcwWqYlRJ7U
5AKLLYKiM2slSSW2bMf2abMQSWQ36UuaEWl1y8gBIW5ePInVrKSqhOEnYU3/
VBweFP/IE4pfb43dfEjZPDxQg7kpUpEpUNHzM77/JAmITitES/S0dkrJdv7J
50nZdlFoHQZRrOFw81AfHv5z2WAaUzaBcbrPCYw/ZKKM9uPPo0gE/O5VPwog
+jiOtpE6TGlBabI6ePpGNu5slgFiX3NdOe+9ss1YqAqzj42y4fFajlWLCLhs
npeq52hBx+bYGFYSQttN+AUMDaKHi8s9a0Jb1ECwd2CvUI0qffUkso+wdjEl
G91A8oomqyxAsHW9ndtWFrQEGEhLl2O0DDeWJZtLYsYYmK7y+WxowFKzJMvb
juRtH/sRnc1Jpz58Xx2c2gosuJ6ItozNooAvXIFesuzoeFuV4Ei7tZVliv23
kppXQi60U6m4hJOkILW/hsTFEOS/z8mc3MvORZObGJjM6k2gCIs6lN5x4rvf
kZKS7mftkKH0aDWl3BtEDWYPvj8OY4SoMripgeFdZni6YdTRD7FALhLPMYYz
aiR13VOrsevPHJ4wyT6+j0o2a8enYkkLUwOdQB9QO1sHG2dgUxjY8LIz61QX
o81JWrdMSfaglfrAcXUdFdhiXC6s85ZULvZKuUOKh1qykbp5RuJdTDMzxxN6
7cA1q9AirSlAXCW5S7fski1TpNC7DXBstaoyfAIUQcvPCXs6v3U2HwBTv5bc
BeLWAFi9JQJOfNMXarulbCcqpKwTCGjCoL1ksR7+uIGD0aY+VB6JgvtoEuqe
Vr3bBsbkhBP5SGohxuYKb97wL2l+iFRS9u2HiaL2p83lQGpPoUA2fWkdcbDS
jnbF5zxZ1guZhc4jDYkNA6NfWRrwUp+Xkbij+2vAtjlNdxUF9s1TtByNFT2U
gWEaoTGujKSvRdR/0iMBS19Sy5PrceZdhpw+l0pE3PssE7REDLCdaLHvpQ4f
5V5LLU1JlRuY31O9JYpRfBDEf3gHrreafAczFCCkf4M2nTjznk+/ql2LALZP
Hy53hMIx3RNQikqRs8UHNalsc9x8rYHmIieWmIgAEoS97CTS4i33Xm6lLGUS
vGugo0n2hDNRT2XvDYSzv+DQhF5n1kyIQmG3MJlh9UsKIyhNYrNa3aLutaHX
kOnMGzycUuAMXkEvTyTVjV38pynKDhPBd9riHVY8qZYkEEnUARLTn/vqLemJ
BIT052cGUqxa5g0LA/aGrAWiUE07msqca/Rx8jkP0Fdm7ziA18nvO0BKvujJ
WP4OA8Sf8wAm/Dw8yZXgTHS2DODFVAuDNBg7DKAB04Tf799jX55ZuYC/f44G
CIHSYQXbbiGYDZIAp+dyDSY+2PSTVMvkmGEtbSNBCMR5iO/36lPYvraxU9LB
pcNge/LSfqJ49f4TyV4DPWbrJEvhiPKCnd9dVvNqWZr+cFFYtsoAasuN26H2
+5uFIiom1gR783E4QiyahGBr3J+i/ftPJDPHuTtk32kwuJE/41ClXpoGfryk
QAiOBMi16ovCuno1UkhxZBnPm3iuF6CheSMPwJcCusSswhlpFDdk8sXwgH9g
R4cV1pCFl5cSjSnxXF3cjUx7fcXN/NL4YQw34m7pJmjr09YDPICMAlNUyqJu
IybwIQrZl7CtMJ5KTA750NoCTbLVfolmHw9llilsL8orGUtsTi+pBHDu+OVL
Qjnu4MwyarrNnmPKz7Z/3/Uhn9tifWoPGFqWifwtUHauNXQVO2VE+XOaBR8u
CH4CUoorolzEsT/KmaA9SVIU8UIBwmiT9kkfIV2CskEqtg2EivKSxrqLnVqD
EjCrLjoM46SEhKZluwYBFqQSFJ+9xqJf+vxB06vTywxaVDKUki4nHBm69O1j
CNk4cEkieQHYF1jVUhUTAYzCa7fer/bH0tQEZbbDx48pt3FEnWlqn4Qnk1CO
17sI3OgwM5Clwqy0bn6hD03add3agdABenivcxXaMfYHlD1SXnVvxD5e+GIC
PJHtS9TfiFbvw2qxYR8P/T7MaqvrRXebQboJNQxqxZjAFfYGQTsuqAl0hKFk
T9VgdHmXMxfkWbs8fdovLU9hDXPzLRbhqY3dy232fVCtpe5qDnz9bY/z+06w
N7IEoc2uSNNrJPIqQ4W4bSMhIIaPSrtaaoEeN4rI7AaYQ49degJfaEIVSO+c
GWk0yvhoaPYIG3ODhEPLb35/K7jj/hH5MsBj/EWb5hDw4rxFAN3ucTIcjRAV
d5pXkrGST9nqfLQ8Ri+MBAPR8s2uFOLIMYftrxxu0IzsJi7cT2yoGighv5cc
qb165jI6OUm0GAjcPlPyFSgjbow6ikrFgoDQLiB0/qAKn+qLYFg21JMUK0nw
9NqDQ0KiSeoLysr7TzSvmIVn/8V9cq8x5eUuGdcSvhllXLs1GdeJT4GlP7/i
SMCO8uQMhwf+/oMUEppypJr3hORkntrsQpu2FtLienYbaJl018oEScdykbOK
Yljwaj5DmNlw/JACaLqoSPlZtIisEFEUS0zSjkBVJ+G+uXN9hbZsdrAXdrBJ
9DN7wwFkexrFbFpkDCCAkfqVEOk+fOdgBLGPuPZ2Di8KtikIg7TiTyjTllg7
+PIwYy51o0d7p4Xr/HdcuKQ+KlBJgKmY4POcxlGRQSGEcThpm1SmE2VQapfF
YbslDkXT7WoeurrWafnMUip25R5uuCuJ/P0nn9PIDr5aCkciWaALXr4rb013
Gt4ku6734nPkAsEByu/KNtXBImgyPOlU260uJ6qGQY4thrEgugiKE7sMdvMq
PsFfjvoYk0UXfnkYZ4aPdiw7jtKwaHl/4uQrSVnF1gLt6hymVIVLZ5U9Gs5R
cnoobHqHi3ehyfR2JzP7vpwX+YjfUUJZfcej40VktLf+6SQ1PMr5re7gL3BY
IEboiTCT8sjlu0n1N8B9VgofleEvKSVRcqEFBD6zc97UJOQ6i1xTDB3OVufC
I6SHkz0XqUkZH49gwN3PKAJ6zqBQt3yCCmZfEWIdZpF7PCGngmpajCKwH3MN
41NHAUnZycnrCFN7xgPyBikRoHurOYACDHk9IySJzx+3sqO6YATH9FUB5pdU
CLBczbgc4txsmoMtfepFyx1KRp7syHH3qTpvNUtzAo32lCaqBYK5Qtrc05O3
OMdPcC9o+znZA7b38C50foDM++RJpvVtntgXu+VbADs9jBwBfQQ7I2UBZwky
nFex6BOMcxuOOlbBOEHGGIaC2pmDbkSs5JB9jMl44NrHyJ7UUSEV/ady0kmy
EPu/2nWb8DqFLEZqf1hQ+iQ3li7XEaVRH4cH5dVBtEwZZY+AboOWssoEN/No
+R0aAWaz2yGYk8aDuuCcyUFY0BUG6radK2/KeiaVHiiYgt3LHSx33ktqTDMj
JSoHnWO4HdH6/NkGw5Fnl5k1UiIle2KDC7W+XgAMWUo9X9ZTNNFTBhZlnPFR
G7k8raVkDK7nEbL5vkGOGzJS2rc5QmVHgHpGgE5TO2VsR9ooAKz0pmbKJiAm
mahu+4nuGB2R1oPKWLNDziXiF1wQbC8Gk1FtACuTzU2SGs26R/KkbRXI6OtM
PyBgme/KpY/2gTOavK24VEEXe1Wsyil7WTNdL7IKT7PhPsclOtZXS2zWKGCb
Nc3b1aJoFtVSEnRFsDMXLOVdRpoIrTXTQNY34jk54wbMcC54xajLd+XERHQR
l9OqOZ6y+g+E86RBY/NPoGCLIh0NKCMQaGGNzezGq/hDyzbHjjfNSSMljhSR
4Jbe2QYNjie0naGcj41hYYNr4Xi6pwOXvSMK6pTbvNa8VcKfv0sHT1dMDaDC
svVeROtxVrzbNGMf49AUxdirSM0dyMiUk7qN33+C1coYi9Pv7lgOjiqLzaVD
hS63MQLBrrZFG2Ge39uWQ7RDTTeX1nT7CWsJL3u13TxXNCXeODgMduGiiiDD
QT5JTTWfoCUGtDHZ9RDeQGzhnYnGAHXUrguoT7MU4ZdvyFgk5rpztNLgtqLi
1jKKOU2uqLbUAEevg6CbxKGoM96wAxF6vJjDr3LIRBTI5sOKTPwLwe/4lHu/
EVK+f7+4AgnosKurc1A033L7N4To8BL8ollXSw7E5kg7s0wfWBg/Tl70DJf1
AbB0FhqisusdoRnD5ajQEFptEjK8B648EbXvEyamsZVReF6bSJn8IlGP4Tns
qJ7ckBEIXoabIdKEm1KqvFYRVr6hNN1X4ytMNT5rfyJ/l3/dMBr+Vog+9vbq
lVeks2+LAxriUCrD5JL0EVUS2BcJ7KlFH0Fky7sY4T6J+Qb0bhD0fp5i3Txu
3TyavogjKZh5MBXw8Ejchx0Jn6j7kCMpDkecUOL615RkBJCYUQujWLQWKY3p
TF1reIqN+Xn/SYjycW5NLcqhkooiR6EAmKQOoBcsH+GXbfpMza2VJHg7nXp5
cgJn1G48fwbIBLki7U/W4Fb0wifQrG3QaoHJ3bektDpbfyU7ybCuSIkGruey
Qi6LPRpQIcsNaGIFhTe4TGHPwfXYwuD2ROcOVdIegknfT8KnAyT3WfIbV6KJ
Syz2IzlrDE2XE40sAa1vIaSliEoORsQJn8MBVFOReVvHbXQfP3jy+JdfmBLU
nXqsQv2nfBcioqp8zZ0af/vGw3m6lbRDBKsgEvhqnJl32kXYhIRPpRFz7z+R
SDmA/D1Lm+bd5r4+J/pPAT8V/9tMOKiLtVTWC0MMbDC4qjNRDRc6x5S7ymJD
K1LBI4cvx0Ro7VDTbT6U3ab0NWP/9rVF35WtvMhmmmuMS0OIi2VF7OOwASTJ
QPYouh7twbY+TzIoft2WFxjYGinEVHxKs+0lksN3r8XPY8pNLYK5rAxqzn54
QA/ZOwWCgdZku7d6N3DUdCsD3LQ+VgA2GyPhZbQtwtNTEKwWaIO1647PRwWP
iF6ZLAU6YVGJLdHr4aTFuphUiOpHF6+NrQC5kVxPo0IyE2Qpqx1SJR6RHpXv
clEzzzVUwv2Iy/K0jwoVIuJRVLaaRnigqHZDsVu2Lu5hoHGvoz6rYPlPuUVf
WP+IW8HSY60oZeW7MqRloBoTDGFiUSHjF1bbjsr4RU1LbQU9i69Uj26GMZc3
2pMcr8neBbIqPELYPfBWkwxI6EfBJ+ngGtPRM3JqFCAJNCaEGGhpqPALwLtT
FWatpCc6lUozmNwUAgLlKgopQ0ObTEjym0Q+60eY60uJI653iCIF6vHbUbgO
ljSL8TtwvXWKHCQJh5koQaBbwfYiepwxxuTqMbfe6Lau5vIn9ASnOn+jSYbv
P4mznNOcXd/FvRS5lJGRTKt8Neh9LSnLdagcI5PUnFNnkEoanu9hqPKF2rzU
pRIitqnGsB0WcNnlspbH4S5pNaGpyfAex+ndY8olDFnZmHvKsUrB4TFYQmvX
R3A4Mvb72I22K33+57wZTK5m6Gl3K5efS0rHnUtFpqkEa8KwaS0X5y9fVM3F
y0QrLu2IwuviaokCz8667e1IUxh85ux5ZM/38Sr85Dg1rR5P/7L35uTLPeD1
5tGqpPQS7p8+c2hgXC0nXpYBWCVLsbWc0AZAZ4lFcsSqKSz3ZTPB2fKxxsCK
OvFZccL08i3z3pqrH3CVtCiAEusyiGLCMYaA8V0qd0UBS5KKJo/05yiKL0Nh
LfnQ9oGeVliwRQRduqcST1abgpsoLDXWKSU9S7XYJlsM162DUntY4HpnNwVI
8T1jciDfthg5vmIKF2RKBrhUdg/RfnwFQ606jVzlgnjZ2jeGHkXVsIAbzGZK
YpQOFD3yQsaDeFw1zASKgFmsJq4ve0U9FgXykS1vJBphfB+rWXneLAmHRE31
2ZNxUiWXfuJ76XMgY0sIHuQyhn5Se7CmctGumVfGVL3de5Rn1/qp0WxNtKP1
tZCYp/Hx4X1uJpTKO/UUMt45JQKH7oZrSiyJ3K0StnGuh+JuSCeXq+rIuT1V
AqKaGIP7momXaE5FGDF87ZIio5f84aMHz57ghVgzLjxF5XcMyQ6D0qRcS8Ol
zeXtW5vn6NesjmaB0bepdb1pnkxRS+0/QJ4hTCF+hlFGG4YZYmbbrTnLsZ1T
z00Gk0yfzH4BLrl5SJwcr5FesYVlEW3nFQZXJyX25ZJQda4trkiUja+Opq2X
e+aTcC0lpZuSX2xYFhPKTB0oQyZNxb87EMkIuT8eiewv9eMQSDmwG6kGFkdI
a42w6CS9oRiX5BK097W9TBzmuvN0wyXJ+idb28ZZ3iclRQNV+k/6CZRLkIdB
7lRzZphNtqxB4TERUngYcceXWzkHOWOXBAA9VJGZIsj4PKCxCZFt0QaUX49L
j6CNSesWqxqHK79mouSsAw4ch5SJUxbaonNPqfbKFFwb34HYSFE5LXIgxijO
V0RiGKq49Rek9iHMX1h1ba0FwCfNwhfL9tnbYWehHNz2O9qSHuXLzlEdZ5e6
iLg+0V8woyysSBqrUAnkShsCc6giyJB5R5MMguodWg5Ib1o/NyvotFK8RGF6
WpRGKpn6z7Qs39AhDO5hmujCawELUk+H2i1hIlrRmiWGlm9JIzLlBffdqQ5Z
yGBzvL+qXInVJrtG35OydWXBWoP0ueOIu7bzpgHarBGg+vUKfThEumVMb8hx
t/U7NdTQZSb7kAWZxVBLihp1Gak/t+3yHjhbwZR5aL70rWGjUd3bOzDSfCGN
j8BKcwsWalRF5aXvzEylWvVVNXkr7XH6kuh5dYnpVbB4rKASvKVJNZCgcAw1
S4GZuIlJWk6RupY3DfM+zRytL9Z0XUnGcaEdy0Ny6ZCJ9CqtnzdaizZGWRmq
UKkegluDnMa4jVpRWjlJi6xdgB7NYSRs2veP+aZz2wog2cKVeakyLwIbK+wu
d7LVzlCoyREdHW2x03Ler4sZ7bZ1Hpm9Rit6wG7kuY2r1FDx9NG27CxfmrMH
DrdGI7gTOOQCrc+OY3sOFaRiys27cRvp1boCpmL3XXfEGazy6gyPPHa54nf3
3p6l0dsyjGxBV5dscy0mRwXdQhz2htMjHpPW4xBEXs3V1UNv5K7insttx1d7
5f7pG3bhNu9iEw4S4+hHMnp9I5Jciozksv46DVeZ3ULJ9rNtt52tJKLMXoM8
VJSOl9uXg3Cta+JVae3XVdUldqbJssbgoVICyajhh7aWhpugcJUFr01cP+mi
tiLdVS7foxeSQLnXJ3E4AiAohzdxj0Xi61xBDMHpy3mRL3BOwfq9rDuKniG/
pLcYdzkIRUmqihthwk9b+0qSRkgN4tYkAHjDs4nujo31Lk1jMJPRYrjB2ECK
W8UN3BWgxlO39uqQndqcbXxnRMIKIeaz5vKyCj0cxe0XXHASc9JLRcn7qZKq
PbHLyThBZH4t7kMOF8HyTPp9yyJdxVX629w98+Ial+LchnIME3YXy0y+BMTJ
UDu+JNQ0W8+ll0FPe8I74NFXC6FIT8SB6icurX7SL33CBS+Yh2bA6bxxlMSV
XqWGuBgA59dxdYw5ZxmFtHUBCe/FB7a0jCnq6JO7Pw5Qd0MCQx7q1kMe4UVW
w4u6eqdRE+eVIpOEcRoXTvDC9tDDJQsdKkm+nt27WDzcQj4z1X2oamAbFVoI
yYKp2XxL+WxYMcBdmC6E2WkGbyazsbq7DRiyPUdfjyHZ+u4Cr7j3XLT8IaJY
7Fb7l/sIe7eae7GeovzVIiEUezQOuBLII5NPNfKx452vJK2kT0dzbfXiytW6
srSRJaWMoOMdtjV2PriVWtdp5BXDpleweqhJV2wrUCBWPvI17xgxzMKU3jR0
QS5Say6XWMAsfoa3pS4m5Unn2QrFslNlaSIsPKjW4lUiRYa3W8qgc/yEP9xY
OjWl8ZtlfENG4ciwpm09QWqQHDJt/5wy4z1xhnNCM5evxWLD/kyFFlnm2VWl
gmGDfQNxU2MQcaTP4ayuWjdoX/V1acX+k+lb1LMBpY2L5KiF3vs8JDkRBCFZ
guBX72AbC1rR9j+DC5o7qCiNgzvU9aOn/ILdoNHSUIO1ZiU3uPnn0gpIA1Ey
AhwVV1HRAyC5pnWTAaV0b8J7fCuI6O1oJjcwO5jgI4F50fny557uwPHPuxG1
Xb2Llc1lrGxrdsO75V5T7z/xDaWorjzh8nmrqQLIgi5KNE6JyXDXR5pZ7wtz
WomoGmmjTiIkLOk0jbTrxQE5zh7RkYI/uCcbhoBgQoU5nvvaF2ln+3gx5D7h
97zd7BhWrSHZH4O+XGk3Hp9HF8WP4eXh5MNeiDrsXSviM2C5ySmGkFxTgHOZ
CfMfO3gFHUqUXqglq71IFvcUFTebSUPBhEWKuG3E35DmP2kdHVLazUxa90Xk
H+eDylekm0lFJlxCJrHGq2G75YiiwcvltHUYktNbr48H0gWBuEv252tgf8gC
9cATdPBHre+xZ2/3fFSoC6tqM9fc9V4MUok9rSmQqSnnffvxcmgphez96s+r
0AF1+JhcrCNE+7cm3gw+8Ck5OiVDGKNECLwo8aB53p0lFXphzuyomk8FzI8R
XlbG1ENSChQmzxtAOnJqfkW0EH8D0qKfKr9ZlPVSExJ84h8l59pc+zKl07Rm
RE3JG2xrFNBKMndKKNec3HbYKGU2q2bm5dbnykuwvmpxHKdnVXJN7w7+nbaK
RpLiRxiR6kpNdfERc7mh8BExUygPsu2zB97gWh5x+KJOrKGwfvluzZxmCH8W
UbCTqvWVI9aD2869M7Y+LwsRr1IpG/3SGsKjeK/YFzgmq8f8RoQmlOn0/DFk
0DNVKtZJcQX9iE4OICXj2fJGyDYIkGGntEtNbYpnQ77TXC+kv3uyuNYZcY0C
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
wwIA

-->

</rfc>
