RFC 9805 | Deprecate IPv6 Router Alert for New Prot | June 2025 |
Bonica | Standards Track | [Page] |
This document deprecates the IPv6 Router Alert Option. Protocols that use the Router Alert Option may continue to do so, even in future versions. However, new protocols that are standardized in the future must not use the Router Alert Option.¶
This document updates RFC 2711.¶
This is an Internet Standards Track document.¶
This document is a product of the Internet Engineering Task Force (IETF). It represents the consensus of the IETF community. It has received public review and has been approved for publication by the Internet Engineering Steering Group (IESG). Further information on Internet Standards is available in Section 2 of RFC 7841.¶
Information about the current status of this document, any errata, and how to provide feedback on it may be obtained at https://www.rfc-editor.org/info/rfc9805.¶
Copyright (c) 2025 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 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.¶
In IPv6 [RFC8200], optional internet-layer information is encoded in separate headers that may be placed between the IPv6 header and the upper-layer header in a packet. There is a small number of such extension headers, each one identified by a distinct Next Header value.¶
One of these extension headers is called the Hop-by-Hop Options header. The Hop-by-Hop Options header is used to carry optional information that may be examined and processed by every node along a packet's delivery path.¶
The Hop-by-Hop Options header can carry one or more options. Among these is the Router Alert Option [RFC2711].¶
The Router Alert Option provides a mechanism whereby routers can know when to intercept datagrams not addressed to them without having to extensively examine every datagram. The semantic of the Router Alert Option is that "routers should examine this datagram more closely". Excluding this option tells the router that there is no need to examine this datagram more closely.¶
As explained below, the Router Alert Option introduces many issues.¶
This document updates [RFC2711]. Implementers of protocols that continue to use the Router Alert Option can continue to reference [RFC2711] for Router Alert Option details.¶
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.¶
[RFC6398] identifies security considerations associated with the Router Alert Option. In a nutshell, the IP Router Alert Option does not provide a universal mechanism to accurately and reliably distinguish between IP Router Alert packets of interest and unwanted IP Router Alerts. This creates a security concern because, short of appropriate router-implementation-specific mechanisms, the router's control plane is at risk of being flooded by unwanted traffic.¶
[RFC6192] demonstrates how a network operator can deploy Access Control Lists (ACLs) that protect the control plane from DoS attacks. These ACLs are effective and efficient when they select packets based upon information that can be found in a fixed position. However, they become less effective and less efficient when they must parse a Hop-by-Hop Options header, searching for the Router Alert Option.¶
Network operators can address the security considerations raised in [RFC6398] by:¶
Deploying the operationally complex and computationally expensive ACLs described in [RFC6192].¶
Configuring their routers to ignore the Router Alert Option.¶
Dropping or severely rate limiting packets that contain the Hop-by-Hop Options header at the network edge.¶
These options become less viable as protocol designers continue to design protocols that use the Router Alert Option.¶
[RFC9673] seeks to eliminate hop-by-hop processing on the control plane. However, because of its unique function, the Router Alert option is granted an exception to this rule. One approach would be to deprecate the Router Alert option, because current usage beyond the local network appears to be limited and packets containing Hop-by-Hop options are frequently dropped. Deprecation would allow current implementations to continue using it, but its use could be phased out over time.¶
This document deprecates the IPv6 Router Alert Option. Protocols that use the Router Alert Option MAY continue to do so, even in future versions. However, new protocols that are standardized in the future MUST NOT use the Router Alert Option. Appendix A contains an exhaustive list of protocols that MAY continue to use the Router Alert Option.¶
A number of protocols use the Router Alert option; these are listed in Appendix A. The only protocols in Appendix A that have widespread deployment are Multicast Listener Discovery Version 2 (MLDv2) [RFC9777] and Multicast Router Discovery (MRD) [RFC4286]. The other protocols either have limited deployment, are experimental, or have no known implementation.¶
It is left for future work to develop new versions of MLDv2 and MRD that do not rely on the Router Alert option. That task is out of scope for this document.¶
This document mitigates all security considerations associated with the IPv6 Router Alert Option. These security considerations can be found in [RFC2711], [RFC6192], and [RFC6398].¶
IANA has marked the Router Alert Option as "DEPRECATED for New Protocols" in the "Destination Options and Hop-by-Hop Options" registry and added this document as a reference.¶
IANA has also made a note in the "IPv6 Router Alert Option Values" registry stating that the registry is closed for allocations and added a reference to this document. The experimental codepoints in this registry have been changed to "Reserved" (i.e., they are no longer available for experimentation).¶
Table 1 contains an exhaustive list of protocols that use the IPv6 Router Alert Option. There are no known IPv6 implementations of MPLS Ping. Neither Integrated Services (Intserv) nor Next Steps in Signaling (NSIS) are widely deployed. All NSIS protocols are experimental. Pragmatic Generic Multicast (PGM) is experimental, and there are no known IPv6 implementations.¶
Protocol | References | Application |
---|---|---|
Multicast Listener Discovery Version 2 (MLDv2) | [RFC9777] | IPv6 Multicast |
Multicast Router Discovery (MRD) | [RFC4286] | IPv6 Multicast |
Pragmatic General Multicast (PGM) | [RFC3208] | IPv6 Multicast |
MPLS Ping (Use of the Router Alert Option is deprecated) | [RFC7506][RFC8029][RFC9570] | MPLS Operations, Administration, and Maintenance (OAM) |
Resource Reservation Protocol (RSVP): Both IPv4 and IPv6 implementations | [RFC3175] [RFC5946] [RFC6016] [RFC6401] | Integrated Services (Intserv) [RFC1633] and Multiprotocol Label Switching (MPLS) [RFC3031] |
Next Steps in Signaling (NSIS) | [RFC5979] [RFC5971] | NSIS [RFC4080] |
Thanks to Zafar Ali, Brian Carpenter, Toerless Eckert, David Farmer, Adrian Farrel, Bob Hinden, and Jen Linkova for their reviews of this document.¶