8207
BEST CURRENT PRACTICE

BGPsec Operational Considerations

Authors: R. Bush
Date: September 2017
Area: rtg
Working Group: sidr
Stream: IETF

Abstract

Deployment of the BGPsec architecture and protocols has many operational considerations. This document attempts to collect and present the most critical and universal. Operational practices are expected to evolve as BGPsec is formalized and initially deployed.

RFC 8207: BGPsec Operational Considerations [RFC Home] [TEXT|PDF|HTML] [Tracker] [IPR] [Info page]

BEST CURRENT PRACTICE
Internet Engineering Task Force (IETF)                           R. Bush
Request for Comments: 8207                     Internet Initiative Japan
BCP: 211                                                  September 2017
Category: Best Current Practice
ISSN: 2070-1721


                   <span class="h1">BGPsec Operational Considerations</span>

Abstract

   Deployment of the BGPsec architecture and protocols has many
   operational considerations.  This document attempts to collect and
   present the most critical and universal.  Operational practices are
   expected to evolve as BGPsec is formalized and initially deployed.

Status of This Memo

   This memo documents an Internet Best Current Practice.

   This document is a product of the Internet Engineering Task Force
   (IETF).  It represents the consensus of the IETF community.  It has
   received public review and has been approved for publication by the
   Internet Engineering Steering Group (IESG).  Further information on
   BCPs is available in <a href="./rfc7841#section-2">Section 2 of RFC 7841</a>.

   Information about the current status of this document, any errata,
   and how to provide feedback on it may be obtained at
   <a href="https://www.rfc-editor.org/info/rfc8207">http://www.rfc-editor.org/info/rfc8207</a>.

Copyright Notice

   Copyright (c) 2017 IETF Trust and the persons identified as the
   document authors.  All rights reserved.

   This document is subject to <a href="https://www.rfc-editor.org/bcp/bcp78">BCP 78</a> and the IETF Trust's Legal
   Provisions Relating to IETF Documents
   (<a href="http://trustee.ietf.org/license-info">http://trustee.ietf.org/license-info</a>) in effect on the date of
   publication of this document.  Please review these documents
   carefully, as they describe your rights and restrictions with respect
   to this document.  Code Components extracted from this document must
   include Simplified BSD License text as described in Section 4.e of
   the Trust Legal Provisions and are provided without warranty as
   described in the Simplified BSD License.







<span class="grey">Bush                      Best Current Practice                 [Page 1]</span>

<span id="page-2" ></span>
<span class="grey"><a href="./rfc8207">RFC 8207</a>            BGPsec Operational Considerations     September 2017</span>


Table of Contents

   <a href="#section-1">1</a>.  Introduction  . . . . . . . . . . . . . . . . . . . . . . . .   <a href="#page-2">2</a>
     <a href="#section-1.1">1.1</a>.  Requirements Language . . . . . . . . . . . . . . . . . .   <a href="#page-3">3</a>
   <a href="#section-2">2</a>.  Suggested Reading . . . . . . . . . . . . . . . . . . . . . .   <a href="#page-3">3</a>
   <a href="#section-3">3</a>.  RPKI Distribution and Maintenance . . . . . . . . . . . . . .   <a href="#page-3">3</a>
   <a href="#section-4">4</a>.  AS/Router Certificates  . . . . . . . . . . . . . . . . . . .   <a href="#page-3">3</a>
   <a href="#section-5">5</a>.  Within a Network  . . . . . . . . . . . . . . . . . . . . . .   <a href="#page-4">4</a>
   <a href="#section-6">6</a>.  Considerations for Edge Sites . . . . . . . . . . . . . . . .   <a href="#page-4">4</a>
   <a href="#section-7">7</a>.  Routing Policy  . . . . . . . . . . . . . . . . . . . . . . .   <a href="#page-5">5</a>
   <a href="#section-8">8</a>.  Notes . . . . . . . . . . . . . . . . . . . . . . . . . . . .   <a href="#page-7">7</a>
   <a href="#section-9">9</a>.  Security Considerations . . . . . . . . . . . . . . . . . . .   <a href="#page-7">7</a>
   <a href="#section-10">10</a>. IANA Considerations . . . . . . . . . . . . . . . . . . . . .   <a href="#page-7">7</a>
   <a href="#section-11">11</a>. References  . . . . . . . . . . . . . . . . . . . . . . . . .   <a href="#page-8">8</a>
     <a href="#section-11.1">11.1</a>.  Normative References . . . . . . . . . . . . . . . . . .   <a href="#page-8">8</a>
     <a href="#section-11.2">11.2</a>.  Informative References . . . . . . . . . . . . . . . . .   <a href="#page-8">8</a>
   Acknowledgements  . . . . . . . . . . . . . . . . . . . . . . . .  <a href="#page-10">10</a>
   Author's Address  . . . . . . . . . . . . . . . . . . . . . . . .  <a href="#page-10">10</a>

<span class="h2"><a class="selflink" id="section-1" href="#section-1">1</a>.  Introduction</span>

   Origin validation based on the Resource Public Key Infrastructure
   (RPKI) [<a href="./rfc6811" title=""BGP Prefix Origin Validation"">RFC6811</a>] is in its early phases.  As BGPsec [<a href="./rfc8205" title=""BGPsec Protocol Specification"">RFC8205</a>] may
   require larger memory and/or more modern CPUs, it expected to be
   deployed incrementally over a longer time span.  BGPsec is a new
   protocol with many operational considerations that this document
   attempts to describe.  As with most operational practices, they will
   likely change over time.

   BGPsec relies on widespread propagation of the RPKI [<a href="./rfc6480" title=""An Infrastructure to Support Secure Internet Routing"">RFC6480</a>].  How
   the RPKI is distributed and maintained globally and within an
   operator's infrastructure may be different for BGPsec than for origin
   validation.

   BGPsec needs to be spoken only by an Autonomous System's (AS's)
   eBGP-speaking border routers.  It is designed so that it can be used
   to protect announcements that are originated by resource-constrained
   edge routers.  This has special operational considerations, see
   <a href="#section-6">Section 6</a>.

   Different prefixes may have different timing and replay protection
   considerations.









