LISP Geo-Coordinate Use-Cases
draft-farinacci-lisp-geo-10
|
Document |
Type |
|
Active Internet-Draft (candidate for lisp WG)
|
|
Author |
|
Dino Farinacci
|
|
Last updated |
|
2020-10-04
|
|
Stream |
|
Internent Engineering Task Force (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 October 4, 2020
Expires: April 7, 2021
LISP Geo-Coordinate Use-Cases
draft-farinacci-lisp-geo-10
Abstract
This draft describes how Geo-Coordinates can be used in the LISP
Architecture and Protocols.
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 April 7, 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 April 7, 2021 [Page 1]
Internet-Draft LISP Geo-Coordinate Use-Cases October 2020
Table of Contents
1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 2
2. Definition of Terms . . . . . . . . . . . . . . . . . . . . . 2
3. Geo-Points in RLOC-records . . . . . . . . . . . . . . . . . 3
4. Geo-Prefixes in EID-records and RLOC-records . . . . . . . . 4
5. Geo-Prefix and Geo-Point Encodings . . . . . . . . . . . . . 6
6. Security Considerations . . . . . . . . . . . . . . . . . . . 8
7. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 8
8. References . . . . . . . . . . . . . . . . . . . . . . . . . 8
8.1. Normative References . . . . . . . . . . . . . . . . . . 8
8.2. Informative References . . . . . . . . . . . . . . . . . 9
Appendix A. Acknowledgments . . . . . . . . . . . . . . . . . . 10
Appendix B. Document Change Log . . . . . . . . . . . . . . . . 10
B.1. Changes to draft-farinacci-lisp-geo-10 . . . . . . . . . 10
B.2. Changes to draft-farinacci-lisp-geo-09 . . . . . . . . . 10
B.3. Changes to draft-farinacci-lisp-geo-08 . . . . . . . . . 10
B.4. Changes to draft-farinacci-lisp-geo-07 . . . . . . . . . 10
B.5. Changes to draft-farinacci-lisp-geo-06 . . . . . . . . . 10
B.6. Changes to draft-farinacci-lisp-geo-05 . . . . . . . . . 11
B.7. Changes to draft-farinacci-lisp-geo-04 . . . . . . . . . 11
B.8. Changes to draft-farinacci-lisp-geo-03 . . . . . . . . . 11
B.9. Changes to draft-farinacci-lisp-geo-02 . . . . . . . . . 11
B.10. Changes to draft-farinacci-lisp-geo-01 . . . . . . . . . 11
B.11. Changes to draft-farinacci-lisp-geo-00 . . . . . . . . . 11
Author's Address . . . . . . . . . . . . . . . . . . . . . . . . 11
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].
This specification introduces the use of Geo-Coordinates that can be
used in EID-records and RLOC-records of LISP control messages. The
encoding format is specified in [RFC8060] as the "Geo-Coordinates
LCAF Type".
2. Definition of Terms
Geo-Point is a Geo-Coordinate according to [GEO] that defines a
point from parameters Latitude, Longitude, and Altitude.
Farinacci Expires April 7, 2021 [Page 2]
Internet-Draft LISP Geo-Coordinate Use-Cases October 2020
Geo-Prefix forms a circle of a geographic area made up of a Geo-
Point and a Radius. A Geo-Point is known to be "more-specific"
than a Geo-Prefix when its physical location is within the
geographic circle.
Show full document text