Internet-Draft | NET-PGM: SRv6 uSID instruction | September 2021 |
Filsfils, et al. | Expires 13 March 2022 | [Page] |
The SRv6 "micro segment" (SRv6 uSID or uSID for short) instruction is a straightforward extension of the SRv6 Network Programming model:¶
This enables:¶
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 13 March 2022.¶
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.¶
SRv6 Network Programming [RFC8986] defines a mechanism to build a network program with topological and service segments. It leverages the SRH [RFC8754] to encode a network program together with optional metadata shared among the different SIDs.¶
This draft extends SRv6 Network Programming with a new type of SRv6 SID behaviors: SRv6 uN, uA, uDT, uDX.¶
This extension fully leverages the SRv6 network programming solution:¶
This enables:¶
The SRv6 Network Programming, SRH and Compressed SRv6 Segment List Encoding in SRH terminology is leveraged and extended with the following terms:¶
Term | Definition |
---|---|
uSID block | A block of uSID's. It can be any IPv6 prefix available to the provider. |
uSID | A Compressed-SID. In this document a 16-bit ID. A different uSID length may be used. |
Active uSID | First uSID after the uSID block. |
Next uSID | Next uSID after the Active uSID. |
Last uSID | From left to right, the last uSID before the first End-of-Container uSID. |
End-of-Container | Reserved uSID used to mark the end of a uSID container. The value 0000 is selected as End-of-Container. All of the empty uSID container positions must be filled with the End-of-Container ID. Hence, the End-of-Container can be present more than once in a uSID container. |
uSID container | A CSID container. A 128bit SRv6 SID of format <uSID-Block><Active-uSID><Next-uSID>...<Last-uSID><End-of-Container>...<End-of-Container>. A uSID container can be encoded in the Destination Address of an IPv6 header or at any position in the Segment List of an SRH. |
GIB: The set of IDs available for global uSID allocation.¶
LIB: The set of IDs available for local uSID allocation.¶
A uSID from the GIB.¶
A Global uSID typically identifies a shortest-path to a node in the SR domain. An IP route (e.g., /64) is advertised by the parent node to each of its global uSID's, under the associated uSID block. The parent node executes a variant of the END behavior.¶
A node can have multiple global uSID's under the same uSID blocks (e.g. one per IGP flex-algorithm). Multiple nodes may share the same global uSID (anycast).¶
A uSID from the LIB.¶
A local uSID may identify a cross-connect to a direct neighbor over a specific interface or a VPN context.¶
No IP route is advertised by a parent node for its local uSID'.¶
If N1 and N2 are two different physical nodes of the uSID domain and I is a local uSID value, then N1 and N2 may bind two different behaviors to I.¶
For illustration simplicity, we will use:¶
Leveraging our reference illustration,¶
Another illustration could assume a 32-bit uSID length and a LIB restricted to the uSIDs with the first byte set to FF. In this context, the network as a whole would support 2^32-2^24 global uSID's (e.g. routers) while each router would support up to 2^24 local uSID's.¶
The SRv6 SRH encapsulation and its network programming model are extended with the following functions:¶
The uN is a short notation for the End behavior with NEXT-CSID, PSP and USD flavors as defined in [I-D.filsfilscheng-spring-srv6-srh-compression].¶
As a reminder the pseudo-code of the End behavior with NEXT-CSID flavor, when applied to a 48b uSID block and a 16b uSID length is as follows:¶
2001:db8:0:0N00::/64 bound to the pseudocode shift-and-lookup: 1. Copy DA[64..127] into DA[48..111] ;; Ref1 2. Set DA[112..127] to 0x0000 3. Forward the packet to the new DA 2001:db8:0:0N00::/80 bound to the End behavior with PSP & USD flavors¶
Ref 1: DA[X..Y] refers to the bits from position X to Y (included) in the IPv6 Destination Address of the received packet. The bit 0 is the MSB, while the bit 127 is the LSB.¶
In ISIS [I-D.ietf-lsr-isis-srv6-extensions], a uN is advertised with the following information:¶
The uA local behavior is a short notation for the End.X behavior with NEXT-CSID, PSP and USD flavors [I-D.filsfilscheng-spring-srv6-srh-compression].¶
An instance of the uA SRv6 uSID behavior is associated with a set, J, of one or more Layer-3 adjacencies.¶
As a reminder the pseudo-code of the End.X behavior with NEXT-CSID flavor, when applied to a 48b uSID block and a 16b uSID length is as follows:¶
2001:db8:0:FNAJ::/64 bound to the pseudocode shift-and-xconnect: 1. Copy DA[64..127] into DA[48..111] ;; Ref1 2. Set DA[112..127] to 0x0000 3. Forward to layer-3 adjacency J 2001:db8:0:FNAJ::/80 bound to the End.X behavior w PSP & USD flavors¶
Ref 1: DA[X..Y] refers to the bits from position X to Y (included) in the IPv6 Destination Address of the received packet. The bit 0 is the MSB, while the bit 127 is the LSB.¶
In ISIS [I-D.ietf-lsr-isis-srv6-extensions], a uA is advertised with the following information:¶
Note: From a formal viewpoint, a uA SID of node N is defined by the local FIB entry B:uA/64 of N (i.e. this definition is independent from any uN SID of node N). In order to signal in ISIS a container SID with the same routable semantics as End.X, the ISIS advertisement of a uA SID is done as uN+uA. uN provides the global route to the node like the End behavior. uA provides the cross-connect function like the "X" of the End.X.¶
A local uDT behavior of Node D 2001:db8:0:FNVT:: is defined by the following single FIB entry and pseudo-code:¶
2001:db8:0:FNVT::/80 bound to the same pseudocode as End.DT4/End.DT6/End.DT2*¶
In BGP [I-D.ietf-bess-srv6-services], a uDT is advertised with the following information:¶
Note: the advertised SID value includes the uN SRv6 uSID of the parent.¶
A local uDX behavior of Node D 2001:db8:0:FNXJ:: is defined by the following single FIB entry and pseudo-code:¶
2001:db8:0:FNXJ::/80 bound to the same pseudocode as End.DX4/End.DX6/End.DX2¶
In BGP [I-D.ietf-bess-srv6-services], a uDX is advertised with the following information:¶
Note: the advertised SID value includes the uN SRv6 uSID of the parent.¶
Any originating parent node may install the sequence of <Global, Local> uSID to perform more efficient processing given the LPM lookup.¶
For example, a parent node N that has the following FIB entries:¶
may install the following additional FIB entries:¶
If Node 1 is configured with a uN SID 2001:db8:0:0100::/64 then the operator must ensure that Node 1 advertises 2001:db8:0:0100::/64 in the routing protocol.¶
Leverages SRv6 Network Programming with NO change¶
Leverages SRv6 dataplane (SRH) with NO change¶
Ultra-Scale¶
Lowest MTU overhead¶
Scalable number of globally unique nodes in the domain¶
Proven Hardware-friendliness¶
Scalable Control-Plane¶
Seamless Deployment¶
Security¶
Large-Scale DC¶
The hardware and software platforms listed have participated in a joint interoperability testing of the uN instruction defined in this document.¶
Hardware implementations (in alphabetical order):¶
Software open-source implementations (in alphabetical order):¶
In December 2020 the following routing platforms have participated in a successful interoperability testing including the uDT instruction and its BGP control-plane signalling.¶
Further details are available in [L3VPN-INTEROP].¶
The security rules defined in Section 7 of [RFC8986], protect intra-domain deployments that includes SRv6 uSID.¶
This document requests IANA to allocate the following codepoints within the "SRv6 Endpoint Behaviors" sub-registry under the top-level "Segment Routing Parameters" registry.¶
Value | Hex | Endpoint behavior | Reference |
---|---|---|---|
42 | 0x002A | End with NEXT-ONLY-CSID | [This.ID] |
43 | 0x002B | End with NEXT-CSID | [This.ID] |
44 | 0x002C | End with NEXT-CSID & PSP | [This.ID] |
45 | 0x002D | End with NEXT-CSID & USP | [This.ID] |
46 | 0x002E | End with NEXT-CSID, PSP & USP | [This.ID] |
47 | 0x002F | End with NEXT-CSID & USD | [This.ID] |
48 | 0x0030 | End with NEXT-CSID, PSP & USD | [This.ID] |
49 | 0x0031 | End with NEXT-CSID, USP & USD | [This.ID] |
50 | 0x0032 | End with NEXT-CSID, PSP, USP & USD | [This.ID] |
51 | 0x0033 | End.X with NEXT-ONLY-CSID | [This.ID] |
52 | 0x0034 | End.X with NEXT-CSID | [This.ID] |
53 | 0x0035 | End.X with NEXT-CSID & PSP | [This.ID] |
54 | 0x0036 | End.X with NEXT-CSID & USP | [This.ID] |
55 | 0x0037 | End.X with NEXT-CSID, PSP & USP | [This.ID] |
56 | 0x0038 | End.X with NEXT-CSID & USD | [This.ID] |
57 | 0x0039 | End.X with NEXT-CSID, PSP & USD | [This.ID] |
58 | 0x003A | End.X with NEXT-CSID, USP & USD | [This.ID] |
59 | 0x003B | End.X with NEXT-CSID, PSP, USP & USD | [This.ID] |
60 | 0x003C | End.DX6 with NEXT-CSID | [This.ID] |
61 | 0x003D | End.DX4 with NEXT-CSID | [This.ID] |
62 | 0x003E | End.DT6 with NEXT-CSID | [This.ID] |
63 | 0x003F | End.DT4 with NEXT-CSID | [This.ID] |
64 | 0x0040 | End.DT46 with NEXT-CSID | [This.ID] |
65 | 0x0041 | End.DX2 with NEXT-CSID | [This.ID] |
66 | 0x0042 | End.DX2V with NEXT-CSID | [This.ID] |
67 | 0x0043 | End.DT2U with NEXT-CSID | [This.ID] |
68 | 0x0044 | End.DT2M with NEXT-CSID | [This.ID] |
The authors would like to acknowledge Francois Clad, Peter Psenak, Ketan Talaulikar, Jakub Horn, Swadesh Agrawal, Zafar Ali, Darren Dukes, Kiran Sasidharan, Junaid Israr, Lakshmanan Srikanth, Asif Islam, Saleem Hafeez, Michael MacKenzie, Sushek Shekar, YuanChao Su, Alexander Preusche, Alberto Donzelli, Miya Kohno, David Smith, Ianik Semco, Bertrand Duvivier, Frederic Trate, Kris Michielsen, Eyal Dagan, Eli Stein, Ofer Iny, Elad Naor, Guy Caspari, Mel Tsai, Anand Sridharan, Aviad Behar, Joseph Chin.¶
Jisu Bhattacharyaa Cisco Systems, Inc. United States of America¶
Email: jisu@cisco.com¶
Kamran Raza Cisco Systems, Inc. Canada¶
Email: skraza@cisco.com¶
John Bettink Cisco Systems, Inc. United States of America¶
Email: jbettink@cisco.com¶
Tomonobu Niwa KDDI Japan¶
Email: to-niwa@kddi.com¶
Luay Jalil Verizon United States of America¶
Email: luay.jalil@one.verizon.com¶
Zhichun Jiang Tencent China¶
Email: zcjiang@tencent.com¶
Ahmed Shawky Saudi Telecom Company Saudi Arabia¶
Email: ashawky@stc.com.sa¶
Nic Leymann Deutsche Telekom Germany¶
Email: N.Leymann@telekom.de¶
Dirk Steinberg Lapishills Consulting Limited Cyprus¶
Email: dirk@lapishills.com¶
Shawn Zandi LinkedIn United States of America¶
Email: szandi@linkedin.com¶
Gaurav Dawra LinkedIn United States of America¶
Email: gdawra@linkedin.com¶
Jim Uttaro AT&T United States of America¶
Email: ju1738@att.com¶
Ning So Reliance United States of America¶
Email: Ning.So@ril.com¶
Michael Fiumano Sprint United States of America¶
Email: michael.f.fiumano@sprint.com¶
Mazen Khaddam Cox United States of America¶
Email: Mazen.Khaddam@cox.com¶
Jichun Ma China Unicom China¶
Email: majc16@chinaunicom.cn¶
Satoru Matsushima Softbank Japan¶
Email: satoru.matsushima@g.softbank.co.jp¶
Francis Ferguson CenturyLink United States of America¶
Email: Francis.Ferguson@centurylink.com¶
Takuya Miyasaka KDDI Japan¶
Email: ta-miyasaka@kddi.com¶
Kentaro Ebisawa Toyota Motor Corporation Japan¶
Email: ebisawa@toyota-tokyo.tech¶
Yukito Ueno NTT Communications Corporation Japan¶
Email: yukito.ueno@ntt.com¶