<span class="grey">Bush                      Best Current Practice                 [Page 2]</span>

<span id="page-3" ></span>
<span class="grey"><a href="./rfc8207">RFC 8207</a>            BGPsec Operational Considerations     September 2017</span>


<span class="h3"><a class="selflink" id="section-1.1" href="#section-1.1">1.1</a>.  Requirements Language</span>

   The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
   "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and
   "OPTIONAL" in this document are to be interpreted as described in
   <a href="https://www.rfc-editor.org/bcp/bcp14">BCP 14</a> [<a href="./rfc2119" title=""Key words for use in RFCs to Indicate Requirement Levels"">RFC2119</a>] [<a href="./rfc8174" title=""Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words"">RFC8174</a>] when, and only when, they appear in all
   capitals, as shown here.

<span class="h2"><a class="selflink" id="section-2" href="#section-2">2</a>.  Suggested Reading</span>

   It is assumed that the reader understands BGP [<a href="./rfc4271" title=""A Border Gateway Protocol 4 (BGP-4)"">RFC4271</a>], BGPsec
   [<a href="./rfc8205" title=""BGPsec Protocol Specification"">RFC8205</a>], the RPKI [<a href="./rfc6480" title=""An Infrastructure to Support Secure Internet Routing"">RFC6480</a>], the RPKI Repository Structure
   [<a href="./rfc6481" title=""A Profile for Resource Certificate Repository Structure"">RFC6481</a>], and Route Origin Authorizations (ROAs) [<a href="./rfc6482" title=""A Profile for Route Origin Authorizations (ROAs)"">RFC6482</a>].

<span class="h2"><a class="selflink" id="section-3" href="#section-3">3</a>.  RPKI Distribution and Maintenance</span>

   The considerations for RPKI objects (Certificates, Certificate
   Revocation Lists (CRLs), manifests [<a href="./rfc6481" title=""A Profile for Resource Certificate Repository Structure"">RFC6481</a>], and Ghostbusters
   Records [<a href="./rfc6493" title=""The Resource Public Key Infrastructure (RPKI) Ghostbusters Record"">RFC6493</a>]), Trust Anchor Locators (TALs) [<a href="./rfc7730" title=""Resource Public Key Infrastructure (RPKI) Trust Anchor Locator"">RFC7730</a>], cache
   behaviors of synchronization, and validation from the section on RPKI
   Distribution and Maintenance of [<a href="./rfc7115" title=""Origin Validation Operation Based on the Resource Public Key Infrastructure (RPKI)"">RFC7115</a>] apply.  Specific
   considerations relating to ROA objects do not apply to this document.

