Network Working Group T. Przygienda
Internet-Draft C. Barth
Intended status: Standards Track Juniper Networks
Expires: 5 January 2025 4 July 2024
Optional IS-IS Fragment Timestamping
draft-rigatoni-lsr-isis-fragment-timestamping-00
Abstract
Many applications in today’s networks rely on reliable and timely
flooding of link-state information, such as, but not limited to
Traffic Engineered networks. If such link-state information is
delayed it can be difficult for those applications to adequately
fulfill their intended functionality. This document describes
extensions to ISIS supporting distribution of fragment origination
time. The origination time can be used to aid troubleshooting and/or
by the applications themselves to improve their behavior.
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 5 January 2025.
Copyright Notice
Copyright (c) 2024 IETF Trust and the persons identified as the
document authors. All rights reserved.
Przygienda & Barth Expires 5 January 2025 [Page 1]
Internet-Draft Optional IS-IS Fragment Timestamping July 2024
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.
Table of Contents
1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 2
2. Timestamp TLV . . . . . . . . . . . . . . . . . . . . . . . . 3
3. Normative References . . . . . . . . . . . . . . . . . . . . 4
4. Informative References . . . . . . . . . . . . . . . . . . . 4
Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . 5
1. Introduction
Many applications in today’s networks rely on reliable and timely
flooding of link-state information, such as, but not limited to
Traffic Engineered networks and advanced telemetry solutions. If
such information is delayed during flooding it can be difficult for
those applications to adequately fulfill their intended purpose.
This document describes extensions to ISIS allowing it to carry the
origination time on each fragment. The origination time can be used
to aid troubleshooting of large domains and/or by the applications
themselves to improve their behavior.
As an example, in case of Traffic Engineered Networks synchronization
of the Traffic Engineering Database (TED) enables the compute nodes
to adapt to changes in the network state and/or react to network
events in a timely manner. Relying on a synchronized TED while the
flooding information is delayed can easily lead to service
degradation due to substandard re-optimization of network load. The
origination time proposed in this document is meant to be used by the
compute nodes or by an operator of Traffic Engineered Network to
measure any delays incurred in TED synchronization. The awareness of
delays in the distribution of information can be incorporated further
into algorithms and network tooling to improve the responsiveness and
quality of decisions taken.
Przygienda & Barth Expires 5 January 2025 [Page 2]
Internet-Draft Optional IS-IS Fragment Timestamping July 2024
A requirement for the correct interpretation of the additions
proposed in this document is an infrastructure capable of
synchronizing time across devices involved so the timestamps at the
various points of interest become comparable. This could be
accomplished by utilizing Precision Time Protocol (PTP) IEEE Std.
1588 [IEEEstd1588] or 802.1AS [IEEEstd8021AS] designed for bridged
LANs. The achieved precision is carried in the timestamp of the
fragment.
2. Timestamp TLV
This section defines a new, optional TLV that can be present in any
fragment. In case of multiple instances of the TLV in a fragment
only the first occurrence MUST be used. The semantics of the TLV is
the point in time the fragment with the current sequence number has
been generated. Its absence signifies that such information is not
available.
For practical purposes, although desirable, timestamping the moment a
fragment is flooded would be preferable but beside practical
implementation problems this could generate on different interfaces
the same fragment with different content which breaks one of the
fundamental tenants of link-state protocols. However, an
implementation is free to choose to use, e.g. the moment the fragment
is queued for flooding first time rather than the time the version is
generated.
To save space the timestamp is following semantically [IEEEstd1588]
with the exception of shorter seconds field including a wrap-around
for the epoch and carrying only 2^-4 of a second as maximum
resolution of the timestamp since this is considered sufficient for
link-state purposes. The specification follows further guidelines of
[RFC8877].
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 | Length |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Seconds |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Frac | Prec |
+-+-+-+-+-+-+-+-+
Figure 1
* Type: TBD1
Przygienda & Barth Expires 5 January 2025 [Page 3]
Internet-Draft Optional IS-IS Fragment Timestamping July 2024
* Length: ...
* Seconds: 4 bytes of number of seconds since the PTP epoch and
following its semantics at shortened length. Any value smaller
than 0x5000_0000 (roughly AD 2012) MUST be considered as 2^32 +
field value (i.e. a number larger than 2^32). The resulting
wraparound will occur in the year 2078.
* Fraction: 4-bits of fraction of the second in units of 2^-4 which
is equivalent to 1/16 of a second or roughly 60 msec.
* Precision: 4 bits indicating the maximum possible slip (either in
future or past) of the clock used to generate the timestamp
(depending on the synchronization protocol) as 2^-Precision where
at minimum of the range 0 signifies 1 second precision (minimum
required) and at maximum of the range 16 indicates a precision of
60 msecs or better. For practical purposes this can be as well
the minimum precision of the synchronization protocol, e.g.
stratum deviation.
3. Normative References
[IEEEstd1588]
IEEE, "IEEE Standard for a Precision Clock Synchronization
Protocol for Networked Measurement and Control Systems",
IEEE Standard 1588,
.
[IEEEstd8021AS]
IEEE, "IEEE Standard for Local and Metropolitan Area
Networks - Timing and Synchronization for Time-Sensitive
Applications in Bridged Local Area Networks",
IEEE Standard 802.1AS,
.
4. Informative References
[RFC8126] Cotton, M., Leiba, B., and T. Narten, "Guidelines for
Writing an IANA Considerations Section in RFCs", BCP 26,
RFC 8126, DOI 10.17487/RFC8126, June 2017,
.
[RFC8877] Mizrahi, T., Fabini, J., and A. Morton, "Guidelines for
Defining Packet Timestamps", RFC 8877,
DOI 10.17487/RFC8877, September 2020,
.
Przygienda & Barth Expires 5 January 2025 [Page 4]
Internet-Draft Optional IS-IS Fragment Timestamping July 2024
Authors' Addresses
Tony Przygienda
Juniper Networks
Email: prz@juniper.net
Colby Barth
Juniper Networks
Email: cbarth@juniper.net
Przygienda & Barth Expires 5 January 2025 [Page 5]