1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277
|
<pre>Internet Engineering Task Force (IETF) G. Tsirtsis
Request for Comments: 6626 V. Park
Updates: <a href="./rfc5177">5177</a> V. Narayanan
Category: Standards Track Qualcomm
ISSN: 2070-1721 K. Leung
Cisco
May 2012
<span class="h1">Dynamic Prefix Allocation for</span>
<span class="h1">Network Mobility for Mobile IPv4 (NEMOv4)</span>
Abstract
The base Network Mobility for Mobile IPv4 (NEMOv4) specification
defines extensions to Mobile IPv4 for mobile networks. This
specification defines a dynamic prefix allocation mechanism for
NEMOv4.
Status of This Memo
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 <a href="./rfc5741#section-2">Section 2 of RFC 5741</a>.
Information about the current status of this document, any errata,
and how to provide feedback on it may be obtained at
<a href="http://www.rfc-editor.org/info/rfc6626">http://www.rfc-editor.org/info/rfc6626</a>.
Copyright Notice
Copyright (c) 2012 IETF Trust and the persons identified as the
document authors. All rights reserved.
This document is subject to <a href="https://www.rfc-editor.org/bcp/bcp78">BCP 78</a> and the IETF Trust's Legal
Provisions Relating to IETF Documents
(<a href="http://trustee.ietf.org/license-info">http://trustee.ietf.org/license-info</a>) 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.
<span class="grey">Tsirtsis, et al. Standards Track [Page 1]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-2" ></span>
<span class="grey"><a href="./rfc6626">RFC 6626</a> Dynamic Prefix Allocation for NEMOv4 May 2012</span>
Table of Contents
<a href="#section-1">1</a>. Introduction ....................................................<a href="#page-2">2</a>
<a href="#section-2">2</a>. Requirements Notation ...........................................<a href="#page-2">2</a>
<a href="#section-3">3</a>. Dynamic Mobile Prefix Allocation ................................<a href="#page-2">2</a>
<a href="#section-3.1">3.1</a>. Mobile Client Considerations ...............................<a href="#page-2">2</a>
<a href="#section-3.2">3.2</a>. Home Agent Considerations ..................................<a href="#page-3">3</a>
<a href="#section-4">4</a>. Security Considerations .........................................<a href="#page-4">4</a>
<a href="#section-5">5</a>. IANA Considerations .............................................<a href="#page-4">4</a>
<a href="#section-6">6</a>. Acknowledgements ................................................<a href="#page-4">4</a>
<a href="#section-7">7</a>. Normative References ............................................<a href="#page-4">4</a>
<span class="h2"><a class="selflink" id="section-1" href="#section-1">1</a>. Introduction</span>
The base NEMOv4 specification [<a href="./rfc5177" title=""Network Mobility (NEMO) Extensions for Mobile IPv4"">RFC5177</a>] defines extensions to Mobile
IPv4 [<a href="./rfc5944" title=""IP Mobility Support for IPv4, Revised"">RFC5944</a>] for mobile networks. This specification adds support
for dynamic allocation of mobile prefixes by the home agent.
<span class="h2"><a class="selflink" id="section-2" href="#section-2">2</a>. Requirements Notation</span>
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 [<a href="./rfc2119" title=""Key words for use in RFCs to Indicate Requirement Levels"">RFC2119</a>].
<span class="h2"><a class="selflink" id="section-3" href="#section-3">3</a>. Dynamic Mobile Prefix Allocation</span>
The following extension is defined according to this specification.
<span class="h3"><a class="selflink" id="section-3.1" href="#section-3.1">3.1</a>. Mobile Client Considerations</span>
According to this specification, the Prefix field of the Mobile
Network Request extension MUST be set to zero to indicate that the
Mobile Router requests mobile network prefix(es) be assigned to it by
the home agent. In this case, the Mobile Router MAY set the prefix
length field of such extensions to zero or to a length of its choice
as a hint to the home agent. According to this specification, Mobile
Network Request extensions with the Prefix field set to zero MAY be
included in a registration request message either during initial
registration or during a subsequent registration.
When a Mobile Router receives a registration reply, it MUST process
it as defined in Mobile IPv4 [<a href="./rfc5944" title=""IP Mobility Support for IPv4, Revised"">RFC5944</a>] and [<a href="./rfc5177" title=""Network Mobility (NEMO) Extensions for Mobile IPv4"">RFC5177</a>]. If one or more
network acknowledgement extensions are included with the Code field
set to "Success", the Mobile Router SHOULD treat the prefixes in the
corresponding Prefix fields as allocated prefixes and create the
appropriate bindings as defined in [<a href="./rfc5177" title=""Network Mobility (NEMO) Extensions for Mobile IPv4"">RFC5177</a>].
<span class="grey">Tsirtsis, et al. Standards Track [Page 2]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-3" ></span>
<span class="grey"><a href="./rfc6626">RFC 6626</a> Dynamic Prefix Allocation for NEMOv4 May 2012</span>
In response to a registration request with a Mobile Network Request
extension with the Prefix field set to zero, if a Mobile Router
receives a registration reply with a network acknowledgement
extension including Code field set to 1 "invalid prefix", it may use
it as a hint that the home agent does not support dynamic prefix
allocation.
<span class="h3"><a class="selflink" id="section-3.2" href="#section-3.2">3.2</a>. Home Agent Considerations</span>
A home agent receiving a Mobile Network Request extension with the
Prefix field set to zero MAY return a Mobile Network Acknowledgement
extension [<a href="./rfc5177" title=""Network Mobility (NEMO) Extensions for Mobile IPv4"">RFC5177</a>] with the Prefix field set to the prefix allocated
to the Mobile Router. The length of that prefix is at the discretion
of the home agent. The home agent MAY take into account the prefix
length hint if one is included in the Mobile Network Request
extension. Once the home agent allocates a prefix, it MUST maintain
the prefix registration table as defined in [<a href="./rfc5177" title=""Network Mobility (NEMO) Extensions for Mobile IPv4"">RFC5177</a>].
Alternatively, the home agent MAY return a Mobile Network
Acknowledgement extension with the Code field set to one of the
negative codes defined in [<a href="./rfc5177" title=""Network Mobility (NEMO) Extensions for Mobile IPv4"">RFC5177</a>].
Dynamic mobile prefix allocation, as defined in this specification,
MAY be combined with dynamic home address allocation, as defined in
[<a href="./rfc5177" title=""Network Mobility (NEMO) Extensions for Mobile IPv4"">RFC5177</a>]. In other words, the home address field of the
registration request message MAY be set to zero while the message
also includes one or more Mobile Network Request extensions with the
Prefix field also set to zero.
Once the home agent allocates a prefix, it MUST maintain the prefix
registration table as defined in [<a href="./rfc5177" title=""Network Mobility (NEMO) Extensions for Mobile IPv4"">RFC5177</a>]. The lifetime of the
allocated prefix will be equal to the lifetime of the binding cache
entry. The Mobile Router may request for multiple mobile network
prefixes to be assigned by the home agent. For a Mobile Network
Prefix for which the assignment was unsuccessful, the Code field in
the corresponding Mobile Network Acknowledgement extension should be
set to 4 (MOBNET_UNASSIGNED).
For dynamic prefix allocation, the Mobile Router's home address MAY
be used to identify the client if it is not set to zero. Otherwise,
as defined in the Network Access Identifier (NAI) extension [<a href="./rfc2794" title=""Mobile IP Network Access Identifier Extension for IPv4"">RFC2794</a>]
of Mobile IPv4 [<a href="./rfc2794" title=""Mobile IP Network Access Identifier Extension for IPv4"">RFC2794</a>], the NAI extension needs to be included in
the registration request, in which case the same extension SHOULD be
used to identify the Mobile Router for prefix allocation purposes.
<span class="grey">Tsirtsis, et al. Standards Track [Page 3]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-4" ></span>
<span class="grey"><a href="./rfc6626">RFC 6626</a> Dynamic Prefix Allocation for NEMOv4 May 2012</span>
<span class="h2"><a class="selflink" id="section-4" href="#section-4">4</a>. Security Considerations</span>
This specification operates in the security constraints and
requirements of Mobile IPv4 [<a href="./rfc5944" title=""IP Mobility Support for IPv4, Revised"">RFC5944</a>], NAI [<a href="./rfc2794" title=""Mobile IP Network Access Identifier Extension for IPv4"">RFC2794</a>], and [<a href="./rfc5177" title=""Network Mobility (NEMO) Extensions for Mobile IPv4"">RFC5177</a>].
Home agent implementations SHOULD take steps to prevent address
exhaustion attacks. One way to limit the effectiveness of such an
attack is to limit the number and size of prefixes any one Mobile
Router can be allocated.
<span class="h2"><a class="selflink" id="section-5" href="#section-5">5</a>. IANA Considerations</span>
A new value has been assigned in the Mobile Network Acknowledgement
Extension registry: 4 - Home Agent cannot assign a mobile network
prefix (MOBNET_UNASSIGNED).
<span class="h2"><a class="selflink" id="section-6" href="#section-6">6</a>. Acknowledgements</span>
The authors would like to thank Pete McCann, Alexandru Petrescu,
Ralph Droms, and Jari Arkko for their reviews and comments.
<span class="h2"><a class="selflink" id="section-7" href="#section-7">7</a>. Normative References</span>
[<a id="ref-RFC2119">RFC2119</a>] Bradner, S., "Key words for use in RFCs to Indicate
Requirement Levels", <a href="https://www.rfc-editor.org/bcp/bcp14">BCP 14</a>, <a href="./rfc2119">RFC 2119</a>, March 1997.
[<a id="ref-RFC2794">RFC2794</a>] Calhoun, P. and C. Perkins, "Mobile IP Network Access
Identifier Extension for IPv4", <a href="./rfc2794">RFC 2794</a>, March 2000.
[<a id="ref-RFC5177">RFC5177</a>] Leung, K., Dommety, G., Narayanan, V., and A. Petrescu,
"Network Mobility (NEMO) Extensions for Mobile IPv4",
<a href="./rfc5177">RFC 5177</a>, April 2008.
[<a id="ref-RFC5944">RFC5944</a>] Perkins, C., "IP Mobility Support for IPv4, Revised",
<a href="./rfc5944">RFC 5944</a>, November 2010.
<span class="grey">Tsirtsis, et al. Standards Track [Page 4]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-5" ></span>
<span class="grey"><a href="./rfc6626">RFC 6626</a> Dynamic Prefix Allocation for NEMOv4 May 2012</span>
Authors' Addresses
George Tsirtsis
Qualcomm
EMail: tsirtsis@googlemail.com
Vincent Park
Qualcomm
Phone: +908-443-8141
EMail: vpark@qualcomm.com
Vidya Narayana
Qualcomm
Phone: +858-845-2483
EMail: vidyan@qualcomm.com
Kent Leung
Cisco
Phone: +408-526-5030
EMail: kleung@cisco.com
Tsirtsis, et al. Standards Track [Page 5]
</pre>
|