WO2009082935A1 - Method, system and device for obtaining the address of mobile access gateway - Google Patents

Method, system and device for obtaining the address of mobile access gateway Download PDF

Info

Publication number
WO2009082935A1
WO2009082935A1 PCT/CN2008/073571 CN2008073571W WO2009082935A1 WO 2009082935 A1 WO2009082935 A1 WO 2009082935A1 CN 2008073571 W CN2008073571 W CN 2008073571W WO 2009082935 A1 WO2009082935 A1 WO 2009082935A1
Authority
WO
WIPO (PCT)
Prior art keywords
address
home network
network prefix
mobile node
destination
Prior art date
Application number
PCT/CN2008/073571
Other languages
French (fr)
Chinese (zh)
Inventor
Xia Qin
Wei Yan
Xiaojun Yan
Original Assignee
Huawei Technologies Co., Ltd.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Huawei Technologies Co., Ltd. filed Critical Huawei Technologies Co., Ltd.
Publication of WO2009082935A1 publication Critical patent/WO2009082935A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W8/00Network data management
    • H04W8/02Processing of mobility data, e.g. registration information at HLR [Home Location Register] or VLR [Visitor Location Register]; Transfer of mobility data, e.g. between HLR, VLR or external networks
    • H04W8/08Mobility data transfer
    • H04W8/082Mobility data transfer for traffic bypassing of mobility servers, e.g. location registers, home PLMNs or home agents
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W8/00Network data management
    • H04W8/26Network addressing or numbering for mobility support
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W80/00Wireless network protocols or protocol adaptations to wireless operation
    • H04W80/04Network layer protocols, e.g. mobile IP [Internet Protocol]
    • H04W80/045Network layer protocols, e.g. mobile IP [Internet Protocol] involving different protocol versions, e.g. MIPv4 and MIPv6

