Interdomain Routing Working Group X. Geng
Internet-Draft M. Chen
Intended status: Standards Track Huawei
Expires: September 6, 2018 Z. Li
China Mobile
March 05, 2018

IGP-TE Extensions for DetNet Information Distribution
draft-geng-detnet-info-distribution-02

Abstract

There are requirements in diverse industries to establish multi-hop paths for characterized flows with bounded end-to-end latency and extremely low packet loss rate. Deterministic Networking (DetNet) can provide service satisfying the requirements.

This document describes extensions to IGP-TE, including OSPF-TE and ISIS-TE to distribute information of DetNet, which can be used for DetNet path computation/selection.

This document only covers the mechanisms by which DetNet information is distributed. The mechanisms for measuring, calculating or configuring DetNet capabilities, resources and other relevant parameters are out of the scope.

Requirements Language

The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119.

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 September 6, 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 (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.


Table of Contents

1. Introduction

There are many use cases from diverse industries which have the need in common for deterministic service, for example: audio video production, industrial process control and mobile access networks. The requirements can be summarized as:

Deterministic Networking (DetNet) can satisfy the requirements by the following techniques:

To make the above techniques work, it's necessary to know the capabilities (e.g., DetNet capable or not, which congestion protection algorithms are supported, etc.), resources (e.g, dedicated bandwidth for DetNet, buffers, etc.), performance (e.g., device/queue/link delay etc.) and other relevant information of each DetNet capable node. Then, a DetNet path computation element (e.g., PCE or ingress of a DetNet flow) can use these information to compute a path that satisfies the requirement of a specific DetNet flow. Specifically, according to the requirements stated in DetNet architecture, the information should include:

Some of information (e.g., Link delay/loss ) can be distributed and collected through the Traffic Engineering (TE) metric extensions,.

This document defines extensions to OSPF and ISIS to distribute the above DetNet information that can not distributed by the existing protocols.

2. Terminology

All the DetNet related terminologies used in this document conform to the DetNet architecture.

3. DetNet Extensions to OSPF TE

This document defines new OSPF TE sub-TLVs for Link TLV to distribute the DetNet required information as stated in Section 1. These sub-TLVs includes:

      ______________________________________________________________
      |   Type |    Length     |               Value               |
      --------------------------------------------------------------
      |  TBD1  |       4       |  Congestion Control Method        |
      |  TBD2  |       4       |  Max DetNet Reservable Bandwidth  |
      |  TBD3  |       4       |  Available DetNet Bandwidth       |
      |  TBD4  |       8       |  Min/Max Queuing Delay            |
      |________|_______________|___________________________________|

3.1. Congestion Protection Method sub-TLV

This Congestion Protection (CP) Method sub-TLV is used to advertise the DetNet flow congestion protection methods used in transit nodes. It may be required by some DetNet flows that all the transit nodes along the path SHOULD use the same congestion protection method. Some typical congestion protection methods are listed as below:

  0                   1                   2                   3
  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
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |            Type (TBD1)        |           Length(4)           |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |           RESERVED                            | CP Methods    |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

The format of this sub-TLV is shown in the following diagram:

The Type field is 2 octets in length, and the value is TBD1.

The Length field is 2 octets in length and its value is 4.

The RESERVED field is reserved for future use. It MUST be set to 0 when sent and MUST be ignored when received.

This Congestion Control Method field presents the congestion protection method used in the transit node.

Five congestion protection methods are introduced in this document:

  _______________________________________________________________
  |  Value    |     Congestion Control Mechanisms               |
  ---------------------------------------------------------------
  |    0      |     Reserved                                    |
  |    1      |     Time Aware Shaper                           |
  |    2      |     Credit Based Shaper                         |
  |    3      |     Time Aware Shaper and Credit Based Shaper   |
  |    4      |     Cyclic Queuing and Forwarding               |
  |    5      |     Asynchronous Traffic Shaping                |
  |    6-254  |     Unassigned                                  |
  |    255    |     Reserved                                    |
  |___________|_________________________________________________|

3.2. Maximum DetNet Reservable Bandwidth sub-TLV

This sub-TLV specifies the maximum amount of bandwidth that is reserved for DetNet on this link. Note that this value SHOULD be smaller than the value of Maximum Reservable Bandwidth sub-TLV. The value normally depends on the Congestion Protection Method and is user-configurable. In some particular Congestion Protection Method (e.g. Credit Based shaper in AVB), this value will affect the calculation of maximum queuing delay of the DetNet flow. The units are bytes per second.

The format of this sub-TLV is shown in the following diagram:

  0                   1                   2                   3
  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
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |            Type(TBD2)         |           Length(4)           |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |   RESERVED    |      Maximum DetNet Reservable Bandwidth      |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

The Type field is 2 octets in length, and the value is TBD2.

The Length field is 2 octets in length and its value is 4.

The RESERVED field is reserved for future use. It MUST be set to 0 when sent and MUST be ignored when received.

This Maximum DetNet Reservable Bandwidth presents the maximum bandwidth that may be reserved for DetNet. The units are bytes per second.

3.3. Available DetNet Bandwidth sub-TLV

This sub-TLV specifies the available bandwidth that can be reserved for DetNet flow on this link for now. Considering that there is no generally accepted DetNet traffic classification, this value contains all the available DetNet Bandwidth from different DetNet traffic classes (if there is any), which differs from the Unreserved Bandwidth defined in.

The format of this sub-TLV is shown in the following diagram:

  0                   1                   2                   3
  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
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |        (Type)TBD3             |       (Length)4               |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |   RESERVED    |          Available DetNet Bandwidth           |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

The Type field is 2 octets in length, and the value is TBD3.

The Length field is 2 octets in length and its value is 4.

The RESERVED field is reserved for future use. It MUST be set to 0 when sent and MUST be ignored when received.

This Available DetNet Bandwidth field presents the available bandwidth for DetNet in this link. The units are bytes per second.

3.4. Min/Max Queuing Delay sub-TLV

[Editor Notes: more consideration and inputs are needed for these queue delays]

This sub-TLV advertises the minimum and maximum queuing delay values of specific DetNet flow in the link. Max/Min Unidirectional Link Delay Sub-TLV excludes the queuing delay because of its instability. With the techniques used in DetNet, the queuing delay can be limited to a reasonable range, which means that the queuing delay bound is stable enough to be defined as a sub-TLV and advertised over the network.

  0                   1                   2                   3
  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
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |        (Type)TBD4             |        (Length)8              |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |   RESERVED    |      Minimum DetNet Queuing Delay             |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |   RESERVED    |      Maximum DetNet Queuing Delay             |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

The format of this sub-TLV is shown in the following diagram:

The Type field is 2 octets in length, and the value is TBD4.

The Length field is 2 octets in length and its value is 4.

The RESERVED field is reserved for future use. It MUST be set to 0 when sent and MUST be ignored when received.

Minimum DetNet Queuing Delay is 24-bit field carrying minimum queuing delay value (in microseconds) encoded as an integer value. Implementations may also add this to the value of Min Delay Unidirectional Link Delay Sub-TLV in order to advertise the minimum delay of this link. Min Queuing Delay can be the same with the Max Queuing Delay.

The RESERVED field is reserved for future use. It MUST be set to 0 when sent and MUST be ignored when received.

Maximum DetNet Queuing Delay is 24-bit field carrying the maximum queuing delay value (in microseconds) encoded as an integer value. Implementations may also add this to the value of Max Delay Unidirectional Link Delay Sub-TLVto order to advertise the maximum delay of this link.

4. DetNet Extensions to ISIS TE

This document defines new IS-IS TE sub-TLVs that can be announced in the TLVs 22, 23, 141, 222, and 223 in order to distribute DetNet information. The sub-TLV extensions below build on the ones provided in,and.

4.1. Congestion Protection Method

This Congestion Protection (CP) Method sub-TLV is used to advertise the DetNet flow congestion protection methods used in transit nodes. The reader can know more about this sub-TLV referring to section 3.1.

  0                   1                   2                   3
  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
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |  Type(TBD5)   |   Length(4)   |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |           RESERVED            | Congestion Control Method     |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

The format of this sub-TLV is shown in the following diagram:

The Type field is 1 octet in length, and the value is TBD5.

The Length field is 1 octet in length and its value is 4.

The RESERVED field is reserved for future use. It MUST be set to 0 when sent and MUST be ignored when received.

This Congestion Control Method field presents the congestion protection method used in the transit node.

Five congestion protection methods are introduced in this document:

4.2. Maximum DetNet Reservable Bandwidth

This sub-TLV specifies the maximum amount of bandwidth that is reserved for DetNet on this link. Note that this value SHOULD be smaller than the value of Maximum Reservable Link Bandwidth. The reader can know more about this sub-TLV referring to section 3.2.

  0                   1                   2                   3
  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
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |  Type(TBD6)   |   Length(4)   |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |   RESERVED    |      Maximum DetNet Reservable Bandwidth      |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

The format of this sub-TLV is shown in the following diagram:

The Type field is 1 octet in length, and the value is TBD6.

The Length field is 1 octet in length and its value is 4.

The RESERVED field is reserved for future use. It MUST be set to 0 when sent and MUST be ignored when received.

This Maximum DetNet Reservable Bandwidth presents the maximum bandwidth that may be reserved for DetNet. The units are bytes per second.

4.3. Available DetNet Bandwidth

This sub-TLV specifies the available bandwidth that can be reserved for DetNet flow on this link for now. It is different from the Unreserved Bandwidth sub-TLV defined in referring to section 3.3.

  0                   1                   2                   3
  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
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |  Type(TBD7)   |   Length(4)   |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |   RESERVED    |          Available DetNet Bandwidth           |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

The format of this sub-TLV is shown in the following diagram:

The Type field is 1 octet in length, and the value is TBD7.

The Length field is 1 octet in length and its value is 4.

The RESERVED field is reserved for future use. It MUST be set to 0 when sent and MUST be ignored when received.

This Available DetNet Bandwidth field presents the available bandwidth for DetNet in this link. The units are bytes per second.

4.4. Min/Max Queuing Delay

The reader can know more about this sub-TLV referring to section 3.4.

  0                   1                   2                   3
  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
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |  Type(TBD8)   |   Length(4)   |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |   RESERVED    |      Minimum DetNet Queuing Delay             |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |   RESERVED    |      Maximum DetNet Queuing Delay             |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

The format of this sub-TLV is shown in the following diagram:

The Type field is 1 octet in length, and the value is TBD4.

The Length field is 1 octet in length and it's value is 4.

The RESERVED field is reserved for future use. It MUST be set to 0 when sent and MUST be ignored when received.

Minimum DetNet Queuing Delay is 24-bit field carrying minimum queuing delay value (in microseconds) encoded as an integer value. Implementations may also add this to the value of Min Unidirectional Link Delay in order to advertise the minimum delay of this link. Min Queuing Delay can be the same with the Max Queuing Delay.

The RESERVED field is reserved for future use. It MUST be set to 0 when sent and MUST be ignored when received.

Maximum DetNet Queuing Delay is 24-bit field carrying the maximum queuing delay value (in microseconds) encoded as an integer value. Implementations may also add this to the value of Max Delay Unidirectional Link Delay Sub-TLV to order to advertise the maximum delay of this link.

5. IANA Considerations

5.1. Sub-TLVs for Link TLV

      Type        Description
      ----        ------------------------------
      TBD1        Congestion Protection Method
      TBD2        Maximum DetNet Reservable Bandwidth
      TBD3        Available DetNet Bandwidth
      TBD4        Min/Max Queuing Delay

IANA is requested to register the OSPF sub-TLVs defined in this document in the sub-TLVs for Link TLV registry.

5.2. Sub-TLVs for TLVs 22, 23, 141, 222, and 223

      Type        Description                              
      ----        ------------------------------           
      TBD5        Congestion Protection Method             
      TBD6        Maximum DetNet Reservable Bandwidth       
      TBD7        Available DetNet Bandwidth               
      TBD8        Min/Max Queuing Delay                    

IANA is requested to register the ISIS sub-TLVs defined in this document in the Sub-TLVs for TLVs 22, 23, 141, 222, and 223 registry.

6. Security Considerations

This document does not introduce security issues beyond those discussed in and.

7. Acknowledgements

8. References

8.1. Normative References

[I-D.ietf-detnet-architecture] Finn, N., Thubert, P., Varga, B. and J. Farkas, "Deterministic Networking Architecture", Internet-Draft draft-ietf-detnet-architecture-04, 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.
[RFC7471] Giacalone, S., Ward, D., Drake, J., Atlas, A. and S. Previdi, "OSPF Traffic Engineering (TE) Metric Extensions", RFC 7471, DOI 10.17487/RFC7471, March 2015.
[RFC7810] Previdi, S., Giacalone, S., Ward, D., Drake, J. and Q. Wu, "IS-IS Traffic Engineering (TE) Metric Extensions", RFC 7810, DOI 10.17487/RFC7810, May 2016.

8.2. Informative References

[IEEE802.1Q-2014] "MAC Bridges and VLANs (IEEE 802.1Q-2014)", 2014.
[IEEE802.1Qch] , "Cyclic Queuing and Forwarding", 2016.
[IEEE802.1Qcr] , "Asynchronous Traffic Shaping", 2016.
[IIEEE802.1Qbv] , "Enhancements for Scheduled Traffic", 2016.
[RFC3630] Katz, D., Kompella, K. and D. Yeung, "Traffic Engineering (TE) Extensions to OSPF Version 2", RFC 3630, DOI 10.17487/RFC3630, September 2003.
[RFC5305] Li, T. and H. Smit, "IS-IS Extensions for Traffic Engineering", RFC 5305, DOI 10.17487/RFC5305, October 2008.
[RFC5316] Chen, M., Zhang, R. and X. Duan, "ISIS Extensions in Support of Inter-Autonomous System (AS) MPLS and GMPLS Traffic Engineering", RFC 5316, DOI 10.17487/RFC5316, December 2008.
[RFC7310] Lindsay, J. and H. Foerster, "RTP Payload Format for Standard apt-X and Enhanced apt-X Codecs", RFC 7310, DOI 10.17487/RFC7310, July 2014.

Authors' Addresses

Xuesong Geng Huawei EMail: gengxuesong@huawei.com
Mach(Guoyi) Chen Huawei EMail: mach.chen@huawei.com
Zhenqiang China Mobile EMail: lizhenqiang@chinamobile.com