Internet-Draft | IGP Extensions for Deterministic Link | June 2024 |
Xiong & Zhu | Expires 29 December 2024 | [Page] |
This document proposes the deterministic link to provide an one-dimensional metric to indicate the deterministic forwarding capabilities at different levels and proposes the deterministic links distribution by IGP extensions.¶
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 29 December 2024.¶
Copyright (c) 2024 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 Revised BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Revised BSD License.¶
According to [RFC8655], Deterministic Networking (DetNet) operates at the IP layer and delivers service which provides extremely low data loss rates and bounded latency within a network domain. The bounded latency indicates the minimum and maximum end-to-end latency from source to destination and bounded jitter (packet delay variation). [I-D.ietf-detnet-scaling-requirements] has described the enhanced requirements for DetNet enhanced data plane including the deterministic latency guarantees. As per [I-D.ietf-detnet-controller-plane-framework], network nodes need to collect topology information and deterministic capabilities through IGP.¶
The computing method of end-to-end delay bounds is defined in [RFC9320]. It is the sum of the six delays in bounded latency model. It is the sum of non-queuing delay bound and queuing delay bound. The upper bounds of queuing delay depends on the queuing mechanisms deployed along the path. For example, a link with a queuing mechanism that does not guarantee a bounded delay is a non-deterministic link and a link with a time-based queuing mechanism that can provide deterministic latency guarantee is called a deterministic link. The delay of a deterministic link is consist of the propagation delay of the packet on the link and the queuing delay of the packet at the node. A deterministic link can be a sub-network that provides deterministic transmission or a Point-to-Point (P2P) link.¶
This document proposes the deterministic link to provide an one-dimensional metric to indicate the deterministic forwarding capabilities at different levels and proposes the deterministic links distribution by IGP extensions.¶
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 [RFC2119].¶
This document proposes the deterministic link to provide an one-dimensional metric to indicate the deterministic forwarding capabilities at different levels. The deterministic links can shield the differences from underlying forwarding mechanisms.¶
As per [RFC9320], six types of delays are defined in timing Model of DetNet. And the DetNet domain can also be modeling as deterministic links and nodes as shown in Figure 1. The deterministic node delay is constant while the deterministic link delay is variable within bounded latency. The end-to-end bounded latency depends on the sum of the deterministic link delay.¶
There are a number of deterministic links between deterministic nodes. And each deterministic link provides different level of deterministic forwarding capabilities indicated by Deterministic Class-Type (DT).¶
Deterministic Class-Type (DT): indicate the set of Traffic Trunks crossing a deterministic link that is governed by a specific set of bounded latency constraints and QoS requirements of deterministic guarantees such as tight jitter,strict latency, loose latency and so on. DT is used for the purposes of deterministic link resource planning, reservation and allocation, deterministic link resource constraint-based routing and admission control. A given Traffic Trunk belongs to the same DT on all links.¶
The scheduling type of the deterministic link depends on the classification of the queuing solutions. Many variations and extensions of queuing mechanisms have been proposed to guarantee the deterministic latency in DetNet such as ECQF [IEEE 802.1Qdv], Multi-CQF [I-D.dang-queuing-with-multiple-cyclic-buffers], TCQF [I-D.eckert-detnet-tcqf], CSQF [I-D.chen-detnet-sr-based-bounded-latency], TQF [I-D.peng-detnet-packet-timeslot-mechanism], C-SCORE [I-D.joung-detnet-stateless-fair-queuing], EDF[I-D.peng-detnet-deadline-based-forwarding], gLBF [I-D.eckert-detnet-glbf] and so on. [I-D.ietf-detnet-dataplane-taxonomy] has described the classification criteria of the solutions.¶
[I-D.xiong-lsr-time-resource] has proposed the Time-based Resources Container (TRC) to indicate the capabilities with time-based resources. It can be used for deterministic link to reserve the corresponding scheduling resources such as queuing, buffer and bandwidth to guarantee the deterministic capability.¶
For example, three deterministic links with guaranteed jitter are supported between the Node A and Node B as following shown.¶
This document defines new IS-IS TE sub-TLVs to distribute the deterministic link attributes at TE link and it can be announced in TLVs 22, 23, 141, 222, and 223" registry.¶
A new IS-IS Deterministic Link Sub-TLV is defined and the format is as shown in the following figure.¶
where:¶
A new IS-IS Deterministic Link Maximum Reservable Bandwidth Sub-sub-TLV is defined and the format is as shown in the following figure.¶
where:¶
A new IS-IS Deterministic Link Available Bandwidth Sub-sub-TLV is defined and the format is as shown in the following figure.¶
where:¶
A new IS-IS Deterministic Link Delay Sub-sub-TLV is defined and the format is as shown in the following figure.¶
where:¶
TBA¶
Security considerations for DetNet are covered in the DetNet Architecture [RFC8655] and DetNet controller plane [I-D.ietf-detnet-controller-plane-framework] and DetNet security considerations [RFC9055]. The security considerations specified in [RFC5304] are also applicable to the IGP procedures defined in this document.¶
IANA is requested to register the following sub-TLVs in the "Sub-TLVs for TLVs 22, 23, 141, 222,and 223" registry:¶
Type Description ------------------------------------ TBD1 Deterministic Link Sub-TLV TBD2 Deterministic Link Maximum Reservable Bandwidth Sub-sub-TLV TBD3 Deterministic Link Available Bandwidth Sub-sub-TLV TBD4 Deterministic Link Delay Sub-sub-TLV¶
The authors would like to acknowledge Aihua Liu, Bin Tan for their thorough review and very helpful comments.¶