Definitions

  • the present invention relates to the field of communications technologies, and in particular, to a mobile access gateway address acquisition method, system and device
  • Proxy Mobile Internet Protocol version 6 is a network-side mobility management protocol that does not require mobile nodes (MNs) to involve signaling required for mobility management. Mobile entities in the network will track MNs. Move, and initiate mobile signaling and establish the required routing state.
  • MNs mobile nodes
  • the core functional entities in the PMIPv6-based network are the local mobility anchor LMA and the mobile access gateway (WMA)
  • the LMA is responsible for maintaining the reachability status of the MN and is topologically anchored to the MN's Home Network Prefix (HNP).
  • the MAG is an entity that performs mobility management on behalf of the MN, is located on the access link, and is responsible for detecting the mobility of the MN on its access link and transmitting the binding registration information to the L MA registered by the MN.
  • the MAG on the access network after identifying the MN and obtaining its identity, will confirm whether the MN is authorized to the network mobility management service.
  • the network will provide an address for the MN via HNP. Once the address is configured, the MN has an address from its HNP.
  • the LMA records the address of the MN through the care-of address (COA), and records the address of the MAG bound to the MN by binding the cache entry (Proxy-CoA), thereby transmitting and receiving packets to and from the MN.
  • COA care-of address
  • Proxy-CoA cache entry
  • FIG. 1 is a schematic diagram of a routing path between two mobile nodes MN1 and MN2 in a PMIPv6 domain; as shown in FIG. 1, a solid line is a standard PMIPv6 route, and a dotted line is a route optimized by a PMIPv6 route.
  • MN1 accesses MAG1, and MAG1 will register the binding of MN1 home network prefix and MAG1 address (ie Proxy-CoAl) to LMAr on behalf of MN1.
  • MN2 is also directed by MAG2 agent. LMA2 registration.
  • MN1 sends a data packet to MN2
  • the routing path of the standard PMIPv6 data packet is from MN1 to MAG1 to LMA1 to LMA2 to MAG2.
  • the MN2o packet will first pass through the bidirectional tunnel between MAGI and LMA1, and then pass through the bidirectional tunnel between LMA2 and MAG2 to reach MN2.
  • the routing path between MN 1 and MN2 does not pass through any LMA 1 and LMA2, but the tunnel is directly established between MAG 1 and MAG 2.
  • the packet path is from MN1 to MAG1 to MAG2.
  • the first problem to be solved is to obtain the routing address of the destination. That is, if MN1 wants to send the message to MN2 through the optimized route, then MAG1 must know the address of MAG2, which is two A tunnel is established to achieve the premise of PMIPv6 route optimization.
  • the MAG address of the communication parties is exchanged by the message established for the road optimization mode, thereby solving the problem of obtaining the MAG address.
  • the problem is that the establishment of different route optimization modes is different.
  • the way to obtain the MAG address is different. Therefore, the existing method of obtaining the MAG address depends on the specific route optimization mode and does not have universal applicability.
  • the embodiment of the invention provides a mobile access gateway address acquisition method, system and device, which can not rely on a specific route optimization mode, has universal applicability, and improves system performance.
  • An embodiment of the present invention provides a method for acquiring a mobile access gateway address, including:
  • the address maintenance device that stores the information about the home network prefix of the destination mobile node sends a request for querying the home network prefix related information of the destination mobile node;
  • the embodiment of the present invention further provides a mobile access gateway address obtaining system, including:
  • the source mobile access gateway is configured to: according to the home network prefix of the mobile node of the destination, to the address maintenance device that stores the information about the home network prefix of the destination mobile node, and send a query to query the home network prefix of the destination mobile node. Requesting the information; obtaining, from the returned destination home network prefix information of the mobile node, an address of the destination mobile access gateway MAG to which the destination mobile node belongs;
  • the address maintenance device is configured to save the home network prefix related information of the destination mobile node, and receive a request sent by the source mobile access gateway to query the destination mobile node home network prefix related information, and return the destination mobile node. Home network prefix related information.
  • the embodiment of the present invention further provides a mobile access gateway, including:
  • the destination address request sending module is configured to: according to the home network prefix of the mobile node of the destination, to the address maintenance device that stores the information about the home network prefix of the destination mobile node, and send a query to query the home network prefix of the destination mobile node. Request for information;
  • a destination address response receiving module configured to acquire the destination mobile node from the destination mobile node home network prefix related information returned by the address maintenance device that stores the destination mobile node home network prefix related information The address of the mobile access gateway MAG to which it belongs.
  • the embodiment of the present invention further provides a local mobility anchor point, including:
  • a storage module configured to store home network prefix related information of the destination mobile node
  • a request information receiving module configured to receive, from the mobile access gateway, a request for querying the home network prefix related information of the destination mobile node;
  • a response information sending module configured to acquire, according to the request for the home network prefix related information of the destination mobile node, received by the request information receiving module, to acquire the hometown of the destination mobile node from the storage module The network prefix related information, and returns the home network prefix related information of the destination mobile node to the mobile access gateway.
  • the embodiment of the present invention sends an inquiry to the address maintenance device that stores the information about the home network prefix of the destination mobile node, and sends a query to the destination mobile node home network. a request for the prefix related information; obtaining the destination mobile terminal to which the destination mobile node belongs from the destination mobile node home network prefix related information returned by the address maintenance device that stores the destination mobile node home network prefix related information Enter the address of the gateway MAG.
  • the MAG address can be obtained without involving the route optimization establishment process, and the route optimization mode is not relied on, which has universal applicability and improves system performance.
  • FIG. 1 is a schematic diagram of a routing path between two mobile nodes MN 1 and MN 2 in a PMIPv6 domain in the prior art
  • FIG. 2 is a structural diagram of a MAG address acquisition system according to Embodiment 1 of the present invention.
  • FIG. 3 is a structural diagram of a MAG address acquisition system according to Embodiment 2 of the present invention.
  • FIG. 4 is a specific structural diagram of an MAG according to an embodiment of the present invention.
  • FIG. 5 is a specific structural diagram of an LMA according to an embodiment of the present invention.
  • the embodiment of the present invention mainly obtains a MAG address from the returned related information about the MN home network prefix by querying the LMA for related information about the MN home network prefix.
  • MN1 needs to send a message to MN2, then MN1 needs to pass source M.
  • the MAG1 establishes a route optimization path with the MAG of the MAG2 to which the MN2 belongs.
  • the source MAG needs to obtain the address of the destination MAG before the routing path is established.
  • the MAG address acquisition system is as follows:
  • FIG. 2 is a structural diagram of a MAG address obtaining system according to Embodiment 1 of the present invention.
  • the system includes: a source mobile access gateway MAG and an address maintenance device;
  • MN2 For the source mobile node, define MN2 as the destination mobile node, where:
  • the source MAG is used to send a request for querying the MN2 home network prefix related information to the address maintenance device that stores the MN2 home network prefix related information according to the MN2 home network prefix; from the returned MN2 home network prefix related information. Obtain the address of the destination MAG2 to which the MN2 belongs;
  • the address maintenance device is configured to save the MN2 home network prefix related information, receive the request sent by the source mobile access gateway to query the MN2 home network prefix related information, and return the MN2 home network prefix related information.
  • the source MAG may send a request for querying the MN2 home network prefix related information to the anycast address according to the anycast address formed by the MN2 home network prefix.
  • the anycast address may be configured on the address maintenance device; the address maintenance device may be an LMA or The destination MAG; the returned MN2 home network prefix related information includes the address of the destination M AG to which the MN2 belongs.
  • Step 1 the source mobile access gateway saves the hometown of MN2 according to the home network prefix of the mobile node MN2.
  • the address maintenance device of the network prefix related information sends a request for querying the MN2 home network prefix related information.
  • the address maintenance device can be an LMA or a destination MAG.
  • the request message may be a proxy care-of address query request (Query Proxy Care-of Address
  • the message can also be any other customized message. What kind of message is used, the specific message format can be determined according to the specific address maintenance device.
  • the source address of the message is the address of the source mobile access gateway
  • the destination address is the anycast address formed by the MN2 home network prefix.
  • the network prefix is 64bit
  • the anycast address can be the first 64 bits of the MN2 home network prefix, and the last 64 bits are all zeros.
  • anycast address can be configured on the interface that the LMA connects to the backbone network.
  • Step 2 Due to the characteristics of the anycast address, the request message in step 1 will be sent to the address maintenance device configured with the anycast address of the MN2 home network prefix, and the address maintenance device also stores the MN2 hometown. The address maintenance device of the network prefix related information. After receiving the message, the address maintenance device queries the binding cache entry corresponding to the MN2 home network prefix, and returns the queried cache entry information through the response message.
  • the response message may be a proxy care-of address query response (Query Proxy Care-of Address
  • the message can also be any other custom message, as long as it corresponds to the received request message.
  • the binding cache entry information contains the address of the destination MAG to which the MN2 belongs, and the source MAG can obtain the address of the destination MAG after receiving the response message.
  • the source MAG After the source MAG obtains the address of the destination MAG, it can perform route optimization according to any existing route optimization mode.
  • the destination MA G receives the query request message from the source MAG, and the destination MAG returns from the query response message. Your address.
  • the source MAG can obtain the MN2 home network prefix from the MN2 policy file during the authentication process; it can also be obtained through the MAG proxy MN registration process to the LMA, and therefore, can be in some common or well-known intermediate Network devices, such as domain name server DNS, dynamic host configuration protocol server D HCP sever, authentication, authorization, statistics server AAA
  • the server or the like maintains the binding of the MN2 prefix to its LMA address.
  • the LMA registers the maintenance prefix information with the related address maintenance device.
  • the specific implementation method is not within the scope of the present disclosure.
  • the source MAG knows the home network prefix of the MN2, the LMA address of the MN2 home network prefix can be requested to be maintained from the corresponding address maintenance device according to the prefix.
  • FIG. 3 is a structural diagram of a MAG address obtaining system according to Embodiment 2 of the present invention.
  • the system differs from Embodiment 1 in that the system further comprises: an intermediate network device.
  • the intermediate network device is configured to save an address of the address maintenance device that stores the MN2 home network prefix related information, and receive the information sent by the source mobile access gateway, and query and save the MN2 home network prefix related information.
  • the address maintains a request for the address of the device; and returns a response message containing the address of the address maintenance device storing the information related to the MN2 home network prefix.
  • the source mobile access gateway sends a request for querying the address maintenance device address of the MN2 home network prefix related information to the intermediate network device, and obtains the saved MN2 home network prefix from the returned response message.
  • the address of the related information maintains the device address.
  • Step 1 the source MAG is the MAG1 sending prefix query (prefix
  • the message to the intermediate network device contains the MN2 home network prefix.
  • the specific message format depends on the specific address maintenance device. For example, if it is a DNS, the request message can be implemented by using a DNS message; if it is a DHCP server, it can be implemented by using a DHCP message.
  • Step 2 After the related address maintenance device receives the request message, it will return a prefix response (prefix) Response) The message to MAGI, which contains the LMA2 address of the MAGI lookup.
  • Step 3 After the MAGI obtains the LMA2 address, the sending proxy forwards the address query (proxy-CoA).
  • Step 4. After receiving the above request, LMA2 will forward the address response through the proxy (proxy-CoA).
  • the message returns the binding cache entry it maintains about the MN2 home network prefix.
  • Step 5 The MAG1 obtains the mobile access gateway MAG2 address of the MN2 by using the binding cache entry for the MN2 home network prefix.
  • MAG1 After MAG1 obtains the MAG2 address, it can start the route optimization process.
  • the source MAG can obtain the address of the required MAG by directly searching for the related device, without the process of step 3 and step 4.
  • the following describes the two MAG address acquisition systems and the specific acquisition methods.
  • the following describes the specific structure of the MAG as the source MAG and the specific structure of the LMA as the information about the MN2 home network prefix.
  • FIG. 4 is a structural diagram of a MAG according to an embodiment of the present invention.
  • the MA G of the embodiment of the present invention includes: a destination address request sending module 401 and a destination address response receiving module 402.
  • the destination address request sending module 401 is configured to save according to the home network prefix of the mobile node MN2.
  • the address maintenance device of the MN2 home network network prefix related information sends a request for inquiring about the MN2 home network prefix related information.
  • the destination address response receiving module 402 is configured to obtain the address of the destination mobile access gateway MAG to which the MN2 belongs from the MN2 home network prefix related information returned by the address maintenance device that stores the MN2 home network prefix related information.
  • the destination address request sending module 401 sends the address maintenance device that stores the MN2 home network prefix related information to the anycast address configured according to the anycast address generated by the home network prefix of the MN2. A request for querying MN2 home network prefix related information.
  • the destination address request sending module 401 sends a request for querying the address maintenance device address of the MN2 home network prefix related information to the intermediate network device; and maintaining the obtained address of the MN2 home network prefix related information.
  • Device address to save the mobile node MN2 home network
  • the address maintenance device of the prefix related information sends a request for querying the MN2 home network prefix related information.
  • the destination address response receiving module 402 obtains, from the returned response message, the address maintenance device address that holds the information related to the MN2 home network prefix, and sends the address maintenance device address to the destination address request sending module 401.
  • FIG. 5 is a detailed structural diagram of an LMA according to an embodiment of the present invention.
  • the LMA includes: a request information receiving module 501 and a response information transmitting module 502.
  • the request information receiving module 501 is configured to receive a request for querying the MN2 home network prefix related information.
  • the response information sending module 502 is configured to return related information of the MN2 home network prefix to the sender of the request information according to the request information received by the request information receiving module 501.
  • the home network prefix of the mobile node MN2 sends a request for querying the MN2 home network prefix related information to the address maintenance device that stores the MN2 home network prefix related information.
  • a method, a system, and a device for acquiring an address of a destination mobile access gateway MAG to which the MN2 belongs from the MN2 home network prefix related information returned by the address maintenance device that stores the MN2 home network network related information, acquiring the MAG address It does not involve the route optimization establishment process, so it does not rely on the route optimization mode, has universal applicability, and improves system performance.

Abstract

A method, a system and a device for obtaining the address of mobile access gateway are disclosed in the embodiment of the present invention. The method includes the steps of: according to the Home Network Prefix of an aim Mobile Node, sending a request for inquiring the information relating to the Home Network Prefix of the aim Mobile Node to an address maintenance equipment which saves the information relating to the Home Network Prefix of the aim Mobile Node; obtaining the address of the aim Mobile Access Gateway (MAG), which the aim Mobile Node belongs to, from the information relating to the Home Network Prefix of the aim Mobile Node which is returned from the address maintenance equipment which saves the information relating to the Home Network Prefix of the aim Mobile Node. Thus it does not relate to the process of building the route optimization to obtain the address of the MAG, and so it does not depend on the route optimization mode. Thereby it has generally applicability, and improves the system capability.

Description

说明书 移动接入网关地址获取方法、 系统及装置  Mobile access gateway address acquisition method, system and device
[1] 本申请要求于 2007年 12月 20日提交中国专利局、 申请号为 200710301625.1、 发 明名称为"移动接入网关地址获取方法、 系统及装置"的中国专利申请的优先权, 其全部内容通过弓 I用结合在本申请中。 [1] This application claims priority to Chinese Patent Application No. 200710301625.1, entitled "Mobile Access Gateway Address Acquisition Method, System and Device", filed on December 20, 2007, the entire contents of which are hereby incorporated by reference. It is incorporated by reference in this application.
[2] 技术领域  [2] Technical field
[3] 本发明涉及通信技术领域, 特别涉及移动接入网关地址获取方法、 系统及装置  [3] The present invention relates to the field of communications technologies, and in particular, to a mobile access gateway address acquisition method, system and device
[4] 发明背景 [4] Background of the invention
[5] 目前, 代理移动网际协议版本 6 (ΡΜΙΡνβ) 作为一种基于网络侧的移动性管理 协议, 其无需移动节点 (MN) 涉及移动管理所需的信令, 网络中的移动实体将 跟踪 MN的移动, 并且初始化移动信令和建立所需的路由状态。  [5] Currently, Proxy Mobile Internet Protocol version 6 (ΡΜΙΡνβ) is a network-side mobility management protocol that does not require mobile nodes (MNs) to involve signaling required for mobility management. Mobile entities in the network will track MNs. Move, and initiate mobile signaling and establish the required routing state.
[6] 在基于 PMIPv6网络中的核心功能实体是本地移动锚点 LMA和移动接入网关 ( [6] The core functional entities in the PMIPv6-based network are the local mobility anchor LMA and the mobile access gateway (
MAG) 。 LMA负责维护 MN的可达性状态, 并且拓扑上作为 MN的家乡网络前缀 (HNP) 的锚点。 MAG是代表 MN执行移动性管理的实体, 位于接入链路上, 并 且负责在其接入链路上探测 MN的移动, 并且发送绑定注册信息至 MN所注册的 L MA。 MAG). The LMA is responsible for maintaining the reachability status of the MN and is topologically anchored to the MN's Home Network Prefix (HNP). The MAG is an entity that performs mobility management on behalf of the MN, is located on the access link, and is responsible for detecting the mobility of the MN on its access link and transmitting the binding registration information to the L MA registered by the MN.
[7] 一旦 MN进入 PMIPv6域, 连接至一个接入网络, 接入网络上的 MAG在识别 MN 并且获得其标识后, 将确认 MN是否被授权网络移动性管理服务。  [7] Once the MN enters the PMIPv6 domain and connects to an access network, the MAG on the access network, after identifying the MN and obtaining its identity, will confirm whether the MN is authorized to the network mobility management service.
[8] 如果网络确认需要提供网络移动性管理服务至 MN, 网络将通过 HNP为 MN提供 一个地址。 一旦地址配置完成, MN则拥有一个来自其 HNP的地址。 LMA则通过 转交地址 (COA) 记录 MN的地址, 并通过绑定缓存条目 (Proxy-CoA) , 来记 录与 MN绑定的 MAG的地址, 从而实现收发来往 MN的报文。  [8] If the network acknowledges that a network mobility management service needs to be provided to the MN, the network will provide an address for the MN via HNP. Once the address is configured, the MN has an address from its HNP. The LMA records the address of the MN through the care-of address (COA), and records the address of the MAG bound to the MN by binding the cache entry (Proxy-CoA), thereby transmitting and receiving packets to and from the MN.
[9] 图 1为 PMIPv6域中两移动节点 MN1和 MN2间相互通信吋的路由路径示意图; 如 图 1所示, 实线是标准的 PMIPv6路由, 虚线是 PMIPv6路由优化后的路由。 根据 P MIPv6基本协议, MN1接入 MAG1吋, MAG1将代表 MN1向 LMAr注册 MN1家乡 网络前缀和 MAG1地址 (即 Proxy-CoAl) 的绑定。 同理, MN2也由 MAG2代理向 LMA2注册。 当 MNl向 MN2发送数据报文吋, 标准的 PMIPv6的数据报文的路由 路径是由 MN1到 MAG1到 LMA1到 LMA2到 MAG2最后到 [9] FIG. 1 is a schematic diagram of a routing path between two mobile nodes MN1 and MN2 in a PMIPv6 domain; as shown in FIG. 1, a solid line is a standard PMIPv6 route, and a dotted line is a route optimized by a PMIPv6 route. According to the P MIPv6 basic protocol, MN1 accesses MAG1, and MAG1 will register the binding of MN1 home network prefix and MAG1 address (ie Proxy-CoAl) to LMAr on behalf of MN1. Similarly, MN2 is also directed by MAG2 agent. LMA2 registration. When MN1 sends a data packet to MN2, the routing path of the standard PMIPv6 data packet is from MN1 to MAG1 to LMA1 to LMA2 to MAG2.
MN2o 报文将首先经过 MAGI与 LMA1间的双向隧道, 再经过 LMA2与 MAG2间 的双向隧道, 才能到达 MN2。  The MN2o packet will first pass through the bidirectional tunnel between MAGI and LMA1, and then pass through the bidirectional tunnel between LMA2 and MAG2 to reach MN2.
[10] 因为 MAG与 LMA间的报文传递需要进行报文的封装与解封装, 在标准路由规 则下, 报文的路由路径须经过两次封装和解封装, 由此带来报文路由的繁琐和 过多的报文处理开销, 所以人们又提出了路由优化的方法, 使  [10] Because the packet transmission between the MAG and the LMA needs to be encapsulated and decapsulated, the routing path of the packet must be encapsulated and decapsulated twice under standard routing rules. And too much packet processing overhead, so people have proposed a route optimization method, so that
MN 1与 MN2间的路由路径不用经过任何 LMA 1和 LMA2, 而是通过 MAG 1与 MAG 2间直接建立隧道, 报文路径由 MN1到 MAG1到 MAG2最后到  The routing path between MN 1 and MN2 does not pass through any LMA 1 and LMA2, but the tunnel is directly established between MAG 1 and MAG 2. The packet path is from MN1 to MAG1 to MAG2.
MN2, 从而避免了冗长的路由过程以及封装和解封装带来的报文处理开销。  MN2, thus avoiding the lengthy routing process and packet processing overhead caused by encapsulation and decapsulation.
[11] 但是不论什么样的路由优化模式, 首先要解决的问题就是获取目的地的路由地 址, 即若 MN1要通过优化路由发送报文到 MN2, 那么 MAG1必须要知道 MAG2的 地址, 这是两者间建立隧道以实现 PMIPv6路由优化的前提。  [11] But no matter what kind of route optimization mode, the first problem to be solved is to obtain the routing address of the destination. That is, if MN1 wants to send the message to MN2 through the optimized route, then MAG1 must know the address of MAG2, which is two A tunnel is established to achieve the premise of PMIPv6 route optimization.
[12] 而在现有技术中, 针对不同的路由优化模式, 一般是在路由优化模式建立吋, 通过用于路优优化模式建立的消息来交换通信双方的 MAG地址, 从而解决获取 MAG地址的问题, 但是不同的路由优化模式的建立过程是不同的, 获取 MAG地 址的方式也就不同, 因此, 现有获取 MAG地址的方法是依赖于具体的路由优化 模式的, 不具备普遍的适用性。  [12] In the prior art, for different route optimization modes, generally in the route optimization mode, the MAG address of the communication parties is exchanged by the message established for the road optimization mode, thereby solving the problem of obtaining the MAG address. The problem is that the establishment of different route optimization modes is different. The way to obtain the MAG address is different. Therefore, the existing method of obtaining the MAG address depends on the specific route optimization mode and does not have universal applicability.
[13] 发明内容  [13] Summary of the invention
[14] 本发明实施例提供了一种移动接入网关地址获取方法、 系统及装置, 可以不依 赖具体路由优化模式, 具有普遍适用性, 提高了系统性能。  [14] The embodiment of the invention provides a mobile access gateway address acquisition method, system and device, which can not rely on a specific route optimization mode, has universal applicability, and improves system performance.
[15] 本发明实施例提供了一种移动接入网关地址获取方法, 包括: An embodiment of the present invention provides a method for acquiring a mobile access gateway address, including:
[16] 根据目的移动节点的家乡网络前缀, 向保存有所述目的移动节点家乡网络前缀 相关信息的地址维护设备, 发送査询所述目的移动节点家乡网络前缀相关信息 的请求; [16] According to the home network prefix of the destination mobile node, the address maintenance device that stores the information about the home network prefix of the destination mobile node sends a request for querying the home network prefix related information of the destination mobile node;
[17] 从所述保存有所述目的移动节点家乡网络前缀相关信息的地址维护设备返回的 所述目的移动节点家乡网络前缀相关信息中, 获取所述目的移动节点所属的目 的移动接入网关 MAG的地址。 [18] 本发明实施例还提供了一种移动接入网关地址获取系统, 包括: [17] acquiring, from the destination mobile node home network prefix related information returned by the address maintenance device that stores the home network prefix related information of the destination mobile node, the destination mobile access gateway MAG to which the destination mobile node belongs. the address of. [18] The embodiment of the present invention further provides a mobile access gateway address obtaining system, including:
[19] 源移动接入网关, 用于根据目的移动节点的家乡网络前缀, 向保存有所述目的 移动节点家乡网络前缀相关信息的地址维护设备, 发送査询所述目的移动节点 家乡网络前缀相关信息的请求; 从返回的所述目的移动节点家乡网络前缀相关 信息中获取所述目的移动节点所属的目的移动接入网关 MAG的地址;  [19] The source mobile access gateway is configured to: according to the home network prefix of the mobile node of the destination, to the address maintenance device that stores the information about the home network prefix of the destination mobile node, and send a query to query the home network prefix of the destination mobile node. Requesting the information; obtaining, from the returned destination home network prefix information of the mobile node, an address of the destination mobile access gateway MAG to which the destination mobile node belongs;
[20] 地址维护设备, 用于保存所述目的移动节点家乡网络前缀相关信息, 接收源移 动接入网关发送的査询所述目的移动节点家乡网络前缀相关信息的请求, 返回 所述目的移动节点家乡网络前缀相关信息。  [20] The address maintenance device is configured to save the home network prefix related information of the destination mobile node, and receive a request sent by the source mobile access gateway to query the destination mobile node home network prefix related information, and return the destination mobile node. Home network prefix related information.
[21] 本发明实施例还提供了一种移动接入网关, 包括:  [21] The embodiment of the present invention further provides a mobile access gateway, including:
[22] 目的地址请求发送模块, 用于根据目的移动节点的家乡网络前缀, 向保存有所 述目的移动节点家乡网络前缀相关信息的地址维护设备, 发送査询所述目的移 动节点家乡网络前缀相关信息的请求;  [22] The destination address request sending module is configured to: according to the home network prefix of the mobile node of the destination, to the address maintenance device that stores the information about the home network prefix of the destination mobile node, and send a query to query the home network prefix of the destination mobile node. Request for information;
[23] 目的地址响应接收模块, 用于从所述保存有所述目的移动节点家乡网络前缀相 关信息的地址维护设备返回的所述目的移动节点家乡网络前缀相关信息中, 获 取所述目的移动节点所属的移动接入网关 MAG的地址。  [23] a destination address response receiving module, configured to acquire the destination mobile node from the destination mobile node home network prefix related information returned by the address maintenance device that stores the destination mobile node home network prefix related information The address of the mobile access gateway MAG to which it belongs.
[24] 本发明实施例还提供了一种本地移动锚点, 包括:  [24] The embodiment of the present invention further provides a local mobility anchor point, including:
[25] 存储模块, 用于存储目的移动节点的家乡网络前缀相关信息;  [25] a storage module, configured to store home network prefix related information of the destination mobile node;
[26] 请求信息接收模块, 用于从移动接入网关接收査询所述目的移动节点的家乡网 络前缀相关信息的请求;  [26] a request information receiving module, configured to receive, from the mobile access gateway, a request for querying the home network prefix related information of the destination mobile node;
[27] 响应信息发送模块, 用于根据所述请求信息接收模块所接收的査询所述目的移 动节点的家乡网络前缀相关信息的请求, 从所述存储模块中获取所述目的移动 节点的家乡网络前缀相关信息, 并返回所述目的移动节点的家乡网络前缀相关 信息给所述移动接入网关。  [27] a response information sending module, configured to acquire, according to the request for the home network prefix related information of the destination mobile node, received by the request information receiving module, to acquire the hometown of the destination mobile node from the storage module The network prefix related information, and returns the home network prefix related information of the destination mobile node to the mobile access gateway.
[28] 由以上技术方案可见, 本发明实施例根据目的移动节点的家乡网络前缀, 向保 存有所述目的移动节点家乡网络前缀相关信息的地址维护设备, 发送査询所述 目的移动节点家乡网络前缀相关信息的请求; 从所述保存有所述目的移动节点 家乡网络前缀相关信息的地址维护设备返回的所述目的移动节点家乡网络前缀 相关信息中, 获取所述目的移动节点所属的目的移动接入网关 MAG的地址。 这 样就可以在获取 MAG地址吋不涉及路由优化建立过程, 从而不依赖路由优化模 式, 具有普遍适用性, 提高了系统性能。 [28] It can be seen from the foregoing technical solution that, according to the home network prefix of the destination mobile node, the embodiment of the present invention sends an inquiry to the address maintenance device that stores the information about the home network prefix of the destination mobile node, and sends a query to the destination mobile node home network. a request for the prefix related information; obtaining the destination mobile terminal to which the destination mobile node belongs from the destination mobile node home network prefix related information returned by the address maintenance device that stores the destination mobile node home network prefix related information Enter the address of the gateway MAG. This In this way, the MAG address can be obtained without involving the route optimization establishment process, and the route optimization mode is not relied on, which has universal applicability and improves system performance.
[29] 附图简要说明 [29] BRIEF DESCRIPTION OF THE DRAWINGS
[30] 图 1为现有技术中 PMIPv6域中两移动节点 MN 1和 MN2间相互通信吋的路由路径 示意图;  [30] FIG. 1 is a schematic diagram of a routing path between two mobile nodes MN 1 and MN 2 in a PMIPv6 domain in the prior art;
[31] 图 2为本发明实施例一的 MAG地址获取系统结构图;  2 is a structural diagram of a MAG address acquisition system according to Embodiment 1 of the present invention;
[32] 图 3为本发明实施例二的 MAG地址获取系统结构图; 3 is a structural diagram of a MAG address acquisition system according to Embodiment 2 of the present invention;
[33] 图 4为本发明实施例所述的 MAG的具体结构图; 4 is a specific structural diagram of an MAG according to an embodiment of the present invention;
[34] 图 5为本发明实施例所述的 LMA的具体结构图。 FIG. 5 is a specific structural diagram of an LMA according to an embodiment of the present invention.
[35] 实施本发明的方式 [35] Mode for carrying out the invention
[36] 本发明实施例主要是通过向 LMA査询关于 MN家乡网络前缀的相关信息, 从返 回的关于 MN家乡网络前缀的相关信息中获取 MAG地址。  [36] The embodiment of the present invention mainly obtains a MAG address from the returned related information about the MN home network prefix by querying the LMA for related information about the MN home network prefix.
[37] 以图 1所述网络场景为例, MN1需要向 MN2发送报文, 那么 MN1需要通过源 M[37] Taking the network scenario shown in Figure 1 as an example, MN1 needs to send a message to MN2, then MN1 needs to pass source M.
AG即 MAG1建立与 MN2所属的目的 MAG即 MAG2的路由优化路径, 在路由路径 建立之前, 源 MAG需要获取目的 MAG的地址, 基于上述场景, 本发明实施例的The MAG1 establishes a route optimization path with the MAG of the MAG2 to which the MN2 belongs. The source MAG needs to obtain the address of the destination MAG before the routing path is established.
MAG地址获取系统如下所示: The MAG address acquisition system is as follows:
[38] 实施例一: [38] Example 1:
[39] 如图 2所示为本发明实施例一的 MAG地址获取系统结构图, 图 2中, 该系统包 括: 源移动接入网关 MAG和地址维护设备; 同吋为方便说明, 将 MN1定义为源 移动节点, 将 MN2定义为目的移动节点, 其中:  FIG. 2 is a structural diagram of a MAG address obtaining system according to Embodiment 1 of the present invention. In FIG. 2, the system includes: a source mobile access gateway MAG and an address maintenance device; For the source mobile node, define MN2 as the destination mobile node, where:
[40] 源 MAG用于根据 MN2的家乡网络前缀, 向保存有 MN2家乡网络前缀相关信息 的地址维护设备, 发送査询 MN2家乡网络前缀相关信息的请求; 从返回的 MN2 家乡网络前缀相关信息中获取 MN2所属的目的 MAG2的地址;  [40] The source MAG is used to send a request for querying the MN2 home network prefix related information to the address maintenance device that stores the MN2 home network prefix related information according to the MN2 home network prefix; from the returned MN2 home network prefix related information. Obtain the address of the destination MAG2 to which the MN2 belongs;
[41] 地址维护设备用于保存 MN2家乡网络前缀相关信息, 接收源移动接入网关发送 的査询 MN2家乡网络前缀相关信息的请求, 返回 MN2家乡网络前缀相关信息。  [41] The address maintenance device is configured to save the MN2 home network prefix related information, receive the request sent by the source mobile access gateway to query the MN2 home network prefix related information, and return the MN2 home network prefix related information.
[42] 具体来说, 源 MAG, 可以根据通过 MN2家乡网络前缀形成的任播地址, 向所 述任播地址发送査询 MN2家乡网络前缀相关信息的请求。  [42] Specifically, the source MAG may send a request for querying the MN2 home network prefix related information to the anycast address according to the anycast address formed by the MN2 home network prefix.
[43] 所述任播地址可以配置在所述地址维护设备上; 该地址维护设备可以是 LMA或 目的 MAG; 所述返回的 MN2家乡网络前缀相关信息包括所述 MN2所属的目的 M AG的地址。 [43] The anycast address may be configured on the address maintenance device; the address maintenance device may be an LMA or The destination MAG; the returned MN2 home network prefix related information includes the address of the destination M AG to which the MN2 belongs.
[44] 在该系统中, 源移动接入网关获取 MN2所属的目的 MAG地址的具体步骤是: [45] 步骤 1, 源移动接入网关根据移动节点 MN2的家乡网络前缀, 向保存有 MN2家 乡网络前缀相关信息的地址维护设备, 发送査询 MN2家乡网络前缀相关信息的 请求。  [44] In the system, the specific steps of the source mobile access gateway acquiring the destination MAG address to which the MN2 belongs are: [45] Step 1, the source mobile access gateway saves the hometown of MN2 according to the home network prefix of the mobile node MN2. The address maintenance device of the network prefix related information sends a request for querying the MN2 home network prefix related information.
[46] 地址维护设备可以是 LMA或目的 MAG。 所述请求消息可以是代理转交地址査 询请求 (Query Proxy Care-of Address  [46] The address maintenance device can be an LMA or a destination MAG. The request message may be a proxy care-of address query request (Query Proxy Care-of Address
Request) 消息, 也可以是其它任意自定义的消息, 具体使用什么样的消息, 具 体的消息格式可以根据具体地址维护设备而定。  Request) The message can also be any other customized message. What kind of message is used, the specific message format can be determined according to the specific address maintenance device.
[47] 在上述请求消息中, 消息的源地址为源移动接入网关的地址, 目的地址是 MN2 家乡网络前缀形成的任播地址。 例如, 网络前缀是 64bit吋, 任播地址可以为前 6 4位是 MN2家乡网络前缀, 后 64位为全零的形式。 对于 LMA来说, 任播地址可以 配置在 LMA连接至骨干网的接口上。  [47] In the above request message, the source address of the message is the address of the source mobile access gateway, and the destination address is the anycast address formed by the MN2 home network prefix. For example, the network prefix is 64bit, and the anycast address can be the first 64 bits of the MN2 home network prefix, and the last 64 bits are all zeros. For the LMA, anycast address can be configured on the interface that the LMA connects to the backbone network.
[48] 步骤 2, 由于任播地址的特性, 步骤 1中的请求消息将被发送至配置有 MN2家乡 网络前缀的任播地址的地址维护设备上, 该地址维护设备同吋也是保存有 MN2 家乡网络前缀相关信息的地址维护设备。 地址维护设备收到此消息后, 将査询 对应于 MN2家乡网络前缀的绑定缓存条目, 并且通过响应消息返回査询到的绑 定缓存条目信息。  [48] Step 2: Due to the characteristics of the anycast address, the request message in step 1 will be sent to the address maintenance device configured with the anycast address of the MN2 home network prefix, and the address maintenance device also stores the MN2 hometown. The address maintenance device of the network prefix related information. After receiving the message, the address maintenance device queries the binding cache entry corresponding to the MN2 home network prefix, and returns the queried cache entry information through the response message.
[49] 所述响应消息可以是代理转交地址査询响应 (Query Proxy Care-of Address [49] The response message may be a proxy care-of address query response (Query Proxy Care-of Address
Response) 消息, 也可以是其它任意自定义的消息, 只要与收到的请求消息对应 即可。 Response) The message can also be any other custom message, as long as it corresponds to the received request message.
[50] 绑定缓存条目信息中含有 MN2所属的目的 MAG的地址, 源 MAG收到该响应消 息后即可获得目的 MAG的地址。  [50] The binding cache entry information contains the address of the destination MAG to which the MN2 belongs, and the source MAG can obtain the address of the destination MAG after receiving the response message.
[51] 源 MAG获得目的 MAG的地址后, 即可按照现有任何路由优化模式进行路由优 化。 [51] After the source MAG obtains the address of the destination MAG, it can perform route optimization according to any existing route optimization mode.
[52] 另外, 如果关于 MN2家乡网络前缀的任播地址配置在目的 MAG上, 则目的 MA G会收到来自于源 MAG的査询请求消息, 目的 MAG会在査询响应消息中返回自 己的地址。 [52] In addition, if the anycast address of the MN2 home network prefix is configured on the destination MAG, the destination MA G receives the query request message from the source MAG, and the destination MAG returns from the query response message. Your address.
[53] 实施例二:  [53] Example 2:
[54] 在 PMIPv6中, 源 MAG可以在认证过程中, 从 MN2的策略文件中获得 MN2家乡 网络前缀; 也可以通过 MAG代理 MN向 LMA注册的过程获得, 因此, 可以在一 些通用或公知的中间网络设备, 如域名服务器 DNS, 动态主机配置协议服务器 D HCP sever, 认证、 授权、 统计服务器 AAA  [54] In PMIPv6, the source MAG can obtain the MN2 home network prefix from the MN2 policy file during the authentication process; it can also be obtained through the MAG proxy MN registration process to the LMA, and therefore, can be in some common or well-known intermediate Network devices, such as domain name server DNS, dynamic host configuration protocol server D HCP sever, authentication, authorization, statistics server AAA
server等上维护 MN2前缀与其 LMA地址的绑定, 例如通过 LMA向相关地址维护 设备注册维护前缀信息来实现, 具体的实现方法不在本发明讨论的范围中。  The server or the like maintains the binding of the MN2 prefix to its LMA address. For example, the LMA registers the maintenance prefix information with the related address maintenance device. The specific implementation method is not within the scope of the present disclosure.
[55] 由于源 MAG知道 MN2的家乡网络前缀, 可以根据此前缀向相应地址维护设备 请求维护 MN2家乡网络前缀的 LMA地址。 [55] Since the source MAG knows the home network prefix of the MN2, the LMA address of the MN2 home network prefix can be requested to be maintained from the corresponding address maintenance device according to the prefix.
[56] 如图 3所示为本发明实施例二的 MAG地址获取系统结构图。 该系统与实施例 1 不同之处在于该系统还包括: 中间网络设备。 FIG. 3 is a structural diagram of a MAG address obtaining system according to Embodiment 2 of the present invention. The system differs from Embodiment 1 in that the system further comprises: an intermediate network device.
[57] 所述中间网络设备用于保存所述保存有 MN2家乡网络前缀相关信息的地址维护 设备的地址, 接收所述源移动接入网关发送的, 査询保存有 MN2家乡网络前缀 相关信息的地址维护设备地址的请求; 返回含有所述保存有 MN2家乡网络前缀 相关信息的地址维护设备地址的响应消息。 [57] The intermediate network device is configured to save an address of the address maintenance device that stores the MN2 home network prefix related information, and receive the information sent by the source mobile access gateway, and query and save the MN2 home network prefix related information. The address maintains a request for the address of the device; and returns a response message containing the address of the address maintenance device storing the information related to the MN2 home network prefix.
[58] 所述源移动接入网关向所述中间网络设备发送査询保存有 MN2家乡网络前缀相 关信息的地址维护设备地址的请求, 从返回的响应消息中获取所述保存有 MN2 家乡网络前缀相关信息的地址维护设备地址。 [58] The source mobile access gateway sends a request for querying the address maintenance device address of the MN2 home network prefix related information to the intermediate network device, and obtains the saved MN2 home network prefix from the returned response message. The address of the related information maintains the device address.
[59] 通过获取的所述保存有 MN2家乡网络前缀相关信息的地址维护设备地址, 向所 述保存有移动节点 MN2家乡网络前缀的相关信息的地址维护设备, 发送査询 MN[59] Maintaining the device address by the obtained address of the MN2 home network prefix related information, and sending the query MN to the address maintenance device storing the related information of the mobile node MN2 home network prefix.
2家乡网络前缀相关信息的请求。 2 requests for information about the home network prefix.
[60] 在该系统中, 源移动接入网关获取 MN2所属的目的 MAG地址的具体步骤是: [61] 步骤 1, 源 MAG即 MAG1发送前缀査询 (prefix [60] In the system, the specific steps of the source mobile access gateway acquiring the destination MAG address to which the MN2 belongs are: [61] Step 1, the source MAG is the MAG1 sending prefix query (prefix
query) 消息至中间网络设备, 消息中包含 MN2家乡网络前缀。 具体的消息格式 依赖于具体的地址维护设备, 例如如果是 DNS, 则此请求消息可以通过 DNS消 息来实现; 如果是 DHCP server, 则可以通过 DHCP消息来实现。  Query) The message to the intermediate network device, the message contains the MN2 home network prefix. The specific message format depends on the specific address maintenance device. For example, if it is a DNS, the request message can be implemented by using a DNS message; if it is a DHCP server, it can be implemented by using a DHCP message.
[62] 步骤 2, 相关地址维护设备收到请求消息后, 将返回前缀响应 (prefix response) 消息至 MAGI , 其中包含 MAGI査找的 LMA2地址。 [62] Step 2: After the related address maintenance device receives the request message, it will return a prefix response (prefix) Response) The message to MAGI, which contains the LMA2 address of the MAGI lookup.
[63] 步骤 3, MAGI获得 LMA2地址后, 发送代理转交地址査询 (proxy-CoA [63] Step 3. After the MAGI obtains the LMA2 address, the sending proxy forwards the address query (proxy-CoA).
query) 消息至 LMA2, 请求 MN2家乡网络前缀相关信息。  Query) message to LMA2, request MN2 home network prefix related information.
[64] 步骤 4, LMA2收到上述请求后, 将通过代理转交地址响应 (proxy-CoA [64] Step 4. After receiving the above request, LMA2 will forward the address response through the proxy (proxy-CoA).
response) 消息返回其维护的关于 MN2家乡网络前缀的绑定缓存条目。  Response) The message returns the binding cache entry it maintains about the MN2 home network prefix.
[65] 步骤 5、 MAG1通过所述关于 MN2家乡网络前缀的绑定缓存条目获得 MN2的移 动接入网关 MAG2地址。 [65] Step 5: The MAG1 obtains the mobile access gateway MAG2 address of the MN2 by using the binding cache entry for the MN2 home network prefix.
[66] MAG1获得 MAG2地址后, 即可幵始路由优化过程。 [66] After MAG1 obtains the MAG2 address, it can start the route optimization process.
[67] 另外, 如果相关地址维护设备上能直接维护 MN2前缀和 MAG地址的绑定, 源 MAG也可以直接通过査找相关设备获得其所需 MAG的地址, 而无需步骤 3、 步 骤 4的过程。  [67] In addition, if the binding of the MN2 prefix and the MAG address can be directly maintained on the related address maintenance device, the source MAG can obtain the address of the required MAG by directly searching for the related device, without the process of step 3 and step 4.
[68] 上面介绍了两种 MAG地址的获取系统及具体获取方法, 下面将具体介绍实现 上述方法的作为源 MAG的 MAG具体结构以及作为保存 MN2家乡网络前缀相关信 息的 LMA的具体结构。  [68] The following describes the two MAG address acquisition systems and the specific acquisition methods. The following describes the specific structure of the MAG as the source MAG and the specific structure of the LMA as the information about the MN2 home network prefix.
[69] 如图 4所示为本发明实施例的 MAG的具体结构图。 图 4中, 本发明实施例的 MA G包括: 目的地址请求发送模块 401和目的地址响应接收模块 402。  FIG. 4 is a structural diagram of a MAG according to an embodiment of the present invention. In FIG. 4, the MA G of the embodiment of the present invention includes: a destination address request sending module 401 and a destination address response receiving module 402.
[70] 目的地址请求发送模块 401用于根据移动节点 MN2的家乡网络前缀, 向保存有 [70] The destination address request sending module 401 is configured to save according to the home network prefix of the mobile node MN2.
MN2家乡网络前缀相关信息的地址维护设备, 发送査询 MN2家乡网络前缀相关 信息的请求。 The address maintenance device of the MN2 home network network prefix related information sends a request for inquiring about the MN2 home network prefix related information.
[71] 目的地址响应接收模块 402用于从所述保存有 MN2家乡网络前缀相关信息的地 址维护设备返回的 MN2家乡网络前缀相关信息的中, 获取 MN2所属的目的移动 接入网关 MAG的地址。  [71] The destination address response receiving module 402 is configured to obtain the address of the destination mobile access gateway MAG to which the MN2 belongs from the MN2 home network prefix related information returned by the address maintenance device that stores the MN2 home network prefix related information.
[72] 其中, 目的地址请求发送模块 401根据通过 MN2的家乡网络前缀生成的任播地 址, 向配置了所述任播地址的、 所述保存有 MN2家乡网络前缀相关信息的地址 维护设备, 发送査询 MN2家乡网络前缀相关信息的请求。  [72] The destination address request sending module 401 sends the address maintenance device that stores the MN2 home network prefix related information to the anycast address configured according to the anycast address generated by the home network prefix of the MN2. A request for querying MN2 home network prefix related information.
[73] 或者, 目的地址请求发送模块 401向中间网络设备发送査询保存有 MN2家乡网 络前缀相关信息的地址维护设备地址的请求; 通过获取的所述保存有 MN2家乡 网络前缀相关信息的地址维护设备地址, 向所述保存有移动节点 MN2家乡网络 前缀相关信息的地址维护设备, 发送査询 MN2家乡网络前缀相关信息的请求。 [73] Alternatively, the destination address request sending module 401 sends a request for querying the address maintenance device address of the MN2 home network prefix related information to the intermediate network device; and maintaining the obtained address of the MN2 home network prefix related information. Device address, to save the mobile node MN2 home network The address maintenance device of the prefix related information sends a request for querying the MN2 home network prefix related information.
[74] 目的地址响应接收模块 402, 从返回的响应消息中获取所述保存有 MN2家乡网 络前缀相关信息的地址维护设备地址, 并向所述目的地址请求发送模块 401发送 [74] The destination address response receiving module 402 obtains, from the returned response message, the address maintenance device address that holds the information related to the MN2 home network prefix, and sends the address maintenance device address to the destination address request sending module 401.
[75] 如图 5所示为本发明实施例的 LMA的具体结构图。 图 5中, 该 LMA包括: 请求 信息接收模块 501和响应信息发送模块 502。 FIG. 5 is a detailed structural diagram of an LMA according to an embodiment of the present invention. In FIG. 5, the LMA includes: a request information receiving module 501 and a response information transmitting module 502.
[76] 请求信息接收模块 501用于接收査询 MN2家乡网络前缀相关信息的请求。 [76] The request information receiving module 501 is configured to receive a request for querying the MN2 home network prefix related information.
[77] 响应信息发送模块 502用于根据请求信息接收模块 501接收的所述请求信息向所 述请求信息的发送方返回 MN2家乡网络前缀的相关信息。 The response information sending module 502 is configured to return related information of the MN2 home network prefix to the sender of the request information according to the request information received by the request information receiving module 501.
[78] 值的注意的是, 上述装置实施例中, 所包括的各个单元只是按照功能逻辑进行 划分的, 但并不局限于上述的划分, 只要能够实现相应的功能即可; 另外各功 能单元的具体名称也只是为了便于相互区分, 并不用于限制本发明的保护范围 [78] It should be noted that, in the above device embodiments, the respective units included are only divided according to functional logic, but are not limited to the above-mentioned division, as long as the corresponding functions can be implemented; The specific names are only for the purpose of distinguishing between the two, and are not intended to limit the scope of protection of the present invention.
[79] 另外, 本领域技术人员可以理解, 本发明实施例所提供的方法中, 其全部或部 分步骤是可以通过程序指令相关的硬件来完成。 比如可以通过计算机运行程来 完成。 该程序可以存储在可读取存储介质, 例如随机存储器、 磁盘、 光盘等In addition, those skilled in the art can understand that all or part of the steps in the method provided by the embodiments of the present invention can be completed by using hardware related to program instructions. For example, it can be done by computer running. The program can be stored in a readable storage medium such as a random access memory, a magnetic disk, a compact disk, etc.
[80] 由上述的实施例可见, 本发明的这种根据移动节点 MN2的家乡网络前缀, 向保 存有 MN2家乡网络前缀相关信息的地址维护设备, 发送査询 MN2家乡网络前缀 相关信息的请求; 从所述保存有 MN2家乡网络前缀相关信息的地址维护设备返 回的、 MN2家乡网络前缀相关信息中, 获取 MN2所属的目的移动接入网关 MAG 的地址的方法、 系统及装置, 在获取 MAG地址吋不涉及路由优化建立过程, 因 此不依赖路由优化模式, 具有普遍适用性, 提高了系统性能。 [80] It can be seen from the foregoing embodiment that the home network prefix of the mobile node MN2 sends a request for querying the MN2 home network prefix related information to the address maintenance device that stores the MN2 home network prefix related information. And a method, a system, and a device for acquiring an address of a destination mobile access gateway MAG to which the MN2 belongs, from the MN2 home network prefix related information returned by the address maintenance device that stores the MN2 home network network related information, acquiring the MAG address It does not involve the route optimization establishment process, so it does not rely on the route optimization mode, has universal applicability, and improves system performance.
[81] 所应理解的是, 以上所述仅为本发明的较佳实施方式而已, 并不用于限定本发 明的保护范围, 凡在本发明的精神和原则之内, 所做的任何修改、 等同替换、 改进等, 均应包含在本发明的保护范围之内。  [81] It is to be understood that the foregoing is only a preferred embodiment of the present invention, and is not intended to limit the scope of the present invention. Equivalent substitutions, improvements, etc., are intended to be included within the scope of the present invention.