<span class="h2"><a class="selflink" id="section-4" href="#section-4">4</a>.  AS/Router Certificates</span>

   As described in [<a href="#ref-KEY" title=""Router Keying for BGPsec"">KEY</a>], BGPsec-speaking routers are capable of
   generating their own public/private key-pairs and having their
   certificates signed and published in the RPKI by the RPKI
   Certification Authority (CA) system, and/or are given public/private
   key-pairs by the operator.

   A site/operator may use a single certificate/key in all their
   routers, one certificate/key per router, or any granularity in
   between.

   A large operator, concerned that a compromise of one router's key
   would make other routers vulnerable, may deploy a more complex
   certificate/key distribution burden to reduce this exposure.

   At the other end of the spectrum, an edge site with one or two
   routers may choose to use a single certificate/key.

   In anticipation of possible key compromise, a prudent operator SHOULD
   pre-provision each router's 'next' key in the RPKI so that there is
   no propagation delay for provisioning the new key.






<span class="grey">Bush                      Best Current Practice                 [Page 3]</span>

<span id="page-4" ></span>
<span class="grey"><a href="./rfc8207">RFC 8207</a>            BGPsec Operational Considerations     September 2017</span>


<span class="h2"><a class="selflink" id="section-5" href="#section-5">5</a>.  Within a Network</span>

   BGPsec is spoken by edge routers in a network, specifically those
   that border other networks/ASes.

   In an AS where edge routers speak BGPsec and, therefore, inject
   BGPsec paths into the iBGP (internal BGP), Route Reflectors (RRs)
   MUST have BGPsec enabled if and only if there are eBGP (external BGP)
   speakers in their client cone, i.e., an RR client or the transitive
   closure of a client's customers.

   A BGPsec-capable router MAY use the data it receives to influence
   local policy within its network, see <a href="#section-7">Section 7</a>.  In deployment, this
   policy should fit into the AS's existing policy, preferences, etc.
   This allows a network to incrementally deploy BGPsec-enabled border
   routers.

   eBGP speakers that face more critical peers or upstreams or
   downstreams would be candidates for early deployment.  Both securing
   one's own announcements and validating received announcements should
   be considered in partial deployment.

   An operator should be aware that BGPsec, as any other policy change,
   can cause traffic shifts in their network.  And, as with normal
   policy shift practice, a prudent operator has the tools and methods
   to predict, measure, modify, etc.

   On the other hand, an operator wanting to monitor router loading,
   shifts in traffic, etc., might deploy incrementally while watching
   those and similar effects.

   BGPsec does not sign over communities, so they are not formally
   trustable.  Additionally, outsourcing verification is not a prudent
   security practice.  Therefore, an eBGP listener SHOULD NOT strongly
   trust unsigned security signaling, such as communities, received
   across a trust boundary.

<span class="h2"><a class="selflink" id="section-6" href="#section-6">6</a>.  Considerations for Edge Sites</span>

   An edge site that does not provide transit and trusts its upstream(s)
   may only originate a signed prefix announcement and not validate
   received announcements.

   An operator might need to use hardware with limited resources.  In
   such cases, BGPsec protocol capability negotiation allows for a
   resource-constrained edge router to hold only its own signing key(s)
   and sign its announcements, but not receive signed announcements.




<span class="grey">Bush                      Best Current Practice                 [Page 4]</span>

<span id="page-5" ></span>
<span class="grey"><a href="./rfc8207">RFC 8207</a>            BGPsec Operational Considerations     September 2017</span>


   Therefore, the router would not have to deal with the majority of the
   RPKI, potentially saving the need for additional hardware.

   As the vast majority of ASes are stubs, and they announce the
   majority of prefixes, this allows for simpler and less expensive
   incremental deployment.  It may also mean that edge sites concerned
   with routing security will be attracted to upstreams that support
   BGPsec.

