Inter Stateful Path Computation Element (PCE) Communication Procedures.
draft-litkowski-pce-state-sync-09
PCE Working Group S. Litkowski
Internet-Draft Cisco
Intended status: Standards Track S. Sivabalan
Expires: May 5, 2021 Ciena Corporation
C. Li
H. Zheng
Huawei Technologies
November 1, 2020
Inter Stateful Path Computation Element (PCE) Communication Procedures.
draft-litkowski-pce-state-sync-09
Abstract
The Path Computation Element Communication Protocol (PCEP) provides
mechanisms for Path Computation Elements (PCEs) to perform path
computation in response to a Path Computation Client (PCC) request.
The Stateful PCE extensions allow stateful control of Multi-Protocol
Label Switching (MPLS) Traffic Engineering (TE) Label Switched Paths
(LSPs) using PCEP.
A Path Computation Client (PCC) can synchronize an LSP state
information to a Stateful Path Computation Element (PCE). The
stateful PCE extension allows a redundancy scenario where a PCC can
have redundant PCEP sessions towards multiple PCEs. In such a case,
a PCC gives control of a LSP to only a single PCE, and only one PCE
is responsible for path computation for this delegated LSP.
There are some use cases, where an inter-PCE stateful communication
can bring additional resiliency in the design, for instance when some
PCC-PCE session fails. The inter-PCE stateful communication may also
provide a faster update of the LSP states when such an event occurs.
Finally, when, in a redundant PCE scenario, there is a need to
compute a set of paths that are part of a group (so there is a
dependency between the paths), there may be some cases where the
computation of all paths in the group is not handled by the same PCE:
this situation is called a split-brain. This split-brain scenario
may lead to computation loops between PCEs or suboptimal path
computation.
This document describes the procedures to allow a stateful
communication between PCEs for various use-cases and also the
procedures to prevent computations loops.
Litkowski, et al. Expires May 5, 2021 [Page 1]
Internet-Draft state-sync November 2020
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.
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 May 5, 2021.
Copyright Notice
Copyright (c) 2020 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 and Problem Statement . . . . . . . . . . . . . 3
1.1. Reporting LSP Changes . . . . . . . . . . . . . . . . . . 4
1.2. Split-Brain . . . . . . . . . . . . . . . . . . . . . . . 5
1.3. Applicability to H-PCE . . . . . . . . . . . . . . . . . 12
2. Proposed solution . . . . . . . . . . . . . . . . . . . . . . 12
2.1. State-sync session . . . . . . . . . . . . . . . . . . . 12
Litkowski, et al. Expires May 5, 2021 [Page 2]
Internet-Draft state-sync November 2020
2.2. Primary/Secondary relationship between PCE . . . . . . . 14
3. Procedures and Protocol Extensions . . . . . . . . . . . . . 14
Show full document text