Network Working Group | Mankamana. Mishra |
Internet-Draft | Stig. Venaas |
Intended status: Standards Track | Cisco Systems |
Expires: January 3, 2019 | Mahesh. Sivakumar |
juniper networks | |
Zheng(Sandy). Zhang | |
ZTE Corporation | |
Mikael. Abrahamsson | |
July 2, 2018 |
PIM Designated Router graceful shutdown
draft-mankamana-pim-graceful-dr-shutdown-00
On a multi-access network, one of the PIM routers is elected as a Designated Router (DR). On the last hop LAN, the PIM DR is responsible for tracking local multicast listeners and forwarding traffic to these listeners if the group is operating in PIM-SM. In case of a network maintenance, where we want to bring down the current DR, there is currently no way to gracefully handover the PIM DR role to a new DR on the shared LAN. In this document, we propose a modification to the PIM-SM protocol that allows PIM DR to gracefully shutdown or go down for maintenance. We also provide a procedure for PIM DR to gracefully handover its role to a new PIM DR in the network.
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 January 3, 2019.
Copyright (c) 2018 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.
On a multi-access LAN such as an Ethernet, one of the PIM routers is elected as a DR. The PIM DR represents the LAN segment/broadcast domain in the PIM topology tree and has two roles to play in the PIM-SM protocol. For sources connected to the segment, the PIM DR is responsible for registering one or more active sources with the Rendezvous Point (RP) if the group is operating in PIM-SM. In addition, on the last hop LAN, the PIM DR is responsible for tracking local multicast listeners and forwarding data traffic to these listeners if the group is operating in PIM-SM.
Consider the following last hop LAN in Figure 1:
( core networks ) | | | | | | R1 R2 R3 | | | --(last hop LAN)-- | | (many receivers) Figure 1: Last Hop LAN
Assume R1 is elected as the Designated Router. According to [RFC4601], R1 will be responsible for forwarding traffic to that LAN on behalf of any local members. In addition to keeping track of IGMP and MLD membership reports, R1 is also responsible for initiating the creation of source and/or shared trees towards the sources or the RPs.
If R1 needs to go on planned maintenance, the current approach is to lower the DR priority which would make sure that another PIM router on the LAN gets elected as the new DR and starts forwarding multicast traffic.
With this approach, R1 gives away DR role as soon as new priority is configured and a new PIM DR (lets assume R3) starts building a multicast tree and starts forwarding multicast traffic on the LAN. However, this could cause traffic disruption for the duration it takes for R3 to build the upstream multicast tree.
This draft defines a mechanism in the PIM protocol to handover DR role gracefully and as a result minimize traffic disruption.
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] .
With respect to PIM, this document follows the terminology that has been defined in [RFC4601] and [RFC7761] . Many places this draft would refer to PIM RFC [RFC4601] but it MUST be considered [RFC7761] as well.
In this draft, we define a new hello option to enable the graceful handover of a DR during planned maintenance.In Section 3.1, we describe the proposed mechanism. In Section 3.2, we evaluate the impact of the mechanism on the network under different conditions. Section 4 describes the proposed hello option.
This section covers impact of PIM hello with Section 4 option
There are two cases to consider,
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 = TBD | Length | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ Figure 2: Graceful DR handoff Hello Option
where
A new PIM Hello option is TBD..
Security of the new PIM Hello Options is only guaranteed by the security of PIM Hello message, so the security considerations for PIM Hello messages as described in PIM-SM [RFC4601] apply here.
In addition to the authors listed on the front page, the following co-authors have also contributed to original idea.
Krishna Muddenahally Ananthamurthy
Cisco Systems
Sameer Gulrajani
Cisco systems
Rishabh Parekh
Cisco systems
[RFC2119] | Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels", BCP 14, RFC 2119, DOI 10.17487/RFC2119, March 1997. |
[RFC4601] | Fenner, B., Handley, M., Holbrook, H. and I. Kouvelas, "Protocol Independent Multicast - Sparse Mode (PIM-SM): Protocol Specification (Revised)", RFC 4601, DOI 10.17487/RFC4601, August 2006. |
[RFC6395] | Gulrajani, S. and S. Venaas, "An Interface Identifier (ID) Hello Option for PIM", RFC 6395, DOI 10.17487/RFC6395, October 2011. |
[RFC7761] | Fenner, B., Handley, M., Holbrook, H., Kouvelas, I., Parekh, R., Zhang, Z. and L. Zheng, "Protocol Independent Multicast - Sparse Mode (PIM-SM): Protocol Specification (Revised)", STD 83, RFC 7761, DOI 10.17487/RFC7761, March 2016. |
[HELLO-OPT] | IANA, "PIM Hello Options", IANA PIM-HELLO-OPTIONS, March 2007. |