<span class="h2"><a class="selflink" id="section-7" href="#section-7">7</a>.  Routing Policy</span>

   As BGPsec-signed paths cannot traverse non-BGPsec topology, partial
   BGPsec deployment forms islands of assured paths.  As islands grow to
   touch each other, they become larger islands.

   Unlike origin validation based on the RPKI, BGPsec marks a received
   announcement as Valid or Not Valid, there is no explicit NotFound
   state.  In some sense, an unsigned BGP4 path is the equivalent of
   NotFound.  How this is used in routing is up to the operator's local
   policy, similar to origin validation as in [<a href="./rfc6811" title=""BGP Prefix Origin Validation"">RFC6811</a>].

   As BGPsec will be rolled out over years and does not allow for
   intermediate non-signing edge routers, coverage will be spotty for a
   long time.  This presents a dilemma; should a router evaluating an
   inbound BGPsec_PATH as Not Valid be very strict and discard it?  On
   the other hand, it might be the only path to that prefix, and a very
   low local-preference would cause it to be used and propagated only if
   there was no alternative.  Either choice is reasonable, but we
   recommend dropping because of the next point.

   Operators should be aware that accepting Not Valid announcements, no
   matter the local preference, will often be the equivalent of treating
   them as fully Valid.  Local preference affects only routes to the
   same set of destinations.  Consider having a Valid announcement from
   neighbor V for prefix 10.0.0.0/16 and a Not Valid announcement for
   10.0.666.0/24 from neighbor I.  If local policy on the router is not
   configured to discard the Not Valid announcement from I, then the
   longest match forwarding will send packets to neighbor I no matter
   the value of local preference.

   Validation of signed paths is usually deployed at the eBGP edge.

   Local policy on the eBGP edge MAY convey the validation state of a
   BGP-signed path through normal local policy mechanisms, e.g., setting
   a BGP community for internal use, or modifying a metric value such as
   local-preference or Multi-Exit Discriminator (MED).  Some may choose





<span class="grey">Bush                      Best Current Practice                 [Page 5]</span>

<span id="page-6" ></span>
<span class="grey"><a href="./rfc8207">RFC 8207</a>            BGPsec Operational Considerations     September 2017</span>


   to use the large Local-Pref hammer.  Others may choose to let AS path
   rule and set their internal metric, which comes after AS path in the
   BGP decision process.

   As the mildly stochastic timing of RPKI propagation may cause version
   skew across routers, an AS Path that does not validate at router R0
   might validate at R1.  Therefore, signed paths that are Not Valid and
   yet propagated (because they are chosen as best path) MUST NOT have
   signatures stripped and MUST be signed if sent to external BGPsec
   speakers.

   This implies that updates which a speaker judges to be Not Valid MAY
   be propagated to iBGP peers.  Therefore, unless local policy ensures
   otherwise, a signed path learned via iBGP may be Not Valid.  If
   needed, the validation state should be signaled by normal local
   policy mechanisms such as communities or metrics.

   On the other hand, local policy on the eBGP edge might preclude iBGP
   or eBGP announcement of signed AS Paths that are Not Valid.

   A BGPsec speaker receiving a path SHOULD perform origin validation
   per [<a href="./rfc6811" title=""BGP Prefix Origin Validation"">RFC6811</a>] and [<a href="./rfc7115" title=""Origin Validation Operation Based on the Resource Public Key Infrastructure (RPKI)"">RFC7115</a>].

   A route server is usually 'transparent', i.e., does not insert an AS
   into the path so as not to increase the AS hop count, and thereby
   affect downstream path choices.  But, with BGPsec, a client router R
   needs to be able to validate paths that are forward signed to R.  But
   the sending router cannot generate signatures to all the possible
   clients.  Therefore, a BGPsec-aware route server needs to validate
   the incoming BGPsec_PATH and to forward updates that can be validated
   by clients that must, therefore, know the route server's AS.  This
   implies that the route server creates signatures per client including
   its own AS in the BGPsec_PATH, forward signing to each client AS, see
   [<a href="./rfc8205" title=""BGPsec Protocol Specification"">RFC8205</a>].  The route server uses a pCount of 0 to not increase the
   effective AS hop count, thereby retaining the intent of
   'transparency'.

   If it is known that a BGPsec neighbor is a transparent route server,
   or otherwise may validly use a pCount of 0 (e.g., see [<a href="./rfc8206" title=""BGPsec Considerations for Autonomous System (AS) Migration"">RFC8206</a>]), the
   router SHOULD be configured to accept and process a received pCount
   of 0.  Routers MUST disallow a pCount of 0 by default.

   To prevent exposure of the internals of the BGP confederations
   [<a href="./rfc5065" title=""Autonomous System Confederations for BGP"">RFC5065</a>], a BGPsec speaker exporting to a non-member removes all
   intra-confederation Secure_Path Segments.  Therefore, signing within
   the confederation will not cause external confusion even if non-
   unique private ASes are used.




