--- 1/draft-ietf-lisp-mn-10.txt 2022-01-30 14:13:10.779699229 -0800 +++ 2/draft-ietf-lisp-mn-11.txt 2022-01-30 14:13:10.831700536 -0800 @@ -1,23 +1,23 @@ Network Working Group D. Farinacci Internet-Draft lispers.net Intended status: Experimental D. Lewis -Expires: February 9, 2022 cisco Systems +Expires: August 3, 2022 cisco Systems D. Meyer 1-4-5.net C. White Logical Elegance, LLC. - August 8, 2021 + January 30, 2022 LISP Mobile Node - draft-ietf-lisp-mn-10 + draft-ietf-lisp-mn-11 Abstract This document describes how a lightweight version of LISP's ITR/ETR functionality can be used to provide seamless mobility to a mobile node. The LISP Mobile Node design described in this document uses standard LISP functionality to provide scalable mobility for LISP mobile nodes. Status of This Memo @@ -28,25 +28,25 @@ Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet- Drafts is at https://datatracker.ietf.org/drafts/current/. Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress." - This Internet-Draft will expire on February 9, 2022. + This Internet-Draft will expire on August 3, 2022. Copyright Notice - Copyright (c) 2021 IETF Trust and the persons identified as the + Copyright (c) 2022 IETF Trust and the persons identified as the document authors. All rights reserved. This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (https://trustee.ietf.org/license-info) 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 @@ -83,31 +83,32 @@ 12. LISP Implementation in a Mobile Node . . . . . . . . . . . . 18 13. Security Considerations . . . . . . . . . . . . . . . . . . . 19 13.1. Proxy ETR Hijacking . . . . . . . . . . . . . . . . . . 20 13.2. LISP Mobile Node using an EID as its RLOC . . . . . . . 20 14. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 20 15. References . . . . . . . . . . . . . . . . . . . . . . . . . 21 15.1. Normative References . . . . . . . . . . . . . . . . . . 21 15.2. Informative References . . . . . . . . . . . . . . . . . 22 Appendix A. Acknowledgments . . . . . . . . . . . . . . . . . . 22 Appendix B. Document Change Log . . . . . . . . . . . . . . . . 23 - B.1. Changes to draft-ietf-lisp-mn-10 . . . . . . . . . . . . 23 - B.2. Changes to draft-ietf-lisp-mn-09 . . . . . . . . . . . . 23 - B.3. Changes to draft-ietf-lisp-mn-08 . . . . . . . . . . . . 23 - B.4. Changes to draft-ietf-lisp-mn-07 . . . . . . . . . . . . 23 - B.5. Changes to draft-ietf-lisp-mn-06 . . . . . . . . . . . . 23 - B.6. Changes to draft-ietf-lisp-mn-05 . . . . . . . . . . . . 23 - B.7. Changes to draft-ietf-lisp-mn-04 . . . . . . . . . . . . 23 - B.8. Changes to draft-ietf-lisp-mn-03 . . . . . . . . . . . . 24 - B.9. Changes to draft-ietf-lisp-mn-02 . . . . . . . . . . . . 24 - B.10. Changes to draft-ietf-lisp-mn-01 . . . . . . . . . . . . 24 - B.11. Changes to draft-ietf-lisp-mn-00 . . . . . . . . . . . . 24 + B.1. Changes to draft-ietf-lisp-mn-11 . . . . . . . . . . . . 23 + B.2. Changes to draft-ietf-lisp-mn-10 . . . . . . . . . . . . 23 + B.3. Changes to draft-ietf-lisp-mn-09 . . . . . . . . . . . . 23 + B.4. Changes to draft-ietf-lisp-mn-08 . . . . . . . . . . . . 23 + B.5. Changes to draft-ietf-lisp-mn-07 . . . . . . . . . . . . 23 + B.6. Changes to draft-ietf-lisp-mn-06 . . . . . . . . . . . . 23 + B.7. Changes to draft-ietf-lisp-mn-05 . . . . . . . . . . . . 23 + B.8. Changes to draft-ietf-lisp-mn-04 . . . . . . . . . . . . 24 + B.9. Changes to draft-ietf-lisp-mn-03 . . . . . . . . . . . . 24 + B.10. Changes to draft-ietf-lisp-mn-02 . . . . . . . . . . . . 24 + B.11. Changes to draft-ietf-lisp-mn-01 . . . . . . . . . . . . 24 + B.12. Changes to draft-ietf-lisp-mn-00 . . . . . . . . . . . . 24 Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . 24 1. Introduction The Locator/ID Separation Protocol (LISP) [I-D.ietf-lisp-rfc6830bis] specifies a design and mechanism for replacing the addresses currently used in the Internet with two separate name spaces: Endpoint Identifiers (EIDs), used within sites, and Routing Locators (RLOCs), used by the transit networks that make up the Internet infrastructure. To achieve this separation, LISP defines protocol @@ -1012,99 +1012,105 @@ 15.2. Informative References [I-D.ermagan-lisp-nat-traversal] Ermagan, V., Farinacci, D., Lewis, D., Maino, F., Comeras, M. P., Skriver, J., White, C., Lopez, A., and A. Cabellos, "NAT traversal for LISP", draft-ermagan-lisp-nat- traversal-19 (work in progress), May 2021. [I-D.farinacci-lisp-simple-nat] Farinacci, D., "A Simple LISP NAT-Traversal - Implementation", draft-farinacci-lisp-simple-nat-02 (work - in progress), May 2021. + Implementation", draft-farinacci-lisp-simple-nat-03 (work + in progress), November 2021. Appendix A. Acknowledgments Albert Cabellos, Noel Chiappa, Pierre Francois, Michael Menth, Andrew Partan, Chris White and John Zwiebel provided insightful comments on the mobile node concept and on this document. A special thanks goes to Mary Nickum for her attention to detail and effort in editing early versions of this document. Appendix B. Document Change Log -B.1. Changes to draft-ietf-lisp-mn-10 +B.1. Changes to draft-ietf-lisp-mn-11 + + o Posted January 2022. + + o Update references and document timer. + +B.2. Changes to draft-ietf-lisp-mn-10 o Posted August 2021. o Update references and document timer. -B.2. Changes to draft-ietf-lisp-mn-09 +B.3. Changes to draft-ietf-lisp-mn-09 o Posted February 2021. o Update references and document timer. -B.3. Changes to draft-ietf-lisp-mn-08 +B.4. Changes to draft-ietf-lisp-mn-08 o Posted August 2020. o Update references and document timer. -B.4. Changes to draft-ietf-lisp-mn-07 +B.5. Changes to draft-ietf-lisp-mn-07 o Posted March 2020. o Update references and document timer. -B.5. Changes to draft-ietf-lisp-mn-06 +B.6. Changes to draft-ietf-lisp-mn-06 o Posted September 2019. o Update references and document timer. -B.6. Changes to draft-ietf-lisp-mn-05 +B.7. Changes to draft-ietf-lisp-mn-05 o Posted March IETF week 2019. o Update references and document timer. -B.7. Changes to draft-ietf-lisp-mn-04 +B.8. Changes to draft-ietf-lisp-mn-04 o Posted October 2018. o Make IANA Considerations section formatted like [I-D.ietf-lisp-rfc6833bis]. o Change all references for RFC6830 to [I-D.ietf-lisp-rfc6830bis] and for RFC6833 to [I-D.ietf-lisp-rfc6833bis]. -B.8. Changes to draft-ietf-lisp-mn-03 +B.9. Changes to draft-ietf-lisp-mn-03 o Posted October 2018. o Request m-bit allocation in Map-Register message in IANA Considerations section. -B.9. Changes to draft-ietf-lisp-mn-02 +B.10. Changes to draft-ietf-lisp-mn-02 o Posted April 2018. o Update document timer and references. -B.10. Changes to draft-ietf-lisp-mn-01 +B.11. Changes to draft-ietf-lisp-mn-01 o Posted October 2017. o Update document timer and references. -B.11. Changes to draft-ietf-lisp-mn-00 +B.12. Changes to draft-ietf-lisp-mn-00 o Posted April 2017. o Changed draft-meyer-lisp-mn-16 to working group document. Authors' Addresses Dino Farinacci lispers.net San Jose, CA 95134