Claims

权利要求书 Claim
[1] 一种移动接入网关地址获取方法, 其特征是, 包括:  [1] A mobile access gateway address obtaining method, comprising:
根据目的移动节点的家乡网络前缀, 向保存有所述目的移动节点家乡网络 前缀相关信息的地址维护设备, 发送査询所述目的移动节点家乡网络前缀 相关信息的请求;  And sending, according to the home network prefix of the destination mobile node, an address maintenance device that stores the information related to the home network prefix of the destination mobile node, and sends a request for querying the information about the home network prefix of the destination mobile node;
从所述保存有所述目的移动节点家乡网络前缀相关信息的地址维护设备返 回的所述目的移动节点家乡网络前缀相关信息中, 获取所述目的移动节点 所属的目的移动接入网关 MAG的地址。  Obtaining an address of the destination mobile access gateway MAG to which the destination mobile node belongs from the destination mobile node home network prefix related information returned by the address maintenance device that stores the destination mobile node home network prefix related information.
[2] 如权利要求 1所述的方法, 其特征是, 所述根据目的移动节点的家乡网络前 缀, 向保存有所述目的移动节点家乡网络前缀相关信息的地址维护设备, 发送査询所述目的移动节点家乡网络前缀相关信息的请求, 具体包括: 向根据所述目的移动节点的家乡网络前缀生成且配置在所述地址维护设备 上的任播地址发送所述査询所述目的移动节点家乡网络前缀相关信息的请 求。 [2] The method according to claim 1, wherein the home network prefix according to the destination mobile node sends an inquiry to the address maintenance device that stores the information about the home network prefix of the destination mobile node. The request for the destination node network prefix related information of the mobile node includes: sending the query to the destination mobile node hometown generated by the home network prefix of the mobile node according to the destination and configured on the address maintenance device A request for information related to the network prefix.
[3] 如权利要求 1或 2所述的方法, 其特征是, 所述地址维护设备是本地移动锚 点 LMA或所述目的移动节点所属的 MAG。  [3] The method according to claim 1 or 2, wherein the address maintenance device is a local mobility anchor LMA or an MAG to which the destination mobile node belongs.
[4] 如权利要求 1所述的方法, 其特征是, 所述向保存有所述目的移动节点家乡 网络前缀相关信息的地址维护设备, 发送査询所述目的移动节点家乡网络 前缀相关信息的请求, 包括: [4] The method according to claim 1, wherein the address maintenance device that stores the home network prefix related information of the destination mobile node sends a query for the destination mobile node home network prefix related information. Request, including:
根据所述目的移动节点的家乡网络前缀, 向保存有所述地址维护设备地址 的中间网络设备, 发送査询保存有所述目的移动节点家乡网络前缀相关信 息的地址维护设备地址的请求;  And sending, to the intermediate network device that saves the address of the address maintenance device, a request for querying an address maintenance device address that stores information related to the home network prefix of the destination mobile node according to the home network prefix of the destination node;
从返回的响应消息中获取所述保存有所述目的移动节点家乡网络前缀相关 信息的地址维护设备地址;  Obtaining, from the returned response message, the address maintenance device address that saves information related to the home network prefix of the destination mobile node;
通过获取的所述保存有所述目的移动节点家乡网络前缀相关信息的地址维 护设备地址, 向所述保存有所述目的移动节点家乡网络前缀相关信息的地 址维护设备, 发送査询所述目的移动节点家乡网络前缀相关信息的请求。  And acquiring, by the obtained address maintenance device address, where the destination mobile node home network prefix related information is saved, to the address maintenance device that saves the destination mobile node home network prefix related information, and sending the query for the destination mobile A request for information about the node's home network prefix.
[5] 一种移动接入网关地址获取系统, 其特征是, 包括: 源移动接入网关, 用于根据目的移动节点的家乡网络前缀, 向保存有所述 目的移动节点家乡网络前缀相关信息的地址维护设备, 发送査询所述目的 移动节点家乡网络前缀相关信息的请求; 从返回的所述目的移动节点家乡 网络前缀相关信息中获取所述目的移动节点所属的目的移动接入网关 MAG 的地址; [5] A mobile access gateway address obtaining system, comprising: The source mobile access gateway is configured to send, according to the home network prefix of the mobile node of the destination, an address maintenance device that stores the information about the home network prefix of the destination mobile node, and send a request for querying the home network prefix related information of the destination mobile node. Obtaining, from the returned destination home network prefix information of the mobile node, an address of the destination mobile access gateway MAG to which the destination mobile node belongs;
地址维护设备, 用于保存所述目的移动节点家乡网络前缀相关信息, 接收 源移动接入网关发送的査询所述目的移动节点家乡网络前缀相关信息的请 求, 返回所述目的移动节点家乡网络前缀相关信息。  An address maintenance device, configured to save the home network prefix related information of the destination mobile node, receive a request sent by the source mobile access gateway to query the destination mobile node home network prefix related information, and return the destination mobile node home network prefix. Related Information.
[6] 如权利要求 5所述的系统, 其特征是, 所述源移动接入网关, 向根据所述目 的移动节点家乡网络前缀形成且配置在所述地址维护设备上的任播地址发 送査询所述目的移动节点家乡网络前缀相关信息的请求。  [6] The system according to claim 5, wherein the source mobile access gateway sends an advertisement to an anycast address formed on the address maintenance device according to the destination mobile home network prefix. The request for the destination node network prefix related information of the destination node is queried.
[7] 如权利要求 5或 6所述的系统, 其特征是, 所述地址维护设备是 LMA或所述 目的移动节点所属的 MAG。  [7] The system according to claim 5 or 6, wherein the address maintenance device is an LMA or an MAG to which the destination mobile node belongs.
[8] 如权利要求 5所述的系统, 其特征是, 该系统还包括:  [8] The system of claim 5, wherein the system further comprises:
中间网络设备, 用于保存所述保存有所述目的移动节点家乡网络前缀相关 信息的地址维护设备的地址, 接收所述源移动接入网关发送的, 査询保存 有所述目的移动节点家乡网络前缀相关信息的地址维护设备地址的请求; 向所述源移动接入网关返回含有所述保存有所述目的移动节点家乡网络前 缀相关信息的地址维护设备地址的响应消息;  And an intermediate network device, configured to save an address of the address maintenance device that stores the information related to the home network prefix of the destination mobile node, and receive the information sent by the source mobile access gateway, and query the home network of the destination mobile node Retrieving a request for a device address by an address of the prefix related information; returning, to the source mobile access gateway, a response message including the address maintenance device address storing the information about the home network prefix of the destination mobile node;
所述源移动接入网关, 还用于向所述中间网络设备发送査询保存有所述目 的移动节点家乡网络前缀相关信息的地址维护设备地址的请求, 从返回的 响应消息中获取所述保存有所述目的移动节点家乡网络前缀相关信息的地 址维护设备地址;  The source mobile access gateway is further configured to send, to the intermediate network device, a request for querying an address maintenance device address that saves information related to the home network prefix of the destination mobile node, and obtain the save from the returned response message. An address maintenance device address having the purpose of the mobile node home network prefix related information;
通过获取的所述保存有所述目的移动节点家乡网络前缀相关信息的地址维 护设备地址, 向所述保存有所述目的移动节点家乡网络前缀相关信息的地 址维护设备, 发送査询所述目的移动节点家乡网络前缀相关信息的请求。  And acquiring, by the obtained address maintenance device address, where the destination mobile node home network prefix related information is saved, to the address maintenance device that saves the destination mobile node home network prefix related information, and sending the query for the destination mobile A request for information about the node's home network prefix.
[9] 一种移动接入网关, 其特征是, 包括: [9] A mobile access gateway, comprising:
目的地址请求发送模块, 用于根据目的移动节点的家乡网络前缀, 向保存 有所述目的移动节点家乡网络前缀相关信息的地址维护设备, 发送査询所 述目的移动节点家乡网络前缀相关信息的请求; A destination address request sending module, configured to save the home network prefix of the mobile node according to the destination An address maintenance device having the destination node network prefix related information of the destination node, and sending a request for querying the destination mobile node home network prefix related information;
目的地址响应接收模块, 用于从所述保存有所述目的移动节点家乡网络前 缀相关信息的地址维护设备返回的所述目的移动节点家乡网络前缀相关信 息中, 获取所述目的移动节点所属的移动接入网关 MAG的地址。  a destination address response receiving module, configured to acquire, from the destination mobile node home network prefix related information returned by the address maintenance device that stores the destination mobile node home network prefix related information, the mobile station to which the destination mobile node belongs Address of the access gateway MAG.
[10] 如权利要求 9所述的移动接入网关, 其特征是, 所述目的地址请求发送模块 向根据所述目的移动节点的家乡网络前缀生成且配置在所述地址维护设备 上的任播地址发送査询 MN家乡网络前缀相关信息的请求。 [10] The mobile access gateway according to claim 9, wherein the destination address request sending module generates any configuration on the address maintenance device according to a home network prefix of the destination mobile node. The address sends a request for querying the information related to the MN home network prefix.
[11] 权利要求 9所述的移动接入网关, 其特征是, [11] The mobile access gateway of claim 9, wherein:
所述目的地址请求发送模块, 还用于根据所述目的移动节点的家乡网络前 缀, 向保存有所述地址维护设备地址的中间网络设备, 发送査询保存有所 述目的移动节点家乡网络前缀相关信息的地址维护设备地址的请求; 通过 获取的所述保存有所述目的移动节点家乡网络前缀相关信息的地址维护设 备地址, 向所述保存有移动节点所述目的移动节点家乡网络前缀相关信息 的地址维护设备, 发送査询所述目的移动节点家乡网络前缀相关信息的请 求;  The destination address request sending module is further configured to send, according to the home network prefix of the destination mobile node, an intermediate network device that saves the address of the address maintenance device, and save the query to save the home network prefix of the destination mobile node. Retrieving the device address request by the address of the information; maintaining the device address by the obtained address of the destination network prefix related information of the destination mobile node, and storing the related information of the home network prefix of the mobile node of the mobile node The address maintenance device sends a request for querying the related information of the mobile node home network prefix of the destination;
所述目的地址响应接收模块, 还用于从返回的响应消息中获取所述保存有 所述目的移动节点家乡网络前缀相关信息的地址维护设备地址, 并向所述 目的地址请求发送模块发送。  The destination address response receiving module is further configured to: obtain, from the returned response message, the address maintenance device address that stores the information about the home network prefix of the destination mobile node, and send the address to the destination address request sending module.
[12] 一种本地移动锚点, 其特征是, 包括: [12] A local mobility anchor, characterized in that it comprises:
存储模块, 用于存储目的移动节点的家乡网络前缀相关信息; 请求信息接收模块, 用于从移动接入网关接收査询所述目的移动节点的家 乡网络前缀相关信息的请求;  a storage module, configured to store home network prefix related information of the destination mobile node, and a request information receiving module, configured to receive, from the mobile access gateway, a request for querying the home network prefix related information of the destination mobile node;
响应信息发送模块, 用于根据所述请求信息接收模块所接收的査询所述目 的移动节点的家乡网络前缀相关信息的请求, 从所述存储模块中获取所述 目的移动节点的家乡网络前缀相关信息, 并返回所述目的移动节点的家乡 网络前缀相关信息给所述移动接入网关。  a response information sending module, configured to acquire, according to the request for the home network prefix related information of the destination mobile node, that is received by the request information receiving module, obtain, from the storage module, a home network prefix related to the destination mobile node And returning, to the mobile access gateway, the home network prefix related information of the destination mobile node.
PCT/CN2008/073571 2007-12-20 2008-12-18 Method, system and device for obtaining the address of mobile access gateway WO2009082935A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN200710301625.1 2007-12-20
CNA2007103016251A CN101465887A (en) 2007-12-20 2007-12-20 Method, system and device for obtaining mobile access gateway address