<span class="grey">Bush                      Best Current Practice                 [Page 6]</span>

<span id="page-7" ></span>
<span class="grey"><a href="./rfc8207">RFC 8207</a>            BGPsec Operational Considerations     September 2017</span>


<span class="h2"><a class="selflink" id="section-8" href="#section-8">8</a>.  Notes</span>

   For protection from attacks replaying BGP data on the order of a day
   or longer old, rekeying routers with new keys (previously)
   provisioned in the RPKI is sufficient.  For one approach, see
   [<a href="#ref-ROLLOVER" title=""BGPsec Router Certificate Rollover"">ROLLOVER</a>].

   A router that once negotiated (and/or sent) BGPsec should not be
   expected to always do so.

   Like the DNS, the Global RPKI presents only a loosely consistent
   view, depending on timing, updating, fetching, etc.  Thus, one cache
   or router may have different data about a particular prefix or router
   than another cache or router.  There is no 'fix' for this, it is the
   nature of distributed data with distributed caches.

   Operators who manage certificates SHOULD have RPKI Ghostbuster
   Records (see [<a href="./rfc6493" title=""The Resource Public Key Infrastructure (RPKI) Ghostbusters Record"">RFC6493</a>]), signed indirectly by end entity
   certificates, for those certificates on which others' routing depends
   for certificate and/or ROA validation.

   Operators should be aware of impending algorithm transitions, which
   will be rare and slow-paced, see [<a href="./rfc6916" title=""Algorithm Agility Procedure for the Resource Public Key Infrastructure (RPKI)"">RFC6916</a>].  They should work with
   their vendors to ensure support for new algorithms.

   As a router must evaluate certificates and ROAs that are time
   dependent, routers' clocks MUST be correct to a tolerance of
   approximately an hour.  The common approach is for operators to
   deploy servers that provide time service, such as [<a href="./rfc5905" title=""Network Time Protocol Version 4: Protocol and Algorithms Specification"">RFC5905</a>], to
   client routers.

   If a router has reason to believe its clock is seriously incorrect,
   e.g., it has a time earlier than 2011, it SHOULD NOT attempt to
   validate incoming updates.  It SHOULD defer validation until it
   believes it is within reasonable time tolerance.

<span class="h2"><a class="selflink" id="section-9" href="#section-9">9</a>.  Security Considerations</span>

   This document describes operational considerations for the deployment
   of BGPsec.  The security considerations for BGPsec are described in
   [<a href="./rfc8205" title=""BGPsec Protocol Specification"">RFC8205</a>].

<span class="h2"><a class="selflink" id="section-10" href="#section-10">10</a>.  IANA Considerations</span>

   This document does not require any IANA actions.






<span class="grey">Bush                      Best Current Practice                 [Page 7]</span>

<span id="page-8" ></span>
<span class="grey"><a href="./rfc8207">RFC 8207</a>            BGPsec Operational Considerations     September 2017</span>


<span class="h2"><a class="selflink" id="section-11" href="#section-11">11</a>.  References</span>

