LISP Distinguished Name Encoding
draft-farinacci-lisp-name-encoding-11
|
Document |
Type |
|
Active Internet-Draft (candidate for lisp WG)
|
|
Author |
|
Dino Farinacci
|
|
Last updated |
|
2020-11-14
|
|
Stream |
|
IETF
|
|
Intended RFC status |
|
(None)
|
|
Formats |
|
plain text
pdf
htmlized (tools)
htmlized
bibtex
|
Stream |
WG state
|
|
Call For Adoption By WG Issued
Polled for WG adoption but not adopted
|
|
Document shepherd |
|
No shepherd assigned
|
IESG |
IESG state |
|
I-D Exists
|
|
Consensus Boilerplate |
|
Unknown
|
|
Telechat date |
|
|
|
Responsible AD |
|
(None)
|
|
Send notices to |
|
(None)
|
Network Working Group D. Farinacci
Internet-Draft lispers.net
Intended status: Experimental November 14, 2020
Expires: May 18, 2021
LISP Distinguished Name Encoding
draft-farinacci-lisp-name-encoding-11
Abstract
This draft defines how to use the AFI=17 Distinguished Names in LISP.
Status of This Memo
This Internet-Draft is submitted in full conformance with the
provisions of BCP 78 and BCP 79.
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 May 18, 2021.
Copyright Notice
Copyright (c) 2020 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
described in the Simplified BSD License.
Farinacci Expires May 18, 2021 [Page 1]
Internet-Draft LISP Distinguished Name Encoding November 2020
Table of Contents
1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 2
2. Definition of Terms . . . . . . . . . . . . . . . . . . . . . 3
3. Distinguished Name Format . . . . . . . . . . . . . . . . . . 3
4. Example Use-Cases . . . . . . . . . . . . . . . . . . . . . . 5
5. Name Collision Considerations . . . . . . . . . . . . . . . . 5
6. Security Considerations . . . . . . . . . . . . . . . . . . . 5
7. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 5
8. References . . . . . . . . . . . . . . . . . . . . . . . . . 5
8.1. Normative References . . . . . . . . . . . . . . . . . . 5
8.2. Informative References . . . . . . . . . . . . . . . . . 6
Appendix A. Acknowledgments . . . . . . . . . . . . . . . . . . 6
Appendix B. Document Change Log . . . . . . . . . . . . . . . . 6
B.1. Changes to draft-farinacci-lisp-name-encoding-11 . . . . 6
B.2. Changes to draft-farinacci-lisp-name-encoding-10 . . . . 7
B.3. Changes to draft-farinacci-lisp-name-encoding-09 . . . . 7
B.4. Changes to draft-farinacci-lisp-name-encoding-08 . . . . 7
B.5. Changes to draft-farinacci-lisp-name-encoding-07 . . . . 7
B.6. Changes to draft-farinacci-lisp-name-encoding-06 . . . . 7
B.7. Changes to draft-farinacci-lisp-name-encoding-05 . . . . 7
B.8. Changes to draft-farinacci-lisp-name-encoding-04 . . . . 7
B.9. Changes to draft-farinacci-lisp-name-encoding-03 . . . . 7
B.10. Changes to draft-farinacci-lisp-name-encoding-02 . . . . 8
B.11. Changes to draft-farinacci-lisp-name-encoding-01 . . . . 8
B.12. Changes to draft-farinacci-lisp-name-encoding-00 . . . . 8
Author's Address . . . . . . . . . . . . . . . . . . . . . . . . 8
1. Introduction
The LISP architecture and protocols [RFC6830] introduces two new
numbering spaces, Endpoint Identifiers (EIDs) and Routing Locators
(RLOCs) which are intended to replace most use of IP addresses on the
Internet. To provide flexibility for current and future
applications, these values can be encoded in LISP control messages
using a general syntax that includes Address Family Identifier (AFI)
[RFC1700].
The length of the value field is implicit in the type of address that
follows. For AFI 17, a Distinguished Name can be encoded. A name
can be a variable length field so the length cannot be determined
solely from the AFI value 17. This draft defines a termination
character, an 8-bit value of 0 to be used as a string terminator so
the length can be determined.
LISP Distinguished Names are useful when encoded either in EID-
records or RLOC-records in LISP control messages. As EIDs, they can
be registered in the mapping system to find resources, services, or
Farinacci Expires May 18, 2021 [Page 2]
Internet-Draft LISP Distinguished Name Encoding November 2020
Show full document text