LISP Data-Plane Telemetry
draft-farinacci-lisp-telemetry-05
Network Working Group D. Farinacci
Internet-Draft lispers.net
Intended status: Experimental S. Ouissal
Expires: June 2, 2021 E. Nordmark
Zededa
November 29, 2020
LISP Data-Plane Telemetry
draft-farinacci-lisp-telemetry-05
Abstract
This draft specs a JSON formatted RLOC-record for telemetry data
which decapsulating xTRs include in RLOC-probe Map Reply messages.
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 June 2, 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, et al. Expires June 2, 2021 [Page 1]
Internet-Draft LISP Data-Plane Telemetry November 2020
Table of Contents
1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 2
2. Definition of Terms . . . . . . . . . . . . . . . . . . . . . 3
3. Overview . . . . . . . . . . . . . . . . . . . . . . . . . . 4
4. Telemetry Record Encoding . . . . . . . . . . . . . . . . . . 5
5. Security Considerations . . . . . . . . . . . . . . . . . . . 6
6. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 7
7. References . . . . . . . . . . . . . . . . . . . . . . . . . 7
7.1. Normative References . . . . . . . . . . . . . . . . . . 7
7.2. Informative References . . . . . . . . . . . . . . . . . 7
Appendix A. Acknowledgments . . . . . . . . . . . . . . . . . . 7
Appendix B. Document Change Log . . . . . . . . . . . . . . . . 8
B.1. Changes to draft-farinacci-lisp-telemetry-05 . . . . . . 8
B.2. Changes to draft-farinacci-lisp-telemetry-04 . . . . . . 8
B.3. Changes to draft-farinacci-lisp-telemetry-03 . . . . . . 8
B.4. Changes to draft-farinacci-lisp-telemetry-02 . . . . . . 8
B.5. Changes to draft-farinacci-lisp-telemetry-01 . . . . . . 8
B.6. Changes to draft-farinacci-lisp-telemetry-00 . . . . . . 8
Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . 8
1. Introduction
This document describes how the Locator/Identifier Separation
Protocol (LISP) can obtain, measure, and distribute data-plane
telemetry information. LISP is an encapsulation protocol built
around the fundamental idea of separating the topological location of
a network attachment point from the node's identity
[I-D.ietf-lisp-rfc6830bis]. As a result LISP creates two namespaces:
Endpoint Identifiers (EIDs), that are used to identify end-hosts and
routable Routing Locators (RLOCs), used to identify network
attachment points. LISP then defines functions for mapping between
the two namespaces and for encapsulating traffic originated by
devices using non-routable EIDs for transport across a network
infrastructure that routes and forwards using RLOCs.
This document specifies how a decapsulating xTR returns telemetry
data to an encapsulating xTR using RLOC-probe messages defined in
[I-D.ietf-lisp-rfc6833bis].
Early versions of this document will define the type and format of
the telemetry data and how it will be distributed. Later versions of
this document will describe how telemetry measurement will be
performed.
Farinacci, et al. Expires June 2, 2021 [Page 2]
Internet-Draft LISP Data-Plane Telemetry November 2020
2. Definition of Terms
Encapsulating xTR is a LISP ITR, RTR, or PITR data-plane network
Show full document text