idnits 2.17.1 draft-ietf-manet-dlep-lid-extension-00.txt: Checking boilerplate required by RFC 5378 and the IETF Trust (see https://trustee.ietf.org/license-info): ---------------------------------------------------------------------------- No issues found here. Checking nits according to https://www.ietf.org/id-info/1id-guidelines.txt: ---------------------------------------------------------------------------- No issues found here. Checking nits according to https://www.ietf.org/id-info/checklist : ---------------------------------------------------------------------------- ** The abstract seems to contain references ([RFC8175]), which it shouldn't. Please replace those with straight textual mentions of the documents in question. Miscellaneous warnings: ---------------------------------------------------------------------------- == The copyright year in the IETF Trust and authors Copyright Line does not match the current year -- The document date (December 15, 2017) is 2324 days in the past. Is this intentional? Checking references for intended status: Proposed Standard ---------------------------------------------------------------------------- (See RFCs 3967 and 4897 for information about using normative references to lower-maturity documents in RFCs) == Unused Reference: 'RFC2119' is defined on line 317, but no explicit reference was found in the text == Unused Reference: 'RFC5226' is defined on line 329, but no explicit reference was found in the text -- Obsolete informational reference (is this intentional?): RFC 5226 (Obsoleted by RFC 8126) Summary: 1 error (**), 0 flaws (~~), 3 warnings (==), 2 comments (--). Run idnits with the --verbose option for more detailed information about the items above. -------------------------------------------------------------------------------- 2 Mobile Ad hoc Networks Working Group R. Taylor 3 Internet-Draft Airbus Defence & Space 4 Intended status: Standards Track S. Ratliff 5 Expires: June 18, 2018 VT iDirect 6 December 15, 2017 8 Link Identifier Extension to DLEP 9 draft-ietf-manet-dlep-lid-extension-00 11 Abstract 13 There exists a class of modems that wish to support the Dynamic Link 14 Exchange Protocol (DLEP) [RFC8175] but do not present a single Layer 15 2 network domain as required by DLEP. Such devices may be: 17 o Modems that maintain a varying link to some upstream backbone 18 network infrastructure, where the ability to announce link state 19 and DLEP metrics is desired, but the concept of a DLEP destination 20 router for the backbone does not apply. Examples of such devices 21 can include LTE modems, IEEE 802.11 stations not in ad-hoc mode, 22 and some satellite terminals. 24 o Modems that provide Layer 3 wide area network connectivity between 25 devices, where individual DLEP destinations do exist, but are not 26 directly reachable by MAC address. 28 This document introduces an optional extension to the core DLEP 29 specification, allowing DLEP to be used between routers and modems 30 that operate in this way. 32 Note: 34 o This document is intended as an extension to the core DLEP 35 specification, and readers are expected to be fully conversant 36 with the operation of core DLEP. 38 Status of This Memo 40 This Internet-Draft is submitted in full conformance with the 41 provisions of BCP 78 and BCP 79. 43 Internet-Drafts are working documents of the Internet Engineering 44 Task Force (IETF). Note that other groups may also distribute 45 working documents as Internet-Drafts. The list of current Internet- 46 Drafts is at http://datatracker.ietf.org/drafts/current/. 48 Internet-Drafts are draft documents valid for a maximum of six months 49 and may be updated, replaced, or obsoleted by other documents at any 50 time. It is inappropriate to use Internet-Drafts as reference 51 material or to cite them other than as "work in progress." 53 This Internet-Draft will expire on June 18, 2018. 55 Copyright Notice 57 Copyright (c) 2017 IETF Trust and the persons identified as the 58 document authors. All rights reserved. 60 This document is subject to BCP 78 and the IETF Trust's Legal 61 Provisions Relating to IETF Documents 62 (http://trustee.ietf.org/license-info) in effect on the date of 63 publication of this document. Please review these documents 64 carefully, as they describe your rights and restrictions with respect 65 to this document. Code Components extracted from this document must 66 include Simplified BSD License text as described in Section 4.e of 67 the Trust Legal Provisions and are provided without warranty as 68 described in the Simplified BSD License. 70 Table of Contents 72 1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 2 73 1.1. Requirements . . . . . . . . . . . . . . . . . . . . . . 3 74 2. Operation . . . . . . . . . . . . . . . . . . . . . . . . . . 3 75 2.1. Identifier Restrictions . . . . . . . . . . . . . . . . . 4 76 2.2. Negotiation . . . . . . . . . . . . . . . . . . . . . . . 4 77 3. New Data Items . . . . . . . . . . . . . . . . . . . . . . . 5 78 3.1. Link Identifier Length Data Item . . . . . . . . . . . . 5 79 3.2. Link Identifier Data Item . . . . . . . . . . . . . . . . 6 80 4. Security Considerations . . . . . . . . . . . . . . . . . . . 6 81 5. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 7 82 5.1. DLEP Link Identifier Flag . . . . . . . . . . . . . . . . 7 83 6. References . . . . . . . . . . . . . . . . . . . . . . . . . 7 84 6.1. Normative References . . . . . . . . . . . . . . . . . . 7 85 6.2. Informative References . . . . . . . . . . . . . . . . . 7 86 Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . 8 88 1. Introduction 90 The Dynamic Link Exchange Protocol (DLEP) [RFC8175] describes a 91 protocol for modems to advertise the status of wireless links between 92 reachable destinations to attached routers. The core specification 93 of the protocol assumes that every modem in the radio network has an 94 attached DLEP router, and requires that the MAC address of the DLEP 95 interface on the attached router is used to identify the destination 96 in the network for purposes of reporting the state and quality of the 97 link to that destination. 99 This document describes a DLEP Extension allowing modems that do not 100 meet the strict requirement that DLEP must be implemented on a single 101 Layer 2 domain to use DLEP to describe link availability and quality 102 to one or more destinations reachable beyond a local or remote device 103 on the Layer 2 domain. A router can use this knowledge to influence 104 any routing or flow-control decisions regarding traffic to this 105 destination, understanding that such traffic flows via Layer 3. 107 A Layer 3 destination may be an attached DLEP router, in the case of 108 a modem that provides Layer 3 wide area network connectivity between 109 devices, or a logical destination that describes a set of attached 110 subnets, when referring to some upstream backbone network 111 infrastructure. 113 1.1. Requirements 115 The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", 116 "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this 117 document are to be interpreted as described in BCP 14, RFC 2119. 119 2. Operation 121 To refer to a Layer 3 DLEP Destination, the DLEP session participant 122 adds a Link Identifier Data Item (Section 3.2) to the relevant 123 Destination Message, and (as usual) includes a MAC Address Data Item. 124 When paired with a Link Identifier Data Item, the MAC Address Data 125 Item describes the MAC address of the node in the network beyond 126 which the Layer 3 DLEP Destination resides. The MAC address MAY 127 belong to the DLEP peer modem, if the over-the-air network is not a 128 single Layer 2 domain, or MAY be the MAC address of a remote node in 129 the Layer 2 domain that has indicated that it has DLEP Destinations 130 reachable beyond it. How such remote destinations are discovered is 131 beyond the scope of this specification. 133 As only modems are initially aware of Layer 3 DLEP Destinations, Link 134 Identifier Data Items referring to a new link MUST first appear in a 135 DLEP Destination Up Message from the modem to the router. Once a 136 link has been identified in this way, Link Identifier Data Items MAY 137 be used by either DLEP participant during the lifetime of a DLEP 138 session. Because of this, a router MUST NOT send a DLEP Destination 139 Announce Message containing a Link Identifier Data Item referring to 140 a link that has not been mentioned in a prior DLEP Destination Up 141 Message. 143 Because the MAC Address associated with any DLEP Destination Message 144 containing a Link Identifier Data Item is not the Layer 2 address of 145 the destination, all DLEP Destination Up Messages MUST contain Layer 146 3 information. In the case of modems that provide Layer 3 wide area 147 network connectivity between devices, this means one or more IPv4 or 148 IPv6 Address Data Items providing the Layer 3 address of the 149 destination. When referring to some upstream backbone network 150 infrastructure, this means one or more IPv4 or IPv6 Attached Subnet 151 Data Items, for example: '0.0.0.0/0' or '::/0'. This allows the DLEP 152 peer router to understand the properties of the link to those routes. 154 When the DLEP peer router wishes to forward packets to the Layer 3 155 destination or subnet, the MAC address associated with the link MUST 156 be used as the Layer 2 destination of the packet. 158 2.1. Identifier Restrictions 160 A Link identifier is by default 4 octets in length. If a modem 161 wishes to use an identifier of a different length, it MUST be 162 announced using the Link Identifier Length Data Item (Section 3.1) 163 contained in the DLEP Session Initialization Response message sent by 164 the modem to the router. 166 During the lifetime of a DLEP session, the length of Link Identifiers 167 MUST remain constant, i.e. the Length field of the Link Identifier 168 Data Item must not alter between destinations. 170 The method for generating identifiers is a modem implementation 171 matter and out of scope of this document. Routers MUST NOT make any 172 assumptions about the meaning of identifiers, or how identifiers are 173 generated. 175 Within a single DLEP session, all link identifiers MUST be unique per 176 MAC Address. This means that a Layer 3 DLEP Destination is uniquely 177 identified by the pair: {MAC Address,Link Id}. 179 Identifiers MUST NOT be reused, i.e. a {MAC Address,Link Id} pair 180 that has been used to refer to one destination MUST NOT be recycled 181 to refer to a different destination within the lifetime of a single 182 DLEP session. 184 2.2. Negotiation 186 To use this extension, as with all DLEP extensions, the extension 187 MUST be announced during DLEP session initialization. A router 188 advertises support by including the value 'Link Identifiers' (TBD1), 189 Section 5, in the Extension Data Item within the Session 190 Initialization Message. A modem advertises support by including the 191 value 'Link Identifiers' (TBD1) in the Extension Data Item within the 192 Session Initialization Response Message. If both DLEP peers 193 advertise support for this extension then the Link Identifier Data 194 Item MAY be used. 196 If a modem requires support for this extension in order to describe 197 destinations, and the router does not advertise support, then the 198 modem MUST NOT include a Link Identifier Data Item in any DLEP 199 Message. However, the modem SHOULD NOT immediately terminate the 200 DLEP session, rather it SHOULD use session-wide DLEP Data Items to 201 announce general information about all reachable destinations via the 202 modem. By doing this, a modem allows a router not supporting this 203 extension to at least make a best guess at the state of any reachable 204 network. A modem MUST NOT attempt to re-use the MAC Address Data 205 Item to perform some kind of sleight-of-hand, assuming that the 206 router will notice the DLEP Peer Type of the modem is special in some 207 way. 209 3. New Data Items 211 This extension introduces two new DLEP Data Items: the Link 212 Identifier Data Item (Section 3.2) used to identify a Layer 3 link at 213 or beyond a destination, and the Link Identifier Length Data Item 214 (Section 3.1) used to announce the length of Link Identifiers at 215 session initialization. 217 3.1. Link Identifier Length Data Item 219 The Link Identifier Length Data Item MAY be used by a DLEP modem 220 implementation to define the length of Link Identifier Data Items if 221 it does not with to use the default value of 4 octets. 223 The Link Identifier Length Data Item MAY be used during Session 224 Initialization, contained in a Session Initialization Response 225 Message. 227 0 1 2 3 228 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 229 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 230 | Data Item Type | Length | 231 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 232 | Link Identifier Length | 233 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 235 Data Item Type: TBD2, Section 5 237 Length: 2 238 Link Identifier Length: The length, in octets, of Link Identifiers 239 used by the DLEP modem for this session. 241 3.2. Link Identifier Data Item 243 The Link Identifier Data Item MAY be used wherever a MAC Address Data 244 Item is defined as usable in core DLEP. 246 0 1 2 3 247 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 248 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 249 | Data Item Type | Length | 250 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 251 | Flags | Link Identifier... : 252 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 254 Data Item Type: TBD3, Section 5 256 Length: The length of the Data Item, by default 5, but may be 257 different if a Link Identifier Length Data Item (Section 3.1) has 258 been announced during session initialization. 260 Flags: Flags field, defined below. 262 Link Identifier: The unique identifier of the Layer 3 destination. 263 This identifier has no implicit meaning and is only used to 264 discriminate between multiple links. 266 The Flags field is defined as: 268 0 1 2 3 4 5 6 7 269 +-+-+-+-+-+-+-+-+ 270 | Reserved | 271 +-+-+-+-+-+-+-+-+ 273 Reserved: MUST be zero. Left for future assignment. 275 4. Security Considerations 277 As an extension to the core DLEP protocol, the security 278 considerations of that protocol apply to this extension. This 279 extension adds no additional security mechanisms or features. 281 None of the features introduced by this extension require extra 282 consideration by an implementation. 284 5. IANA Considerations 286 Upon approval of this document, IANA is requested to: 288 o Assign a new value (TBD1) from the Specification Required section 289 of the DLEP Extensions Registry, named "Link Identifiers". 291 o Assign a new value (TBD2) from the Specification Required section 292 of the DLEP Data Item Type Values Registry, named "Link Identifier 293 Length". 295 o Assign a new value (TBD3) from the Specification Required section 296 of the DLEP Data Item Type Values Registry, named "Link 297 Identifier". 299 5.1. DLEP Link Identifier Flag 301 Upon approval of this document, IANA is requested to create a new 302 DLEP registry, named "Link Identifier Flags". 304 The following table provides initial registry values and the RFC 5226 305 defined policies that should apply to the registry: 307 +------------+------------------------------------+ 308 | Bit | Description/Policy | 309 +------------+------------------------------------+ 310 | 0-7 | Unassigned/Specification Required | 311 +------------+------------------------------------+ 313 6. References 315 6.1. Normative References 317 [RFC2119] Bradner, S., "Key words for use in RFCs to Indicate 318 Requirement Levels", BCP 14, RFC 2119, 319 DOI 10.17487/RFC2119, March 1997, . 322 [RFC8175] Ratliff, S., Jury, S., Satterwhite, D., Taylor, R., and B. 323 Berry, "Dynamic Link Exchange Protocol (DLEP)", RFC 8175, 324 DOI 10.17487/RFC8175, June 2017, . 327 6.2. Informative References 329 [RFC5226] Narten, T. and H. Alvestrand, "Guidelines for Writing an 330 IANA Considerations Section in RFCs", RFC 5226, 331 DOI 10.17487/RFC5226, May 2008, . 334 Authors' Addresses 336 Rick Taylor 337 Airbus Defence & Space 338 Quadrant House 339 Celtic Springs 340 Coedkernew 341 Newport NP10 8FZ 342 UK 344 Email: rick.taylor@airbus.com 346 Stan Ratliff 347 VT iDirect 348 13861 Sunrise Valley Drive, Suite 300 349 Herndon, VA 20171 350 USA 352 Email: sratliff@idirect.net