Publications (1)

Publication Number Publication Date
WO2009082935A1 true WO2009082935A1 (en) 2009-07-09

Family

ID=40806243

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2008/073571 WO2009082935A1 (en) 2007-12-20 2008-12-18 Method, system and device for obtaining the address of mobile access gateway

Country Status (2)

Country Link
CN (1) CN101465887A (en)
WO (1) WO2009082935A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102036217A (en) * 2009-09-29 2011-04-27 华为技术有限公司 Method, device and system for building multiple mobile sessions in proxy mobile IP system

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101651604B (en) 2008-08-15 2013-10-02 华为技术有限公司 Method and system for route optimization
CN103067866B (en) * 2011-10-19 2017-05-24 中兴通讯股份有限公司 Method and system of creating optimized path in switching scene of source of multicast receiving end

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070030855A1 (en) * 2005-08-08 2007-02-08 Ribiere Vincent J Default gateway router supplying IP address prefixes ordered for source address selection by host device
CN1980255A (en) * 2005-12-09 2007-06-13 华为技术有限公司 Hometown-agent-address obtaining method and accessing business network gate, subscriber terminal

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070030855A1 (en) * 2005-08-08 2007-02-08 Ribiere Vincent J Default gateway router supplying IP address prefixes ordered for source address selection by host device
CN1980255A (en) * 2005-12-09 2007-06-13 华为技术有限公司 Hometown-agent-address obtaining method and accessing business network gate, subscriber terminal

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102036217A (en) * 2009-09-29 2011-04-27 华为技术有限公司 Method, device and system for building multiple mobile sessions in proxy mobile IP system