<span class="h3"><a class="selflink" id="section-11.1" href="#section-11.1">11.1</a>.  Normative References</span>

   [<a id="ref-RFC2119">RFC2119</a>]  Bradner, S., "Key words for use in RFCs to Indicate
              Requirement Levels", <a href="https://www.rfc-editor.org/bcp/bcp14">BCP 14</a>, <a href="./rfc2119">RFC 2119</a>,
              DOI 10.17487/RFC2119, March 1997,
              <<a href="https://www.rfc-editor.org/info/rfc2119">https://www.rfc-editor.org/info/rfc2119</a>>.

   [<a id="ref-RFC6493">RFC6493</a>]  Bush, R., "The Resource Public Key Infrastructure (RPKI)
              Ghostbusters Record", <a href="./rfc6493">RFC 6493</a>, DOI 10.17487/RFC6493,
              February 2012, <<a href="https://www.rfc-editor.org/info/rfc6493">https://www.rfc-editor.org/info/rfc6493</a>>.

   [<a id="ref-RFC6811">RFC6811</a>]  Mohapatra, P., Scudder, J., Ward, D., Bush, R., and R.
              Austein, "BGP Prefix Origin Validation", <a href="./rfc6811">RFC 6811</a>,
              DOI 10.17487/RFC6811, January 2013,
              <<a href="https://www.rfc-editor.org/info/rfc6811">https://www.rfc-editor.org/info/rfc6811</a>>.

   [<a id="ref-RFC7115">RFC7115</a>]  Bush, R., "Origin Validation Operation Based on the
              Resource Public Key Infrastructure (RPKI)", <a href="https://www.rfc-editor.org/bcp/bcp185">BCP 185</a>,
              <a href="./rfc7115">RFC 7115</a>, DOI 10.17487/RFC7115, January 2014,
              <<a href="https://www.rfc-editor.org/info/rfc7115">https://www.rfc-editor.org/info/rfc7115</a>>.

   [<a id="ref-RFC7730">RFC7730</a>]  Huston, G., Weiler, S., Michaelson, G., and S. Kent,
              "Resource Public Key Infrastructure (RPKI) Trust Anchor
              Locator", <a href="./rfc7730">RFC 7730</a>, DOI 10.17487/RFC7730, January 2016,
              <<a href="https://www.rfc-editor.org/info/rfc7730">https://www.rfc-editor.org/info/rfc7730</a>>.

   [<a id="ref-RFC8174">RFC8174</a>]  Leiba, B., "Ambiguity of Uppercase vs Lowercase in <a href="./rfc2119">RFC</a>
              <a href="./rfc2119">2119</a> Key Words", <a href="https://www.rfc-editor.org/bcp/bcp14">BCP 14</a>, <a href="./rfc8174">RFC 8174</a>, DOI 10.17487/RFC8174,
              May 2017, <<a href="https://www.rfc-editor.org/info/rfc8174">https://www.rfc-editor.org/info/rfc8174</a>>.

   [<a id="ref-RFC8205">RFC8205</a>]  Lepinski, M., Ed. and K. Sriram, Ed., "BGPsec Protocol
              Specification", <a href="./rfc8205">RFC 8205</a>, DOI 10.17487/RFC8205, September
              2017, <<a href="https://www.rfc-editor.org/info/rfc8205">http://www.rfc-editor.org/info/rfc8205</a>>.

<span class="h3"><a class="selflink" id="section-11.2" href="#section-11.2">11.2</a>.  Informative References</span>

   [<a id="ref-KEY">KEY</a>]      Bush, R., Turner, S., and K. Patel, "Router Keying for
              BGPsec", Work in Progress, <a href="./draft-ietf-sidr-rtr-keying-13">draft-ietf-sidr-rtr-keying-13</a>,
              April 2017.

   [<a id="ref-RFC4271">RFC4271</a>]  Rekhter, Y., Ed., Li, T., Ed., and S. Hares, Ed., "A
              Border Gateway Protocol 4 (BGP-4)", <a href="./rfc4271">RFC 4271</a>,
              DOI 10.17487/RFC4271, January 2006,
              <<a href="https://www.rfc-editor.org/info/rfc4271">https://www.rfc-editor.org/info/rfc4271</a>>.





<span class="grey">Bush                      Best Current Practice                 [Page 8]</span>

