MPLS Working Group | G. Mirsky |
Internet-Draft | ZTE Corp. |
Intended status: Standards Track | April 21, 2017 |
Expires: October 23, 2017 |
BFD for Multipoint Networks over Point-to-Multi-Point MPLS LSP
draft-mirsky-mpls-p2mp-bfd-00
This document describes procedures for using Bidirectional Forwarding Detection (BFD) for multipoint networks to detect data plane failures in Multiprotocol Label Switching (MPLS) point-to-multipoint (p2mp) Label Switched Paths (LSPs). It also describes applicability of out-band solutions to bootstrap a BFD session in this environment.
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 October 23, 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.
MPLS: Multiprotocol Label Switching
LSP: Label Switched Path
BFD: Bidirectional Forwarding Detection
p2mp: Point-to-Multipoint
FEC: Forwarding Equivalence Class
G-ACh: Generic Associated Channel
ACH: Associated Channel Header
GAL: G-ACh Label
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].
[I-D.ietf-bfd-multipoint] defines a method of using Bidirectional Detection (BFD) [RFC5880] to monitor and detect unicast failures between the sender (head) and one or more receivers (tails) in multipoint or multicast networks. This document describes procedures for using such mode of BFD protocol to detect data plane failures in Multiprotocol Label Switching (MPLS) point-to-multipoint (p2mp) Label Switched Paths (LSPs). The document also describes applicability of out-band solutions to bootstrap a BFD session in this environment.
[I-D.ietf-bfd-multipoint] defines the tail of multipoint BFD session demultiplexes received BFD control packet based not on Your Discriminator, as defined in [RFC5880], but using source IP address, My Discriminator and the identity of the multipoint tree which the Multipoint BFD Control packet was received from. The identity of the multipoint tree MAY be provided by the p2mp MPLS LSP label in case of inclusive p-tree or upstream assigned label in case of aggregate p-tree.
IP/UDP encapsulation for multipoint BFD over p2mp MPLS LSP follows the same rules as defined in Section 7 [RFC5884] for BFD over p2p LSP:
Non-IP encapsulation for multipoint BFD over p2mp MPLS LSP MUST use Generic Associated Channel (G-ACh) Label (GAL) [RFC5586] at the bottom of the label stack followed by Associated Channel Header (ACH). Channel Type field in ACH MUST be set to BFD CV [RFC6428]. To provide identity of the MultipointHead for the particular multipoint BFD session this document defines new Source MEP ID type TBA1 Section 5.1 IP Address. If the Legnth value is 4, then the Value field contains IPv4 address. If the Length value is 16, then the Value field contains IPv6 address. Any other value of the Length field MUST be considered as error and the BFD control packet MUST be discarded.
MaultipointHead MAY use LSP Ping [RFC8029] using in Target FEC TLV, as appropriate, sub-TLVs defined in Section 3.1 [RFC6425].
BGP-BFD Attribute [I-D.ietf-bess-mvpn-fast-failover] MAY be used to bootstrap multipoint BFD session on a tail.
IANA is required to allocate value (TBD) for the Source Source MEP ID IP Address type from the "CC/CV MEP-ID TLV" registry which is under the "Pseudowire Associated Channel Types" registry.
Value | Description | Reference |
---|---|---|
TBA1 | IP Address | This document |
Thi document does not introduce new security aspects but inherits all security considerations from [RFC5880], [RFC5884], [RFC7726], [I-D.ietf-bfd-multipoint], [RFC8029], and [RFC6425].