CN101114990B - Routing optimization control method and system - Google Patents
Routing optimization control method and system Download PDFInfo
- Publication number
- CN101114990B CN101114990B CN2006101032734A CN200610103273A CN101114990B CN 101114990 B CN101114990 B CN 101114990B CN 2006101032734 A CN2006101032734 A CN 2006101032734A CN 200610103273 A CN200610103273 A CN 200610103273A CN 101114990 B CN101114990 B CN 101114990B
- Authority
- CN
- China
- Prior art keywords
- terminal
- routing optimality
- home agent
- network side
- carry out
- Prior art date
- Legal status (The legal status 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 status listed.)
- Expired - Fee Related
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L45/00—Routing or path finding of packets in data switching networks
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
- Mobile Radio Communication Systems (AREA)
Abstract
本发明公开一种路由优化的控制方法及其系统,所述方法包括步骤:网络侧设置是否允许终端进行路由优化;终端根据网络侧的设置判断是否进行路由优化。本发明可以实现路由优化的可控性,利于网络侧实现对计费等操作。
The invention discloses a route optimization control method and a system thereof. The method comprises the steps of: setting on the network side whether to allow a terminal to perform route optimization; and the terminal judging whether to perform route optimization according to the setting on the network side. The present invention can realize the controllability of route optimization, and is beneficial to realize operations such as charging on the network side.
Description
技术领域 technical field
本发明涉及一种通信方法及其系统,特别是涉及一种路由优化的控制方法及其系统。The present invention relates to a communication method and its system, in particular to a route optimization control method and its system.
背景技术 Background technique
为了支持终端的移动性IPv6接入,IETF定义了对于IPv6的移动性支持RFC3775以及相关的安全规范RFC3776。在移动IPv6接入过程中,包含三个相关功能实体:移动节点(MN,Mobile Node)、家乡代理(HA,Home Agent)以及对端节点(CN,Correspondent Node)。处于外地网络的移动节点拥有家乡地址(HoA,家乡地址)以及转交地址(CoA,Care-of Address)。移动节点通过绑定更新(BU,Binding Update)过程,向家乡代理进行注册,家乡代理处理请求,并且维护HoA和CoA对应的关系表。In order to support terminal mobility IPv6 access, IETF defines RFC3775 for IPv6 mobility support and related security specification RFC3776. In the mobile IPv6 access process, there are three related functional entities: Mobile Node (MN, Mobile Node), Home Agent (HA, Home Agent) and Correspondent Node (CN, Correspondent Node). A mobile node in a foreign network has a home address (HoA, home address) and a care-of address (CoA, Care-of Address). The mobile node registers with the home agent through a Binding Update (BU, Binding Update) process, and the home agent processes the request and maintains a relationship table corresponding to HoA and CoA.
在完成移动IPv6接入后,家乡代理在家乡网络截取发往移动节点的家乡地址的数据包,并且通过隧道转发到移动节点的转交地址。移动节点发出的数据也需要经由反向隧道发送。这样,双向的数据都必须经过家乡代理,网络效率收到影响,最明显的就是跳数增加。After completing the mobile IPv6 access, the home agent intercepts the data packet sent to the home address of the mobile node in the home network, and forwards it to the care-of address of the mobile node through a tunnel. The data sent by the mobile node also needs to be sent through the reverse tunnel. In this way, bidirectional data must pass through the home agent, and network efficiency is affected, most notably by increasing the number of hops.
为解决上述问题,移动IPv6引入了路由优化(RO,Route Optimize)技术。路由优化是移动IPv6技术中为了防止出现三角路由而引入的一种优化方法,其采用返回可路由过程以及后续移动节点和对端节点之间的BU过程,使得双向的数据可以不必经由家乡代理而直接路由。To solve the above problems, Mobile IPv6 introduces Route Optimize (RO, Route Optimize) technology. Routing optimization is an optimization method introduced in mobile IPv6 technology to prevent triangular routing. It uses the return routable process and the subsequent BU process between the mobile node and the peer node, so that bidirectional data can be transmitted without going through the home agent. direct routing.
路由优化的具体过程可以参阅图1。Refer to Figure 1 for the specific process of route optimization.
101、首先,移动节点同时发送HoTI/CoTI(家乡测试触发/转交测试触发)消息到要通信的对端节点,其中HoTI经过家乡代理转发,CoTI直接路由发送到对端节点。101. First, the mobile node simultaneously sends a HoTI/CoTI (Home Test Trigger/Care-of Test Trigger) message to the peer node to communicate, wherein the HoTI is forwarded by the home agent, and the CoTI is directly routed to the peer node.
102、在对端节点收到路由可达性测试消息HoTI以及CoTI以后,发送HoT(家乡测试)消息以及CoT(转交测试)消息给移动节点。102. After receiving the routing reachability test messages HoTI and CoTI, the peer node sends a HoT (Home Test) message and a CoT (Care-of-Test) message to the mobile node.
103、移动节点计算出kbm并且发起BU/BA(Binding Acknowledge,绑定应答)过程。103. The mobile node calculates the kbm and initiates a BU/BA (Binding Acknowledge, binding response) process.
104、对端节点处理BU,如果注册成功,则需要创建一个绑定关系表,并发送BA给移动节点。104. The peer node processes the BU. If the registration is successful, it needs to create a binding relationship table and send the BA to the mobile node.
105、此后,双向的数据可以不必经由家乡代理而直接路由。105. Thereafter, bidirectional data can be directly routed without going through the home agent.
另外,在WiMax网络中也支持移动IPv6,同样出于减少跳数的考虑也支持路由优化。In addition, mobile IPv6 is also supported in the WiMax network, and route optimization is also supported for the consideration of reducing the number of hops.
移动节点可以根据自身的希望发起路由优化,而且家乡代理只是简单的转发HoT/HoTI消息。于是,只要移动节点发起了路由优化过程,对端节点不拒绝,路由优化就能够成功。The mobile node can initiate route optimization according to its own wishes, and the home agent simply forwards the HoT/HoTI message. Therefore, as long as the mobile node initiates the route optimization process and the peer node does not reject it, the route optimization can succeed.
在WiMax网络中,如果网络服务提供商NSP对于网络接入提供商NAP在计费上存在信任关系,计费信息可以由网络接入提供商提供计费信息。但是,对于另外一种情况,即对于希望独立计费的网络服务提供商而言,由于家乡代理无法对路由优化进行控制,无法达到家乡代理计费的目的。同理,其他需要家乡代理对路由优化进行控制的操作也无法完成。In the WiMax network, if the network service provider NSP has a trust relationship with the network access provider NAP in terms of charging, the network access provider may provide the charging information for the charging information. However, for another situation, that is, for network service providers who wish to charge independently, since the home agent cannot control route optimization, the purpose of home agent charging cannot be achieved. Similarly, other operations that require the home agent to control route optimization cannot be completed.
发明内容 Contents of the invention
本发明要解决的技术问题是提供一种可控的路由优化的控制方法。The technical problem to be solved by the present invention is to provide a controllable route optimization control method.
本发明要解决的技术问题是还提供一种可控的路由优化的控制系统。The technical problem to be solved by the present invention is to provide a controllable routing optimization control system.
为解决上述第一技术问题,本发明的目的是通过以下技术方案实现的:提供一种路由优化的控制方法,包括步骤:网络侧设置是否允许终端进行路由优化;终端根据网络侧的设置判断是否进行路由优化。In order to solve the above-mentioned first technical problem, the purpose of the present invention is achieved through the following technical solutions: providing a control method for routing optimization, including the steps of: setting on the network side whether to allow the terminal to perform routing optimization; Perform route optimization.
优选地,所述网络侧通过主动通知终端的方式进行控制终端是否进行路由优化的设置。Preferably, the network side sets whether to control the terminal to perform route optimization by proactively notifying the terminal.
优选地,所述主动通知终端的方式具体是:家乡代理在终端发起和家乡代理之间的绑定更新/绑定应答过程中,返回设置有是否允许终端进行路由优化的标志位的绑定应答给终端。Preferably, the method of proactively notifying the terminal is: the home agent returns a binding response with a flag bit setting whether to allow the terminal to perform route optimization during the binding update/binding response process initiated by the terminal and the home agent to the terminal.
优选地,所述主动通知终端的方式具体:是家乡代理在终端发起和家乡代理之间的绑定更新/绑定应答过程中,返回新增是否允许终端进行路由优化的扩展的绑定应答给终端。Preferably, the method of actively notifying the terminal is specific: the home agent returns an extended binding response to whether the terminal is allowed to perform route optimization during the binding update/binding response process initiated by the terminal and the home agent. terminal.
优选地,所述主动通知终端的方式具体是:AAA服务器下发是否允许路由优化的标识给接入网,接入网通过DHCP过程将所述标识发给终端。Preferably, the method of proactively notifying the terminal is: the AAA server issues an indication of whether route optimization is allowed to the access network, and the access network sends the identification to the terminal through a DHCP process.
优选地,所述主动通知终端的方式具体是:在接入验证过程中,AAA服务器下发是否支持用户路由优化的标识到认证器,接入路由器发送携带所述路由优化标识的路由广播消息给终端。Preferably, the method of proactively notifying the terminal is: during the access verification process, the AAA server sends an identifier indicating whether it supports user route optimization to the authenticator, and the access router sends a route broadcast message carrying the route optimization identifier to the authenticator. terminal.
优选地,所述路由广播消息携带的路由优化标识为定义的是否允许路由优化的比特指示位。Preferably, the route optimization identifier carried in the route broadcast message is a defined bit indicating whether route optimization is allowed.
优选地,所述路由广播消息携带的路由优化标识为定义的是否允许路由优化的扩展。Preferably, the route optimization flag carried in the route broadcast message is an extension of whether route optimization is allowed or not.
优选地,所述网络侧通过切断终端进行路由优化以设置终端是否进行路由优化。Preferably, the network side sets whether the terminal performs route optimization by disconnecting the terminal from performing route optimization.
优选地,所述切断终端进行路由优化的方式具体是:在家乡代理收到家乡测试触发消息时,在不允许终端进行路由优化情况下丢弃所述家乡测试触发消息。Preferably, the way for the cut-off terminal to perform route optimization is specifically: when the home agent receives the home test trigger message, it discards the home test trigger message under the condition that the terminal is not allowed to perform route optimization.
优选地,所述切断终端进行路由优化的方式具体是:在家乡代理收到家乡测试消息时,在不允许终端进行路由优化情况下丢弃所述家乡测试消息。Preferably, the way for the cut-off terminal to perform route optimization is specifically: when the home agent receives the home test message, it discards the home test message under the condition that the terminal is not allowed to perform route optimization.
优选地,所述切断终端进行路由优化的方式具体是:在家乡代理收到家乡测试触发消息时,在不允许路由优化情况下丢弃所述家乡测试触发消息,直接返回携带不允许终端进行路由优化的家乡测试消息给终端。Preferably, the way for the terminal to cut off the route optimization is specifically: when the home agent receives the home test trigger message, it discards the home test trigger message under the condition that route optimization is not allowed, and directly returns the message carrying the message that does not allow the terminal to perform route optimization. Home test message to the terminal.
优选地,所述切断终端进行路由优化的方式具体是:在接入验证过程中,AAA服务器下发不支持终端路由优化的属性到认证器,而且在网络接入标识对应于转交地址情况下,在进出接入路由器的与转交地址相关的数据中,丢弃上行数据目的地址不是家乡代理、或者下行数据的源地址不是家乡代理的数据。Preferably, the method for disconnecting the terminal to perform route optimization is specifically: during the access verification process, the AAA server sends an attribute that does not support terminal route optimization to the authenticator, and when the network access identifier corresponds to the care-of address, Among the data related to the care-of address entering and exiting the access router, the destination address of the uplink data is not the home agent, or the data whose source address of the downlink data is not the home agent is discarded.
为解决上述第二技术问题,本发明的目的是通过以下技术方案实现的:提供一种路由优化的控制系统,包括网络侧和终端,所述网络侧包括路由优化控制模块,用于在网络侧设置是否允许终端进行路由优化。In order to solve the above-mentioned second technical problem, the object of the present invention is achieved through the following technical solutions: provide a routing optimization control system, including a network side and a terminal, the network side includes a routing optimization control module for Set whether to allow the terminal to perform route optimization.
优选地,所述网络侧包括家乡代理,并且所述路由优化控制模块具体用于:在家乡代理收到家乡测试触发消息时,根据是否允许终端进行路由优化来指示家乡代理是否丢弃所述家乡测试触发消息。Preferably, the network side includes a home agent, and the route optimization control module is specifically configured to: when the home agent receives a home test trigger message, instruct the home agent whether to discard the home test according to whether the terminal is allowed to perform route optimization trigger message.
优选地,所述网络侧包括家乡代理,并且所述路由优化控制模块具体用于:在家乡代理收到家乡测试消息时,根据是否允许终端进行路由优化来指示家乡代理决定是否丢弃所述家乡测试消息。Preferably, the network side includes a home agent, and the route optimization control module is specifically configured to: when the home agent receives the home test message, instruct the home agent to decide whether to discard the home test message according to whether the terminal is allowed to perform route optimization. information.
优选地,网络侧包括AAA服务器和接入服务网,所述接入服务网包括认证器和接入路由器,并且所述路由优化控制模块具体用于:在接入验证过程中,AAA服务器下发不支持终端路由优化的属性到认证器,而且在网络接入标识对应于转交地址情况下,在进出接入路由器的与转交地址相关的数据中,指示接入服务网丢弃上行数据目的地址不是家乡代理、或者下行数据的源地址不是家乡代理的数据。Preferably, the network side includes an AAA server and an access service network, the access service network includes an authenticator and an access router, and the route optimization control module is specifically used for: during the access verification process, the AAA server issues It does not support the attribute of terminal route optimization to the authenticator, and in the case that the network access identifier corresponds to the care-of address, in the data related to the care-of address entering and leaving the access router, instruct the access service network to discard the uplink data destination address is not the home The agent or the source address of the downlink data is not the data of the home agent.
优选地,所述终端进一步包括路由优化消息解码模块,用于根据接收到的网络侧设置信息判断是否进行路由优化。Preferably, the terminal further includes a route optimization message decoding module, configured to determine whether to perform route optimization according to the received network-side setting information.
优选地,所述网络侧包括家乡代理,并且所述路由优化控制模块具体用于:在家乡代理收到家乡测试触发消息时,在不允许终端进行路由优化情况下指示家乡代理丢弃所述家乡测试触发消息,并直接返回携带不允许终端进行路由优化的家乡测试消息给终端。Preferably, the network side includes a home agent, and the route optimization control module is specifically configured to: when the home agent receives a home test trigger message, instruct the home agent to discard the home test if the terminal is not allowed to perform route optimization. Trigger a message, and directly return a home test message carrying a home test message that does not allow the terminal to perform route optimization to the terminal.
优选地,所述网络侧包括家乡代理,并且所述路由优化控制模块具体用于:在终端发起和家乡代理之间的绑定更新/绑定应答过程中,指示家乡代理返回设置有是否允许终端进行路由优化的标志位的绑定应答给终端。Preferably, the network side includes a home agent, and the route optimization control module is specifically configured to: instruct the home agent to return whether to allow the terminal to The binding response of the route optimization flag bit is sent to the terminal.
优选地,所述网络侧包括家乡代理,并且所述路由优化控制模块具体用于:在终端发起和家乡代理之间的绑定更新/绑定应答过程中,指示家乡代理返回新增是否允许终端进行路由优化的扩展的绑定应答给终端。Preferably, the network side includes a home agent, and the route optimization control module is specifically configured to: instruct the home agent to return whether the terminal is allowed to add new information during the binding update/binding response process initiated by the terminal and the home agent Extended Binding Reply for route optimization to the terminal.
优选地,所述网络侧包括AAA服务器、接入路由器和认证器,并且所述路由优化控制模块具体用于:在接入验证过程中,指示AAA服务器下发是否支持用户路由优化的标识到认证器,并指示接入路由器依据所述认证器提供的是否支持用户路由优化的属性构造路由广播消息并发给终端。Preferably, the network side includes an AAA server, an access router, and an authenticator, and the route optimization control module is specifically configured to: in the access verification process, instruct the AAA server to issue an identification of whether to support user route optimization to the authentication The authenticator, and instructs the access router to construct a routing broadcast message and send it to the terminal according to the attribute provided by the authenticator whether it supports user route optimization.
优选地,所述网络侧包括AAA服务器和接入网,并且所述路由优化控制模块具体用于:指示AAA服务器下发是否允许路由优化的标识给接入网,接入网通过DHCP过程将所述标识发给终端。Preferably, the network side includes an AAA server and an access network, and the route optimization control module is specifically configured to: instruct the AAA server to issue an identifier of whether route optimization is allowed to the access network, and the access network transfers the route optimization to the access network through a DHCP process. The above identification is sent to the terminal.
优选地,所述网络侧包括AAA服务器、接入路由器和接入网,并且所述路由优化控制模块具体用于:指示AAA服务器下发是否允许路由优化标识给接入网,接入网通过接入路由器在其发送的路由广播消息中的所定义的是否允许路由优化的扩展来通知终端。Preferably, the network side includes an AAA server, an access router, and an access network, and the route optimization control module is specifically configured to: instruct the AAA server to issue a route optimization identifier to the access network, and the access network passes the access network The inbound router notifies the terminal of the extension of whether to allow route optimization defined in the route advertisement message sent by the ingress router.
以上第一技术方案可以看出,由于本发明通过在网络侧设计了一套控制是否进行路由优化的机制,采用网络侧主动通知终端是否进行路由优化或切断终端进行路由优化过程以控制终端是否进行路由优化的方法,保证网络运营者也可以选择支持路由优化还是不支持,实现由网络运营者进行计费等目的。It can be seen from the first technical solution above that, since the present invention designs a set of mechanisms for controlling whether to perform route optimization on the network side, the network side actively notifies the terminal whether to perform route optimization or cuts off the terminal to perform the route optimization process to control whether the terminal performs route optimization. The route optimization method ensures that the network operator can also choose to support route optimization or not, and achieve the purpose of charging by the network operator.
以上第二技术方案可以看出,由于本发明采用网络侧内路由优化控制模块来控制是否允许路由优化,或者结合路由优化控制模块和终端内的路由优化消息解码模块共同决定是否允许路由优化,保证网络运营者也可以选择支持路由优化还是不支持,实现由网络运营者进行计费等目的。As can be seen from the above second technical solution, since the present invention uses the route optimization control module in the network side to control whether to allow route optimization, or combines the route optimization control module and the route optimization message decoding module in the terminal to jointly determine whether to allow route optimization, ensure The network operator can also choose whether to support route optimization or not, so as to achieve the purpose of charging by the network operator.
附图说明 Description of drawings
图1是现有技术路由优化的流程图;Fig. 1 is the flow chart of prior art routing optimization;
图2是本发明路由优化的控制方法一实施方式的流程图;FIG. 2 is a flow chart of an embodiment of a control method for routing optimization in the present invention;
图3是本发明路由优化的控制方法另一实施方式的流程图;Fig. 3 is a flow chart of another embodiment of the control method for route optimization of the present invention;
图4是本发明路由优化的控制方法又一实施方式的流程图;Fig. 4 is a flow chart of another embodiment of the control method for route optimization of the present invention;
图5是本发明路由优化的控制系统的原理框图。Fig. 5 is a functional block diagram of the route optimization control system of the present invention.
具体实施方式 Detailed ways
本发明基本原理是:在终端/移动节点完成移动性接入前,在网络侧提供一个让家乡代理、接入服务网或AAA服务器等有能力对路由优化进行控制的机制,利用现有网络在移动接入过程中修改、扩展或新增的消息,以主动或被动方式控制终端是否可以进行路由优化,保证网络运营者也可以选择支持路由优化还是不支持。The basic principle of the present invention is: before the terminal/mobile node completes the mobility access, a mechanism is provided on the network side to enable the home agent, the access service network or the AAA server, etc. The message modified, extended or added during the mobile access process controls whether the terminal can perform route optimization in an active or passive manner, ensuring that network operators can also choose to support route optimization or not.
为清楚、充分地说明本发明,这里举网络测采用扩展消息或修改现有消息的方法以主动通知终端是否进行路由优化,以及举在进行路由优化过程中丢弃路由优化相关的各种消息以切断终端请求路由优化的过程为例。针对上述两个例子,又分别具体描述了多个实施方式。In order to clearly and fully illustrate the present invention, the method of expanding the message or modifying the existing message is used here to actively notify the terminal whether to perform route optimization, and to discard various messages related to route optimization during the process of route optimization to cut off The process of terminal request route optimization is taken as an example. Aiming at the above two examples, multiple implementation manners are respectively described in detail.
以下结合实施方式和附图,对本发明进行详细描述。The present invention will be described in detail below in conjunction with the embodiments and the accompanying drawings.
一、网络侧通过主动通知终端的方式进行控制终端是否进行路由优化的设置。本方法包括但不限于以下5个实施方式,具体是:1. The network side sets whether to control the terminal to perform route optimization by proactively notifying the terminal. This method includes but is not limited to the following five implementations, specifically:
家乡代理在绑定应答消息中携带信息,指示家乡代理是否允许终端采用路由优化进行移动性接入。可以有如下2种方案携带这个信息,分别是本发明第一、第二实施方式。除此两方案外,还可以有其他携带信息的方式,比如另外定义家乡代理和终端之间用于是否允许路由优化的新消息。The home agent carries information in the binding response message, indicating whether the home agent allows the terminal to use route optimization for mobility access. There may be the following two schemes for carrying this information, which are the first and second implementation manners of the present invention. In addition to these two solutions, there may be other ways of carrying information, such as additionally defining a new message between the home agent and the terminal for whether to allow route optimization.
1、本发明第一实施方式:家乡代理在终端发起和家乡代理之间的绑定更新/绑定应答过程中,返回设置有是否允许终端进行路由优化的标志位的绑定应答给终端。其具体是预先在绑定应答消息中新增标志位R。1. The first embodiment of the present invention: during the binding update/binding response process initiated by the terminal and the home agent, the home agent returns a binding response with a flag bit setting whether the terminal is allowed to perform route optimization to the terminal. Specifically, a flag bit R is added in advance in the binding response message.
表一:在绑定应答消息中设置标志位RTable 1: Setting the flag bit R in the binding response message
当终端发起和家乡代理之间的绑定更新/绑定应答过程的时候,家乡代理在返回绑定应答的时候,根据不同情况设置R位:When the terminal initiates the binding update/binding response process with the home agent, the home agent sets the R bit according to different situations when returning the binding response:
1)如果家乡代理允许路由优化,则置R位为1;1) If the home agent allows route optimization, set the R bit to 1;
2)如果家乡代理不允许路由优化,则置R位为0。2) If the home agent does not allow route optimization, set the R bit to 0.
当终端收到置0的绑定应答后,不发起回程可路由过程,即不发送HoTI/CoTI消息。这里,R位值可另外定义,这里取值1和0只是作为例子。After the terminal receives the binding response set to 0, it does not initiate the backhaul routable process, that is, it does not send HoTI/CoTI messages. Here, the value of the R bit can be defined otherwise, and the values of 1 and 0 here are just examples.
2、本发明第二实施方式:家乡代理在终端发起和家乡代理之间的绑定更新/绑定应答过程中,返回新增是否允许终端进行路由优化的扩展的绑定应答给终端。所述新增扩展如下:2. The second embodiment of the present invention: during the binding update/binding response process initiated by the terminal and the home agent, the home agent returns to the terminal an extended binding response indicating whether to allow the terminal to perform route optimization. The added extensions are as follows:
表二:在绑定应答消息中新增扩展RO PermissionTable 2: Newly added extension RO Permission in the binding response message
当终端发起和家乡代理之间的绑定更新/绑定应答过程时,家乡代理在返回绑定应答的时候,根据不同情况设置RO Permission:When the terminal initiates the binding update/binding response process with the home agent, the home agent sets the RO Permission according to different situations when returning the binding response:
1)如果家乡代理允许路由优化,则置RO_OK(设置任意与RO_DENY不同的特殊值);1) If the home agent allows route optimization, set RO_OK (set any special value different from RO_DENY);
2)如果家乡代理不允许路由优化,则置RO_DENY(可以设置任意与RO_OK不同的特殊值);2) If the home agent does not allow route optimization, set RO_DENY (you can set any special value different from RO_OK);
当终端收到扩展RO Permission置RO_DENY的绑定应答消息以后,不发起回程可路由过程,即不发送家乡测试触发/转交测试触发消息。After the terminal receives the binding response message with the extended RO Permission set to RO_DENY, it does not initiate the backhaul routable process, that is, it does not send the home test trigger/handover test trigger message.
新增的RO Permission域长度不规定,可以是1位,或者加长,比如1字节或者2字节。The length of the newly added RO Permission field is not specified, it can be 1 bit, or lengthened, such as 1 byte or 2 bytes.
以上两种实施实例都是建立在终端按照本发明的要求进行的基础上的。The above two implementation examples are based on the fact that the terminal performs according to the requirements of the present invention.
3、本发明第三实施方式:AAA服务器下发是否允许路由优化的标识给接入网,接入网通过DHCP过程将所述标识发给终端。3. The third embodiment of the present invention: the AAA server sends an indication of whether to allow route optimization to the access network, and the access network sends the identification to the terminal through the DHCP process.
所述对终端的通知是:通过在终端初始入网时由AAA服务器下发给接入网络,进而通过DHCP消息发给该终端。The notification to the terminal is: when the terminal initially accesses the network, the AAA server sends it to the access network, and then sends it to the terminal through a DHCP message.
对于控制是否进行路由优化而在发送给终端的DHCP消息中携带是否进行路由优化的标识,需要在移动终端进行漫游时在接入网络间进行传递。For controlling whether to perform route optimization, the DHCP message sent to the terminal carries the identifier of whether to perform route optimization, which needs to be transmitted between access networks when the mobile terminal is roaming.
参阅图2,是移动终端接入WiMAX网络的认证过程,包括在终端初始入网过程中通过DHCP过程携带是否允许进行路由优化的标识来告知终端是否允许进行路由优化过程。移动终端在接入认证过程中,从AAA服务器获得的相关信息是通过DHCP过程得到的,主要包括Informtaion-Request和Reply两条消息的交互。在Reply消息里可以携带一标识,指示移动终端是否允许路由优化,具体步骤包括:Referring to FIG. 2 , it is the authentication process for the mobile terminal to access the WiMAX network, including informing the terminal whether to allow the route optimization process through the DHCP process carrying an identifier of whether the route optimization is allowed during the initial network access process of the terminal. During the access authentication process of the mobile terminal, the relevant information obtained from the AAA server is obtained through the DHCP process, mainly including the interaction of two messages, Informtaion-Request and Reply. An identifier can be carried in the Reply message to indicate whether the mobile terminal allows route optimization, and the specific steps include:
201、移动终端发起初始认证;201. The mobile terminal initiates initial authentication;
202、网关(包含接入路由器)向归属AAA服务器发送接入请求(Access-Request);202. The gateway (including the access router) sends an access request (Access-Request) to the home AAA server;
203、分配家乡代理和家乡链路(HL,Home Link);203. Assign home agent and home link (HL, Home Link);
204、和接入确认(Access Accept)消息一起返回一个指示路由优化的标识ROI(路由优化指示),同家乡代理、家乡链路信息一起发送到接入网,该标识指示移动终端是否进行路由优化;204. Return an identifier ROI (routing optimization indication) indicating route optimization together with the access confirmation (Access Accept) message, and send it to the access network together with home agent and home link information, and the identifier indicates whether the mobile terminal performs route optimization ;
205、在接入网关上存储接收到的上述信息;另外,接入路由器也可获得该ROI信息;205. Store the received above information on the access gateway; in addition, the access router may also obtain the ROI information;
206、完成认证。206. Complete the authentication.
207、移动终端向接入路由器发送信息请求(Information-Request);207. The mobile terminal sends an information request (Information-Request) to the access router;
208、接入路由器返回携带指示路由优化的标识ROI的应答(Reply)消息给移动终端,移动终端根据该标识决定是否进行路由优化。208. The access router returns to the mobile terminal a response (Reply) message carrying the identifier ROI indicating route optimization, and the mobile terminal decides whether to perform route optimization according to the identifier.
同时,当移动终端发起注册请求时,家乡代理向AAA服务器进行认证所获得的认证响应中可以包含这个标志,以通知家乡代理是否允许对此终端进行路由优化。At the same time, when the mobile terminal initiates a registration request, the authentication response obtained by the home agent from the AAA server may include this flag to inform the home agent whether to allow route optimization for the terminal.
在此过程中,网关或接入路由器也可以获得该指示,从而知道是否需要进行路由优化。进而如果不允许的话,采取适当的控制手段。同时,AAA服务器可选地主动通知家乡代理关于此信息。During this process, the gateway or access router can also obtain this indication, so as to know whether route optimization is required. Then, if it is not allowed, take appropriate control measures. At the same time, the AAA server optionally actively informs the home agent about this information.
对家乡代理的通知,是当移动终端发起移动IP注册请求(IPv6中是绑定更新消息)时完成的。当家乡代理收到该移动终端的初始移动IP注册请求后,向AAA服务器请求获得该移动终端的相关信息。进而AAA服务器可以通知家乡代理是否允许该移动终端进行路由优化。The notification to the home agent is completed when the mobile terminal initiates a mobile IP registration request (binding update message in IPv6). After receiving the initial mobile IP registration request of the mobile terminal, the home agent requests the relevant information of the mobile terminal from the AAA server. Furthermore, the AAA server can notify the home agent whether to allow the mobile terminal to perform route optimization.
本实施方式还可变更为:在接入网络网元都知道关于是否允许此移动终端进行路由优化后,无需将此路由优化指示发给移动终端。而是在网络侧通过网络侧网元直接返回拒绝等针对路由优化的失败响应消息或简单丢弃而达到控制移动终端进行路由优化的固的。This embodiment can also be changed to: after all network elements of the access network know whether to allow the mobile terminal to perform route optimization, there is no need to send the route optimization instruction to the mobile terminal. Instead, on the network side, the network element on the network side directly returns a failure response message for route optimization such as rejection or simply discards to achieve the purpose of controlling the mobile terminal to perform route optimization.
4、本发明第四实施方式:在接入验证过程中,AAA服务器下发是否支持用户路由优化的标识到认证器,接入路由器依据所述认证器提供的是否支持用户路由优化的属性构造路由广播消息并发给终端。具体是:4. The fourth embodiment of the present invention: during the access verification process, the AAA server sends an identifier indicating whether to support user route optimization to the authenticator, and the access router constructs a route according to the attribute provided by the authenticator whether to support user route optimization Broadcast a message and send it to the terminal. specifically is:
1)在移动性接入验证过程中,AAA服务器下发是否支持用户路由优化的标识到认证器(Authenticator);1) During the mobility access verification process, the AAA server sends an identifier indicating whether to support user route optimization to the authenticator (Authenticator);
2)依据认证嚣提供的信息,接入路由器构造路由广播消息,即设置下表中的RO Permission值;2) According to the information provided by the authentication, the access router constructs a routing broadcast message, that is, the RO Permission value in the following table is set;
所述接入路由器构造路由广播消息,是指扩展接入路由器的路由广播消息,即在接入路由嚣发送给终端的路由广播消息中加入如下选项:The routing broadcast message constructed by the access router refers to the routing broadcast message of the extended access router, that is, adding the following options in the routing broadcast message sent to the terminal by the access router:
表三:在路由广播消息中新增扩展Table 3: Added extensions in routing broadcast messages
其中,如果允许路由优化,扩展RO Permission设置为1,这也是默认值;如果不允许路由优化,扩展RO Permission设置为0。这里RO Permission的取值还可以是其他数值。Among them, if route optimization is allowed, the extended RO Permission is set to 1, which is also the default value; if route optimization is not allowed, the extended RO Permission is set to 0. Here, the value of RO Permission can also be other values.
3)终端收到接入路由器的路由广播消息以后,根据RO Permission值判断是否可以发起路由优化。3) After the terminal receives the routing broadcast message from the access router, it judges whether it can initiate routing optimization according to the RO Permission value.
5、本发明第五实施方式:类似于第四实施方式,AAA服务器下发是否允许路由优化标识给接入网的认证器,接入网通过接入路由器在其发送的路由广播消息中的所定义的是否允许路由优化的扩展来通知终端。5. The fifth embodiment of the present invention: similar to the fourth embodiment, the AAA server issues whether to allow route optimization to the authenticator of the access network, and the access network passes all the information in the routing broadcast message sent by the access router. Defines whether to allow route optimization extensions to notify endpoints.
具体是接入路由器在发送给终端的路由广播(Router Advertisement)消息中新增标志位,指示终端是否允许路由优化。所述新增标志位定义如下:Specifically, the access router adds a flag bit in the Router Advertisement message sent to the terminal to indicate whether the terminal allows route optimization. The newly added flags are defined as follows:
表四:路由广播消息中新增的R标识位Table 4: The newly added R flag in the routing broadcast message
当终端收到携带所述新增标志位的路由广播消息时,根据不同情况设置R标志位:When the terminal receives the routing broadcast message carrying the newly added flag, it sets the R flag according to different situations:
1)如果接入路由器允许路由优化,则置R为1;1) If the access router allows route optimization, set R to 1;
2)如果接入路由器不允许路由优化,则置R为0。2) If the access router does not allow route optimization, set R to 0.
当然,所述R值可以是除上述值外的各种值,只要可以区分允许与不允许路由优化两种情况即可。Certainly, the value of R may be various values other than the above-mentioned values, as long as the two situations of allowing and disallowing route optimization can be distinguished.
二、网络侧通过切断终端进行路由优化以控制终端是否进行路由优化的设置:2. The network side controls whether the terminal performs route optimization by cutting off the terminal for route optimization:
在移动性接入初始验证过程中,家乡代理需要从数据包中区分出家乡测试触发消息或者家乡测试消息,于是就可以利用配置的信息对路由优化进行控制,有如下第六、七实施方式。During the initial mobility access verification process, the home agent needs to distinguish the home test trigger message or the home test message from the data packet, so it can use the configured information to control route optimization. The sixth and seventh implementation modes are as follows.
6、本发明第六实施方式:在家乡代理收到家乡测试触发消息时,在不允许终端进行路由优化情况下丢弃所述家乡测试触发消息。6. The sixth embodiment of the present invention: when the home agent receives the home test trigger message, it discards the home test trigger message when the terminal is not allowed to perform route optimization.
参阅图3,在移动性接入初始验证过程中,当家乡代理收到家乡测试触发消息的时候,如果不允许路由优化,家乡代理就丢弃这个家乡测试触发消息。这样,对端节点无法收到家乡测试触发消息,同样终端无法收到来自对端节点的家乡测试消息。于是,终端无法计算出Kbm,最终无法触发到对端节点的绑定更新/绑定应答过程。数据包仍然需要经由家乡代理在终端和对端节点之间转发。Referring to Fig. 3, in the initial verification process of mobility access, when the home agent receives the home test trigger message, if route optimization is not allowed, the home agent discards the home test trigger message. In this way, the peer node cannot receive the home test trigger message, and similarly, the terminal cannot receive the home test message from the peer node. Therefore, the terminal cannot calculate the Kbm, and ultimately cannot trigger the binding update/binding response process to the peer node. Packets still need to be forwarded between the endpoint and the peer node via the home agent.
7、本发明第七实施方式:在家乡代理收到家乡测试消息时,在不允许终端进行路由优化情况下丢弃所述家乡测试消息。7. The seventh embodiment of the present invention: when the home agent receives the home test message, it discards the home test message when the terminal is not allowed to perform route optimization.
参阅图4,在移动性接入初始验证过程中,对端节点收到家乡代理转发来的家乡测试触发消息以后,会返回家乡测试消息到终端,这个消息同样需要家乡代理转发。如果不允许路由优化,家乡代理就丢弃这个家乡测试消息。这样,终端无法收到来自对端节点的家乡测试消息。于是,终端无法计算出Kbm,最终无法触发到对端节点的绑定更新/绑定应答过程。数据包仍然需要经由家乡代理在终端和对端节点之间转发。Referring to Figure 4, during the initial verification process of mobility access, after receiving the home test trigger message forwarded by the home agent, the peer node will return the home test message to the terminal, which also needs to be forwarded by the home agent. If route optimization is not allowed, the home agent discards the home test message. In this way, the terminal cannot receive the home test message from the peer node. Therefore, the terminal cannot calculate the Kbm, and ultimately cannot trigger the binding update/binding response process to the peer node. Packets still need to be forwarded between the endpoint and the peer node via the home agent.
8、本发明第八实施方式:在家乡代理收到家乡测试触发消息时,在不允许路由优化情况下丢弃所述家乡测试触发消息,直接返回携带不允许终端进行路由优化的家乡测试消息给终端。所述携带允许/不允许终端进行路由优化的家乡测试消息可参见下表:8. The eighth embodiment of the present invention: when the home agent receives the home test trigger message, it discards the home test trigger message when route optimization is not allowed, and directly returns the home test message carrying the home test message that does not allow the terminal to perform route optimization to the terminal . The home test message carrying the permission/disallowing terminal to perform route optimization can be referred to the following table:
表五:在家乡测试消息中新增扩展RO PermissionTable 5: Adding the extension RO Permission in the home test message
当家乡代理收到家乡测试触发消息的时候,如果不允许路由优化,家乡代理不转发家乡测试触发消息,相反直接返回家乡测试消息,携带RO Permission选项,通知终端此时家乡代理不允许路由优化,其他域(例如Home Nonce Index,Home init Cookie,Home Keygen Token)可以都设置为空。于是,终端无法计算出Kbm,也不会触发到对端节点的绑定更新/绑定应答过程。数据包仍然需要经由家乡代理在终端和对端节点之间转发。When the home agent receives the home test trigger message, if route optimization is not allowed, the home agent does not forward the home test trigger message, but directly returns the home test message, carrying the RO Permission option, and notifies the terminal that the home agent does not allow route optimization at this time. Other fields (such as Home Nonce Index, Home init Cookie, Home Keygen Token) can be set to empty. Therefore, the terminal cannot calculate the Kbm, and will not trigger the binding update/binding response process to the peer node. Packets still need to be forwarded between the endpoint and the peer node via the home agent.
9、本发明第九实施方式:在接入验证过程中,AAA服务器下发不支持终端路由优化的属性到认证器,而且在NAI对应于转交地址情况下,在进出接入路由器的与转交地址相关的数据中,丢弃上行数据目的地址不是家乡代理、或者下行数据的源地址不是家乡代理的数据。具体如下:9. The ninth embodiment of the present invention: during the access verification process, the AAA server sends attributes that do not support terminal route optimization to the authenticator, and when the NAI corresponds to the care-of address, the care-of address and the access router Among the related data, the destination address of the uplink data is not the home agent, or the source address of the downlink data is not the home agent. details as follows:
1)在接入验证过程中,AAA服务器下发是否支持终端路由优化的属性到认证器;1) During the access verification process, the AAA server sends the attribute of whether terminal route optimization is supported to the authenticator;
2)接入服务网网关(ASN-GW)维护NAI(NetworkAccess Identity,网络接入标识)以及转交地址的对应关系;2) The access service network gateway (ASN-GW) maintains the corresponding relationship between NAI (NetworkAccess Identity, network access identifier) and the care-of address;
3)如果路由优化是不支持的,那么所有该转交地址发送上来的数据包,以及发送给该转交地址的数据包需要进行一次过滤。如果上行数据目的地址不是家乡代理,或者下行数据的源地址不是家乡代理,这样的数据包都将被丢弃。3) If route optimization is not supported, then all data packets sent from the care-of address and data packets sent to the care-of address need to be filtered once. If the destination address of the uplink data is not the home agent, or the source address of the downlink data is not the home agent, such data packets will be discarded.
10、本发明第十实施方式:网络侧网元如归属代理、接入网认证器、接入路由器或DHCP代理在收到不允许进行路由优化的终端的路由可达性测试消息或任何数据后,将其丢弃。10. The tenth embodiment of the present invention: after receiving a route reachability test message or any data from a terminal that is not allowed to perform route optimization, a network element on the network side, such as a home agent, an access network authenticator, an access router or a DHCP agent, receives , discarding it.
11、本发明第十一实施方式:网络侧网元如归属代理、接入网认证器、接入路由器或DHCP代理在收到不允许进行路由优化的终端的路由请求后,响应相应的失败或拒绝消息。11. The eleventh embodiment of the present invention: after receiving a routing request from a terminal that is not allowed to perform route optimization, a network element on the network side, such as a home agent, an access network authenticator, an access router or a DHCP agent, responds with a corresponding failure or Decline message.
从以上可以看出,本发明通过在网络侧(AAA服务器、家乡代理、接入路由器或接入服务网关等)设计了一套控制是否进行路由优化的机制,采用网络侧主动通知终端是否进行路由优化或切断终端进行路由优化过程以控制终端是否进行路由优化的方法,保证网络运营者也可以选择支持路由优化还是不支持,实现由网络运营者进行计费等目的。As can be seen from the above, the present invention designs a set of mechanisms for controlling whether to perform routing optimization on the network side (AAA server, home agent, access router or access service gateway, etc.), and uses the network side to actively notify the terminal whether to perform routing optimization. Optimizing or cutting off the route optimization process of the terminal to control whether the terminal performs route optimization, to ensure that the network operator can also choose to support route optimization or not, and to achieve the purpose of charging by the network operator.
本发明还提供一种路由优化的控制系统,包括网络侧和终端。所述网络侧包括路由优化控制模块、家乡代理以及对端节点。所述路由优化控制模块用于在网络侧设置是否允许终端进行路由优化,所述家乡代理用于转发数据。所述对端节点用于在终端漫游情况下和终端传输数据。所述终端包括路由优化消息解码模块,用于接收网络侧的关于是否进行路由优化的设置,判断出网络是否允许此终端采用路由优化的方式与对端节点通信。The invention also provides a route optimization control system, including a network side and a terminal. The network side includes a route optimization control module, a home agent and a peer node. The route optimization control module is used to set whether to allow the terminal to perform route optimization on the network side, and the home agent is used to forward data. The peer node is used to transmit data with the terminal when the terminal roams. The terminal includes a route optimization message decoding module, which is used to receive the setting of whether to perform route optimization from the network side, and determine whether the network allows the terminal to communicate with the peer node in a route optimization manner.
所述路由优化控制模块具体用于:在终端发起和家乡代理之间的绑定更新/绑定应答过程中,指示家乡代理返回设置有是否允许终端进行路由优化的标志位的绑定应答给终端。The route optimization control module is specifically used to: instruct the home agent to return to the terminal a binding response with a flag bit setting whether to allow the terminal to perform route optimization during the binding update/binding response process initiated by the terminal and the home agent .
或者:or:
在终端发起和家乡代理之间的绑定更新/绑定应答过程中,指示家乡代理返回新增是否允许终端进行路由优化的扩展的绑定应答给终端。In the process of binding update/binding response initiated by the terminal and the home agent, the home agent is instructed to return to the terminal an extended binding response to allow the terminal to perform route optimization.
指示AAA服务器下发是否允许路由优化的标识给接入网,接入网通过DHCP过程将所述标识发给终端。Instructing the AAA server to issue an identifier of whether to allow route optimization to the access network, and the access network sends the identifier to the terminal through a DHCP process.
在接入验证过程中,指示AAA服务器下发是否支持用户路由优化的标识到认证器,并指示接入路由器加入所述认证器提供的是否支持用户路由优化的标识以构造路由广播消息并发给终端,所述标识为定义的是否允许路由优化的比特指示位。During the access verification process, instruct the AAA server to send the identifier of whether to support user route optimization to the authenticator, and instruct the access router to add the identifier of whether to support user route optimization provided by the authenticator to construct a route broadcast message and send it to the terminal , the flag is a defined bit indicating whether to allow route optimization.
指示AAA服务器下发是否允许路由优化标识给接入网,接入网通过接入路由器在其发送的路由广播消息中的所定义的是否允许路由优化的扩展来通知终端。The AAA server is instructed to send the identifier of whether to allow route optimization to the access network, and the access network notifies the terminal through the defined extension of whether to allow route optimization in the route broadcast message sent by the access router.
在家乡代理收到家乡测试触发消息时,根据是否允许终端进行路由优化来指示家乡代理是否丢弃所述家乡测试触发消息,以及是否直接返回携带允许终端进行路由优化的家乡测试消息给终端。When the home agent receives the home test trigger message, it instructs the home agent whether to discard the home test trigger message according to whether the terminal is allowed to perform route optimization, and whether to directly return the home test message carrying the terminal to perform route optimization to the terminal.
所述终端在接收到网络侧的上述是否进行路由优化的设置指示后,采用路由优化消息解码模块判断出网络是否允许此终端采用路由优化的方式与对端节点通信。是则指示终端绕过家乡代理直接和对端节点通信,否则仍指示终端经过家乡代理与对端节点通信。After receiving the above-mentioned setting instruction of whether to perform route optimization from the network side, the terminal uses the route optimization message decoding module to determine whether the network allows the terminal to communicate with the peer node in a route optimization manner. If yes, instruct the terminal to communicate directly with the peer node bypassing the home agent; otherwise, still instruct the terminal to communicate with the peer node through the home agent.
在其他实施方式中,所述路由优化控制模块还具体用于:在家乡代理收到家乡测试触发消息时,根据是否允许终端进行路由优化来指示家乡代理是否丢弃所述家乡测试触发消息。In other embodiments, the route optimization control module is further specifically configured to: when the home agent receives the home test trigger message, instruct the home agent whether to discard the home test trigger message according to whether the terminal is allowed to perform route optimization.
或者:or:
在家乡代理收到家乡测试消息时,根据是否允许终端进行路由优化来指示家乡代理决定是否丢弃所述家乡测试消息。When the home agent receives the home test message, it instructs the home agent to decide whether to discard the home test message according to whether the terminal is allowed to perform route optimization.
在接入验证过程中,指示AAA服务器下发不支持终端路由优化的属性到认证器,而且在NAI对应于转交地址情况下,在进出接入路由器的与转交地址相关的数据中,丢弃上行数据目的地址不是家乡代理、或者下行数据的源地址不是家乡代理的数据。During the access verification process, instruct the AAA server to issue attributes that do not support terminal route optimization to the authenticator, and when the NAI corresponds to the care-of address, in the data related to the care-of address entering and leaving the access router, discard the uplink data The destination address is not the home agent, or the source address of the downlink data is not the data of the home agent.
采用上述设计后,在网络侧丢弃有关消息或数据后,由于无法完成路由优化,终端只能经过家乡代理与对端节点通信。如果网络侧不丢弃有关消息或数据,则路由优化完成,终端可以绕过家乡代理与对端节点通信。After adopting the above design, after discarding relevant messages or data on the network side, since route optimization cannot be completed, the terminal can only communicate with the peer node through the home agent. If the network side does not discard relevant messages or data, the route optimization is completed, and the terminal can bypass the home agent to communicate with the peer node.
从以上可以看出,本发明采用网络侧内路由优化控制模块来控制是否允许路由优化,或者结合路由优化控制模块和终端内的路由优化消息解码模块共同决定是否允许路由优化,保证网络运营者也可以选择支持路由优化还是不支持,实现由网络运营者进行计费等目的。It can be seen from the above that the present invention adopts the route optimization control module in the network side to control whether to allow route optimization, or combines the route optimization control module and the route optimization message decoding module in the terminal to jointly decide whether to allow route optimization to ensure that network operators also You can choose whether to support route optimization or not to realize the purpose of billing by network operators.
本发明所称“终端”可以是移动终端或者移动节点,包括但不限于IPv6,和/或IPv4移动终端。The "terminal" referred to in the present invention may be a mobile terminal or a mobile node, including but not limited to IPv6 and/or IPv4 mobile terminals.
以上对本发明所提供的一种路由优化的控制方法及其系统进行了详细介绍,本文中应用了具体个例对本发明的原理及实施方式进行了阐述,以上实施例的说明只是用于帮助理解本发明的方法及其核心思想;同时,对于本领域的一般技术人员,依据本发明的思想,在具体实施方式及应用范围上均会有改变之处,综上所述,本说明书内容不应理解为对本发明的限制。A routing optimization control method and its system provided by the present invention have been introduced in detail above. In this paper, specific examples are used to illustrate the principle and implementation of the present invention. The descriptions of the above embodiments are only used to help understand the present invention. The method of the invention and its core idea; at the same time, for those of ordinary skill in the art, according to the idea of the present invention, there will be changes in the specific implementation and scope of application. In summary, the content of this specification should not be understood To limit the present invention.
Claims (8)
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN2006101032734A CN101114990B (en) | 2006-07-24 | 2006-07-24 | Routing optimization control method and system |
PCT/CN2007/070349 WO2008014711A1 (en) | 2006-07-24 | 2007-07-24 | Method, system and network side apparatus for routing optimization |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN2006101032734A CN101114990B (en) | 2006-07-24 | 2006-07-24 | Routing optimization control method and system |
Related Child Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN2008100824152A Division CN101242369B (en) | 2006-07-24 | 2006-07-24 | Route optimization control method, system and terminal |
Publications (2)
Publication Number | Publication Date |
---|---|
CN101114990A CN101114990A (en) | 2008-01-30 |
CN101114990B true CN101114990B (en) | 2012-06-20 |
Family
ID=38996884
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN2006101032734A Expired - Fee Related CN101114990B (en) | 2006-07-24 | 2006-07-24 | Routing optimization control method and system |
Country Status (2)
Country | Link |
---|---|
CN (1) | CN101114990B (en) |
WO (1) | WO2008014711A1 (en) |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP1030491A2 (en) * | 1999-01-27 | 2000-08-23 | Nortel Networks Corporation | System and method for route optimization in a wireless internet protocol network |
CN1484407A (en) * | 2002-08-16 | 2004-03-24 | ���ǵ�����ʽ���� | Optimized packet routing method |
CN1706152A (en) * | 2002-11-20 | 2005-12-07 | 诺基亚公司 | Routing optimization proxy in IP networks |
CN1725755A (en) * | 2004-07-20 | 2006-01-25 | 日立通讯技术株式会社 | Mobile terminal device, server and communication system |
Family Cites Families (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP3659236B2 (en) * | 2002-04-18 | 2005-06-15 | 日本電気株式会社 | Mobile communication network system, foreign agent router, address server, and packet delivery method used therefor |
WO2004010668A1 (en) * | 2002-07-19 | 2004-01-29 | Nokia Corporation | Route optimizing in mobile ip providing location privacy |
-
2006
- 2006-07-24 CN CN2006101032734A patent/CN101114990B/en not_active Expired - Fee Related
-
2007
- 2007-07-24 WO PCT/CN2007/070349 patent/WO2008014711A1/en active Application Filing
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP1030491A2 (en) * | 1999-01-27 | 2000-08-23 | Nortel Networks Corporation | System and method for route optimization in a wireless internet protocol network |
CN1484407A (en) * | 2002-08-16 | 2004-03-24 | ���ǵ�����ʽ���� | Optimized packet routing method |
CN1706152A (en) * | 2002-11-20 | 2005-12-07 | 诺基亚公司 | Routing optimization proxy in IP networks |
CN1725755A (en) * | 2004-07-20 | 2006-01-25 | 日立通讯技术株式会社 | Mobile terminal device, server and communication system |
Also Published As
Publication number | Publication date |
---|---|
CN101114990A (en) | 2008-01-30 |
WO2008014711A1 (en) | 2008-02-07 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US11082852B2 (en) | Mobile terminal | |
JP5186603B2 (en) | Method for enabling simultaneous use of a home network and a foreign network by a multihomed mobile node | |
EP2250827B1 (en) | A method and an apparatus for providing route optimisation | |
JP5043920B2 (en) | Method and apparatus for CDMA2000 / GPRS roaming | |
JP5214737B2 (en) | Method and apparatus for use in a communication network | |
US8891432B2 (en) | Routing method, routing system, mobile node, home agent, and home base station | |
US20110103260A1 (en) | Binding cache creating method, binding cache creating system, home agent, and mobile node | |
US20120063428A1 (en) | Interface Switching System, Mobile Node, Proxy Node, and Mobile Management Node | |
CN101822005A (en) | Communication control method, network node, and mobile terminal | |
US8400980B2 (en) | Fast handover system and method thereof | |
CN101237394A (en) | Anchor device, method and system for processing multi-interface mobile station messages | |
WO2007131404A1 (en) | A method and device for realizing fast handover | |
CN101114990B (en) | Routing optimization control method and system | |
US20100175109A1 (en) | Route optimisation for proxy mobile ip | |
CN101242369B (en) | Route optimization control method, system and terminal | |
CN104735740B (en) | Routing optimization method under MIPv6-PMIPv6 interaction scenarios | |
Sargento et al. | Ubiquitous Access through the Integration of Mobile Ad-hoc Networks | |
Cheng et al. | A hierarchical agent assisted MIPv6 handover scheme with QoS support | |
CN104735740A (en) | Route optimization method on MIPv6-PMIPv6 interaction scene |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
C14 | Grant of patent or utility model | ||
GR01 | Patent grant | ||
CF01 | Termination of patent right due to non-payment of annual fee | ||
CF01 | Termination of patent right due to non-payment of annual fee |
Granted publication date: 20120620 |