ippm,6man S. Bhandari Internet-Draft F. Brockners Intended status: Standards Track C. Pignataro Expires: December 31, 2018 Cisco H. Gredler RtBrick Inc. J. Leddy Comcast S. Youell JMPC T. Mizrahi Marvell A. Kfir B. Gafni Mellanox Technologies, Inc. P. Lapukhov Facebook M. Spiegel Barefoot Networks S. Krishnan Kaloom June 29, 2018 In-situ OAM IPv6 Options draft-ioametal-ippm-6man-ioam-ipv6-options-00 Abstract In-situ Operations, Administration, and Maintenance (IOAM) records operational and telemetry information in the packet while the packet traverses a path between two points in the network. This document outlines how IOAM data fields are encapsulated in IPv6. 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 http://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." Bhandari, et al. Expires December 31, 2018 [Page 1] Internet-Draft In-situ OAM IPv6 encapsulation June 2018 This Internet-Draft will expire on December 31, 2018. Copyright Notice Copyright (c) 2018 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 (http://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. Table of Contents 1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 2 2. Conventions . . . . . . . . . . . . . . . . . . . . . . . . . 2 2.1. Requirements Language . . . . . . . . . . . . . . . . . . 2 2.2. Abbreviations . . . . . . . . . . . . . . . . . . . . . . 3 3. In-situ OAM Metadata Transport in IPv6 . . . . . . . . . . . 3 4. Security Considerations . . . . . . . . . . . . . . . . . . . 5 5. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 5 6. Acknowledgements . . . . . . . . . . . . . . . . . . . . . . 6 7. References . . . . . . . . . . . . . . . . . . . . . . . . . 6 7.1. Normative References . . . . . . . . . . . . . . . . . . 6 7.2. Informative References . . . . . . . . . . . . . . . . . 6 Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . 7 1. Introduction In-situ Operations, Administration, and Maintenance (IOAM) records operational and telemetry information in the packet while the packet traverses a path between two points in the network. This document outlines how IOAM data fields are encapsulated in the IPv6 [RFC8200]. 2. Conventions 2.1. Requirements Language The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in BCP 14 [RFC2119] [RFC8174] when, and only when, they appear in all capitals, as shown here. Bhandari, et al. Expires December 31, 2018 [Page 2] Internet-Draft In-situ OAM IPv6 encapsulation June 2018 2.2. Abbreviations Abbreviations used in this document: E2E: Edge-to-Edge IOAM: In-situ Operations, Administration, and Maintenance OAM: Operations, Administration, and Maintenance POT: Proof of Transit 3. In-situ OAM Metadata Transport in IPv6 An IPv6 option is defined corresponding to each of the IOAM data fields defined in [I-D.ietf-ippm-ioam-data]. This mechanisms of in- situ OAM in IPv6 is used to enhance diagnostics of IPv6 networks. It complements other mechanisms proposed to enhance diagnostics of IPv6 networks, such as the IPv6 Performance and Diagnostic Metrics Destination Option described in [RFC8250]. IOAM data is carried in IPv6 packets as Hop-by-Hop or Destination options as specified in the individual option definition below. IPv6 hop-by-hop and destination option format for carrying in-situ OAM data fields: Bhandari, et al. Expires December 31, 2018 [Page 3] Internet-Draft In-situ OAM IPv6 encapsulation June 2018 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Option Type | Opt Data Len | Reserved (MBZ) | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+<-+ | | | . . I . Option Data . O . . A . . M . . . . . O . . P . . T . . I . . O . . N . . | | | | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+<-+ Option Type 8-bit identifier of the type of option. Opt Data Len 8-bit unsigned integer. Length of the Reserved and Option Data field of this option, in octets. Reserved (MBZ) 16-bit field MUST be filled with zeroes. Option Data Variable-length field. Option-Type-specific data. In-situ OAM Options are inserted as Option data as follows: 1. Pre-allocated Tracing Option: The in-situ OAM Preallocated Tracing option defined in [I-D.ietf-ippm-ioam-data] is represented as a IPv6 option in hop by hop extension header by allocating following type: Option Type: 001xxxxxx 8-bit identifier of the type of option. xxxxxx=TBD1. 2. Incremental Tracing Option: The in-situ OAM Incremental Tracing option defined in [I-D.ietf-ippm-ioam-data] is represented as a IPv6 option in hop by hop extension header by allocating following type: Option Type: 001xxxxxx 8-bit identifier of the type of option. xxxxxx=TBD2. Bhandari, et al. Expires December 31, 2018 [Page 4] Internet-Draft In-situ OAM IPv6 encapsulation June 2018 3. Proof of Transit Option: The in-situ OAM POT option defined in [I-D.ietf-ippm-ioam-data] is represented as a IPv6 option in hop by hop extension header by allocating following type: Option Type: 001xxxxxx 8-bit identifier of the type of option. xxxxxx=TBD3. 4. Edge to Edge Option: The in-situ OAM E2E option defined in [I-D.ietf-ippm-ioam-data] is represented as a IPv6 option in IPv6 option in destination options extension header by allocating following type: Option Type: 000xxxxxx 8-bit identifier of the type of option. xxxxxx=TBD4. All the in-situ OAM IPv6 options defined here have alignment requirement. Following the convention in IPv6, these options are aligned in a packet so that multi-octet values within the Option Data field of each option are 4-octet aligned as specified in [I-D.ietf-ippm-ioam-data]. In addition, to maintain IPv6 extenstion header 8-octet alignment requirement, Trace-Type for Incremental Tracing Option in IPv6 MUST be selected such that the IOAM node data length is a multiple of 8-octets. 4. Security Considerations This document describes the encapsulation of IOAM data fields in IPv6. Security considerations of the specific IOAM data fields for each case (i.e., Trace, Proof of Transit, and E2E) are described in defined in [I-D.ietf-ippm-ioam-data]. As this document describes new options for IPv6 , these are similar to the security considerations of [RFC8200] and the new weakness documented in [RFC8250]. 5. IANA Considerations This draft requests the following IPv6 Option Type assignments from the Destination Options and Hop-by-Hop Options sub-registry of Internet Protocol Version 6 (IPv6) Parameters. http://www.iana.org/assignments/ipv6-parameters/ipv6- parameters.xhtml#ipv6-parameters-2 Bhandari, et al. Expires December 31, 2018 [Page 5] Internet-Draft In-situ OAM IPv6 encapsulation June 2018 Hex Value Binary Value Description Reference act chg rest ---------------------------------------------------------------- TBD_1 00 1 TBD1 IOAM Pre-allocated [This draft] Tracing Option TBD_2 00 1 TBD2 IOAM Incremental [This draft] Tracing Option TBD_3 00 1 TBD3 IOAM Proof of Transit [This draft] Option TBD_4 00 0 TBD4 IOAM Edge to Edge [This draft] Option 6. Acknowledgements The authors would like to thank Tom Herbert, Eric Vyncke, Nalini Elkins, Srihari Raghavan, Ranganathan T S, Karthik Babu Harichandra Babu, Akshaya Nadahalli, Stefano Previdi, Hemant Singh, Erik Nordmark, LJ Wobker, and Andrew Yourtchenko for the comments and advice. For the IPv6 encapsulation, this document leverages concepts described in [I-D.kitamura-ipv6-record-route]. The authors would like to acknowledge the work done by the author Hiroshi Kitamura and people involved in writing it. 7. References 7.1. Normative References [I-D.ietf-ippm-ioam-data] Brockners, F., Bhandari, S., Pignataro, C., Gredler, H., Leddy, J., Youell, S., Mizrahi, T., Mozes, D., Lapukhov, P., Chang, R., and d. daniel.bernier@bell.ca, "Data Fields for In-situ OAM", draft-ietf-ippm-ioam-data-01 (work in progress), October 2017. [RFC2119] Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels", BCP 14, RFC 2119, DOI 10.17487/RFC2119, March 1997, . [RFC8174] Leiba, B., "Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words", BCP 14, RFC 8174, DOI 10.17487/RFC8174, May 2017, . 7.2. Informative References Bhandari, et al. Expires December 31, 2018 [Page 6] Internet-Draft In-situ OAM IPv6 encapsulation June 2018 [I-D.kitamura-ipv6-record-route] Kitamura, H., "Record Route for IPv6 (PR6) Hop-by-Hop Option Extension", draft-kitamura-ipv6-record-route-00 (work in progress), November 2000. [RFC8200] Deering, S. and R. Hinden, "Internet Protocol, Version 6 (IPv6) Specification", STD 86, RFC 8200, DOI 10.17487/RFC8200, July 2017, . [RFC8250] Elkins, N., Hamilton, R., and M. Ackermann, "IPv6 Performance and Diagnostic Metrics (PDM) Destination Option", RFC 8250, DOI 10.17487/RFC8250, September 2017, . Authors' Addresses Shwetha Bhandari Cisco Systems, Inc. Cessna Business Park, Sarjapura Marathalli Outer Ring Road Bangalore, KARNATAKA 560 087 India Email: shwethab@cisco.com Frank Brockners Cisco Systems, Inc. Hansaallee 249, 3rd Floor DUESSELDORF, NORDRHEIN-WESTFALEN 40549 Germany Email: fbrockne@cisco.com Carlos Pignataro Cisco Systems, Inc. 7200-11 Kit Creek Road Research Triangle Park, NC 27709 United States Email: cpignata@cisco.com Hannes Gredler RtBrick Inc. Email: hannes@rtbrick.com Bhandari, et al. Expires December 31, 2018 [Page 7] Internet-Draft In-situ OAM IPv6 encapsulation June 2018 John Leddy Comcast Email: John_Leddy@cable.comcast.com Stephen Youell JP Morgan Chase 25 Bank Street London E14 5JP United Kingdom Email: stephen.youell@jpmorgan.com Tal Mizrahi Marvell 6 Hamada St. Yokneam 20692 Israel Email: talmi@marvell.com Aviv Kfir Mellanox Technologies, Inc. 350 Oakmead Parkway, Suite 100 Sunnyvale, CA 94085 U.S.A. Email: avivk@mellanox.com Barak Gafni Mellanox Technologies, Inc. 350 Oakmead Parkway, Suite 100 Sunnyvale, CA 94085 U.S.A. Email: gbarak@mellanox.com Bhandari, et al. Expires December 31, 2018 [Page 8] Internet-Draft In-situ OAM IPv6 encapsulation June 2018 Petr Lapukhov Facebook 1 Hacker Way Menlo Park, CA 94025 US Email: petr@fb.com Mickey Spiegel Barefoot Networks 2185 Park Boulevard Palo Alto, CA 94306 US Email: mspiegel@barefootnetworks.com Suresh Krishnan Kaloom Email: suresh@kaloom.com Bhandari, et al. Expires December 31, 2018 [Page 9]