<span id="page-9" ></span>
<span class="grey"><a href="./rfc8207">RFC 8207</a>            BGPsec Operational Considerations     September 2017</span>


   [<a id="ref-RFC5065">RFC5065</a>]  Traina, P., McPherson, D., and J. Scudder, "Autonomous
              System Confederations for BGP", <a href="./rfc5065">RFC 5065</a>,
              DOI 10.17487/RFC5065, August 2007,
              <<a href="https://www.rfc-editor.org/info/rfc5065">https://www.rfc-editor.org/info/rfc5065</a>>.

   [<a id="ref-RFC5905">RFC5905</a>]  Mills, D., Martin, J., Ed., Burbank, J., and W. Kasch,
              "Network Time Protocol Version 4: Protocol and Algorithms
              Specification", <a href="./rfc5905">RFC 5905</a>, DOI 10.17487/RFC5905, June 2010,
              <<a href="https://www.rfc-editor.org/info/rfc5905">https://www.rfc-editor.org/info/rfc5905</a>>.

   [<a id="ref-RFC6480">RFC6480</a>]  Lepinski, M. and S. Kent, "An Infrastructure to Support
              Secure Internet Routing", <a href="./rfc6480">RFC 6480</a>, DOI 10.17487/RFC6480,
              February 2012, <<a href="https://www.rfc-editor.org/info/rfc6480">https://www.rfc-editor.org/info/rfc6480</a>>.

   [<a id="ref-RFC6481">RFC6481</a>]  Huston, G., Loomans, R., and G. Michaelson, "A Profile for
              Resource Certificate Repository Structure", <a href="./rfc6481">RFC 6481</a>,
              DOI 10.17487/RFC6481, February 2012,
              <<a href="https://www.rfc-editor.org/info/rfc6481">https://www.rfc-editor.org/info/rfc6481</a>>.

   [<a id="ref-RFC6482">RFC6482</a>]  Lepinski, M., Kent, S., and D. Kong, "A Profile for Route
              Origin Authorizations (ROAs)", <a href="./rfc6482">RFC 6482</a>,
              DOI 10.17487/RFC6482, February 2012,
              <<a href="https://www.rfc-editor.org/info/rfc6482">https://www.rfc-editor.org/info/rfc6482</a>>.

   [<a id="ref-RFC6916">RFC6916</a>]  Gagliano, R., Kent, S., and S. Turner, "Algorithm Agility
              Procedure for the Resource Public Key Infrastructure
              (RPKI)", <a href="https://www.rfc-editor.org/bcp/bcp182">BCP 182</a>, <a href="./rfc6916">RFC 6916</a>, DOI 10.17487/RFC6916, April
              2013, <<a href="https://www.rfc-editor.org/info/rfc6916">https://www.rfc-editor.org/info/rfc6916</a>>.

   [<a id="ref-RFC8206">RFC8206</a>]  George, W. and S. Murphy, "BGPsec Considerations for
              Autonomous System (AS) Migration", <a href="./rfc8206">RFC 8206</a>,
              DOI 10.17487/RFC8206, September 2017,
              <<a href="https://www.rfc-editor.org/info/rfc8206">http://www.rfc-editor.org/info/rfc8206</a>>.

   [<a id="ref-ROLLOVER">ROLLOVER</a>] Weis, B., Gagliano, R., and K. Patel, "BGPsec Router
              Certificate Rollover", Work in Progess,
              <a href="./draft-ietf-sidrops-bgpsec-rollover-02">draft-ietf-sidrops-bgpsec-rollover-02</a>, August 2017.














<span class="grey">Bush                      Best Current Practice                 [Page 9]</span>

<span id="page-10" ></span>
<span class="grey"><a href="./rfc8207">RFC 8207</a>            BGPsec Operational Considerations     September 2017</span>


Acknowledgements

   The author wishes to thank Thomas King, Arnold Nipper, Alvaro Retana,
   and the BGPsec design group.

Author's Address

   Randy Bush
   Internet Initiative Japan
   5147 Crystal Springs
   Bainbridge Island, Washington  98110
   United States of America

   Email: [email protected]





































Bush                      Best Current Practice                [Page 10]

Additional Resources