Internet-Draft | bitmask-route-target | April 2021 |
Zhang, et al. | Expires 23 October 2021 | [Page] |
This document specifies a new type of Route Target called Bitmask Route Target as a BGP Community Container. The key element of a Bitmask Route Target is a Bitmask. Two Bitmask Route Targets are considered equivalent for the purpose of controlling route propagation (via Route Target Constraints) and importation if the result of logical "AND" operation of the Bitmask of the two is non-zero.¶
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.¶
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 23 October 2021.¶
Copyright (c) 2021 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.¶
The importation and propagation of BGP routes can be controlled using Route Targets [RFC4364] and Constrained Route Target Distribution (RT-C) [RFC4684]. RT-C relies on matching a Route Target prefix. The typical matching use case is the full 8-octet encoding of the Route Target Extended Community.¶
For some applications, it's desirable to have a Route Target with the semantic of a bit-string. For such situations and it may be desirable to match such bit-string Route Targets that have specific bits set. This document defines a new type of Route Target for that purpose.¶
An example use case of this Bitmask Route Target is documented in [I-D.zzhang-teas-network-slicing-with-flex-te].¶
The use of Bitmask Route Target with Constrained Route Target Distribution is specified separately in [I-D.zzhang-idr-bgp-rt-constrains-extension].¶
The Bitmask Route Target is a Transitive BGP Community Container of type TBD1 [I-D.ietf-idr-wide-bgp-communities].¶
The semantics of Global Administrator and Local Administor are identical to those in [RFC4360].¶
The container's contents is a series of Bitmask Route Targets. Each Bitmask Route Target includes a 1-octet Global Administrator (GA) Type, a 1-octet GA Sub-Type, 1-octet GA Length, a variable length GA, a 4-octet Local Administrator (LA), a 1-octet Bitmask Length in number of octets, and a variable length Bitmask.¶
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 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | GA Type | GA Sub-Type | GA Length | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Global Administrator (variable length) ~ +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Local Administrator | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Bitmask Length | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ ~ Bitmask (variable length) ~ +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+¶
The following GA Types and corresponding lengths are defined in this document:¶
The follow GA Sub-Types are defined in this document:¶
A Bitmask Route Target, A, is considered to match Bitmask Route Target, B, for the purpose of controlling propagation and importation of a route with an attached Bitmask Route Target B if the following conditions are met:¶
Either:¶
A Bitmask Route Target MUST NOT be originated with a RESERVED GA Type. Implementations receiving BGP Routes with a RESERVED Bitmask Route Target MUST check its syntactic correctness and MAY silently discard it.¶
A Bitmask Route Target SHOULD NOT be originated with a Bitmask Length of 0.¶
A Bitmask Route Target is considered malformed if:¶
BGP Updates containing malformed Bitmask Route Targets should use the Treat-as-withdraw behavior for the routes in the Update according to [RFC7606].¶
This document does not change security aspects as discussed in [RFC4364] and [I-D.ietf-idr-wide-bgp-communities].¶
This document requests IANA to assign a BGP Community Container Type for the Bitmask Route Target from the "BGP Community Container Types" registry for TBD1.¶
This document requests IANA to setup a "Bitmask Route Target Global Administrator Type Registry". The initial allocation and policy for this registry is:¶
GA Type | GA Type Name | GA Type Length (octets) | Reference |
---|---|---|---|
0 | RESERVED | UNSPECIFIED | This document |
1 | AS Number | 4 | This document |
2 | IPv4 Address | 4 | This document |
3 | IPv6 Address | 16 | This document |
4..127 | Available, Specification Required | TBD | - |
128..254 | Available, First Come, First Served | TBD | - |
255 | RESERVED | UNSPECIFIED | This document |
This document requests IANA to setup a "Bitmask Route Target Global Administrator Sub-Type Registry". The initial allocation and policy for this registry is:¶
GA Sub-Type | GA Sub-Type Name | Reference |
---|---|---|
0 | RESERVED | This document |
1 | Available, Specification Required | - |
2 | Route-Target | This document |
3..127 | Available, Specification Required | - |
128..254 | Available, First Come, First Served | - |
255 | RESERVED | This document |
The authors thank John Scudder for his comments and suggestions.¶