DMM | H. Chan, Ed. |
Internet-Draft | X. Wei |
Intended status: Informational | Huawei Technologies |
Expires: May 16, 2018 | J. Lee |
Sangmyung University | |
S. Jeon | |
Sungkyunkwan University | |
A. Petrescu | |
CEA, LIST | |
F. Templin | |
Boeing Research and Technology | |
November 12, 2017 |
Distributed Mobility Anchoring
draft-ietf-dmm-distributed-mobility-anchoring-07
This document defines distributed mobility anchoring in terms of the different configurations, operations and parameters of mobility functions to provide different IP mobility support for the diverse mobility needs in 5G Wireless and beyond. A network may be configured with distributed mobility anchoring functions according to the needs of mobility support. In the distributed mobility anchoring environment, multiple anchors are available for mid-session switching of an IP prefix anchor. To start a new flow or to handle a flow not requiring IP session continuity as a mobile node moves to a new network, the flow can be started or re-started using a new IP address configured from the new IP prefix which is anchored to the new network. For a flow requiring IP session continuity, the anchoring of the prior IP prefix may be moved to the new network. The mobility functions and their operations and parameters are general for different configurations. The mobility signaling may be between anchors and nodes in the network in a network-based mobility solution. It may also be between the anchors and the mobile node in a host-based solution. The mobile node may be a host, but may also be a router carrying a network requiring network mobility support.
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 May 16, 2018.
Copyright (c) 2017 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.
A key requirement in distributed mobility management [RFC7333] is to enable traffic to avoid traversing a single mobility anchor far from an optimal route. This draft defines different configurations, functional operations and parameters for distributed mobility anchoring and explains how to use them to make the route changes to avoid unnecessarily long routes.
Companion distributed mobility management documents are already addressing the architecture and deployment [I-D.ietf-dmm-deployment-models], source address selection [I-D.ietf-dmm-ondemand-mobility], and control-plane data-plane signaling [I-D.ietf-dmm-fpc-cpdp]. A number of distributed mobility solutions have also been proposed, for example, in [I-D.seite-dmm-dma], [I-D.bernardos-dmm-cmip], [I-D.bernardos-dmm-pmip], [I-D.sarikaya-dmm-for-wifi], [I-D.yhkim-dmm-enhanced-anchoring], and [I-D.matsushima-stateless-uplane-vepc]. Yet in 5G Wireless and beyond, the mobility requirements are diverse, and IP mobility support is no longer by default with a one-size-fit-all solution. In different networks, different kinds of mobility support are possible depending on the needs. In designing mobility solutions, it may not always be obvious on how to best configure and use only the needed mobility functions to provide the specific mobility support. This document aims at filling such background.
Distributed mobility anchoring employs multiple anchors in the data plane. In general, control plane functions may be separate from data plane functions and be centralized but may also be co-located with the data plane functions at the distributed anchors. Different configurations of distributed mobility anchoring are described in Section 3.1. For instance, the configurations for network-based mobility support in a flat network, for network-based mobility support in a hierarchical network, for host-based mobility support, and for network mobility basic support are described respectively in Section 3.1.1, Section 3.1.2, Section 3.1.3 and Section 3.1.4. Required operations and parameters for distributed mobility anchoring are presented in Section 3.2. For instance, location management is described in Section 3.2.1, forwarding management is described in Section 3.2.2.
As an MN attaches to an access router and establishes a link between them, a /64 IPv6 prefix anchored to the router may be assigned to the link for exclusive use by the MN [RFC6459]. The MN may then configure a global IPv6 address from this prefix and use it as the source IP address in a flow to communicate with its correspondent node (CN). When there are multiple mobility anchors, an address selection for a given flow is first required before the flow is initiated. Using an anchor in an MN's network of attachment has the advantage that the packets can simply be forwarded according to the forwarding table. However, after the flow has been initiated, the MN may later move to another network, so that the IP address no longer belongs to the current network of attachment of the MN.
Whether the flow needs IP session continuity will determine how to ensure that the IP address of the flow will be anchored to the new network of attachment. If the ongoing IP flow can cope with an IP prefix/address change, the flow can be reinitiated with a new IP address anchored in the new network as shown in Section 4.1. On the other hand, if the ongoing IP flow cannot cope with such change, mobility support is needed as shown in Section 4.2. A network supporting a mix of flows both requiring and not requiring IP mobility support will need to distinguish these flows. The guidelines for the network to make such a distinction are described in Section 4.1.1. The general guidelines for such network to provide IP mobility support are described in Section 4.2.1.
Specifically, IP mobility support can be provided by relocating the anchoring of the IP prefix/address of the flow from the home network of the flow to the new network of attachment. The basic case may be with network-based mobility for a flat network configuration described in Section 5.1 with the guidelines described in Section 5.1.1. This case is discussed further with a centralized control plane in Section 5.2 with additional guidelines described in Section 5.2.1. A level of hierarchy of nodes may then be added to the network configuration as described in Section 5.3 with additional guidelines described in Section 5.3.1. Local Mobility in such hierarchical network is described in Section 5.4 with additional guidelines described in Section 5.4.1. Network mobiltiy example is described in Section 5.5 with additional guidelines described in Section 5.5.1.
The key words "MUST", "MUST NOT", "GLUIRED", "SHALL","SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in [RFC2119].
All general mobility-related terms and their acronyms used in this document are to be interpreted as defined in the Mobile IPv6 (MIPv6) base specification [RFC6275], the Proxy Mobile IPv6 (PMIPv6) specification [RFC5213], the "Mobility Related Terminologies" [RFC3753], and the DMM current practices and gap analysis [RFC7429]. These include terms such as mobile node (MN), correspondent node (CN), home agent (HA), home address (HoA), care-of-address (CoA), local mobility anchor (LMA), and mobile access gateway (MAG).
In addition, this document uses the following terms:
The mobility functions may be implemented in different configurations of distributed mobility anchoring in architectures separating the control and data planes. The separation described in [I-D.ietf-dmm-deployment-models] has defined the home control plane anchor (Home-CPA), home data plane anchor (Home-DPA), access control plane node (Access-CPN), and access data plane node (Access-DPN), which are respectively abbreviated as CPA, DPA, CPN, and DPN here.
Different networks may have different configurations in distributed mobility anchoring.
The configurations also differ depending on the desired mobility supports: network-based mobility support for a flat network in Section 3.1.1, network-based mobility support for a hierarchical network in Section 3.1.2, host-based mobility support in Section 3.1.3, and NEtwork MObility (NEMO) based support in Section 3.1.4.
Figure 1 show the configurations of network-based distributed mobility management for a flat network.
The features in Figure 1 are:
____________ Network ___/ \___________ / +-----+ \___ ( |LMs | Control \ / +-.---+ plane \ / +--------.---+ functions \ ( |CPA: . | in the ) ( |FM-CP, LMc | network ) ( +------------+ \ / . . \ ( . . ) ( . . ) ( . . \ \ +------------+ +------------+Distributed ) ( |DPA(IPa1): | |DPA(IPa2): |DPA's ) ( |anchors IP1 | |anchors IP2 | _/ \ |FM-DP | |FM-DP | etc. / \ +------------+ +------------+ / \___ Data plane _____/ \______ functions / \__________________/ +------------+ |MN(IP1) | Mobile node attached |flow(IP1,..)| to the network +------------+
Figure 1. Configurations of network-based mobility management for a flat network to which MN is attached. The mobility management functions in the network are LMs in the control plane, LMc at CPA, and FM-DP at DPA.
In Figure 1, the LM function is split into a separate server LMs and a client LMc at the CPA. Then, the LMs may be centralized whereas the LMc may be distributed or centralized according to whether the CPA is distributed (not shown) or centralized.
In a special case (not shown), LMs and LMc may co-locate.
Figure 2 shows the configurations of network-based mobility management for a hierarchical network.
+-----+ |LMs | +-.---+ +--------.---+ |CPA: . | |FM-CP, LMp | +------------+ . . . . . . . . +------------+ +------------+ Distributed |DPA(IPa1): | |DPA(IPa2): | DPA's |anchors IP1 | |anchors IP2 | etc. |FM-DP | |FM-DP | +------------+ +------------+ +------------+ |CPN: | |FM-CP, LMc | +------------+ . . . . . . . .Distributed DPN's +------------+ +------------+ +------------+ +------------+ |DPN(IPn11): | |DPN(IPn12): | |DPN(IPn21): | |DPN(IPn22): | |FM-DP | |FM-DP | etc. |FM-DP | |FM-DP | etc. +------------+ +------------+ +------------+ +------------+ +------------+Mobile node +------------+Mobile node |MN(IP1) |using IP1 |MN(IP2) |using IP1 |flow(IP1,..)|anchored to |flow(IP2,..)|anchored to +------------+DPA(IPa1) +------------+DPA(IPa2)
Figure 2. Configurations of network-based mobility management for a hierarchical network to which MN is attached. The mobility management functions in the network include a separate LMs, FM-CP and LMp at CPA, FM-DP at DPA; FM-CP and LMc at CPN, FM-DP at DPN.
In addition to the dmm feature already described in Figure 1, Figure 2 shows that there may be multiple instances of DPN, each with an FM-DP function, for each DPA in the hierarchy. Also when the CPN, each with an FM-CP function, is co-located with the distributed DPN there will be multiple instances of the co-located CPN and DPN (not shown).
In Figure 2 the LMs is separated out, and a proxy LMp at the CPA is added between the separate LMs and LMc at the CPN. Then, LMs may be centralized whereas the LMp may be distributed or centralized according to whether the CPA is distributed or centralized.
In a particular case (not shown), LMs and LMp may co-locate.
Host-based mobility function configurations as variants from Figure 2 is shown in Figure 3 where the role to perform mobility functions by CPN and DPN are now taken by the MN. The MN then needs to possess the mobility functions FM and LMc.
+-----+ |LMs | +-.---+ +--------.---+ |CPA: . | |FM-CP, LMp | +------------+ . . . . . . . . +------------+ +------------+ Distributed |DPA(IPa1): | |DPA(IPa2): | DPA's |anchors IP1 | |anchors IP2 | |FM-DP | |FM-DP | etc. +------------+ +------------+ +------------+ |MN(IP1) |Mobile node |flow(IP1,..)|using IP1 |FM, LMc |anchored to +------------+DPA(IPa1)
Figure 3. Configuration of host-based mobility management. The mobility management functions in the network include LMs in control plane, FM-CP and LMp at CPA, FM-DP at DPA. The mobility management functions FM and LMc are also at the host (MN).
Figure 3 shows configurations of host-based mobility management with multiple instances of DPA for a distributed mobility anchoring environment. Figure 3 can be obtained by simply collapsing CPN, DPN and MN from the Figure 2 into the MN in Figure 3 which now possesses the mobility functions FM and LMc that were performed previously by the CPN and the DPN.
Figure 4 shows the configurations of NEMO basic support for a mobile router.
+-----+ |LMs | +-.---+ +--------.---+ |CPA: . | |FM-CP, LMp | +------------+ . . . . . . . . +--------------+ +--------------+ Distributed |DPA(IPa1): | |DPA(IPa2): | DPA's |anchors IP1 | |anchors IP2 | |DHCPv6-PD IPn1| |DHCPv6-PD IPn2| etc. |FM-DP | |FM-DP | +--------------+ +--------------+ +--------------+Mobile router |MR(IP1) |using IP1 |delegated IPn1|anchored to |FM, LMc |DPA(IPa1) +--------------+ +------------+Mobile network node |MNN(IPn1) |using IPn1 |flow(IPn1,.)|attached to MR(IP1) +------------+
Figure 4. Configurations of NEMO basic support for an MR which is attached to a network. The mobility management functions in the network are a separate LMs, FM-CP and LMp at CPA, FM-DP at DPA. The mobility management functions FM and LMc are also at the MR to which MNN is attached.
Figure 4 shows configurations of host-based mobility management for an MR with multiple instances of DPA for a distributed mobility anchoring environment. Figure 4 can be obtained by simply changing the MN from the Figure 3 into the MR carrying a mobile network consisting of mobile network nodes (MNNs) in Figure 4.
An IP prefix/address IPn1 delegated to the MR is assigned for use by the MNN in the mobile network. The MNN uses IPn1 to communicate with a correspondent node (CN) not shown in the figure. The flow of this communication session is shown as flow(IPn1, ...), meaning it uses IPn1 and other parameters.
To enable the MR to assign the IP prefix IPn1, the DPA delegates the prefix using DHCPv6-PD to the MR.
The operations of distributed mobility anchoring are defined in order that they might work together to produce a distributed mobility solution. The needed information is passed as mobility message parameters, which must be protected in terms of integrity. Some parameters may require a means to support privacy of an MN or MR.
The mobility needs in 5G Wireless and beyond are diverse. Therefore operations needed to enable different distributed mobility solutions in different distributed mobility anchoring configurations are extensive as illustrated below. It is however not necessary for every distributed mobility solution to exhibit all the operations listed in this section. A given distributed mobility solution may exhibit only those operations needed.
An example LM design consists of a distributed database with multiple LMs servers. The location information about the prefix/address of an MN is primarily at a given LMs. Peer LMs may exchange the location information with each other. LMc may retrieve a given record or send a given record update to LMs.
Location management configurations:
Location management operations and parameters:
The list above only gives the minimal set of the required parameters. In a specific mobility protocol, additional parameters should be added as needed. Examples of these additional parameters are those passed in the mobility options of the mobility header for MIPv6 [RFC6275] and for PMIPv6 [RFC5213].
Forwarding management configurations:
Forwarding management operations and parameters:
Parameters:
IP mobility support may be provided only when needed instead of being provided by default. The LM and FM functions in the different configurations shown in Section 3.1 are then utilized only when needed.
A straightforward choice of mobility anchoring is for a flow to use the IP prefix of the network to which the MN is attached when the flow is initiated [I-D.seite-dmm-dma].
The IP prefix/address at the MN's side of a flow may be anchored at the access router to which the MN is attached. For example, when an MN attaches to a network (Net1) or moves to a new network (Net2), an IP prefix from the attached network is assigned to the MN's interface. In addition to configuring new link-local addresses, the MN configures from this prefix an IP address which is typically a dynamic IP address. It then uses this IP address when a flow is initiated. Packets to the MN in this flow are simply forwarded according to the forwarding table.
There may be multiple IP prefixes/addresses that an MN can select when initiating a flow. They may be from the same access network or different access networks. The network may advertise these prefixes with cost options [I-D.mccann-dmm-prefixcost] so that the mobile node may choose the one with the least cost. In addition, these IP prefixes/addresses may be of different types regarding whether mobility support is needed [I-D.ietf-dmm-ondemand-mobility]. A flow will need to choose the appropriate one according to whether it needs IP mobility support.
When IP mobility support is not needed for a flow, the LM and FM functions are not utilized so that the configurations in Section 3.1 are simplified as shown in Figure 5.
Net1 Net2 +---------------+ +---------------+ |AR1 | AR is changed |AR2 | +---------------+ -------> +---------------+ |CPA: | |CPA: | |---------------| |---------------| |DPA(IPa1): | |DPA(IPa2): | |anchors IP1 | |anchors IP2 | +---------------+ +---------------+ +...............+ +---------------+ .MN(IP1) . MN moves |MN(IP2) | .flow(IP1,...) . =======> |flow(IP2,...) | +...............+ +---------------+
Figure 5. Changing to the new IP prefix/address. MN running a flow using IP1 in a network Net1 changes to running a flow using IP2 in Net2.
When there is no need to provide IP mobility to a flow, the flow may use a new IP address acquired from a new network as the MN moves to the new network.
Regardless of whether IP mobility is needed, if the flow has terminated before the MN moves to a new network, the flow may subsequently restart using the new IP address assigned from the new network.
When IP session continuity is needed, even if a flow is ongoing as the MN moves, it may still be desirable for the flow to change to using the new IP prefix configured in the new network. The flow may then close and then restart using a new IP address configured in the new network. Such a change in the IP address of the flow may be enabled using a higher layer mobility support which is not in the scope of this document.
In Figure 5, a flow initiated while the MN was using the IP prefix IP1 anchored to a previous access router AR1 in network Net1 has terminated before the MN moves to a new network Net2. After moving to Net2, the MN uses the new IP prefix IP2 anchored to a new access router AR2 in network Net2 to start a new flow. The packets may then be forwarded without requiring IP layer mobility support.
An example call flow is outlined in Figure 6.
MN AR1 AR2 CN |MN attaches to AR1: | | | |acquire MN-ID and profile | | |--RS---------------->| | | | | | | |<----------RA(IP1)---| | | | | | | Assigned prefix IP1 | | | IP1 address configuration | | | | | | |<-Flow(IP1,IPcn,...)-+--------------------------------------------->| | | | | |MN detaches from AR1 | | | |MN attaches to AR2 | | | | | | | |--RS------------------------------>| | | | | | |<--------------RA(IP2)-------------| | | | | | Assigned prefix IP2 | | | IP2 address configuration | | | | | | |<-new Flow(IP2,IPcn,...)-----------+------------------------------->| | | | |
Figure 6. Re-starting a flow to use the IP prefix assigned from the network at which the MN is attached.
A network may not need IP mobility support. For example, a network for stationary sensors only will never encounter mobility.
The standard functions in IPv6 already include dropping the old IPv6 prefix/address and acquiring new IPv6 prefix/address when the node changes its point of attachment to a new network. Therefore, a network not providing IP mobility support at all will not need any of the functions with the mobility operations and messages described in Section 3.2.
On the other hand, a network supporting a mix of flows both requiring and not requiring IP mobility support will need the mobility functions, which it will invoke or not invoke as needed.
The guidelines for the IPv6 nodes in a network supporting a mix of flows both requiring and not requiring IP mobility support include the following:
The above guidelines are only to enable distinguishing whether there is need of IP mobility support for a flow that does not. When the flow needs IP mobility support, the list of guidelines will continue in Section 4.2.1.
When IP mobility is needed for a flow, the LM and FM functions in Section 3.1 are utilized. The mobility support may be provided by IP prefix anchor switching to the new network to be described in Section 5 or by using other mobility management methods ([Paper-Distributed.Mobility], [Paper-Distributed.Mobility.PMIP] and [Paper-Distributed.Mobility.Review]). Then the flow may continue to use the IP prefix from the prior network of attachment. Yet some time later, the user application for the flow may be closed. If the application is started again, the new flow may not need to use the prior network's IP address to avoid having to invoke IP mobility support. This may be the case where a dynamic IP prefix/address rather than a permanent one is used. The flow may then use the new IP prefix in the network where the flow is being initiated. Routing is again kept simpler without employing IP mobility and will remain so as long as the MN which is now in the new network has not moved again and left to another new network.
An example call flow in this case is outlined in Figure 7.
MN AR1 AR2 CN |MN attaches to AR1: | | | |acquire MN-ID and profile | | |--RS---------------->| | | | | | | |<----------RA(IP1)---| | | | | | | Assigned prefix IP1 | | | IP1 address configuration | | | | | | |<-Flow(IP1,IPcn,...)-+--------------------------------------------->| | | | | |MN detach from AR1 | | | |MN attach to AR2 | | | | | | | |--RS------------------------------>| | IP mobility support such as that described in next sub-section |<--------------RA(IP2,IP1)---------| | | | | | |<-Flow(IP1,IPcn,...)---------------+------------------------------->| | | | | Assigned prefix IP2 | | | IP2 address configuration | | | | | | Flow(IP1,IPcn) terminates | | | | | | |<-new Flow(IP2,IPcn,...)-----------+------------------------------->| | | | |
Figure 7. A flow continues to use the IP prefix from its home network after MN has moved to a new network.
The configuration guidelines of distributed mobility for the IPv6 nodes in a network supporting a mix of flows both requiring and not requiring distributed mobility support are as follows:
The guidelines of distributed mobility for the IPv6 nodes in a network supporting a mix of flows both requiring and not requiring distributed mobility support had begun with those given as GL-mix in Section 4.1.1 and continue as follows:
IP mobility is invoked to enable IP session continuity for an ongoing flow as the MN moves to a new network. Here the anchoring of the IP address of the flow is in the home network of the flow, which is not in the current network of attachment. A centralized mobility management mechanism may employ indirection from the anchor in the home network to the current network of attachment. Yet it may be difficult to avoid unnecessarily long route when the route between the MN and the CN via the anchor in the home network is significantly longer than the direct route between them. An alternative is to switch the IP prefix/address anchoring to the new network.
The IP prefix/address anchoring may move without changing the IP prefix/address of the flow. Here the LM and FM functions in Figure 1 in Section 3.1 are implemented as shown in Figure 8.
Net1 Net2 +---------------+ +---------------+ |AR1 | |AR2 | +---------------+ +---------------+ |CPA: | |CPA: | |LM:IP1 at IPa1 | |LM:IP1 at IPa2 | | changes to | | | | IP1 at IPa2 | | | |---------------| |---------------| |DPA(IPa1): | anchoring of IP1 is effectively moved|DPA(IPa2): | |anchored IP1 | =======> |anchors IP2,IP1| +---------------+ +---------------+ +...............+ +---------------+ .MN(IP1) . MN moves |MN(IP2,IP1) | .flow(IP1,...) . =======> |flow(IP1,...) | +...............+ +---------------+
Figure 8. IP prefix/address anchor switching to the new network. MN with flow using IP1 in Net1 continues to run the flow using IP1 as it moves to Net2.
As an MN with an ongoing session moves to a new network, the flow may preserve IP session continuity by moving the anchoring of the original IP prefix/address of the flow to the new network. One way to accomplish such move is to use a centralized routing protocol to be described in Section 5.2 with a centralized control plane.
The configuration guideline for a flat network supporting a mix of flows both requiring and not requiring IP mobility support is:
The guidelines (GL-mix) in Section 4.1.1 and in Section 4.2.1 for the IPv6 nodes for a network supporting a mix of flows both requiring and not requiring IP mobility support apply here. In addition, the following are required.
An example of IP prefix anchor switching is in the case where Net1 and Net2 both belong to the same operator network with separation of control and data planes ([I-D.liu-dmm-deployment-scenario] and [I-D.matsushima-stateless-uplane-vepc]), where the controller may send to the switches/routers the updated information of the forwarding tables with the IP address anchoring of the original IP prefix/address at AR1 moved to AR2 in the new network. That is, the IP address anchoring in the original network which was advertising the prefix will need to move to the new network. As the anchoring in the new network advertises the prefix of the original IP address in the new network, the forwarding tables will be updated so that packets of the flow will be forwarded according to the updated forwarding tables.
The configurations in Figure 1 in Section 3.1 for which the FM-CP and the LM are centralized and the FM-DPs are distributed apply here. Figure 9 shows its implementation where the LM is a binding between the original IP prefix/address of the flow and the IP address of the new DPA, whereas the FM uses appropriate control plane to data plane messages.
Net1 Net2 +----------------------------------------------------------------------+ | CPA: | | LM:IP1 at IPa2 | | FM-CP | +----------------------------------------------------------------------+ +---------------+ +---------------+ |AR1 | |AR2 | +---------------+ +---------------+ |DPA(IPa1): | anchoring of IP1 is effectively moved|DPA(IPa2): | |anchored IP1 | =======> |anchors IP2,IP1| +---------------+ +---------------+ +...............+ +---------------+ .MN(IP1) . MN moves |MN(IP2,IP1) | .flow(IP1,...) . =======> |flow(IP1,...) | +...............+ +---------------+
Figure 9. IP prefix/address anchor switching to the new network with the LM and the FM-CP in a centralized control plane whereas the FM-DPs are distributed.
The example call flow in Figure 10 shows that IP1 is assigned to MN when the MN attaches to the AR1 A flow running in MN and needing IP mobility may continue to use the previous IP prefix by moving the anchoring of the IP prefix to the new network. Yet a new flow to be initiated in the new network may simply use a new IP prefix assigned from the new network.
MN AR1 AR2 CPA CN |MN attaches to AR1: | | | | |acquire MN-ID and profile | | | |--RS---------------->| | | | |<----------RA(IP1)---| | | | | | | Assign MN:IP1 | IP addr config | | | | | | | | | |<-Flow(IP1,IPcn,...)-+--------------------------------------------->| | | | | | |MN detach from AR1 | | | | |MN attach to AR2 | | | | | | | | | |--RS------------------------------>| | | | | | | | | |<---------------control messages-->| | | | | | | | | |<-control messages-->| | | | | | | | forwarding table updates <--------------| | | | | | | |<--------------RA(IP2,IP1)---------| | | | | | Assign MN:IP2 | IP addr config | | | | | | | | | |<-Flow(IP1,IPcn,...)---------------+------------------------------->| | | | | | | Flow(IP1,IPcn,...) terminates | | | | | | | | | forwarding table updates <--------------| | | | | | | |<-new Flow(IP2,IPcn,...)-----------+------------------------------->| | | | | |
Figure 10. DMM solution. MN with flow using IP1 in Net1 continues to run the flow using IP1 as it moves to Net2.
As the MN moves from AR1 to AR2, the AR1 may exchange messages with CPA to release the IP1. It is now necessary for AR2 to learn the IP prefix of the MN from the previous network so that it will be possible for Net2 to assign both the previous network prefix and the new network prefix. The network may learn the previous prefix in different methods. For example, the MN may provide its previous network prefix information by including it to the RS message [I-D.jhlee-dmm-dnpp].
Then forwarding tables updates will take place here.
In addition, the MN also needs a new IP in the new network. The AR2 may now send RA to the MN with prefix information that includes IP1 and IP2. The MN may then continue to use IP1. In addition, the prefix IP2 is assigned to the MN which may configure the IP addresses of its interface. Now for flows using IP1, packets destined to IP1 will be forwarded to the MN via AR2.
As such flows have terminated, IP1 goes back to Net1. MN will then be left with IP2 only, which it will use when it now starts a new flow.
The configuration guideline for a flat network with centralized control plane and supporting a mix of flows both requiring and not requiring IP mobility support is:
The guidelines (GL-mix) in Section 4.1.1 and in Section 4.2.1 for the IPv6 nodes for a network supporting a mix of flows both requiring and not requiring IP mobility support apply here. The guidelines (GL-mix) in Section 5.1.1 for moving anchoring for a flat network also apply here. In addition, the following are required.
The configuration for a hierarchical network has been shown in Figure 2 in Section 3.1.2. With centralized control plane, CPA and CPN, with the associated LM and FM-CP are all co-located. There are multiple DPAs (each with FM-DP) in distributed mobility anchoring. In the data plane, there are multiple DPNs (each with FM-DP) hierarchically below each DPA. The DPA at each AR supports forwarding to the DPN at each of a number of forwarding switches (FWs). A mobility event in this configuration belonging to distributed mobility management will be deferred to Section 5.4.
In this distributed mobility configuration, a mobility event involving change of FW only but not of AR as shown in Figure 11 may still belong to centralized mobility management and may be supported using PMIPv6. This configuration of network-based mobility is also applicable to host-based mobility with the modification for the MN directly taking the role of DPN and CPN, and the corresponding centralized mobility event may be supported using MIPv6.
In Figure 11, the IP prefix assigned to the MN is anchored at the access router (AR) supporting indirection to the old FW to which the MN was originally attached as well as to the new FW to which the MN has moved.
The realization of LM may be the binding between the IP prefix/address of the flow used by the MN and the IP address of the DPN to which MN has moved. The implementation of FM to enable change of FW without changing AR may be accomplished using tunneling between the AR and the FW as described in [I-D.korhonen-dmm-local-prefix] and in [I-D.templin-aerolink] or using some other L2 mobility mechanism.
Net1 Net2 +----------------------------------------------------------------------+ | CPA,CPN: LM:IP1 at IPn2 | | FM-CP | +----------------------------------------------------------------------+ +---------------+ |AR1 | +---------------+ |DPA(IPa1): | |anchors IP1 | |FM-DP | +---------------+ +---------------+ +---------------+ |FW1 | |FW2 | +---------------+ FW is changed +---------------+ |DPN(IPn1): | -------> |DPN(IPn2): | |FM-DP | |FM-DP | +---------------+ +---------------+ +...............+ +---------------+ .MN(IP1) . MN moves |MN(IP2) | .flow(IP1,...) . =======> |flow(IP1,...) | +...............+ +---------------+
Figure 11. Mobility without involving change of IP anchoring in a network in which the IP prefix assigned to the MN is anchored at an AR which is hierarchically above multiple FWs to which the MN may connect.
The configuration guideline for a hierarchical network with centralized control plane and supporting a mix of flows both requiring and not requiring IP mobility support is:
Even when the mobility event does not involve change of anchor, it is still necessary to distinguish whether a flow needs IP mobility support.
The GL-mix guidelines in Section 4.1.1 and in Section 4.2.1 for the IPv6 nodes for a network supporting a mix of flows both requiring and not requiring IP mobility support apply here. In addition, the following are required.
The configuration for the hierarchical network has been shown in Figure 2 in Section 3.1.2. Again, with centralized control plane, CPA and CPN, with the associated LM and FM-CP are all co-located. There are multiple DPAs (each with FM-DP) in distributed mobility anchoring. In the data plane, there are multiple DPNs (each with FM-DP) hierarchically below each DPA. The DPA at each AR supports forwarding to the DPN at each of a number of forwarding switches (FWs).
A distributed mobility event in this configuration involves change from a previous DPN which is hierarchically under the previous DPA to a new DPN which is hierarchically under a new DPA. Such an event involving change of both DPA and DPN is shown in Figure 12.
Net1 Net2 +----------------------------------------------------------------------+ | CPA,CPN,Aggregate Router: LM:IP1 at IPn2 at IPa2 | | FM-CP | +----------------------------------------------------------------------+ +-----------------+ |Aggregate Router | +-----------------+ |FM-DP | +-----------------+ +---------------+ +---------------+ |AR1 | |AR2 | +---------------+ +---------------+ |DPA(IPa1): | anchoring of IP1 is effectively moved|DPA(IPa2): | |anchored IP1 | =======> |anchors IP2,IP1| +---------------+ +---------------+ +---------------+ +---------------+ |FW1 | |FW2 | +---------------+ FW is changed +---------------+ |DPN(IPn1): | -------> |DPN(IPn2): | |FM-DP | |FM-DP | +---------------+ +---------------+ +...............+ +---------------+ .MN(IP1) . MN moves |MN(IP2,IP1) | .flow(IP1,...) . =======> |flow(IP1,...) | +...............+ +---------------+
Figure 12. Mobility involving change of IP anchoring in a network with hierarchy in which the IP prefix assigned to the MN is anchored at an Edge Router supporting multiple access routers to which the MN may connect.
This deployment case involves both a change of anchor from AR1 to AR2 and a network hierarchy AR-FW. It can be realized by a combination of relocating the IP prefix/address anchoring from AR1 to AR2 with the mechanism as described in Section 5.2 and then forwarding the packets with network hierarchy AR-FW as described in Section 5.3.
The configuration guideline (GL-cfg) for a hierarchical network with centralized control plane described in Section 5.3.1 applies here.
The GL-mix guidelines in Section 4.1.1 and in Section 4.2.1 for the IPv6 nodes for a network supporting a mix of flows both requiring and not requiring IP mobility support apply here.
The guidelines (GL-switch) in Section 5.1.1 for anchoring relocation and in Section 5.2.1 for a centralized control plane also apply here.
In addition, the guidelines for indirection between the new DPA and the new DPN as described in Section 5.3.1 apply as well.
The configuration for network mobility has been shown in Figure 4 in Section 3.1.4. Again, with centralized control plane, CPA, with the associated LM and FM-CP are all co-located. There are multiple DPAs (each with FM-DP) in the data plane in distributed mobility anchoring. The MR possesses the mobility functions FM and LMc. The IP prefix IPn1 is delegated to the MR, to which an MNN is attached and has an IP address from IPn1 assigned to its interface.
Figure 13 shows a distributed mobility event in a hierarchical network with a centralized control plane involving a change of attachment of the MR from a previous DPA to a new DPA while the MNN is attached to the MR and therefore moves with the MR.
Net1 Net2 +----------------------------------------------------------------------+ | CPA,Aggregate Router: LM:IP1 at IPa2; IPn1 at IP1 | | FM-CP, LM | +----------------------------------------------------------------------+ +-----------------+ |Aggregate Router | +-----------------+ |FM-DP | +-----------------+ +---------------+ +---------------+ |AR1 | |AR2 | +---------------+ +---------------+ |DPA(IPa1): | anchoring of IP1 is effectively moved|DPA(IPa2): | |anchored IP1 | =======> |anchors IP2,IP1| |DHCPv6-PD IPn1 | | | |FM-DP | |FM-DP | +---------------+ +---------------+ +...............+ +---------------+ .MR(IP1) . MR moves |MR(IP2,IP1) | +...............+ =======> +---------------+ .FM, LMc . |FM, LMc | .delegated IPn1 . |delegated IPn1 | +...............+ +---------------+ +...............+ +---------------+ .MNN(IPn1) . MNN moves with MR |MNN(IPn1) | .flow(IPn1,...) . =======> |flow(IPn1,...) | +...............+ +---------------+
Figure 13. Mobility involving change of IP anchoring for an MR to which an MNN is attached.
As the MR with source IP prefix IP1 moves from AR1 to AR2, mobility support may be provided by moving the anchoring of IP1 from AR1 to AR2 using the mechanism described in Section 5.2.
The forwarding table updates will take place at AR1, AR2, the aggregate router, and other affected routers such that the packet from the CN to the MNN will traverse from the aggregate router towards AR2 instead of towards AR1.
The configuration guideline for a network with centralized control plane to provide network mobility is:
The GL-mix guidelines in Section 4.1.1 and in Section 4.2.1 for the IPv6 nodes for a network supporting a mix of flows both requiring and not requiring IP mobility support apply here.
Here, because the MN is an MR, the following guideline is added:
The guidelines (GL-switch) in Section 5.1.1 for anchoring relocation and in Section 5.2.1 for a centralized control plane also apply here.
Again because the MN is an MR, the following guidelines are added:
Security protocols and mechanisms are employed to secure the network and to make continuous security improvements, and a DMM solution is required to support them [RFC7333]. In a DMM deployment [I-D.ietf-dmm-deployment-models] various attacks such as impersonation, denial of service, man-in-the-middle attacks need to be prevented. An appropriate security management function as defined in Section 2 controls these security protocols and mechanisms to provide access control, integrity, authentication, authorization, confidentiality, etc.
Security considerations are described in terms of integrity support, privacy support etc. in describing the mobility functions in Section 3.2. Here the mobility message parameters used in DMM must be protected, and some parameters require means to support MN and MR privacy. The security considerations are also described in the guidelines for IPv6 nodes in various subsections in Section 4, and Section 5.
The IP address anchoring of an IP prefix is effectively moved from one network to another network to support IP mobility Section 5.1. As is considered in the guidelines for IPv6 nodes in Section 5.1.1, the security policy needs to enable the use in the new network of attachment the IP prefix assigned from another network. Yet it must do so without compromising on the needed security to prevent the possible misuse of an IP prefix belonging to another network. A viable solution is likely not be a global solution, but is limited in scope to within specific regions with the proper trust relationship.
In network mobility, the MNN using an IP prefix assigned to it from the MR when the MR was in a prior network moves with the MR to a new network Section 5.5. As is considered in the guidelines for IPv6 nodes in Section 5.5.1 to support IP mobility for an ongoing flow, the security management function needs to enable the continued use of this IP prefix by the MNN with MR in the new network of attachment. Yet it must do so without compromising on the needed security to prevent the possible misuse of an IP prefix belonging to another network. Again, a viable solution is likely not be a global solution, but is limited in scope to within specific regions with the proper trust relationship.
This document presents no IANA considerations.
This document has benefited from other work on mobility support in SDN network, on providing mobility support only when needed, and on mobility support in enterprise network. These works have been referenced. While some of these authors have taken the work to jointly write this document, others have contributed at least indirectly by writing these drafts. The latter include Philippe Bertin, Dapeng Liu, Satoru Matushima, Pierrick Seite, Jouni Korhonen, and Sri Gundavelli.
Valuable comments have been received from John Kaippallimalil, ChunShan Xiong, and Dapeng Liu. Dirk von Hugo, Byju Pularikkal, Pierrick Seite, Carlos Bernardos have generously provided careful review with helpful corrections and suggestions.
[I-D.bernardos-dmm-cmip] | Bernardos, C., Oliva, A. and F. Giust, "An IPv6 Distributed Client Mobility Management approach using existing mechanisms", Internet-Draft draft-bernardos-dmm-cmip-08, September 2017. |
[I-D.bernardos-dmm-pmip] | Bernardos, C., Oliva, A. and F. Giust, "A PMIPv6-based solution for Distributed Mobility Management", Internet-Draft draft-bernardos-dmm-pmip-09, September 2017. |
[I-D.ietf-dmm-deployment-models] | Gundavelli, S. and S. Jeon, "DMM Deployment Models and Architectural Considerations", Internet-Draft draft-ietf-dmm-deployment-models-03, November 2017. |
[I-D.ietf-dmm-fpc-cpdp] | Matsushima, S., Bertz, L., Liebsch, M., Gundavelli, S., Moses, D. and C. Perkins, "Protocol for Forwarding Policy Configuration (FPC) in DMM", Internet-Draft draft-ietf-dmm-fpc-cpdp-09, October 2017. |
[I-D.ietf-dmm-ondemand-mobility] | Yegin, A., Moses, D., Kweon, K., Lee, J., Park, J. and S. Jeon, "On Demand Mobility Management", Internet-Draft draft-ietf-dmm-ondemand-mobility-12, July 2017. |
[I-D.jhlee-dmm-dnpp] | Lee, J. and Z. Yan, "Deprecated Network Prefix Provision", Internet-Draft draft-jhlee-dmm-dnpp-01, April 2016. |
[I-D.korhonen-dmm-local-prefix] | Korhonen, J., Savolainen, T. and S. Gundavelli, "Local Prefix Lifetime Management for Proxy Mobile IPv6", Internet-Draft draft-korhonen-dmm-local-prefix-01, July 2013. |
[I-D.liu-dmm-deployment-scenario] | Liu, V., Liu, D., Chan, A., Lingli, D. and X. Wei, "Distributed mobility management deployment scenario and architecture", Internet-Draft draft-liu-dmm-deployment-scenario-05, October 2015. |
[I-D.matsushima-spring-dmm-srv6-mobile-uplane] | Matsushima, S., Filsfils, C., Kohno, M. and d. daniel.voyer@bell.ca, "Segment Routing IPv6 for Mobile User-Plane", Internet-Draft draft-matsushima-spring-dmm-srv6-mobile-uplane-03, November 2017. |
[I-D.matsushima-stateless-uplane-vepc] | Matsushima, S. and R. Wakikawa, "Stateless user-plane architecture for virtualized EPC (vEPC)", Internet-Draft draft-matsushima-stateless-uplane-vepc-06, March 2016. |
[I-D.mccann-dmm-prefixcost] | McCann, P. and J. Kaippallimalil, "Communicating Prefix Cost to Mobile Nodes", Internet-Draft draft-mccann-dmm-prefixcost-03, April 2016. |
[I-D.sarikaya-dmm-for-wifi] | Sarikaya, B. and L. Li, "Distributed Mobility Management Protocol for WiFi Users in Fixed Network", Internet-Draft draft-sarikaya-dmm-for-wifi-05, October 2017. |
[I-D.seite-dmm-dma] | Seite, P., Bertin, P. and J. Lee, "Distributed Mobility Anchoring", Internet-Draft draft-seite-dmm-dma-07, February 2014. |
[I-D.templin-aerolink] | Templin, F., "Asymmetric Extended Route Optimization (AERO)", Internet-Draft draft-templin-aerolink-75, May 2017. |
[I-D.yhkim-dmm-enhanced-anchoring] | Kim, Y. and S. Jeon, "Enhanced Mobility Anchoring in Distributed Mobility Management", Internet-Draft draft-yhkim-dmm-enhanced-anchoring-05, July 2016. |
[RFC2119] | Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels", BCP 14, RFC 2119, DOI 10.17487/RFC2119, March 1997. |
[RFC3753] | Manner, J. and M. Kojo, "Mobility Related Terminology", RFC 3753, DOI 10.17487/RFC3753, June 2004. |
[RFC5213] | Gundavelli, S., Leung, K., Devarapalli, V., Chowdhury, K. and B. Patil, "Proxy Mobile IPv6", RFC 5213, DOI 10.17487/RFC5213, August 2008. |
[RFC6275] | Perkins, C., Johnson, D. and J. Arkko, "Mobility Support in IPv6", RFC 6275, DOI 10.17487/RFC6275, July 2011. |
[RFC6459] | Korhonen, J., Soininen, J., Patil, B., Savolainen, T., Bajko, G. and K. Iisakkila, "IPv6 in 3rd Generation Partnership Project (3GPP) Evolved Packet System (EPS)", RFC 6459, DOI 10.17487/RFC6459, January 2012. |
[RFC7077] | Krishnan, S., Gundavelli, S., Liebsch, M., Yokota, H. and J. Korhonen, "Update Notifications for Proxy Mobile IPv6", RFC 7077, DOI 10.17487/RFC7077, November 2013. |
[RFC7333] | Chan, H., Liu, D., Seite, P., Yokota, H. and J. Korhonen, "Requirements for Distributed Mobility Management", RFC 7333, DOI 10.17487/RFC7333, August 2014. |
[RFC7429] | Liu, D., Zuniga, JC., Seite, P., Chan, H. and CJ. Bernardos, "Distributed Mobility Management: Current Practices and Gap Analysis", RFC 7429, DOI 10.17487/RFC7429, January 2015. |
[Paper-Distributed.Mobility] | Lee, J., Bonnin, J., Seite, P. and H. Chan, "Distributed IP Mobility Management from the Perspective of the IETF: Motivations, Requirements, Approaches, Comparison, and Challenges", IEEE Wireless Communications, October 2013. |
[Paper-Distributed.Mobility.PMIP] | Chan, H., "Proxy Mobile IP with Distributed Mobility Anchors", Proceedings of GlobeCom Workshop on Seamless Wireless Mobility, December 2010. |
[Paper-Distributed.Mobility.Review] | Chan, H., Yokota, H., Xie, J., Seite, P. and D. Liu, "Distributed and Dynamic Mobility Management in Mobile Internet: Current Approaches and Issues", February 2011. |