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 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445
|
<pre>Network Working Group G. Dommety
Request for Comments: 3025 K. Leung
Category: Standards Track cisco Systems
February 2001
<span class="h1">Mobile IP Vendor/Organization-Specific Extensions</span>
Status of this Memo
This document specifies an Internet standards track protocol for the
Internet community, and requests discussion and suggestions for
improvements. Please refer to the current edition of the "Internet
Official Protocol Standards" (STD 1) for the standardization state
and status of this protocol. Distribution of this memo is unlimited.
Copyright Notice
Copyright (C) The Internet Society (2001). All Rights Reserved.
Abstract
This document defines two new extensions to Mobile IP. These
extensions will facilitate equipment vendors and organizations to
make specific use of these extensions as they see fit for research or
deployment purposes.
<span class="h2"><a class="selflink" id="section-1" href="#section-1">1</a>. Introduction</span>
Current specification of Mobile IP [<a href="#ref-1" title=""IP Mobility Support"">1</a>] does not allow for
organizations and vendors to include organization/vendor-specific
information in the Mobile IP messages. With the imminent wide scale
deployment of Mobile IP it is useful to have vendor or organization-
Specific Extensions to support this capability. This document
defines two extensions that can be used for making organization
specific extensions by vendors/organizations for their own specific
purposes.
<span class="h3"><a class="selflink" id="section-1.1" href="#section-1.1">1.1</a>. Specification Language</span>
The keywords "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">RFC 2119</a> [<a href="#ref-3" title=""Key words for use in RFCs to Indicate Requirement Levels"">3</a>].
In addition, the following words are used to signify the requirements
of the specification.
<span class="grey">Dommety & Leung Standards Track [Page 1]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-2" ></span>
<span class="grey"><a href="./rfc3025">RFC 3025</a> Mobile IP Vendor Specific Extensions February 2001</span>
silently discard
The implementation discards the datagram without further
processing, and without indicating an error to the sender.
The implementation SHOULD provide the capability of logging
the error, including the contents of the discarded datagram,
and SHOULD record the event in a statistics counter.
<span class="h2"><a class="selflink" id="section-2" href="#section-2">2</a>. Vendor/Organization Specific Extensions</span>
Two Vendor/Organization Specific Extensions are described, Critical
(CVSE) and Normal (NVSE) Vendor/Organization Specific Extensions.
The basic differences between the Critical and Normal Extensions are
that when the Critical extension is encountered but not recognized,
the message containing the extension MUST be silently discarded,
whereas when a Normal Vendor/Organization Specific Extension is
encountered but not recognized, the extension SHOULD be ignored, but
the rest of the Extensions and message data MUST still be processed.
Another difference between the two is that Critical
Vendor/Organization Extension has a length field of two octets and
the NVSE has a length field of only one octet.
<span class="h3"><a class="selflink" id="section-2.1" href="#section-2.1">2.1</a>. Critical Vendor/Organization Specific Extension (CVSE)</span>
The format of this extension is as shown below.
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
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Type | Reserved | Length |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Vendor/Org-ID |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Vendor-CVSE-Type | Vendor-CVSE-Value ...
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Figure 1: Critical Vendor/Organization Specific Extension
Type CVSE-TYPE-NUMBER 37
Reserved Reserved for future use. MUST be set to 0 on sending,
MUST be ignored on reception.
Length Length in bytes of this extension, not including the Type
and Length bytes.
<span class="grey">Dommety & Leung Standards Track [Page 2]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-3" ></span>
<span class="grey"><a href="./rfc3025">RFC 3025</a> Mobile IP Vendor Specific Extensions February 2001</span>
Vendor/Org-ID
The high-order octet is 0 and the low-order 3 octets are
the SMI Network Management Private Enterprise Code of the
Vendor in network byte order, as defined in the Assigned
Numbers RFC [<a href="#ref-2" title=""Assigned Numbers"">2</a>].
Vendor-CVSE-Type
Indicates the particular type of Vendor-CVSE-Extension.
The administration of the Vendor-CVSE-Types is done by the
Vendor.
Vendor-CVSE-Value
Vendor/organization specific data of this Vendor-CVSE-
Extension. These data fields may be published in future
RFCs. The Vendor-CVSE-Value is zero or more octets. The
length of this field can be computed from the Length Field
Value.
If an implementation does not recognize the CVSE, according to <a href="./rfc2002">RFC</a>
<a href="./rfc2002">2002</a> [<a href="#ref-1" title=""IP Mobility Support"">1</a>], the entire packet is to be silently dropped.
<span class="h3"><a class="selflink" id="section-2.2" href="#section-2.2">2.2</a>. Normal Vendor/Organization Specific Extension (NVSE)</span>
The format of this extension is as shown below.
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
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Type | Length | Reserved |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Vendor/Org-ID |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Vendor-NVSE-Type | Vendor-NVSE-Value ...
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Figure 2: Normal Vendor/Organization Specific Extension
Type NVSE-TYPE-NUMBER 133
Length Length in bytes of this extension, not including the Type
and Length bytes.
Reserved Reserved for future use. To be set to 0.
<span class="grey">Dommety & Leung Standards Track [Page 3]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-4" ></span>
<span class="grey"><a href="./rfc3025">RFC 3025</a> Mobile IP Vendor Specific Extensions February 2001</span>
Vendor/Org-ID
The high-order octet is 0 and the low-order 3 octets are
the SMI Network Management Private Enterprise Code of the
Vendor in network byte order, as defined in the Assigned
Numbers RFC [<a href="#ref-2" title=""Assigned Numbers"">2</a>].
Vendor-NVSE-Type Indicates the particular type of Vendor-NVSE-
Extension. The administration of the Vendor-NVSE-Types is
done by the Vendor.
Vendor-NVSE-Value
Vendor/organization specific data of this Vendor-NVSE-
Extension. These data fields may be published in future
RFCs. The Vendor-NVSE-Value is zero or more octets. The
length of this field can be computed from the Length
Field Value.
<span class="h3"><a class="selflink" id="section-2.3" href="#section-2.3">2.3</a> Vendor/Organization Specific Extensions Processing Considerations</span>
When a Mobile IP entity receives a registration request message (or
any other request/update message) with an extension of type CVSE-
TYPE-NUMBER and recognizes it, but the extension contains an
unknown/unsupported vendor ID or Vendor-CVSE-Type, a registration
reject (or the appropriate deny message) MUST be sent with the error
code to indicate that the registration was rejected due to the
presence of an unknown CVSE.
When a Mobile IP entity receives a registration reply (or any other
mobile IP reply/acknowledgement message) with an extension of type
CVSE-TYPE-NUMBER and recognizes it, but the extensions contains an
unknown/unsupported vendor ID or Vendor-CVSE-Type, the processing is
performed as described below.
1. If the Mobile IP entity is a transit node for the reply (i.e.,
this entity processes and sends the registration reply to another
entity) a registration reject (or the appropriate deny message) MUST
be sent with the error code to indicate that the registration was
rejected due to the presence of an unknown CVSE. For example, FA
when it receives an unknown CVSE in a registration reply from the HA,
should send a registration reject to the MN.
2. If the Mobile IP entity is not a transit node for the reply, the
reply is treated as a reject (or the appropriate deny message) due to
the presence of an unknown CVSE.
<span class="grey">Dommety & Leung Standards Track [Page 4]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-5" ></span>
<span class="grey"><a href="./rfc3025">RFC 3025</a> Mobile IP Vendor Specific Extensions February 2001</span>
While designing enhancements wherein a CVSE is included in a reply
message, it should noted that the reply message could be discarded by
the mobile IP entity processing this message. Enhancements that
include a CVSE should take this into consideration during design.
When a Mobile IP entity receives a mobile IP related message
(registration request/reply, advertisement/solicitation, etc.) with
an extension of type NVSE-TYPE-NUMBER and recognizes it, but the
extension contains an unknown/unsupported vendor ID or Vendor-NVSE-
Type, the entire extension is skipped.
NOTE that according to <a href="./rfc2002">RFC 2002</a> [<a href="#ref-1" title=""IP Mobility Support"">1</a>], when an extension numbered
within the range 0 through 127 is encountered in a registration
message but not recognized, the message containing that extension
MUST be silently discarded. This document is compliant with the
above specification and specifies the action if the extension of type
CVSE-TYPE-NUMBER is encountered and recognized, but does not support
the vendor ID or the vendor type extension within.
<span class="h3"><a class="selflink" id="section-2.4" href="#section-2.4">2.4</a> Error Codes</span>
The following error codes are defined.
Registration denied by the Foreign agent:
ERROR-FA-1 100: Unsupported Vendor-ID or
unable to interpret Vendor-CVSE-Type in the CVSE sent by the
Mobile Node to the Foreign Agent.
ERROR-FA-2 101: Unsupported Vendor-ID or
unable to interpret Vendor-CVSE-Type in the CVSE sent by the
Home Agent to the Foreign Agent.
Registration denied by the Home agent:
ERROR-HA-1 140: Unsupported Vendor-ID or
unable to interpret Vendor-CVSE-Type in the CVSE sent by the
Mobile Node to the Home Agent.
ERROR-HA-2 141: Unsupported Vendor-ID or
unable to interpret Vendor-CVSE-Type in the CVSE sent by the
Foreign Agent to the Home Agent.
<span class="grey">Dommety & Leung Standards Track [Page 5]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-6" ></span>
<span class="grey"><a href="./rfc3025">RFC 3025</a> Mobile IP Vendor Specific Extensions February 2001</span>
<span class="h2"><a class="selflink" id="section-3" href="#section-3">3</a>. Restrictions</span>
Multiple TLV's with the types CVSE-TYPE-NUMBER and NVSE-TYPE-NUMBER
can be included in a message. TLVs with types CVSE-TYPE-NUMBER and
NVSE-TYPE-NUMBER can be placed anywhere after the fixed portion of
the Mobile IP message. These TLVs are expected to be protected by
the corresponding authenticator as necessary. Ordering of these
TLV's should not be modified by intermediate nodes.
<span class="h2"><a class="selflink" id="section-4" href="#section-4">4</a>. IANA Considerations</span>
The Critical Vendor/Organization Specific Extension (CVSE) as defined
in <a href="#section-2.1">Section 2.1</a> and Normal Vendor/Organization Specific Extension
(NVSE) as defined in <a href="#section-2.2">section 2.2</a> are proposed new extensions to the
Mobile IP protocol, defined in <a href="./rfc2002">RFC 2002</a> [<a href="#ref-1" title=""IP Mobility Support"">1</a>] and extended in <a href="./rfc2356">RFC 2356</a>
[<a href="#ref-5" title=""Sun's SKIP Firewall Traversal for Mobile IP"">5</a>].
IANA has assigned a Type value of CVSE-TYPE-NUMBER for the Critical
Vendor/Organization Specific Extension (CVSE), and a Type value of
NVSE-TYPE-NUMBER for the Normal Vendor/Organization Specific
Extension (NVSE). The numbers CVSE-TYPE-NUMBER and NVSE-TYPE-NUMBER
for the CVSE and the NVSE are taken from the numbering space defined
for Mobile IP registration extensions [<a href="#ref-1" title=""IP Mobility Support"">1</a>].
IANA has assigned new Foreign Agent Error Codes, ERROR-FA-1 and
ERROR-FA-2 taken from the numbering space defined for Mobile IP
Foreign Agent error codes [<a href="#ref-1" title=""IP Mobility Support"">1</a>]. IANA has also assigned new Home Agent
Error Codes, ERROR-HA-1 and ERROR-HA-2 taken from the numbering space
defined for Mobile IP Home Agent error codes [<a href="#ref-1" title=""IP Mobility Support"">1</a>].
<span class="h2"><a class="selflink" id="section-5" href="#section-5">5</a>. Security Considerations</span>
This document assumes that the Mobile IP messages are authenticated
using a method defined by the Mobile IP protocol. This document does
not impose any additional requirements on Mobile IP messages from a
security point of view. So this is not expected to be a security
issue.
<span class="h2"><a class="selflink" id="section-6" href="#section-6">6</a>. Acknowledgments</span>
The authors would like to thank TR45.4 WG, TR45.6 WG, Basavaraj
Patil, Phil Roberts, Jouni Malinen, and Patrice Calhoun for their
useful discussions.
<span class="grey">Dommety & Leung Standards Track [Page 6]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-7" ></span>
<span class="grey"><a href="./rfc3025">RFC 3025</a> Mobile IP Vendor Specific Extensions February 2001</span>
<span class="h2"><a class="selflink" id="section-7" href="#section-7">7</a>. References</span>
[<a id="ref-1">1</a>] Perkins, C., "IP Mobility Support", <a href="./rfc2002">RFC 2002</a>, October 1996.
[<a id="ref-2">2</a>] Reynolds, J. and J. Postel, "Assigned Numbers", STD 2, <a href="./rfc1700">RFC 1700</a>,
October 1994.
[<a id="ref-3">3</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-4">4</a>] Montenegro, G., "Reverse Tunneling for Mobile IP", <a href="./rfc2344">RFC 2344</a>, May
1998.
[<a id="ref-5">5</a>] Montenegro, G. and V. Gupta, "Sun's SKIP Firewall Traversal for
Mobile IP", <a href="./rfc2356">RFC 2356</a>, June 1998.
<span class="h2"><a class="selflink" id="section-8" href="#section-8">8</a>. Authors' Addresses</span>
Gopal Dommety
Cisco Systems, Inc.
170 West Tasman Drive
San Jose, CA 95134
EMail: gdommety@cisco.com
Kent Leung
Cisco Systems, Inc.
170 West Tasman Drive
San Jose, CA 95134
EMail: kleung@cisco.com
<span class="grey">Dommety & Leung Standards Track [Page 7]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-8" ></span>
<span class="grey"><a href="./rfc3025">RFC 3025</a> Mobile IP Vendor Specific Extensions February 2001</span>
<span class="h2"><a class="selflink" id="section-9" href="#section-9">9</a>. Full Copyright Statement</span>
Copyright (C) The Internet Society (2001). All Rights Reserved.
This document and translations of it may be copied and furnished to
others, and derivative works that comment on or otherwise explain it
or assist in its implementation may be prepared, copied, published
and distributed, in whole or in part, without restriction of any
kind, provided that the above copyright notice and this paragraph are
included on all such copies and derivative works. However, this
document itself may not be modified in any way, such as by removing
the copyright notice or references to the Internet Society or other
Internet organizations, except as needed for the purpose of
developing Internet standards in which case the procedures for
copyrights defined in the Internet Standards process must be
followed, or as required to translate it into languages other than
English.
The limited permissions granted above are perpetual and will not be
revoked by the Internet Society or its successors or assigns.
This document and the information contained herein is provided on an
"AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING
TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING
BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION
HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
Acknowledgement
Funding for the RFC Editor function is currently provided by the
Internet Society.
Dommety & Leung Standards Track [Page 8]
</pre>
|