Routing Area Working Group | S. Litkowski |
Internet-Draft | Orange Business Service |
Intended status: Standards Track | B. Decraene |
Expires: September 28, 2017 | Orange |
M. Horneffer | |
Deutsche Telekom | |
March 27, 2017 |
Link State protocols SPF trigger and delay algorithm impact on IGP micro-loops
draft-ietf-rtgwg-spf-uloop-pb-statement-03
A micro-loop is a packet forwarding loop that may occur transiently among two or more routers in a hop-by-hop packet forwarding paradigm.
In this document, we are trying to analyze the impact of using different Link State IGP implementations in a single network in regards of micro-loops. The analysis is focused on the SPF triggers and SPF delay algorithm.
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 [RFC2119].
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."
This Internet-Draft will expire on September 28, 2017.
Copyright (c) 2017 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.
Link State IGP protocols are based on a topology database on which a SPF (Shortest Path First) algorithm like Dijkstra is implemented to find the optimal routing paths.
Specifications like IS-IS ([RFC1195]) propose some optimizations of the route computation (See Appendix C.1) but not all the implementations are following those not mandatory optimizations.
We will call SPF trigger, the events that would lead to a new SPF computation based on the topology.
Link State IGP protocols, like OSPF ([RFC2328]) and IS-IS ([RFC1195]), are using plenty of timers to control the router behavior in case of churn: SPF delay, PRC delay, LSP generation delay, LSP flooding delay, LSP retransmission interval ...
Some of those timers are standardized in protocol specification, some are not especially the SPF computation related timers.
For non standardized timers, implementations are free to implement it in any way. For some standardized timer, we can also see that rather than using static configurable values for such timer, implementations may offer dynamically adjusted timers to help controlling the churn.
We will call SPF delay, the timer that exists in most implementations that specifies the required delay before running SPF computation after a SPF trigger is received.
A micro-loop is a packet forwarding loop that may occur transiently among two or more routers in a hop-by-hop packet forwarding paradigm. We can observe that these micro-loops are formed when two routers do not update their Forwarding Information Base (FIB) for a certain prefix at the same time. The micro-loop phenomenon is described in [I-D.ietf-rtgwg-microloop-analysis].
Some micro-loop mitigation techniques have been defined by IETF (e.g. [RFC6976], [I-D.ietf-rtgwg-uloop-delay]) but are not implemented due to complexity or are not providing a complete mitigation.
In multi vendor networks, using different implementations of a link state protocol may favor micro-loops creation during the convergence process due to discrepancies of timers. Service Providers are already aware to use similar timers for all the network as a best practice, but sometimes it is not possible due to limitations of implementations.
This document will present why it sounds important for service providers to have consistent implementations of Link State protocols across vendors. We are particularly analyzing the impact of using different Link State IGP implementations in a single network in regards of micro-loops. The analysis is focused on the SPF triggers and the SPF delay algorithm.
This document is only stating the problem, and defining some work items but its not intended to provide a solution.
A ---- B | | 10 | | 10 | | C ---- D | 2 | Px Px Figure 1
The micro-loop appears due to the asynchronous convergence of nodes in a network when an event occurs.
Multiple factors (and combination of these factors) may increase the probability for a micro-loop to appear:
This document will focus on analysis SPF delay (and associated triggers).
Depending of the change advertised in LSP/LSA, the topology may be affected or not. An implementation may avoid running the SPF computation (and may only run IP reachability computation instead) if the advertised change is not affecting topology.
Different strategies exists to trigger the SPF computation:
As pointed in Section 1, SPF optimizations are not mandatory in specifications, leading to multiple strategies to be implemented.
Implementations of link state routing protocols use different strategies to delay the SPF computation. We usually see the following:
Those behavior will be explained in the next sections.
The SPF delay is managed by four parameters:
Example: Rapid delay = 50msec, Rapid runs = 3, Slow delay = 1sec, Wait time = 2sec
SPF delay time ^ | | SD- | x xx x | | | RD- | x x x x | +---------------------------------> Events | | | | || | | < wait time >
The algorithm has two modes: the fast mode and the backoff mode. In the backoff mode, the SPF delay is increasing exponentially at each run. The SPF delay is managed by four parameters:
Example: First delay = 50msec, Incremental delay = 50msec, Maximum delay = 1sec, Wait time = 2sec
SPF delay time ^ MD- | xx x | | | | | | x | | | | x | FD- | x x x ID | +---------------------------------> Events | | | | || | | < wait time > FM->BM -------------------->FM
S ---- E | | 10 | | 10 | | D ---- A | 2 Px Figure 2
In the diagram above, we consider a flow of packet from S to D. We consider that S is using optimized SPF triggering (Full SPF is triggered only when necessary), and two steps SPF delay (rapid=150ms,rapid-runs=3, slow=1s). As implementation of S is optimized, Partial Reachability Computation (PRC) is available. We consider the same timers as SPF for delaying PRC. We consider that E is using a SPF trigger strategy that always compute Full SPF and exponential backoff strategy for SPF delay (start=150ms, inc=150ms, max=1s)
We also consider the following sequence of events (note : the time scale does not intend to represent a real router time scale where jitters are introduced to all timers) :
Time | Network Event | Router S events | Router E events |
---|---|---|---|
t0=0 | Prefix DOWN | ||
10ms | Schedule PRC (in 150ms) | Schedule SPF (in 150ms) | |
160ms | PRC starts | SPF starts | |
161ms | PRC ends | ||
162ms | RIB/FIB starts | ||
163ms | SPF ends | ||
164ms | RIB/FIB starts | ||
175ms | RIB/FIB ends | ||
178ms | RIB/FIB ends | ||
200ms | Prefix UP | ||
212ms | Schedule PRC (in 150ms) | ||
214ms | Schedule SPF (in 150ms) | ||
370ms | PRC starts | ||
372ms | PRC ends | ||
373ms | SPF starts | ||
373ms | RIB/FIB starts | ||
375ms | SPF ends | ||
376ms | RIB/FIB starts | ||
383ms | RIB/FIB ends | ||
385ms | RIB/FIB ends | ||
400ms | Prefix DOWN | ||
410ms | Schedule PRC (in 300ms) | Schedule SPF (in 300ms) | |
710ms | PRC starts | SPF starts | |
711ms | PRC ends | ||
712ms | RIB/FIB starts | ||
713ms | SPF ends | ||
714ms | RIB/FIB starts | ||
716ms | RIB/FIB ends | RIB/FIB ends | |
1000ms | S-D link DOWN | ||
1010ms | Schedule SPF (in 150ms) | Schedule SPF (in 600ms) | |
1160ms | SPF starts | ||
1161ms | SPF ends | ||
1162ms | Micro-loop may start from here | RIB/FIB starts | |
1175ms | RIB/FIB ends | ||
1612ms | SPF starts | ||
1615ms | SPF ends | ||
1616ms | RIB/FIB starts | ||
1626ms | Micro-loop ends | RIB/FIB ends |
In the table above, we can see that due to discrepancies in the SPF management, after multiple events (of a different type), the values of the SPF delay are completely misaligned between nodes leading to long micro-loops creation.
The same issue can also appear with only single type of events as displayed below:
Time | Network Event | Router S events | Router E events |
---|---|---|---|
t0=0 | Link DOWN | ||
10ms | Schedule SPF (in 150ms) | Schedule SPF (in 150ms) | |
160ms | SPF starts | SPF starts | |
161ms | SPF ends | ||
162ms | RIB/FIB starts | ||
163ms | SPF ends | ||
164ms | RIB/FIB starts | ||
175ms | RIB/FIB ends | ||
178ms | RIB/FIB ends | ||
200ms | Link DOWN | ||
212ms | Schedule SPF (in 150ms) | ||
214ms | Schedule SPF (in 150ms) | ||
370ms | SPF starts | ||
372ms | SPF ends | ||
373ms | SPF starts | ||
373ms | RIB/FIB starts | ||
375ms | SPF ends | ||
376ms | RIB/FIB starts | ||
383ms | RIB/FIB ends | ||
385ms | RIB/FIB ends | ||
400ms | Link DOWN | ||
410ms | Schedule SPF (in 150ms) | Schedule SPF (in 300ms) | |
560ms | SPF starts | ||
561ms | SPF ends | ||
562ms | Micro-loop may start from here | RIB/FIB starts | |
568ms | RIB/FIB ends | ||
710ms | SPF starts | ||
713ms | SPF ends | ||
714ms | RIB/FIB starts | ||
716ms | Micro-loop ends | RIB/FIB ends | |
1000ms | Link DOWN | ||
1010ms | Schedule SPF (in 1s) | Schedule SPF (in 600ms) | |
1612ms | SPF starts | ||
1615ms | SPF ends | ||
1616ms | Micro-loop may start from here | RIB/FIB starts | |
1626ms | RIB/FIB ends | ||
2012ms | SPF starts | ||
2014ms | SPF ends | ||
2015ms | RIB/FIB starts | ||
2025ms | Micro-loop ends | RIB/FIB ends | |
In order to enhance the current Link State IGP behavior, authors would encourage working on standardization of some behaviours.
Authors are proposing the following work items :
Using the same event sequence as in figure 2, we may expect fewer and/or shorter micro-loops using standardized implementations.
Time | Network Event | Router S events | Router E events |
---|---|---|---|
t0=0 | Prefix DOWN | ||
10ms | Schedule PRC (in 150ms) | Schedule SPF (in 150ms) | |
160ms | PRC starts | PRC starts | |
161ms | PRC ends | ||
162ms | RIB/FIB starts | PRC ends | |
163ms | RIB/FIB starts | ||
175ms | RIB/FIB ends | ||
176ms | RIB/FIB ends | ||
200ms | Prefix UP | ||
212ms | Schedule PRC (in 150ms) | ||
213ms | Schedule PRC (in 150ms) | ||
370ms | PRC starts | PRC starts | |
372ms | PRC ends | ||
373ms | RIB/FIB starts | PRC ends | |
374ms | RIB/FIB starts | ||
383ms | RIB/FIB ends | ||
384ms | RIB/FIB ends | ||
400ms | Prefix DOWN | ||
410ms | Schedule PRC (in 300ms) | Schedule PRC (in 300ms) | |
710ms | PRC starts | PRC starts | |
711ms | PRC ends | PRC ends | |
712ms | RIB/FIB starts | ||
713ms | RIB/FIB starts | ||
716ms | RIB/FIB ends | RIB/FIB ends | |
1000ms | S-D link DOWN | ||
1010ms | Schedule SPF (in 150ms) | Schedule SPF (in 150ms) | |
1160ms | SPF starts | ||
1161ms | SPF ends | SPF starts | |
1162ms | Micro-loop may start from here | RIB/FIB starts | SPF ends |
1163ms | RIB/FIB starts | ||
1175ms | RIB/FIB ends | ||
1177ms | Micro-loop ends | RIB/FIB ends |
As displayed above, there could be some other parameters like router computation power, flooding timers that may also influence micro-loops. In the figure 5, we consider E to be a bit slower than S, leading to micro-loop creation. Despite of this, we expect that by aligning implementations at least on SPF trigger and SPF delay, service provider may reduce the number and the duration of micro-loops.
This document does not introduce any security consideration.
Authors would like to thank Mike Shand for his useful comments.
This document has no action for IANA.
[RFC1195] | Callon, R., "Use of OSI IS-IS for routing in TCP/IP and dual environments", RFC 1195, DOI 10.17487/RFC1195, December 1990. |
[RFC2119] | Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels", BCP 14, RFC 2119, DOI 10.17487/RFC2119, March 1997. |
[RFC2328] | Moy, J., "OSPF Version 2", STD 54, RFC 2328, DOI 10.17487/RFC2328, April 1998. |
[I-D.ietf-rtgwg-microloop-analysis] | Zinin, A., "Analysis and Minimization of Microloops in Link-state Routing Protocols", Internet-Draft draft-ietf-rtgwg-microloop-analysis-01, October 2005. |
[I-D.ietf-rtgwg-uloop-delay] | Litkowski, S., Decraene, B., Filsfils, C. and P. Francois, "Micro-loop prevention by introducing a local convergence delay", Internet-Draft draft-ietf-rtgwg-uloop-delay-03, November 2016. |
[RFC6976] | Shand, M., Bryant, S., Previdi, S., Filsfils, C., Francois, P. and O. Bonaventure, "Framework for Loop-Free Convergence Using the Ordered Forwarding Information Base (oFIB) Approach", RFC 6976, DOI 10.17487/RFC6976, July 2013. |