idnits 2.17.1 draft-farinacci-lisp-name-encoding-10.txt: Checking boilerplate required by RFC 5378 and the IETF Trust (see https://trustee.ietf.org/license-info): ---------------------------------------------------------------------------- No issues found here. Checking nits according to https://www.ietf.org/id-info/1id-guidelines.txt: ---------------------------------------------------------------------------- No issues found here. Checking nits according to https://www.ietf.org/id-info/checklist : ---------------------------------------------------------------------------- No issues found here. Miscellaneous warnings: ---------------------------------------------------------------------------- == The copyright year in the IETF Trust and authors Copyright Line does not match the current year -- The document date (August 30, 2020) is 1334 days in the past. Is this intentional? Checking references for intended status: Experimental ---------------------------------------------------------------------------- ** Obsolete normative reference: RFC 1700 (Obsoleted by RFC 3232) ** Obsolete normative reference: RFC 6830 (Obsoleted by RFC 9300, RFC 9301) Summary: 2 errors (**), 0 flaws (~~), 1 warning (==), 1 comment (--). Run idnits with the --verbose option for more detailed information about the items above. -------------------------------------------------------------------------------- 2 Network Working Group D. Farinacci 3 Internet-Draft lispers.net 4 Intended status: Experimental August 30, 2020 5 Expires: March 3, 2021 7 LISP Distinguished Name Encoding 8 draft-farinacci-lisp-name-encoding-10 10 Abstract 12 This draft defines how to use the AFI=17 Distinguished Names in LISP. 14 Status of This Memo 16 This Internet-Draft is submitted in full conformance with the 17 provisions of BCP 78 and BCP 79. 19 Internet-Drafts are working documents of the Internet Engineering 20 Task Force (IETF). Note that other groups may also distribute 21 working documents as Internet-Drafts. The list of current Internet- 22 Drafts is at https://datatracker.ietf.org/drafts/current/. 24 Internet-Drafts are draft documents valid for a maximum of six months 25 and may be updated, replaced, or obsoleted by other documents at any 26 time. It is inappropriate to use Internet-Drafts as reference 27 material or to cite them other than as "work in progress." 29 This Internet-Draft will expire on March 3, 2021. 31 Copyright Notice 33 Copyright (c) 2020 IETF Trust and the persons identified as the 34 document authors. All rights reserved. 36 This document is subject to BCP 78 and the IETF Trust's Legal 37 Provisions Relating to IETF Documents 38 (https://trustee.ietf.org/license-info) in effect on the date of 39 publication of this document. Please review these documents 40 carefully, as they describe your rights and restrictions with respect 41 to this document. Code Components extracted from this document must 42 include Simplified BSD License text as described in Section 4.e of 43 the Trust Legal Provisions and are provided without warranty as 44 described in the Simplified BSD License. 46 Table of Contents 48 1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 2 49 2. Definition of Terms . . . . . . . . . . . . . . . . . . . . . 3 50 3. Distinguished Name Format . . . . . . . . . . . . . . . . . . 3 51 4. Security Considerations . . . . . . . . . . . . . . . . . . . 4 52 5. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 4 53 6. Normative References . . . . . . . . . . . . . . . . . . . . 4 54 Appendix A. Acknowledgments . . . . . . . . . . . . . . . . . . 4 55 Appendix B. Document Change Log . . . . . . . . . . . . . . . . 4 56 B.1. Changes to draft-farinacci-lisp-name-encoding-10 . . . . 4 57 B.2. Changes to draft-farinacci-lisp-name-encoding-09 . . . . 4 58 B.3. Changes to draft-farinacci-lisp-name-encoding-08 . . . . 5 59 B.4. Changes to draft-farinacci-lisp-name-encoding-07 . . . . 5 60 B.5. Changes to draft-farinacci-lisp-name-encoding-06 . . . . 5 61 B.6. Changes to draft-farinacci-lisp-name-encoding-05 . . . . 5 62 B.7. Changes to draft-farinacci-lisp-name-encoding-04 . . . . 5 63 B.8. Changes to draft-farinacci-lisp-name-encoding-03 . . . . 5 64 B.9. Changes to draft-farinacci-lisp-name-encoding-02 . . . . 5 65 B.10. Changes to draft-farinacci-lisp-name-encoding-01 . . . . 5 66 B.11. Changes to draft-farinacci-lisp-name-encoding-00 . . . . 6 67 Author's Address . . . . . . . . . . . . . . . . . . . . . . . . 6 69 1. Introduction 71 The LISP architecture and protocols [RFC6830] introduces two new 72 numbering spaces, Endpoint Identifiers (EIDs) and Routing Locators 73 (RLOCs) which are intended to replace most use of IP addresses on the 74 Internet. To provide flexibility for current and future 75 applications, these values can be encoded in LISP control messages 76 using a general syntax that includes Address Family Identifier (AFI) 77 [RFC1700]. 79 The length of the value field is implicit in the type of address that 80 follows. For AFI 17, a Distinguished Name can be encoded. A name 81 can be a variable length field so the length cannot be determined 82 solely from the AFI value 17. This draft defines a termination 83 character, an 8-bit value of 0 to be used as a string terminator so 84 the length can be determined. 86 LISP Distinguished Names are useful when encoded either in EID- 87 records or RLOC-records in LISP control messages. As EIDs, they can 88 be registered in the mapping system to find resources, services, or 89 simply used as a self-documenting feature that accompany other 90 address specific EIDs. As RLOCs, Distinguished Names, along with 91 RLOC specific addresses and parameters, can be used as labels to 92 identify equipment type, location, or any self-documenting string a 93 registering device desires to convey. 95 2. Definition of Terms 97 Address Family Identifier (AFI): a term used to describe an address 98 encoding in a packet. An address family currently defined for 99 IPv4 or IPv6 addresses. See [AFI] and [RFC1700] for details on 100 other types of information that can be AFI encoded. 102 3. Distinguished Name Format 104 An AFI=17 Distinguished Name is encoded as: 106 0 1 2 3 107 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 108 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 109 | AFI = 17 | ASCII String ... | 110 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 111 | ... ASCII String | 0 | 112 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 114 The string of characters are encoded in the ASCII character-set 115 definition [RFC0020]. 117 4. Security Considerations 119 There are no security considerations. 121 5. IANA Considerations 123 The code-point values in this specification are already allocated in 124 [AFI]. 126 6. Normative References 128 [AFI] "Address Family Identifier (AFIs)", ADDRESS FAMILY 129 NUMBERS http://www.iana.org/numbers.html, Febuary 2007. 131 [RFC0020] Cerf, V., "ASCII format for network interchange", STD 80, 132 RFC 20, DOI 10.17487/RFC0020, October 1969, 133 . 135 [RFC1700] Reynolds, J. and J. Postel, "Assigned Numbers", RFC 1700, 136 DOI 10.17487/RFC1700, October 1994, 137 . 139 [RFC6830] Farinacci, D., Fuller, V., Meyer, D., and D. Lewis, "The 140 Locator/ID Separation Protocol (LISP)", RFC 6830, 141 DOI 10.17487/RFC6830, January 2013, 142 . 144 Appendix A. Acknowledgments 146 The author would like to thank the LISP WG for their review and 147 acceptance of this draft. 149 Appendix B. Document Change Log 151 B.1. Changes to draft-farinacci-lisp-name-encoding-10 153 o Submitted August 2020. 155 o Update references and document expiry timer. 157 B.2. Changes to draft-farinacci-lisp-name-encoding-09 159 o Submitted March 2020. 161 o Update references and document expiry timer. 163 B.3. Changes to draft-farinacci-lisp-name-encoding-08 165 o Submitted September 2019. 167 o Update references and document expiry timer. 169 B.4. Changes to draft-farinacci-lisp-name-encoding-07 171 o Submitted March 2019. 173 o Update referenes and document expiry timer. 175 B.5. Changes to draft-farinacci-lisp-name-encoding-06 177 o Submitted September 2018. 179 o Update document expiry timer. 181 B.6. Changes to draft-farinacci-lisp-name-encoding-05 183 o Submitted March 2018. 185 o Update document expiry timer. 187 B.7. Changes to draft-farinacci-lisp-name-encoding-04 189 o Submitted September 2017. 191 o Update document expiry timer. 193 B.8. Changes to draft-farinacci-lisp-name-encoding-03 195 o Submitted March 2017. 197 o Update document expiry timer. 199 B.9. Changes to draft-farinacci-lisp-name-encoding-02 201 o Submitted October 2016. 203 o Add a comment that the distinguished-name encoding is restricted 204 to ASCII character encodings only. 206 B.10. Changes to draft-farinacci-lisp-name-encoding-01 208 o Submitted October 2016. 210 o Update document timer. 212 B.11. Changes to draft-farinacci-lisp-name-encoding-00 214 o Initial draft submitted April 2016. 216 Author's Address 218 Dino Farinacci 219 lispers.net 220 San Jose, CA 221 USA 223 Email: farinacci@gmail.com