Also Published As

Publication number Publication date
CN101465887A (en) 2009-06-24

Similar Documents

Publication Publication Date Title
US8134969B2 (en) IP layer-handoff using mobility domains and IP caching
US8102815B2 (en) Proxy mobility optimization
US9516495B2 (en) Apparatus and methods of PMIPv6 route optimization protocol
KR101439270B1 (en) Support for continuity of tunnel communications for mobile nodes having multiple care of addressing
JP5048761B2 (en) Method and apparatus for simultaneously performing location privacy and route optimization for a communication session
KR101080852B1 (en) Apparatus and method for network mobility management in Proxy Mobile IPv6 Network
WO2008098439A1 (en) Method and system for switching route
KR100739811B1 (en) A method of route optimization with dual mobile node in IPv4-only network
WO2010000174A1 (en) Registration, communication and handover methods for mobile node and the devices thereof
WO2010072074A1 (en) Method, system and mobile access gateway for local routing optimization
JP5362732B2 (en) Support for multihoming protocols
KR100915513B1 (en) PACKET BUFFERING METHOD AND APPARATUS FOR REDUCING PACKET LOSS IN PROXY MOBILE IPv6
WO2011153777A1 (en) Method, system, mapping forward server and access router for mobile communication controlling
WO2009082935A1 (en) Method, system and device for obtaining the address of mobile access gateway
WO2009155863A1 (en) Method and system for supporting mobility security in the next generation network
JP3573098B2 (en) Mobile terminal management system, access router and mobile terminal management method in mobile network
KR100554167B1 (en) Method for performing handover in hierarchial mobile IP
EP1990953B1 (en) A method and device for determining home agent attached by mobile node
WO2010051697A1 (en) REGISTRATION METHOD, SYSTEM AND LOCAL MOBILE ANCHOR FOR INTERFACE PREFIX IN PMIPv6
WO2009043260A1 (en) Method, system and anchoring device for forwarding message
WO2008017253A1 (en) A multiple hosts access method, system and apparatus supporting mixed ip
JP4425757B2 (en) Mobile network system
KR20100130116A (en) System and method for optimization of communication path between mobile terminals in the proxy mobile ipv6 network
KR101184122B1 (en) Method for providing mobility of device moving to mobile network in wireless sensor network based on 6LoWPAN
WO2013026294A1 (en) Method for acquiring location information in identity network and access service router

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 08866618

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 08866618

Country of ref document: EP

Kind code of ref document: A1