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 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613
|
<pre>Internet Engineering Task Force (IETF) V. Devarapalli, Ed.
Request for Comments: 5847 WiChorus
Category: Standards Track R. Koodli, Ed.
ISSN: 2070-1721 Cisco Systems
H. Lim
N. Kant
Stoke
S. Krishnan
J. Laganier
Qualcomm Inc.
June 2010
<span class="h1">Heartbeat Mechanism for Proxy Mobile IPv6</span>
Abstract
Proxy Mobile IPv6 (PMIPv6) is a network-based mobility management
protocol. The mobility entities involved in the Proxy Mobile IPv6
protocol, the mobile access gateway (MAG) and the local mobility
anchor (LMA), set up tunnels dynamically to manage mobility for a
mobile node within the Proxy Mobile IPv6 domain. This document
describes a heartbeat mechanism between the MAG and the LMA to detect
failures, quickly inform peers in the event of a recovery from node
failures, and allow a peer to take appropriate action.
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/rfc5847">http://www.rfc-editor.org/info/rfc5847</a>.
<span class="grey">Devarapalli, 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="./rfc5847">RFC 5847</a> PMIPv6 Heartbeat Mechanism June 2010</span>
Copyright Notice
Copyright (c) 2010 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.
Table of Contents
<a href="#section-1">1</a>. Introduction . . . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-3">3</a>
<a href="#section-2">2</a>. Terminology . . . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-3">3</a>
<a href="#section-3">3</a>. Heartbeat Mechanism . . . . . . . . . . . . . . . . . . . . . <a href="#page-3">3</a>
<a href="#section-3.1">3.1</a>. Failure Detection . . . . . . . . . . . . . . . . . . . . <a href="#page-4">4</a>
<a href="#section-3.2">3.2</a>. Restart Detection . . . . . . . . . . . . . . . . . . . . <a href="#page-5">5</a>
<a href="#section-3.3">3.3</a>. Heartbeat Message . . . . . . . . . . . . . . . . . . . . <a href="#page-6">6</a>
<a href="#section-3.4">3.4</a>. Restart Counter Mobility Option . . . . . . . . . . . . . <a href="#page-7">7</a>
4. Exchanging Heartbeat Messages over an IPv4 Transport
Network . . . . . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-8">8</a>
<a href="#section-5">5</a>. Configuration Variables . . . . . . . . . . . . . . . . . . . <a href="#page-8">8</a>
<a href="#section-6">6</a>. Security Considerations . . . . . . . . . . . . . . . . . . . <a href="#page-8">8</a>
<a href="#section-7">7</a>. IANA Considerations . . . . . . . . . . . . . . . . . . . . . <a href="#page-9">9</a>
<a href="#section-8">8</a>. Acknowledgements . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-9">9</a>
<a href="#section-9">9</a>. References . . . . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-9">9</a>
<a href="#section-9.1">9.1</a>. Normative References . . . . . . . . . . . . . . . . . . . <a href="#page-9">9</a>
<a href="#section-9.2">9.2</a>. Informative References . . . . . . . . . . . . . . . . . . <a href="#page-10">10</a>
<span class="grey">Devarapalli, 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="./rfc5847">RFC 5847</a> PMIPv6 Heartbeat Mechanism June 2010</span>
<span class="h2"><a class="selflink" id="section-1" href="#section-1">1</a>. Introduction</span>
Proxy Mobile IPv6 (PMIPv6) [<a href="./rfc5213" title=""Proxy Mobile IPv6"">RFC5213</a>] enables network-based mobility
for IPv6 hosts that do not implement any mobility protocols. The
protocol is described in detail in [<a href="./rfc5213" title=""Proxy Mobile IPv6"">RFC5213</a>]. In order to facilitate
the network-based mobility, the PMIPv6 protocol defines a mobile
access gateway (MAG), which acts as a proxy for the Mobile IPv6
[<a href="./rfc3775" title=""Mobility Support in IPv6"">RFC3775</a>] signaling, and the local mobility anchor (LMA), which acts
similar to a home agent, anchoring a mobile node's sessions within a
PMIPv6 domain. The LMA and the MAG establish a bidirectional tunnel
for forwarding all data traffic belonging to the mobile nodes.
In a distributed environment such as a PMIPv6 domain consisting of
LMAs and MAGs, it is necessary for the nodes to 1) have a consistent
state about each other's reachability, and 2) quickly inform peers in
the event of recovery from node failures. So, when the LMA restarts
after a failure, the MAG should (quickly) learn about the restart so
that it can take appropriate actions (such as releasing any
resources). When there are no failures, a MAG should know about the
LMA's reachability (and vice versa) so that the path can be assumed
to be functioning.
This document specifies a heartbeat mechanism between the MAG and the
LMA to detect the status of reachability between them. This document
also specifies a mechanism to indicate node restarts; the mechanism
could be used to quickly inform peers of such restarts. The
Heartbeat message is a Mobility Header message (protocol type 135)
that is periodically exchanged at a configurable threshold of time or
sent unsolicited soon after a node restart. This document does not
specify the specific actions (such as releasing resources) that a
node takes as a response to processing the Heartbeat messages.
<span class="h2"><a class="selflink" id="section-2" href="#section-2">2</a>. Terminology</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>. Heartbeat Mechanism</span>
The MAG and the LMA exchange Heartbeat messages every
HEARTBEAT_INTERVAL seconds to detect the current status of
reachability between them. The MAG initiates the heartbeat exchange
to test if the LMA is reachable by sending a Heartbeat Request
message to the LMA. Each Heartbeat Request contains a sequence
number that is incremented monotonically. The sequence number on the
last Heartbeat Request message is always recorded by the MAG, and is
used to match the corresponding Heartbeat Response. Similarly, the
<span class="grey">Devarapalli, 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="./rfc5847">RFC 5847</a> PMIPv6 Heartbeat Mechanism June 2010</span>
LMA also initiates a heartbeat exchange with the MAG, by sending a
Heartbeat Request message, to check if the MAG is reachable. The
format of the Heartbeat message is described in <a href="#section-3.3">Section 3.3</a>.
A Heartbeat Request message can be sent only if the MAG has at least
one proxy Binding Cache entry at the LMA for a mobile node attached
to the MAG. If there are no proxy Binding Cache entries at the LMA
for any of the mobile nodes attached to the MAG, then the Heartbeat
message SHOULD NOT be sent. Similarly, the LMA SHOULD NOT send a
Heartbeat Request message to a MAG if there is no active Binding
Cache entry created by the MAG. A PMIPv6 node MUST respond to a
Heartbeat Request message with a Heartbeat Response message,
irrespective of whether there is an active Binding Cache entry.
The HEARTBEAT_INTERVAL SHOULD NOT be configured to a value less than
30 seconds. Deployments should be careful in setting the value for
the HEARTBEAT_INTERVAL. Sending Heartbeat messages too often may
become an overhead on the path between the MAG and the LMA. It could
also create congestion in the network and negatively affect network
performance. The HEARTBEAT_INTERVAL can be set to a much larger
value on the MAG and the LMA, if required, to reduce the burden of
sending periodic Heartbeat messages.
If the LMA or the MAG do not support the Heartbeat messages, they
respond with a Binding Error message with status set to 2
(unrecognized mobility header (MH) type value) as described in
[<a href="./rfc3775" title=""Mobility Support in IPv6"">RFC3775</a>]. When the Binding Error message with status set to 2 is
received in response to a Heartbeat Request message, the initiating
MAG or the LMA MUST NOT use Heartbeat messages with the other end
again.
If a PMIPv6 node has detected that a peer PMIPv6 node has failed or
restarted without retaining the PMIPv6 session state, it should mark
the corresponding binding update list or binding cache entries as
invalid. The PMIPv6 node may also take other actions, which are
outside the scope of this document.
The detection of failure and restart events may be signaled to
network operators by using asynchronous notifications. Future work
may define such notifications in a Structure of Management
Information Version 2 (SMIv2) Management Information Base (MIB)
module.
<span class="h3"><a class="selflink" id="section-3.1" href="#section-3.1">3.1</a>. Failure Detection</span>
A PMIPv6 node (MAG or LMA) matches every received Heartbeat Response
to the Heartbeat Request sent using the sequence number. Before
sending the next Heartbeat Request, it increments a local variable
<span class="grey">Devarapalli, 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="./rfc5847">RFC 5847</a> PMIPv6 Heartbeat Mechanism June 2010</span>
MISSING_HEARTBEAT if it has not received a Heartbeat Response for the
previous request. When this local variable MISSING_HEARTBEAT exceeds
a configurable parameter MISSING_HEARTBEATS_ALLOWED, the PMIPv6 node
concludes that the peer PMIPv6 node is not reachable. If a Heartbeat
Response message is received, the MISSING_HEARTBEATS counter is
reset.
<span class="h3"><a class="selflink" id="section-3.2" href="#section-3.2">3.2</a>. Restart Detection</span>
The section describes a mechanism for detecting failure recovery
without session persistence. In the case that the LMA or the MAG
crashes and reboots and loses all state with respect to the PMIPv6
sessions, it would be beneficial for the peer PMIPv6 node to discover
the failure and the loss of session state and establish the sessions
again.
Each PMIPv6 node (both the MAG and LMA) MUST maintain a monotonically
increasing Restart Counter that is incremented every time the node
reboots and loses PMIPv6 session state. The counter MUST NOT be
incremented if the recovery happens without losing state for the
PMIPv6 sessions active at the time of failure. This counter MUST be
treated as state that is preserved across reboots. A PMIPv6 node
includes a Restart Counter mobility option, described in <a href="#section-3.4">Section 3.4</a>,
in a Heartbeat Response message to indicate the current value of the
Restart Counter. Each PMIPv6 node MUST also store the Restart
Counter for all the peer PMIPv6 nodes with which it currently has
sessions. Stored Restart Counter values for peer PMIPv6 nodes do not
need to be preserved across reboots.
The PMIPv6 node that receives the Heartbeat Response message compares
the Restart Counter value with the previously received value. If the
value is different, the receiving node assumes that the peer PMIPv6
node had crashed and recovered. If the Restart Counter value changes
or if there was no previously stored value, the new value is stored
by the receiving PMIPv6 node.
If a PMIPv6 node restarts and loses PMIPv6 session state, it SHOULD
send an unsolicited Heartbeat Response message with an incremented
Restart Counter to all the PMIPv6 nodes that had previously
established PMIPv6 sessions. Note that this is possible only when
the PMIPv6 node is capable of storing information about the peers
across reboots. The unsolicited Heartbeat Response message allows
the peer PMIPv6 nodes to quickly discover the restart. The sequence
number field in the unsolicited Heartbeat Response is ignored and no
response is necessary; the nodes will synchronize during the next
request and response exchange.
<span class="grey">Devarapalli, et al. Standards Track [Page 5]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-6" ></span>
<span class="grey"><a href="./rfc5847">RFC 5847</a> PMIPv6 Heartbeat Mechanism June 2010</span>
<span class="h3"><a class="selflink" id="section-3.3" href="#section-3.3">3.3</a>. Heartbeat Message</span>
The Heartbeat message is based on the Mobility Header defined in
<a href="./rfc3775#section-6.1">Section 6.1 of [RFC3775]</a>. The MH Type field in the Mobility Header
indicates that it is a Heartbeat message. The value MUST be set to
13. This document does not make any other changes to the Mobility
Header message. Please refer to [<a href="./rfc3775" title=""Mobility Support in IPv6"">RFC3775</a>] for a description of the
fields in the Mobility Header message.
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
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Payload Proto | Header Len | MH Type | Reserved |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Checksum | |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |
| |
. .
. Message Data .
. .
| |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Figure 1: Mobility Header Message Format
The Heartbeat message follows the Checksum field in the above
message. The following illustrates the message format for the
Heartbeat Mobility Header message.
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
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Reserved |U|R|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Sequence Number |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| |
. .
. Mobility Options .
. .
| |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Figure 2: Heartbeat Message Format
Reserved
Set to 0 and ignored by the receiver.
<span class="grey">Devarapalli, et al. Standards Track [Page 6]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-7" ></span>
<span class="grey"><a href="./rfc5847">RFC 5847</a> PMIPv6 Heartbeat Mechanism June 2010</span>
'U'
Set to 1 in Unsolicited Heartbeat Response. Otherwise, set to 0.
'R'
A 1-bit flag that indicates whether the message is a request or a
response. When the 'R' flag is set to 0, it indicates that the
Heartbeat message is a request. When the 'R' flag is set to 1, it
indicates that the Heartbeat message is a response.
Sequence Number
A 32-bit sequence number used for matching the request to the
reply.
Mobility Options
Variable-length field of such length that the complete Mobility
Header is an integer that is a multiple of 8 octets long. This
field contains zero or more TLV-encoded mobility options. The
receiver MUST ignore and skip any options that it does not
understand. At the time of writing this document, the Restart
Counter mobility option, described in <a href="#section-3.4">Section 3.4</a>, is the only
valid option in this message.
<span class="h3"><a class="selflink" id="section-3.4" href="#section-3.4">3.4</a>. Restart Counter Mobility Option</span>
The following shows the message format for a new mobility option for
carrying the Restart Counter value in the Heartbeat message. The
Restart Counter mobility option is only valid in a Heartbeat Response
message. It has an alignment requirement of 4n+2.
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 |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Restart Counter |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Figure 3: Restart Counter Mobility Option
Type
An 8-bit field that indicates that it is a Restart Counter
mobility option. It MUST be set to 28.
<span class="grey">Devarapalli, et al. Standards Track [Page 7]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-8" ></span>
<span class="grey"><a href="./rfc5847">RFC 5847</a> PMIPv6 Heartbeat Mechanism June 2010</span>
Length
An 8-bit field that indicates the length of the option in octets
excluding the Type and Length fields. It is set to 4.
Restart Counter
A 32-bit field that indicates the current Restart Counter value.
<span class="h2"><a class="selflink" id="section-4" href="#section-4">4</a>. Exchanging Heartbeat Messages over an IPv4 Transport Network</span>
In some deployments, the network between the MAG and the LMA may be
IPv4-only and not capable of routing IPv6 packets. In this case, the
Mobility Header containing the Heartbeat message is carried as
specified in <a href="./rfc5844#section-4">Section 4 of [RFC5844]</a>, i.e., the Mobility Header is
part of the UDP payload inside an IPv4 packet (IPv4-UDP-MH).
<span class="h2"><a class="selflink" id="section-5" href="#section-5">5</a>. Configuration Variables</span>
The LMA and the MAG must allow the following variables to be
configurable.
HEARTBEAT_INTERVAL
This variable is used to set the time interval in seconds between
two consecutive Heartbeat Request messages. The default value is
60 seconds. It SHOULD NOT be set to less than 30 seconds or more
than 3600 seconds.
MISSING_HEARTBEATS_ALLOWED
This variable indicates the maximum number of consecutive
Heartbeat Request messages for which a PMIPv6 node did not receive
a response before concluding that the peer PMIPv6 node is not
reachable. The default value for this variable is 3.
<span class="h2"><a class="selflink" id="section-6" href="#section-6">6</a>. Security Considerations</span>
The Heartbeat messages are just used for checking reachability
between the MAG and the LMA. They do not carry information that is
useful for eavesdroppers on the path. Therefore, confidentiality
protection is not required. Integrity protection using IPsec
[<a href="./rfc4301" title=""Security Architecture for the Internet Protocol"">RFC4301</a>] for the Heartbeat messages MUST be supported on the MAG and
the LMA. <a href="./rfc5213">RFC 5213</a> [<a href="./rfc5213" title=""Proxy Mobile IPv6"">RFC5213</a>] describes how to protect the Proxy
Binding Update and Acknowledgement signaling messages with IPsec.
The Heartbeat message defined in this specification is merely another
subtype of the same Mobility Header protocol that is already being
protected by IPsec. Therefore, protecting this additional message is
<span class="grey">Devarapalli, et al. Standards Track [Page 8]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-9" ></span>
<span class="grey"><a href="./rfc5847">RFC 5847</a> PMIPv6 Heartbeat Mechanism June 2010</span>
possible using the mechanisms and security policy models from these
RFCs. The security policy database entries should use the new MH
Type, the Heartbeat message, for the MH Type selector.
If dynamic key negotiation between the MAG and the LMA is required,
Internet Key Exchange Protocol version 2 (IKEv2) [<a href="./rfc4306" title=""Internet Key Exchange (IKEv2) Protocol"">RFC4306</a>] should be
used.
<span class="h2"><a class="selflink" id="section-7" href="#section-7">7</a>. IANA Considerations</span>
The Heartbeat message defined in <a href="#section-3.3">Section 3.3</a> must have the type value
allocated from the same space as the 'MH Type' name space in the
Mobility Header defined in <a href="./rfc3775">RFC 3775</a> [<a href="./rfc3775" title=""Mobility Support in IPv6"">RFC3775</a>].
The Restart Counter mobility option defined in <a href="#section-3.4">Section 3.4</a> must have
the type value allocated from the same name space as the mobility
options defined in <a href="./rfc3775">RFC 3775</a> [<a href="./rfc3775" title=""Mobility Support in IPv6"">RFC3775</a>].
<span class="h2"><a class="selflink" id="section-8" href="#section-8">8</a>. Acknowledgements</span>
A heartbeat mechanism for a network-based mobility management
protocol was first described in [<a href="#ref-NETLMM" title=""The NetLMM Protocol"">NETLMM</a>]. The authors would like to
thank the members of a NETLMM design team that produced that
document. The mechanism described in this document also derives from
the path management mechanism described in [<a href="#ref-GTP" title=""3GPP Technical Specification 29.060 V7.6.0: "">GTP</a>].
We would like to thank Alessio Casati for first suggesting a fault
handling mechanism for Proxy Mobile IPv6.
<span class="h2"><a class="selflink" id="section-9" href="#section-9">9</a>. References</span>
<span class="h3"><a class="selflink" id="section-9.1" href="#section-9.1">9.1</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-RFC5213">RFC5213</a>] Gundavelli, S., Leung, K., Devarapalli, V., Chowdhury, K.,
and B. Patil, "Proxy Mobile IPv6", <a href="./rfc5213">RFC 5213</a>, August 2008.
[<a id="ref-RFC5844">RFC5844</a>] Wakikawa, R. and S. Gundavelli, "IPv4 Support for Proxy
Mobile IPv6", <a href="./rfc5844">RFC 5844</a>, May 2010.
[<a id="ref-RFC4301">RFC4301</a>] Kent, S. and K. Seo, "Security Architecture for the
Internet Protocol", <a href="./rfc4301">RFC 4301</a>, December 2005.
[<a id="ref-RFC4306">RFC4306</a>] Kaufman, C., "Internet Key Exchange (IKEv2) Protocol",
<a href="./rfc4306">RFC 4306</a>, December 2005.
<span class="grey">Devarapalli, et al. Standards Track [Page 9]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-10" ></span>
<span class="grey"><a href="./rfc5847">RFC 5847</a> PMIPv6 Heartbeat Mechanism June 2010</span>
[<a id="ref-RFC3775">RFC3775</a>] Johnson, D., Perkins, C., and J. Arkko, "Mobility Support
in IPv6", <a href="./rfc3775">RFC 3775</a>, June 2004.
<span class="h3"><a class="selflink" id="section-9.2" href="#section-9.2">9.2</a>. Informative References</span>
[<a id="ref-NETLMM">NETLMM</a>] Levkowetz, H., Ed., Giaretta, G., Leung, K., Liebsch, M.,
Roberts, P., Nishida, K., Yokota, H., and M.
Parthasarathy, "The NetLMM Protocol", Work in Progress,
October 2006.
[<a id="ref-GTP">GTP</a>] 3rd Generation Partnership Project, "3GPP Technical
Specification 29.060 V7.6.0: "Technical Specification
Group Core Network and Terminals; General Packet Radio
Service (GPRS); GPRS Tunnelling Protocol (GTP) across the
Gn and Gp interface (Release 7)"", July 2007.
Authors' Addresses
Vijay Devarapalli (editor)
WiChorus
3950 North First Street
San Jose, CA 95134
USA
EMail: vijay@wichorus.com
Rajeev Koodli (editor)
Cisco Systems
USA
EMail: rkoodli@cisco.com
Heeseon Lim
Stoke
5403 Betsy Ross Drive
Santa Clara, CA 95054
USA
EMail: hlim@stoke.com
<span class="grey">Devarapalli, et al. Standards Track [Page 10]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-11" ></span>
<span class="grey"><a href="./rfc5847">RFC 5847</a> PMIPv6 Heartbeat Mechanism June 2010</span>
Nishi Kant
Stoke
5403 Betsy Ross Drive
Santa Clara, CA 95054
USA
EMail: nishi@stoke.com
Suresh Krishnan
Ericsson
8400 Decarie Blvd.
Town of Mount Royal, QC
Canada
EMail: suresh.krishnan@ericsson.com
Julien Laganier
Qualcomm Incorporated
5775 Morehouse Drive
San Diego, CA 92121
USA
EMail: julienl@qualcomm.com
Devarapalli, et al. Standards Track [Page 11]
</pre>
|