WO2008154851A1 - Method and device for processing binding link - Google Patents

Method and device for processing binding link Download PDF

Info

Publication number
WO2008154851A1
WO2008154851A1 PCT/CN2008/071312 CN2008071312W WO2008154851A1 WO 2008154851 A1 WO2008154851 A1 WO 2008154851A1 CN 2008071312 W CN2008071312 W CN 2008071312W WO 2008154851 A1 WO2008154851 A1 WO 2008154851A1
Authority
WO
WIPO (PCT)
Prior art keywords
state
link
abnormal
bundle
bundled
Prior art date
Application number
PCT/CN2008/071312
Other languages
French (fr)
Chinese (zh)
Inventor
Xiao Qian
Wei Zhang
Xiaojun Li
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 WO2008154851A1 publication Critical patent/WO2008154851A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/06Management of faults, events, alarms or notifications
    • H04L41/0677Localisation of faults

Definitions

  • the present invention relates to the field of communications technologies, and in particular, to a method and a device for processing a bundle link. Background technique
  • MFR Multilink Frame Relay
  • MFR interface which is actually an interface that is aggregated by multiple real physical interfaces. It is called Bundle in the protocol, and constitutes the MFR interface. Multiple physical interfaces are called Bundle Link.
  • the MFR interface provides the upper layer frame relay with a transmission bandwidth that is almost the sum of the bandwidth of multiple physical interfaces it bundles.
  • a schematic diagram of the Bundle and Bundle Link is shown in Figure 1.
  • the multi-link frame relay function on the UI/NI interface is to send, receive, and corresponding protocol timers through a number of fixed-format link management messages (including chain splitting, link-building, link state query).
  • the status of the single Bundle link in the MFR interface is managed.
  • the status of all the physical interfaces bound to the MFR interface determines the state of the MFR interface.
  • the MFR interface is available for the upper frame relay application.
  • the MFR interface is unavailable only when all the Bundle links are unavailable.
  • the state machine migration table can be used to simulate the change of the Bundle Link state between the two devices A and B.
  • the description of each status is as follows:
  • Add sent Indicates that it is in a state that can communicate with the peer.
  • Add rx indicates that the ADD_LINK packet sent by the peer is received, and waits for the peer. Respond to the ADD_LINK_ACK message sent by the local end.
  • Ack rx Indicates that the ADD_LINK_ACK packet has been received from the peer and waits for the peer to respond to the ADD_LINK message sent by the local end.
  • the state machine migration process on the A side is from add sent to add rx and then up.
  • the change process of the state machine at the B end is similar, except that the intermediate process is the ack rx state, from add sent to ack rx and then up.
  • the Bundle Link is available, and the link state is maintained by HELLO and HELLO_ACK.
  • A receives a BL_DEACTIVATE event (such as shutdown) when B is in the ack rx state, A will issue a REMOVE_LINK message. Assume that the REMOVE-LINK message sent by A cannot be successfully sent to the B end due to link jitter or queue fullness, then the B end will stay in the ack rx state. When B is in the ack rx state and the A end is restored in the add sent state, the negotiation process between the A end and the B end is shown in Figure 3.
  • Step s201 A sends an ADD_LINK message to B, and B moves from the ack rx state to the up state, and starts the T-HELLO timer.
  • Step s202 B responds to the ADD_LINK_ACK message to A, A switches from the add sent state to the ack rx state, stops the T_ACK timer, and starts the T-HELLO timer.
  • Step s203 A sends an ADD_LINK message to B when T_HELLO_EXP (T HELLO timer expires), B moves from the up state to the add sent state, and starts the T_ACK timer.
  • Step s204 B responds to the ADD_LINK message to A, and A moves from the ack rx state to the up state, stops the T_ACK timer, and starts the T-HELLO timer.
  • Step s205 A sends an ADD_LINK_ACK message to B, B moves from the add sent state to the ack rx state, stops the T_ACK timer, starts T-HELLO timing, and cries
  • Steps s206 and B send an ADD_LINK message to A when T_HELLO_EX, A transitions from the up state to the add sent state, and the T-ACK timer is started.
  • step s201 to step s206 it can be seen that the B end recovers the ack rx state, and the A end recovers to the add sent state. In this way, the status of the Bundle Link between the A end and the B end cannot be negotiated successfully. Therefore, when one end is in the ack rx state and the other end recovers from the initial state, the state of the A side and the B end will be cycled between ack rx, up, and add sent, and the up state cannot be reached at the same time. In actual application scenarios, this will result in business interruption and the serious consequences of automatic recovery. Summary of the invention
  • Embodiments of the present invention provide a method and a device for processing a bundle link, so that in the prior art, when a bundle link is interrupted due to a state machine abnormality, fast recovery can be performed.
  • an embodiment of the present invention provides a method for processing a bundle link, including:
  • the status of the bundle link is detected abnormal.
  • the state of the local or peer is triggered to change, and the bundle link with the abnormal status is removed from the abnormal state.
  • the embodiment of the present invention further provides a processing device for a bundle link, including: a link abnormality detecting module, configured to detect a status abnormality of a bundle link, and notify the state recovery module of the detected abnormality;
  • the state recovery module is configured to remove the bundle link with the abnormal state from the abnormal state when receiving the link state abnormality notification message sent by the link abnormality detecting module.
  • DRAWINGS 1 is a schematic diagram of a Bundle and a Bundle Link in the prior art
  • FIG. 3 is a schematic diagram of an abnormal state at both ends of a Bundle Link in the prior art
  • FIG. 4 is a flowchart of a method for processing a bundled link in an embodiment of the present invention
  • Is a flowchart of a method for processing a bundle link in another embodiment of the present invention
  • FIG. 6 is a flowchart of a method for processing a bundle link in another embodiment of the present invention
  • FIG. 7 is another embodiment of the present invention.
  • FIG. 8 is a flowchart of a method for processing a bundle link in another embodiment of the present invention
  • FIG. 9 is a diagram of a device for binding a link in another embodiment of the present invention
  • Figure 10 is a block diagram of an apparatus for bundling links in another embodiment of the present invention
  • Figure 11 is a block diagram of an apparatus for bundling links in another embodiment of the present invention
  • a method for processing a bundle link is as shown in FIG. 4, including: Step s401: Detecting that the status of the bundle link is abnormal.
  • the state of the abnormal state at both ends of the bundled link may be as described above: the time at which either end of the bundled link is in the ack rx state times out; or any one of the bundled links is in the state defined by the state machine within a predetermined time
  • the number of cyclic switching exceeds a preset value, and the cyclic state includes an ack rx state, an up state, and an add sent state.
  • Step s402 The state of the local end or the peer end is changed, and the bundle link with abnormal status is removed from the abnormal state.
  • the following describes a specific method for bundling links with abnormal recovery states in step s402 of the present invention in combination with specific application scenarios.
  • Another embodiment of the present invention further provides a method for processing a bundle link, specifically: time counting the time in which the bundled link is in the ack rx state, if staying in the u state of ack rx for a long time The intermediate state with the add sent state, then The switching state is restored abnormally.
  • a method for processing a bundle link is as shown in FIG. 5, and includes:
  • Step s501 Start a timer for the time when the two ends of the bundled link are respectively in the ack rx state.
  • Step s502 When the time of the timer exceeds the preset value, the state of one end of the bundled link in the ack rx state is switched to the non-ack rx state.
  • the B end in the ack rx state if the B end in the ack rx state does not receive the Remove Link message sent by the A end, it will stay in the ack rx state, which may cause the B end to be in the ack rx state.
  • the timer of the timer exceeds the preset value.
  • the end in the ack rx state in this case, the B end
  • the state of the infinite loop if the B end in the ack rx state does not receive the Remove Link message sent by the A end, it will stay in the ack rx state, which may cause the B end to be in the ack rx state.
  • the timer of the timer exceeds the preset value.
  • the end in the ack rx state in this case, the B end
  • is switched such as switching to the add sent state, so that the end is in
  • Step s503 stop and reset the timer.
  • Another embodiment of the present invention further provides a method for processing a bundle link. Specifically, when the state of the Bundle link is abnormal, the abnormal message state is removed from the abnormal state.
  • An example of the response mechanism is the response to HELLO ⁇ .
  • the sender of the HELLO can only receive the HELLO packet sent by the peer end at the end in the up state, that is, the end in the ack rx state, indicating that the peer end is already in the up state.
  • the end of the ack rx state only needs to switch to the up state to complete the establishment of the bundled link.
  • a bundle link processing The method is shown in Figure 6, including:
  • Step s601 The ack rx state receives the HELLO message sent by the peer end.
  • Step s602 At the end of the ack rx state, the current state is switched to the up state. Step s603, stop and reset the counter.
  • Avoiding state machine exceptions by responding to HELLO messages at one end in the ack rx state is just an example of avoiding abnormal states by a preset message response mechanism.
  • the end in the ack rx state responds to different received messages, the status of the end of the ack rx is changed to depart from the state machine, and the description is not repeated here.
  • Another embodiment of the present invention further provides a method for processing a bundle link. Specifically, when the status of the Bundle link is abnormal, the abnormal message is sent out through the preset message sending mechanism.
  • a method for processing a bundle link includes:
  • Step s701 Start, for each end of the bundle link, a counter that switches from an up state to an add sent state.
  • Step s702 When the counter exceeds the preset value, one end of the bundled link sends a packet to the opposite end according to the preset packet sending mechanism.
  • the Bundle Link is cyclically switched between the add sent, the ack rx and the up state.
  • the default value is 3, and the B end is switched from the up state to the add sent in step s701.
  • the number of states reaches 4
  • Step s703 stop and reset the counter.
  • Another embodiment of the present invention further provides a method for processing a bundle link. Specifically, when the state of the Bundle Link is abnormal, the abnormal state is removed by using a preset state switching mechanism.
  • a method for processing a bundled link is as shown in FIG. 8 and includes:
  • Step s801 Start, for each end of the bundled link, a counter that switches from an up state to an add sent state.
  • the two ends of the bundled link are respectively A and B.
  • the counter of the B terminal is incremented by one.
  • Step s802 When the counter exceeds the preset value, one end of the bundled link switches the local state according to a preset adjustment mechanism.
  • the end of the Bundle Link is cyclically switched between the add sent, ack rx and up states.
  • the default value is 3. For example, if the B end in step s801 is switched from the up state to the add sent When the number of states reaches 4, it is determined that the counter exceeds the preset value. In this case, you need to adjust the status of the two ends of the bundle link according to the preset adjustment mechanism. For example, switch both ends of the bundle link to the add sent state at the same time, and start over again.
  • Step s803 stop and reset the counter.
  • the timer After adjusting the state of the two ends of the bundled link according to the preset adjustment mechanism, the timer restarts counting the number of times the end of the bundle exceeds the preset value or the two ends of the bundled link are switched from the up state to the add sent state.
  • the Bundle Link state machine can be quickly restored to meet the service when the Bundle Link state machine is abnormal. Quality requirements. At the same time, it has good compatibility with the original protocol machine and is easy to modify and implement.
  • Another embodiment of the present invention further provides a processing device for binding a link. As shown in FIG. 9, the processing device specifically includes:
  • the link abnormality detecting module 10 is configured to detect a status abnormality of the bundle link, and notify the status recovery module 20 of the detected abnormality.
  • the state recovery module 20 is configured to remove the bundle link with abnormal status from the abnormal state when receiving the link status abnormality notification message sent by the link abnormality detecting module 10.
  • the link abnormality detecting module 10 further includes a timer sub-module 11 for timing the time when the two ends of the bundled link are in the ack rx state, respectively, if the state recovery module 20 is known.
  • the state recovery module 20 further includes a state switching sub-module 21.
  • the state switching sub-module 21 is configured to switch the state of the end of the timer timeout when receiving the notification of the link abnormality detecting module 10, for example, to switch to the non-ack rx state at the end of the state of the ack rx. Thereby, the state of the state machine is in an infinite loop, and the timer sub-module 11 is reset.
  • Another embodiment of the present invention further provides a processing device for binding a link. As shown in FIG. 10, the processing device specifically includes:
  • the link abnormality detecting module 10 is configured to detect a status abnormality of the bundle link.
  • the status recovery module 20 is notified of the detected abnormality.
  • the state recovery module 20 is configured to remove the bundle link with abnormal status from the abnormal state when receiving the link status abnormality notification message sent by the link abnormality detecting module 10.
  • the link abnormality detecting module 10 further includes a counter sub-module 12, configured to separately count the number of times that the two ends of the bundled link are switched from the first state to the second state within a preset time, if the link is bundled If the number of statistics of any one of the preset times exceeds the predetermined number of times, it is determined that the link state of the bundle link is abnormal and the state recovery module 20 is notified.
  • a counter sub-module 12 configured to separately count the number of times that the two ends of the bundled link are switched from the first state to the second state within a preset time, if the link is bundled If the number of statistics of any one of the preset times exceeds the predetermined number of times, it is determined that the link state of the bundle link is abnormal and the state recovery module 20 is notified.
  • the state recovery module 20 further includes a received message determining sub-module 22 and a state switching sub-module 23.
  • the receiving message judging sub-module 22 is configured to notify the state switching sub-module 23 when the link abnormality detecting module 10 determines that the status is abnormal, if one end of the bundling link receives a specific message from the opposite end.
  • the state switching sub-module 23 is configured to: when receiving the notification of the received message determining sub-module 22, switch the current state of the end of the received specific message, and reset the counter sub-module 12 of the link abnormality detecting module 10.
  • the receiving packet judgment sub-module 22 finds that the HELLO packet sent by the peer end is received by the peer end, it indicates that the peer end is in the up state, and the notification state switching sub-module 23 switches the current state of the end of the received Hello packet.
  • the up link can complete the establishment of the bundled link.
  • Another embodiment of the present invention further provides a processing device for a bundle link, as shown in the figure.
  • the processing device specifically includes:
  • the link abnormality detecting module 10 is configured to detect a status abnormality of the bundle link, and notify the status recovery module 20 of the detected abnormality.
  • the state recovery module 20 is configured to remove the bundle link with abnormal status from the abnormal state when receiving the link status abnormality notification message sent by the link abnormality detecting module 10.
  • the link abnormality detecting module 10 further includes a counter sub-module 13 configured to separately count the number of times that the two ends of the bundled link are switched from the first state to the second state within a preset time, if the link is bundled If the number of statistics of any one of the preset times exceeds the predetermined number of times, it is determined that the link status of the bundle link is abnormal and the status recovery module is notified. 20.
  • the state recovery module 20 further includes a message sending submodule 24.
  • the message sending sub-module 24 is configured to: when receiving the notification sent by the link abnormality detecting module 10, send a specific packet by the peer to the end that is switched from the up state to the add sent state for more than a predetermined number of times, and reset the packet.
  • Another embodiment of the present invention further provides a processing device for a bundle link, as shown in the figure.
  • the processing device specifically includes:
  • the link abnormality detecting module 10 is configured to detect a status abnormality of the bundle link, and notify the status recovery module 20 of the detected abnormality.
  • the state recovery module 20 is configured to remove the bundle link with abnormal status from the abnormal state when receiving the link status abnormality notification message sent by the link abnormality detecting module 10.
  • the link abnormality detecting module 10 further includes a counter sub-module 14 configured to separately count the number of times that the two ends of the bundled link are switched from the first state to the second state within a preset time, if the link is bundled If the number of statistics of any one of the preset times exceeds the predetermined number of times, it is determined that the link status of the bundle link is abnormal and the status recovery module is notified.
  • a counter sub-module 14 configured to separately count the number of times that the two ends of the bundled link are switched from the first state to the second state within a preset time, if the link is bundled If the number of statistics of any one of the preset times exceeds the predetermined number of times, it is determined that the link status of the bundle link is abnormal and the status recovery module is notified.
  • the state recovery module 20 further includes a state switching sub-module 25.
  • the state switching sub-module 25 is configured to switch the state of one end of the bundle link and receive the counter sub-module 14 in the link abnormality detecting module 10 when receiving the notification of the link abnormality detecting module 10. Specifically, when the end of the switch from the up state to the add sent state exceeds the predetermined number of times in the ack rx state, the state of the end is switched to the non-ack rx state, thereby leaving the infinite loop state of the state machine.
  • the processing of the bundle link in the abnormal state by different mechanisms can be used when the bundle link state machine is abnormal.
  • the fast recovery of the bundled link state machine is now required to meet the quality requirements of the service. At the same time, it has good compatibility with the original protocol machine and is easy to modify and implement.
  • the device can be a switch or router in the network.
  • the present invention can be implemented by hardware or by software plus necessary general hardware platform.
  • the technical solution of the present invention may be embodied in the form of a software product, which may be stored in a non-volatile storage medium (which may be a CD-ROM, a USB flash drive, a mobile hard disk, etc.), including several The instructions are for causing a computer device (which may be a personal computer, server, or network device, etc.) to perform the methods described in various embodiments of the present invention.

Abstract

A method and device for processing binding link. The method includes: detecting that the state of the binding link is abnormal; triggering that the state of the self-end or the peer-end changes making the binding link in abnormal state to leave the abnormal state. When the state machine of the binding link is abnormal, the recovery of the state machine of the binding link can be realized.

Description

一种捆绑链路的处理方法和设备 技术领域  Method and device for processing bundled link
本发明涉及通信技术领域,尤其涉及一种捆绑链路的处理方法和 设备。 背景技术  The present invention relates to the field of communications technologies, and in particular, to a method and a device for processing a bundle link. Background technique
MFR ( Multilink Frame Relay, 多链路帧中继)是为帧中继用户 提供的一种性价比较高的带宽解决方案,它实现在 UNI( User Network Interface , 用户网络接口 ) /N I ( Network Node Interface, 网络节点 接口 )接口下的多链路帧中继功能。 MFR为帧中继业务提供一个虚 拟的物理接口: MFR接口, 该接口实际上是由多个真正的物理接口 汇聚而成的接口, 在协议中被称为 Bundle (捆绑), 而组成 MFR接 口的多个物理接口则被称为 Bundle Link (捆绑链路), MFR接口为上 层帧中继提供的传输带宽几乎为它捆绑的多个物理接口带宽的总和。 Bundle和 Bundle Link的示意图如图 1所示。  MFR (Multilink Frame Relay) is a cost-effective bandwidth solution for Frame Relay users. It is implemented in UNI (User Network Interface) / NI (Network Node Interface). , network node interface) Multi-link frame relay function under the interface. MFR provides a virtual physical interface for the FR service: MFR interface, which is actually an interface that is aggregated by multiple real physical interfaces. It is called Bundle in the protocol, and constitutes the MFR interface. Multiple physical interfaces are called Bundle Link. The MFR interface provides the upper layer frame relay with a transmission bandwidth that is almost the sum of the bandwidth of multiple physical interfaces it bundles. A schematic diagram of the Bundle and Bundle Link is shown in Figure 1.
在 U I/N I接口下的多链路帧中继功能是通过若干固定格式的 链路管理报文 (包括拆链、 建链、 链路状态查询)的发送、 接收、 以 及相应的协议定时器的开启和关断, 实现对单个 Bundle Link在 MFR 接口中的状态管理, 而在 MFR接口下捆绑的所有物理接口的相关状 态则最终决定 MFR接口的状态。 当 MFR接口下的 Bundle Link有一 条可用时, 那么 MFR接口对于上层帧中继应用来说就是可用的, 只 有所有的 Bundle Link都不可用时, MFR接口才不可用。  The multi-link frame relay function on the UI/NI interface is to send, receive, and corresponding protocol timers through a number of fixed-format link management messages (including chain splitting, link-building, link state query). On the switch, the status of the single Bundle link in the MFR interface is managed. The status of all the physical interfaces bound to the MFR interface determines the state of the MFR interface. When a Bundle Link is available on the MFR interface, the MFR interface is available for the upper frame relay application. The MFR interface is unavailable only when all the Bundle links are unavailable.
如图 2所示, 为 Bundle Link状态机的转换方式, 可以通过状态 机的迁移表来模拟 A和 B两台设备之间的 Bundle Link状态的变化情 况。 各状态的说明如下:  As shown in Figure 2, for the Bundle Link state machine conversion mode, the state machine migration table can be used to simulate the change of the Bundle Link state between the two devices A and B. The description of each status is as follows:
add sent: 表示已经处于可以与对端进行通信的状态。  Add sent: Indicates that it is in a state that can communicate with the peer.
add rx: 表示接收到了对端发送的 ADD— LINK报文, 并等待对端 对本端发送的 ADD— LINK— ACK 艮文进行响应。 Add rx: indicates that the ADD_LINK packet sent by the peer is received, and waits for the peer. Respond to the ADD_LINK_ACK message sent by the local end.
ack rx: 表示已经从对端接收到了 ADD— LINK— ACK报文, 并等 待对端对本端发送的 ADD— LINK 艮文进行响应。  Ack rx: Indicates that the ADD_LINK_ACK packet has been received from the peer and waits for the peer to respond to the ADD_LINK message sent by the local end.
up: 表示已经成功连接并处于可以进行操作的状态。  Up: Indicates that the connection has been successfully made and is in a state where it can be operated.
正常协商时, A端的状态机的迁移过程是从 add sent到 add rx, 然后到 up。 B端的状态机的变化过程类似, 只是中间过程是 ack rx 状态, 即从 add sent到 ack rx, 然后到 up。 当 Bundle Link的两端都 为 up后, Bundle可用, 并通过 HELLO和 HELLO— ACK 4艮文维持链 路状态。  During normal negotiation, the state machine migration process on the A side is from add sent to add rx and then up. The change process of the state machine at the B end is similar, except that the intermediate process is the ack rx state, from add sent to ack rx and then up. When both ends of the Bundle Link are up, the Bundle is available, and the link state is maintained by HELLO and HELLO_ACK.
如果当 B处于 ack rx状态时, 如果 A收到了 BL— DEACTIVATE 事件(例如 shutdown ), A会发出 REMOVE— LINK报文。 假设 A发 出的 REMOVE— LINK报文由于链路抖动或是队列满等因素, 不能成 功的发到 B端, 那么 B端将停留在 ack rx状态。 当 B处于 ack rx状 态、 A端在 add sent状态重新恢复时, A端与 B端间的协商过程如图 3所示。  If A receives a BL_DEACTIVATE event (such as shutdown) when B is in the ack rx state, A will issue a REMOVE_LINK message. Assume that the REMOVE-LINK message sent by A cannot be successfully sent to the B end due to link jitter or queue fullness, then the B end will stay in the ack rx state. When B is in the ack rx state and the A end is restored in the add sent state, the negotiation process between the A end and the B end is shown in Figure 3.
步骤 s201、 A向 B发送 ADD— LINK报文, B从 ack rx状态迁移 到 up状态, 启动 T— HELLO定时器。  Step s201, A sends an ADD_LINK message to B, and B moves from the ack rx state to the up state, and starts the T-HELLO timer.
步骤 s202、 B向 A响应 ADD— LINK— ACK报文, A从 add sent 状态切换到 ack rx状态, 停止 T— ACK定时器, 启动 T— HELLO定时 器。  Step s202, B responds to the ADD_LINK_ACK message to A, A switches from the add sent state to the ack rx state, stops the T_ACK timer, and starts the T-HELLO timer.
步骤 s203、 A在 T_HELLO_EXP ( T HELLO定时器超时) 时, 向 B发送 ADD— LINK报文, B从 up状态迁移到 add sent状态, 启动 T— ACK定时器。  Step s203, A sends an ADD_LINK message to B when T_HELLO_EXP (T HELLO timer expires), B moves from the up state to the add sent state, and starts the T_ACK timer.
步骤 s204、 B向 A响应 ADD— LINK报文, A从 ack rx状态迁移 到 up状态, 停止 T— ACK定时器, 启动 T— HELLO定时器。  Step s204, B responds to the ADD_LINK message to A, and A moves from the ack rx state to the up state, stops the T_ACK timer, and starts the T-HELLO timer.
步骤 s205、 A向 B发送 ADD— LINK— ACK报文, B从 add sent 状态迁移到 ack rx状态, 停止 T— ACK定时器, 启动 T— HELLO定时 哭口  Step s205, A sends an ADD_LINK_ACK message to B, B moves from the add sent state to the ack rx state, stops the T_ACK timer, starts T-HELLO timing, and cries
步骤 s206、 B在 T— HELLO— EXP时,向 A发送 ADD— LINK报文, A从 up状态迁移到 add sent状态, 启动 T— ACK定时器。 Steps s206 and B send an ADD_LINK message to A when T_HELLO_EX, A transitions from the up state to the add sent state, and the T-ACK timer is started.
发明人在实现本发明的过程中, 发现现有技术至少存在以下问 题:  In the process of implementing the present invention, the inventors have found that the prior art has at least the following problems:
经过步骤 s201至步骤 s206 , 可以看出 B端恢复了 ack rx状态, 而 A端恢复到了 add sent状态。如此反复,使 A端和 B端之间的 Bundle Link的状态始终不能协商成功。 因此当一端处于 ack rx状态、 另一端 从初始状态开始恢复时, 将会导致 A端和 B端的状态在 ack rx、 up、 add sent之间循环, 无法同时达到 up状态。 在实际的应用场景中, 这 将会导致业务中断, 且不能自动恢复的严重后果。 发明内容  After step s201 to step s206, it can be seen that the B end recovers the ack rx state, and the A end recovers to the add sent state. In this way, the status of the Bundle Link between the A end and the B end cannot be negotiated successfully. Therefore, when one end is in the ack rx state and the other end recovers from the initial state, the state of the A side and the B end will be cycled between ack rx, up, and add sent, and the up state cannot be reached at the same time. In actual application scenarios, this will result in business interruption and the serious consequences of automatic recovery. Summary of the invention
本发明的实施例提供一种捆绑链路的处理方法和设备,以使得现 有技术中因状态机异常造成捆绑链路中断时, 能够进行快速恢复。  Embodiments of the present invention provide a method and a device for processing a bundle link, so that in the prior art, when a bundle link is interrupted due to a state machine abnormality, fast recovery can be performed.
为达到上述目的, 本发明的实施例提供一种捆绑链路的处理方 法, 包括:  To achieve the above objective, an embodiment of the present invention provides a method for processing a bundle link, including:
检测到捆绑链路的状态异常;  The status of the bundle link is detected abnormal.
触发本端或对端状态发生变化,使所述状态异常的捆绑链路脱离 异常状态。  The state of the local or peer is triggered to change, and the bundle link with the abnormal status is removed from the abnormal state.
本发明的实施例还提供一种捆绑链路的处理设备, 包括: 链路异常检测模块, 用于对捆绑链路的状态异常进行检测, 并将 检测到的异常通知所述状态恢复模块;  The embodiment of the present invention further provides a processing device for a bundle link, including: a link abnormality detecting module, configured to detect a status abnormality of a bundle link, and notify the state recovery module of the detected abnormality;
状态恢复模块,用于当接收到所述链路异常检测模块发送的链路 状态异常通知消息时, 使所述状态异常的捆绑链路脱离异常状态。  The state recovery module is configured to remove the bundle link with the abnormal state from the abnormal state when receiving the link state abnormality notification message sent by the link abnormality detecting module.
与现有技术相比, 本发明的实施例具有以下优点:  Embodiments of the present invention have the following advantages over the prior art:
能够在 Bundle Link状态机发生异常时, 通过恢复机制, 实现对 When the Bundle Link state machine is abnormal, it can be implemented through the recovery mechanism.
Bundle Link状态机的快速恢复, 使链路脱离异常状态, 以满足业务 的质量要求。 附图说明 图 1是现有技术中 Bundle和 Bundle Link的示意图; 图 3是现有技术中 Bundle Link两端的异常状态示意图; 图 4是本发明的实施例中捆绑链路的处理方法的流程图; 图 5是本发明的另一实施例中捆绑链路的处理方法的流程图; 图 6是本发明的另一实施例中捆绑链路的处理方法的流程图; 图 7是本发明的另一实施例中捆绑链路的处理方法的流程图; 图 8是本发明的另一实施例中捆绑链路的处理方法的流程图; 图 9是本发明的另一实施例中捆绑链路的设备的结构图; 图 10是本发明的另一实施例中捆绑链路的设备的结构图; 图 11是本发明的另一实施例中捆绑链路的设备的结构图; 图 12是本发明的另一实施例中捆绑链路的设备的结构图。 具体实施方式 The fast recovery of the Bundle Link state machine takes the link out of the abnormal state to meet the quality requirements of the service. DRAWINGS 1 is a schematic diagram of a Bundle and a Bundle Link in the prior art; FIG. 3 is a schematic diagram of an abnormal state at both ends of a Bundle Link in the prior art; FIG. 4 is a flowchart of a method for processing a bundled link in an embodiment of the present invention; Is a flowchart of a method for processing a bundle link in another embodiment of the present invention; FIG. 6 is a flowchart of a method for processing a bundle link in another embodiment of the present invention; FIG. 7 is another embodiment of the present invention. FIG. 8 is a flowchart of a method for processing a bundle link in another embodiment of the present invention; FIG. 9 is a diagram of a device for binding a link in another embodiment of the present invention; Figure 10 is a block diagram of an apparatus for bundling links in another embodiment of the present invention; Figure 11 is a block diagram of an apparatus for bundling links in another embodiment of the present invention; A structural diagram of a device that bundles links in an embodiment. detailed description
以下结合附图和实施例, 对本发明的实施方式作进一步的说明。 本发明的实施例中,一种捆绑链路的处理方法如图 4所示,包括: 步骤 s401、 检测到捆绑链路的状态异常。  Embodiments of the present invention will be further described below in conjunction with the drawings and embodiments. In the embodiment of the present invention, a method for processing a bundle link is as shown in FIG. 4, including: Step s401: Detecting that the status of the bundle link is abnormal.
捆绑链路的两端的状态异常状态可能如前文所描述的:捆绑链路 的任一端处于 ack rx状态的时间超时; 或在预定的时间内, 捆绑链路 的任一端在状态机定义的状态间循环切换的次数超过预设值,该循环 态包括 ack rx 态、 up 态和 add sent 态。  The state of the abnormal state at both ends of the bundled link may be as described above: the time at which either end of the bundled link is in the ack rx state times out; or any one of the bundled links is in the state defined by the state machine within a predetermined time The number of cyclic switching exceeds a preset value, and the cyclic state includes an ack rx state, an up state, and an add sent state.
步骤 s402、触发本端或对端状态发生变化,使状态异常的捆绑链 路脱离异常状态。 以下结合具体的应用场景, 描述对本发明步骤 s402 中恢复状态 异常的捆绑链路的具体方法。  Step s402: The state of the local end or the peer end is changed, and the bundle link with abnormal status is removed from the abnormal state. The following describes a specific method for bundling links with abnormal recovery states in step s402 of the present invention in combination with specific application scenarios.
本发明的另一实施例中还提供一种捆绑链路的处理方法, 具体 的: 通过对捆绑链路中任一端处于 ack rx状态的时间进行计时, 如果 长时间停留在 ack rx这一 u 状态与 add sent状态的中间状态, 则通 过切换状态恢复异常。 本发明的该实施例中, 一种捆绑链路的处理方 法如图 5所示, 包括: Another embodiment of the present invention further provides a method for processing a bundle link, specifically: time counting the time in which the bundled link is in the ack rx state, if staying in the u state of ack rx for a long time The intermediate state with the add sent state, then The switching state is restored abnormally. In this embodiment of the present invention, a method for processing a bundle link is as shown in FIG. 5, and includes:
步骤 s501、启动关于捆绑链路的两端分别处于 ack rx状态的时间 的计时器。  Step s501: Start a timer for the time when the two ends of the bundled link are respectively in the ack rx state.
以捆绑链路的两端分别为 A和 B为例, 当任意时刻 A或 B中任 一端处于 ack rx状态时, 对该端处于 ack rx状态的时间进行计时。 以 B端为例, 若 B端在某一时刻切换到了 ack rx状态, 则开始对 B端 处于 ack rx状态的时间进行计时。  Take the two ends of the bundle link as A and B respectively. When any one of A or B is in the ack rx state at any time, the time in which the end is in the ack rx state is counted. Taking the B terminal as an example, if the B terminal switches to the ack rx state at a certain time, it starts counting the time when the B terminal is in the ack rx state.
步骤 s502、计时器的时间超过预设值时,将处于 ack rx状态的捆 绑链路的一端的状态切换为非 ack rx状态。  Step s502: When the time of the timer exceeds the preset value, the state of one end of the bundled link in the ack rx state is switched to the non-ack rx state.
以步骤 s501中的 B端为例, 处于 ack rx状态的 B端如果没有接 收到 A端发送的 Remove Link报文,则将停留在 ack rx状态,可能导 致对 B端处于 ack rx状态的时间进行计时的计时器超过预设值。当计 时器的时间超过预设值时,对处于 ack rx状态的一端(此例中为 B端) 进行切换, 如切换到 add sent状态, 使该端处于非 ack rx的状态, 从 而脱离状态机死循环的状态。  Taking the B end in step s501 as an example, if the B end in the ack rx state does not receive the Remove Link message sent by the A end, it will stay in the ack rx state, which may cause the B end to be in the ack rx state. The timer of the timer exceeds the preset value. When the time of the timer exceeds the preset value, the end in the ack rx state (in this case, the B end) is switched, such as switching to the add sent state, so that the end is in a non-ack rx state, thereby leaving the state machine. The state of the infinite loop.
步骤 s503、 停止并重置计时器。  Step s503, stop and reset the timer.
处于 ack rx状态的一端切换到非 ack rx的状态后,对其计时器重 新开始计时,也可以重新开始分别对捆绑链路的两端处于 ack rx状态 的时间进行计时。 本发明的另一实施例中还提供一种捆绑链路的处理方法, 具体 的: 当 Bundle Link状态异常时, 通过预设的报文响应机制脱离异常 状态。  After the end of the ack rx state switches to the non-ack rx state, the timer is restarted, and the time at which both ends of the bundled link are in the ack rx state can be restarted. Another embodiment of the present invention further provides a method for processing a bundle link. Specifically, when the state of the Bundle link is abnormal, the abnormal message state is removed from the abnormal state.
该 ^艮文响应机制的一例为对 HELLO ^艮文的响应。 才艮据状态机的 迁移表, 可以看出 HELLO的发送方只能为处于 up状态的一端, 即 处于 ack rx状态的一端接收到对端发送的 HELLO报文时, 说明对端 已经处于 up状态,此时处于 ack rx状态的一端只需切换到 up状态即 可完成捆绑链路的建立。 本发明的实施例三中, 一种捆绑链路的处理 方法如图 6所示, 包括: An example of the response mechanism is the response to HELLO^艮文. According to the migration table of the state machine, it can be seen that the sender of the HELLO can only receive the HELLO packet sent by the peer end at the end in the up state, that is, the end in the ack rx state, indicating that the peer end is already in the up state. At this point, the end of the ack rx state only needs to switch to the up state to complete the establishment of the bundled link. In the third embodiment of the present invention, a bundle link processing The method is shown in Figure 6, including:
步骤 s601、处于 ack rx状态的一端接收到对端发送的 HELLO才艮 文。  Step s601: The ack rx state receives the HELLO message sent by the peer end.
步骤 s602、处于 ack rx状态的一端,将当前状态切换为 up状态。 步骤 s603、 停止并重置计数器。  Step s602: At the end of the ack rx state, the current state is switched to the up state. Step s603, stop and reset the counter.
通过处于 ack rx状态的一端响应 HELLO报文来避免状态机异常 只是通过预设的报文响应机制避免异常状态的一例。处于 ack rx状态 的一端响应不同的接收报文时,只要使处于 ack rx的一端的状态发生 变化从而脱离状态机死循环即可, 在此不进行重复描述。 本发明的另一实施例中还提供一种捆绑链路的处理方法, 具体 的: 当 Bundle Link状态异常时, 通过预设的报文发送机制脱离异常 状态。  Avoiding state machine exceptions by responding to HELLO messages at one end in the ack rx state is just an example of avoiding abnormal states by a preset message response mechanism. When the end in the ack rx state responds to different received messages, the status of the end of the ack rx is changed to depart from the state machine, and the description is not repeated here. Another embodiment of the present invention further provides a method for processing a bundle link. Specifically, when the status of the Bundle link is abnormal, the abnormal message is sent out through the preset message sending mechanism.
由于状态机在异常时, Bundle Link的任一端会在 add sent, ack rx 以及 up状态之间循环切换,因此可以对 Bundle Link的一端从一状态 切换到另一状态的次数进行统计, 超出预设值时, 由一端通过预设的 报文发送机制, 向对端发送报文, 从而脱离异常状态。 本发明的实施 例四中, 以对从 Up状态切换到 add sent状态的次数进行统计为例, 一种捆绑链路的处理方法如图 7所示, 包括: When the state machine is abnormal, any end of the Bundle Link will cycle between the add sent, ack rx and up states. Therefore, the number of times that one end of the Bundle Link is switched from one state to another can be counted. When the value is exceeded, one end sends a packet to the peer through a preset packet sending mechanism, so that the abnormal state is removed. In the fourth embodiment of the present invention, the statistics of the number of times of switching from the U p state to the add sent state are taken as an example. As shown in FIG. 7 , a method for processing a bundle link includes:
步骤 s701、 对于捆绑链路的两端分别启动从 up状态切换到 add sent状态的计数器。  Step s701: Start, for each end of the bundle link, a counter that switches from an up state to an add sent state.
以捆绑链路的两端分别为 A和 B为例 ,当任意时刻 B端从 up状 态切换到 add sent状态时, 将 B端的计数器加 1。  Take the two ends of the bundle link as A and B respectively. When the B end switches from the up state to the add sent state at any time, the counter at the B end is incremented by 1.
步骤 s702、计数器超过预设值时,捆绑链路的一端按照预设的报 文发送机制向对端发送报文。  Step s702: When the counter exceeds the preset value, one end of the bundled link sends a packet to the opposite end according to the preset packet sending mechanism.
当状态机异常时,会导致 Bundle Link的任一端在 add sent, ack rx 以及 up状态之间循环切换, 以预设值为 3为例, 若步骤 s701中的 B 端从 up状态切换到 add sent状态的次数到达 4时, 则判断为计数器 超过预设值。 此时需要按照预设的报文发送机制向对端发送报文, 例 如避免一端在本端 up的情况下对端仍向本端发送出 ADD LINK报 文, 导致状态机死循环。 在报文发送机制上, 可以釆用处于 up的一 端向对端发送 REMOVE LINK报文, 对端接收到 REMOVE LINK报 文后, 两端重新进行协商。 When the state machine is abnormal, the Bundle Link is cyclically switched between the add sent, the ack rx and the up state. The default value is 3, and the B end is switched from the up state to the add sent in step s701. When the number of states reaches 4, it is determined that the counter exceeds the preset value. In this case, you need to send packets to the peer according to the preset packet sending mechanism. If the peer end is still up, the peer end still sends an ADD LINK packet to the local end, causing the state machine to circulate. On the packet sending mechanism, the peer end can send the REMOVE LINK packet to the peer end. After receiving the REMOVE LINK packet, the peer end re-negotiates.
步骤 s703、 停止并重置计数器。  Step s703, stop and reset the counter.
按照预设的报文发送机制发送报文后,重新开始对计数超过预设 值的一端、 或对捆绑链路的两端从 up状态切换到 add sent状态的次 数进行计数。 本发明的另一实施例中还提供一种捆绑链路的处理方法, 具体 的: 当 Bundle Link状态异常时, 通过预设的状态切换机制脱离异常 状态。  After the packet is sent according to the preset packet sending mechanism, the end that counts more than the preset value is restarted, or the number of times that the two ends of the bundled link are switched from the up state to the add sent state is counted. Another embodiment of the present invention further provides a method for processing a bundle link. Specifically, when the state of the Bundle Link is abnormal, the abnormal state is removed by using a preset state switching mechanism.
由于状态机在异常时, Bundle Link的任一端会在 add sent, ack rx 以及 up状态之间循环切换,因此可以对 Bundle Link的一端从一状态 切换到另一状态的次数进行统计, 超出预设值时, 将任一端的状态按 照预设的调整机制进行切换, 从而脱离异常状态。 本发明的实施例五 中, 以对从 up状态切换到 add sent状态的次数进行统计为例, 一种 捆绑链路的处理方法如图 8所示, 包括:  When the state machine is abnormal, any end of the Bundle Link will cycle between the add sent, ack rx and up states. Therefore, the number of times that one end of the Bundle Link is switched from one state to another can be counted. When the value is set, the state of either end is switched according to the preset adjustment mechanism, so as to be out of the abnormal state. In the fifth embodiment of the present invention, the statistics of the number of times of switching from the up state to the add sent state are taken as an example. A method for processing a bundled link is as shown in FIG. 8 and includes:
步骤 s801、 对于捆绑链路的两端分别启动从 up状态切换到 add sent状态的计数器。  Step s801: Start, for each end of the bundled link, a counter that switches from an up state to an add sent state.
仍以捆绑链路的两端分别为 A和 B为例, 当任意时刻 B端从 up 状态切换到 add sent状态时, 将 B端的计数器加 1。  The two ends of the bundled link are respectively A and B. When the B end switches from the up state to the add sent state at any time, the counter of the B terminal is incremented by one.
步骤 s802、计数器超过预设值时,捆绑链路的一端按照预设的调 整机制切换本端状态。  Step s802: When the counter exceeds the preset value, one end of the bundled link switches the local state according to a preset adjustment mechanism.
当状态机异常时,会导致 Bundle Link的任一端在 add sent, ack rx 以及 up状态之间循环切换, 以预设值为 3为例, 若步骤 s801中的 B 端从 up状态切换到 add sent状态的次数到达 4时, 则判断为计数器 超过预设值。此时需要按照预设的调整机制调整捆绑链路的两端的状 态, 如将 Bundle Link的两端同时切换到 add sent状态, 重新开始进 行协商。 When the state machine is abnormal, the end of the Bundle Link is cyclically switched between the add sent, ack rx and up states. The default value is 3. For example, if the B end in step s801 is switched from the up state to the add sent When the number of states reaches 4, it is determined that the counter exceeds the preset value. In this case, you need to adjust the status of the two ends of the bundle link according to the preset adjustment mechanism. For example, switch both ends of the bundle link to the add sent state at the same time, and start over again. Negotiation.
步骤 s803、 停止并重置计数器。  Step s803, stop and reset the counter.
按照预设的调整机制调整捆绑链路两端的状态后,计时器重新开 始对计数超过预设值的一端、或捆绑链路的两端从 up状态切换到 add sent状态的次数进行计数。  After adjusting the state of the two ends of the bundled link according to the preset adjustment mechanism, the timer restarts counting the number of times the end of the bundle exceeds the preset value or the two ends of the bundled link are switched from the up state to the add sent state.
通过使用如以上各个实施例所描述的方法 ,通过不同机制下对处 于异常状态的捆绑链路的处理, 能够在 Bundle Link状态机发生异常 时, 实现对 Bundle Link状态机的快速恢复, 以满足业务的质量要求。 同时, 与原有协议机上的兼容性好, 易于修改和实现。 本发明的另一实施例中还提供一种捆绑链路的处理设备, 如图 9 所示, 该处理设备具体包括:  By using the method described in the above embodiments, the Bundle Link state machine can be quickly restored to meet the service when the Bundle Link state machine is abnormal. Quality requirements. At the same time, it has good compatibility with the original protocol machine and is easy to modify and implement. Another embodiment of the present invention further provides a processing device for binding a link. As shown in FIG. 9, the processing device specifically includes:
链路异常检测模块 10 , 用于对捆绑链路的状态异常进行检测, 并将检测到的异常通知状态恢复模块 20。  The link abnormality detecting module 10 is configured to detect a status abnormality of the bundle link, and notify the status recovery module 20 of the detected abnormality.
状态恢复模块 20 , 用于当接收到链路异常检测模块 10发送的链 路状态异常通知消息时, 使状态异常的捆绑链路脱离异常状态。  The state recovery module 20 is configured to remove the bundle link with abnormal status from the abnormal state when receiving the link status abnormality notification message sent by the link abnormality detecting module 10.
具体的, 链路异常检测模块 10进一步包括定时器子模块 11 , 用 于分别对捆绑链路的两端处于 ack rx状态的时间进行计时,若任一端 知状态恢复模块 20。  Specifically, the link abnormality detecting module 10 further includes a timer sub-module 11 for timing the time when the two ends of the bundled link are in the ack rx state, respectively, if the state recovery module 20 is known.
状态恢复模块 20进一步包括状态切换子模块 21。 状态切换子模 块 21 , 用于接收到链路异常检测模块 10的通知时, 将定时器超时的 一端的状态进行切换,例如将停留在 ack rx的状态的一端的切换到非 ack rx的状态, 从而脱离状态机死循环的状态, 并重置定时器子模块 11。 本发明的另一实施例中还提供一种捆绑链路的处理设备, 如图 10所示, 该处理设备具体包括:  The state recovery module 20 further includes a state switching sub-module 21. The state switching sub-module 21 is configured to switch the state of the end of the timer timeout when receiving the notification of the link abnormality detecting module 10, for example, to switch to the non-ack rx state at the end of the state of the ack rx. Thereby, the state of the state machine is in an infinite loop, and the timer sub-module 11 is reset. Another embodiment of the present invention further provides a processing device for binding a link. As shown in FIG. 10, the processing device specifically includes:
链路异常检测模块 10 , 用于对捆绑链路的状态异常进行检测, 并将检测到的异常通知状态恢复模块 20。 The link abnormality detecting module 10 is configured to detect a status abnormality of the bundle link. The status recovery module 20 is notified of the detected abnormality.
状态恢复模块 20 , 用于当接收到链路异常检测模块 10发送的链 路状态异常通知消息时, 使状态异常的捆绑链路脱离异常状态。  The state recovery module 20 is configured to remove the bundle link with abnormal status from the abnormal state when receiving the link status abnormality notification message sent by the link abnormality detecting module 10.
具体的, 链路异常检测模块 10进一步包括计数器子模块 12 , 用 于分别对捆绑链路的两端在预设时间内从第一状态切换到第二状态 的次数进行统计,若捆绑链路的任一端在预设时间内的统计次数超过 预定次数, 则判断为捆绑链路的链路状态异常并通知状态恢复模块 20。  Specifically, the link abnormality detecting module 10 further includes a counter sub-module 12, configured to separately count the number of times that the two ends of the bundled link are switched from the first state to the second state within a preset time, if the link is bundled If the number of statistics of any one of the preset times exceeds the predetermined number of times, it is determined that the link state of the bundle link is abnormal and the state recovery module 20 is notified.
具体的,状态恢复模块 20进一步包括接收报文判断子模块 22和 状态切换子模块 23。 其中, 接收报文判断子模块 22, 用于在链路异 常检测模块 10判断状态异常时, 若捆绑链路的一端从对端接收到特 定的报文, 则通知状态切换子模块 23。 状态切换子模块 23 , 用于接 收到接收报文判断子模块 22的通知时, 切换接收到特定的报文的一 端的当前状态, 并重置链路异常检测模块 10中的计数器子模块 12。 例如接收报文判断子模块 22发现一端接收到对端发送的 HELLO报 文时, 说明对端已经处于 up状态, 此时通知状态切换子模块 23将该 接收到 Hello报文的一端的当前状态切换到 up状态即可完成捆绑链 路的建立。 本发明的另一实施例中还提供一种捆绑链路的处理设备, 如图 Specifically, the state recovery module 20 further includes a received message determining sub-module 22 and a state switching sub-module 23. The receiving message judging sub-module 22 is configured to notify the state switching sub-module 23 when the link abnormality detecting module 10 determines that the status is abnormal, if one end of the bundling link receives a specific message from the opposite end. The state switching sub-module 23 is configured to: when receiving the notification of the received message determining sub-module 22, switch the current state of the end of the received specific message, and reset the counter sub-module 12 of the link abnormality detecting module 10. For example, when the receiving packet judgment sub-module 22 finds that the HELLO packet sent by the peer end is received by the peer end, it indicates that the peer end is in the up state, and the notification state switching sub-module 23 switches the current state of the end of the received Hello packet. The up link can complete the establishment of the bundled link. Another embodiment of the present invention further provides a processing device for a bundle link, as shown in the figure.
11所示, 该处理设备具体包括: As shown in FIG. 11, the processing device specifically includes:
链路异常检测模块 10 , 用于对捆绑链路的状态异常进行检测, 并将检测到的异常通知状态恢复模块 20。  The link abnormality detecting module 10 is configured to detect a status abnormality of the bundle link, and notify the status recovery module 20 of the detected abnormality.
状态恢复模块 20 , 用于当接收到链路异常检测模块 10发送的链 路状态异常通知消息时, 使状态异常的捆绑链路脱离异常状态。  The state recovery module 20 is configured to remove the bundle link with abnormal status from the abnormal state when receiving the link status abnormality notification message sent by the link abnormality detecting module 10.
具体的, 链路异常检测模块 10进一步包括计数器子模块 13 , 用 于分别对捆绑链路的两端在预设时间内从第一状态切换到第二状态 的次数进行统计,若捆绑链路的任一端在预设时间内的统计次数超过 预定次数, 则判断为捆绑链路的链路状态异常并通知状态恢复模块 20。 Specifically, the link abnormality detecting module 10 further includes a counter sub-module 13 configured to separately count the number of times that the two ends of the bundled link are switched from the first state to the second state within a preset time, if the link is bundled If the number of statistics of any one of the preset times exceeds the predetermined number of times, it is determined that the link status of the bundle link is abnormal and the status recovery module is notified. 20.
具体的, 状态恢复模块 20进一步包括报文发送子模块 24。 报文 发送子模块 24, 用于接收到链路异常检测模块 10发送的通知时, 通 过对端向从 up状态切换到 add sent状态的次数超过预定次数的一端 发送特定的报文,并重置链路异常检测模块 10中的计数器子模块 13。 如一端在预设时间内从 up状态切换到 add sent状态的次数超过预定 的次数后, 处于 up状态的对端向处于 add sent的一端发送 REMOVE LINK报文, 使该端不会在本端 up的情况下, 还发送出 ADD LINK 报文。 接收到 REMOVE LINK报文后 , 两端重新进行协商。 本发明的另一实施例中还提供一种捆绑链路的处理设备, 如图 Specifically, the state recovery module 20 further includes a message sending submodule 24. The message sending sub-module 24 is configured to: when receiving the notification sent by the link abnormality detecting module 10, send a specific packet by the peer to the end that is switched from the up state to the add sent state for more than a predetermined number of times, and reset the packet. The counter sub-module 13 in the link abnormality detecting module 10. If the number of times that the end is switched from the up state to the add sent state in the preset time exceeds the predetermined number of times, the peer in the up state sends a REMOVE LINK packet to the add sent end, so that the end does not up on the local end. In the case, an ADD LINK message is also sent. After receiving the REMOVE LINK message, both ends re-negotiate. Another embodiment of the present invention further provides a processing device for a bundle link, as shown in the figure.
12所示, 该处理设备具体包括: 12, the processing device specifically includes:
链路异常检测模块 10 , 用于对捆绑链路的状态异常进行检测, 并将检测到的异常通知状态恢复模块 20。  The link abnormality detecting module 10 is configured to detect a status abnormality of the bundle link, and notify the status recovery module 20 of the detected abnormality.
状态恢复模块 20 , 用于当接收到链路异常检测模块 10发送的链 路状态异常通知消息时, 使状态异常的捆绑链路脱离异常状态。  The state recovery module 20 is configured to remove the bundle link with abnormal status from the abnormal state when receiving the link status abnormality notification message sent by the link abnormality detecting module 10.
具体的, 链路异常检测模块 10进一步包括计数器子模块 14 , 用 于分别对捆绑链路的两端在预设时间内从第一状态切换到第二状态 的次数进行统计,若捆绑链路的任一端在预设时间内的统计次数超过 预定次数, 则判断为捆绑链路的链路状态异常并通知状态恢复模块 Specifically, the link abnormality detecting module 10 further includes a counter sub-module 14 configured to separately count the number of times that the two ends of the bundled link are switched from the first state to the second state within a preset time, if the link is bundled If the number of statistics of any one of the preset times exceeds the predetermined number of times, it is determined that the link status of the bundle link is abnormal and the status recovery module is notified.
20。 20.
具体的, 状态恢复模块 20进一步包括状态切换子模块 25。 状态 切换子模块 25 , 用于接收到链路异常检测模块 10的通知时, 将捆绑 链路的一端的状态进行切换, 并重置链路异常检测模块 10中的计数 器子模块 14。 具体的, 可以在从 up状态切换到 add sent状态的次数 超过预定次数的一端处于 ack rx状态时, 将该端的状态切换到非 ack rx 态, 从而脱离^ 态机的死循环^ 态。  Specifically, the state recovery module 20 further includes a state switching sub-module 25. The state switching sub-module 25 is configured to switch the state of one end of the bundle link and receive the counter sub-module 14 in the link abnormality detecting module 10 when receiving the notification of the link abnormality detecting module 10. Specifically, when the end of the switch from the up state to the add sent state exceeds the predetermined number of times in the ack rx state, the state of the end is switched to the non-ack rx state, thereby leaving the infinite loop state of the state machine.
通过使用如以上各实施例所描述的设备,通过不同机制下对处于 异常状态的捆绑链路的处理, 能够在捆绑链路状态机发生异常时, 实 现对捆绑链路状态机的快速恢复, 以满足业务的质量要求。 同时, 与 原有协议机上的兼容性好, 易于修改和实现。 该设备可以为网络中的 交换机或路由器。 By using the device as described in the above embodiments, the processing of the bundle link in the abnormal state by different mechanisms can be used when the bundle link state machine is abnormal. The fast recovery of the bundled link state machine is now required to meet the quality requirements of the service. At the same time, it has good compatibility with the original protocol machine and is easy to modify and implement. The device can be a switch or router in the network.
通过以上的实施方式的描述,本领域的技术人员可以清楚地了解 到本发明可以通过硬件实现,也可以借助软件加必要的通用硬件平台 的方式来实现。基于这样的理解, 本发明的技术方案可以以软件产品 的形式体现出来, 该软件产品可以存储在一个非易失性存储介质(可 以是 CD-ROM, U盘, 移动硬盘等) 中, 包括若干指令用以使得一 台计算机设备(可以是个人计算机, 服务器, 或者网络设备等)执行 本发明各个实施例所述的方法。  Through the description of the above embodiments, those skilled in the art can clearly understand that the present invention can be implemented by hardware or by software plus necessary general hardware platform. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which may be stored in a non-volatile storage medium (which may be a CD-ROM, a USB flash drive, a mobile hard disk, etc.), including several The instructions are for causing a computer device (which may be a personal computer, server, or network device, etc.) to perform the methods described in various embodiments of the present invention.
以上公开的仅为本发明的几个具体实施例, 但是, 本发明并非局 限于此,任何本领域的技术人员能思之的变化都应落入本发明的保护 范围。  The above disclosure is only a few specific embodiments of the present invention, but the present invention is not limited thereto, and any changes that can be made by those skilled in the art should fall within the protection scope of the present invention.

Claims

权利要求 Rights request
1、 一种捆绑链路的处理方法, 其特征在于, 包括: A method for processing a bundled link, comprising:
检测到捆绑链路的状态异常;  The status of the bundle link is detected abnormal.
触发本端或对端状态发生变化,使所述状态异常的捆绑链路脱离 异常状态。  The state of the local or peer is triggered to change, and the bundle link with the abnormal status is removed from the abnormal state.
2、 如权利要求 1所述捆绑链路的处理方法, 其特征在于, 所述 捆绑链路的状态异常包括:  2. The method for processing a bundled link according to claim 1, wherein the status of the bundle link is abnormal:
所述捆绑链路的任一端处于 ack rx状态的时间超时; 或  The time at which either end of the bundled link is in the ack rx state times out; or
在预定的时间内,所述捆绑链路的任一端在状态机定义的状态间 循环切换的次数超过预设值, 所述状态包括 ack rx状态、 up状态和 add sent状态。  The number of times the either end of the bundled link is cyclically switched between states defined by the state machine exceeds a preset value, the state including an ack rx state, an up state, and an add sent state.
3、 如权利要求 2所述捆绑链路的处理方法, 其特征在于, 所述 捆绑链路的状态异常为任一端处于 ack rx状态的时间超时的情况下, 所述检测到捆绑链路的状态异常包括:  The method for processing a bundled link according to claim 2, wherein the state of the bundle link is abnormal when the state of the bundle link is abnormal, and the state of the bundle link is detected. Exceptions include:
对所述捆绑链路的两端分别启动处于 ack rx状态的时间的计时 哭.  The timing of the time in the ack rx state is started for both ends of the bundle link.
口 ?  mouth ?
所述捆绑链路的任一端在从 ack rx状态切换到非 ack rx状态时, 重置所述计时器;  Resetting the timer when either end of the bundle link switches from an ack rx state to a non-ack rx state;
所述捆绑链路的任一端的计时器的时间超过预设值时,判断为所 述捆绑链路的状态异常。  When the time of the timer at either end of the bundle link exceeds a preset value, it is determined that the state of the bundle link is abnormal.
4、 如权利要求 3所述捆绑链路的处理方法, 其特征在于, 所述 捆绑链路的状态异常为任一端处于 ack rx状态的时间超时的情况下, 所述触发本端或对端状态发生变化,使状态异常的捆绑链路脱离异常 状态包括:  The method for processing a bundled link according to claim 3, wherein, when the state of the bundled link is abnormal, the time at which the end of the bundle is in the ack rx state times out, the trigger local or peer state A change occurs in which the bundled link with abnormal status is out of the abnormal state, including:
将所述计时器的时间超过预设值的一端的状态切换为非 ack rx 状态;  Switching the state of the timer to the end of the preset value to a non-ack rx state;
停止并重置所述状态切换为非 ack rx状态的一端的计时器。  Stop and reset the timer whose state is switched to one end of the non-ack rx state.
5、 如权利要求 2所述捆绑链路的处理方法, 其特征在于, 所述 捆绑链路的状态异常为任一端在状态机定义的状态间循环切换的次 数超过预设值的情况下, 所述检测到捆绑链路的状态异常包括: 对所述捆绑链路的两端分别启动在预设时间内从第一状态切换 到第二状态的计数器; 5. The method of processing a bundle link according to claim 2, wherein: If the state of the bundled link is abnormal, the number of times the loopback of the bundled link is exceeded is greater than the preset value, and the abnormality of detecting the state of the bundled link includes: Generating a counter that switches from the first state to the second state within a preset time;
所述捆绑链路的任一端的计数器超过预设值时,判断为所述捆绑 链路的状态异常。  When the counter of either end of the bundle link exceeds a preset value, it is determined that the state of the bundle link is abnormal.
6、 如权利要求 5所述捆绑链路的处理方法, 其特征在于, 所述 捆绑链路的状态异常为任一端在状态机定义的状态间循环切换的次 数超过预设值的情况下, 所述触发本端或对端状态发生变化, 使状态 异常的捆绑链路脱离异常状态包括:  The method for processing a bundled link according to claim 5, wherein the state of the bundle link is abnormal if the number of times of cyclic switching between the states defined by the state machine exceeds a preset value at any end, The state in which the local or peer state is triggered to change, and the bundled link with abnormal status is removed from the abnormal state, including:
所述捆绑链路的处于 ack rx状态的一端,通过预设的 艮文响应机 制脱离异常状态;  The end of the bundle link in the ack rx state is separated from the abnormal state by a preset response mechanism;
停止并重置所述计数器超过预设值的一端的计数器。  Stop and reset the counter at the end of the counter that exceeds the preset value.
7、 如权利要求 6所述捆绑链路的处理方法, 其特征在于, 所述 捆绑链路的处于 ack rx状态的捆绑链路的一端,通过预设的报文响应 机制脱离异常状态包括:  The method for processing a bundled link according to claim 6, wherein one end of the bundle link in the ack rx state of the bundle link is out of an abnormal state by using a preset packet response mechanism, including:
所述捆绑链路的处于 ack rx 状态的一端, 接收到对端发送的 HELLO报文时, 将当前状态切换为 up状态。  The end of the bundle link in the ack rx state switches the current state to the up state when receiving the HELLO packet sent by the peer.
8、 如权利要求 5所述捆绑链路的处理方法, 其特征在于, 所述 捆绑链路的状态异常为任一端在状态机定义的状态间循环切换的次 数超过预设值的情况下, 所述触发本端或对端状态发生变化, 使状态 异常的捆绑链路脱离异常状态包括:  The method for processing a bundled link according to claim 5, wherein the state of the bundle link is abnormal if the number of times of cyclic switching between the states defined by the state machine exceeds a preset value at any end, The state in which the local or peer state is triggered to change, and the bundled link with abnormal status is removed from the abnormal state, including:
所述捆绑链路的一端按照预设的报文发送机制向所述计数器超 过预设值的一端发送报文;  One end of the bundled link sends a packet to one end of the counter that exceeds a preset value according to a preset packet sending mechanism;
所述计数器超过预设值的一端响应所述报文并脱离异常状态; 停止并重置所述计数器超过预设值的一端的计数器。  The end of the counter exceeding the preset value responds to the message and leaves the abnormal state; stops and resets the counter of the one end of the counter exceeding the preset value.
9、 如权利要求 8所述捆绑链路的处理方法, 其特征在于, 所述 的一端发送报文包括: 所述捆绑链路的处于 up状态的一端, 向所述计数器超过预设值 的一端发送 REMOVE LINK报文。 The method for processing a bundled link according to claim 8, wherein the transmitting the message at one end comprises: The end of the bundle link in the up state sends a REMOVE LINK packet to the end of the counter that exceeds the preset value.
10、 如权利要求 5所述捆绑链路的处理方法, 其特征在于, 所述 捆绑链路的状态异常为任一端在状态机定义的状态间循环切换的次 数超过预设值的情况下, 所述触发本端或对端状态发生变化, 使状态 异常的捆绑链路脱离异常状态包括:  The method for processing a bundled link according to claim 5, wherein the state of the bundle link is abnormal when the number of times of cyclic switching between the state defined by the state machine exceeds a preset value The state in which the local or peer state is triggered to change, and the bundled link with abnormal status is removed from the abnormal state, including:
所述计数器超过预设值的一端按照预设的调整机制切换本端状 态并脱离异常状态;  The end of the counter exceeding the preset value switches the local state according to a preset adjustment mechanism and is out of the abnormal state;
停止并重置所述计数器超过预设值的一端的计数器。  Stop and reset the counter at the end of the counter that exceeds the preset value.
11、 如权利要求 10所述捆绑链路的处理方法, 其特征在于, 所 述计数器超过预设值的一端按照预设的调整机制切换本端状态包括: 所述计数器超过预设值的一端在状态为 ack rx状态时主动切换 到非 ack rx状态。  The processing method of the bundled link according to claim 10, wherein the switching of the local end state by the one end of the counter that exceeds the preset value according to the preset adjustment mechanism comprises: When the state is ack rx, the switch is actively switched to the non-ack rx state.
12、 一种捆绑链路的处理设备, 其特征在于, 包括:  12. A processing device for a bundled link, comprising:
链路异常检测模块, 用于对捆绑链路的状态异常进行检测, 并在 检测到异常时通知所述状态恢复模块;  a link abnormality detecting module, configured to detect a status abnormality of the bundle link, and notify the state recovery module when an abnormality is detected;
状态恢复模块,用于当接收到所述链路异常检测模块发送的链路 状态异常通知消息时, 触发本端或对端状态发生变化, 使所述状态异 常的捆绑链路脱离异常状态。  The status recovery module is configured to trigger a change of the state of the local end or the peer end when the link status abnormality notification message sent by the link abnormality detecting module is received, so that the bundled link with the abnormal status is out of the abnormal state.
13、 如权利要求 12所述捆绑链路的处理设备, 其特征在于, 所 述链路异常检测模块包括:  The processing device of the bundled link according to claim 12, wherein the link abnormality detecting module comprises:
定时器子模块,用于分别对捆绑链路的两端处于 ack rx状态的时 间进行计时,若超时则判断为捆绑链路的链路状态异常并通知所述状 态恢复模块。  The timer sub-module is configured to time the time at which the two ends of the bundle link are in the ack rx state. If the timeout expires, it is determined that the link state of the bundle link is abnormal and the state recovery module is notified.
14、 如权利要求 12所述捆绑链路的处理设备, 其特征在于, 所 述链路异常检测模块包括: 第一状态切换到第二状态的次数进行统计,若所述捆绑链路的任一端 在预设时间内的所述统计次数超过预定次数,则判断为捆绑链路的链 路状态异常并通知所述状态恢复模块。 The processing device of the bundled link according to claim 12, wherein the link abnormality detecting module comprises: counting the number of times the first state is switched to the second state, if any end of the bundled link If the number of statistics in the preset time exceeds a predetermined number of times, it is determined to be a chain of bundled links. The road status is abnormal and the status recovery module is notified.
15、 如权利要求 13所述捆绑链路的处理设备, 其特征在于, 所 述状态恢复模块包括:  The processing device of the bundled link according to claim 13, wherein the state recovery module comprises:
状态切换子模块, 用于接收到所述链路异常检测模块的通知时, 将所述处于 ack rx状态的时间超时的一端的状态切换至非 ack rx状 态, 并重置所述定时器子模块。  a state switching submodule, configured to: when receiving the notification of the link abnormality detecting module, switch the state of the end of the time in the ack rx state to a non-ack rx state, and reset the timer submodule .
16、 如权利要求 14所述捆绑链路的处理设备, 其特征在于, 所 述状态恢复模块包括:  The processing device of the bundled link according to claim 14, wherein the state recovery module comprises:
接收报文判断子模块,用于接收到所述链路异常检测模块的通知 时, 若所述捆绑链路的一端从对端接收到特定的报文, 则通知所述状 态切换子模块;  The receiving message judging sub-module is configured to notify the status switching sub-module if one end of the bundling link receives a specific message from the opposite end when receiving the notification of the link abnormality detecting module;
状态切换子模块, 用于接收到所述接收报文判断子模块的通知 时, 切换所述接收到特定的报文的一端的当前状态, 使所述状态异常 的捆绑链路脱离异常状态。  The state switching sub-module is configured to: when receiving the notification of the received packet determining sub-module, switch the current state of the one end of the received specific packet, so that the bundled link with the abnormal state is out of the abnormal state.
17、 如权利要求 14所述捆绑链路的处理设备, 其特征在于, 所 述状态恢复模块包括:  The processing device of the bundled link according to claim 14, wherein the state recovery module comprises:
报文发送子模块, 用于接收到所述链路异常检测模块的通知时, 通过对端向所述统计次数超过预定次数的一端发送特定的报文,使所 述状态异常的捆绑链路脱离异常状态, 并重置所述计数器子模块。  And the packet sending sub-module is configured to: when the notification of the link abnormality detecting module is received, the peer end sends the specific packet to the end of the statistical number that exceeds the predetermined number of times, so that the bundle link with the abnormal status is detached Abnormal state, and reset the counter submodule.
18、 如权利要求 14所述捆绑链路的处理设备, 其特征在于, 所 述状态恢复模块包括:  The processing device of the bundled link according to claim 14, wherein the state recovery module comprises:
状态切换子模块, 用于接收到所述链路异常检测模块的通知时, 将所述统计次数超过预定次数的一端的状态进行切换,使所述状态异 常的捆绑链路脱离异常状态, 并重置所述计数器子模块。  a status switching sub-module, configured to: when receiving the notification of the link abnormality detecting module, switch a state in which the number of statistics is more than a predetermined number of times, so that the bundled link with the abnormal status is out of an abnormal state, and The counter sub-module is placed.
PCT/CN2008/071312 2007-06-15 2008-06-13 Method and device for processing binding link WO2008154851A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN200710111161.8 2007-06-15
CNA2007101111618A CN101094114A (en) 2007-06-15 2007-06-15 Method and device for processing bound link

Publications (1)

Publication Number Publication Date
WO2008154851A1 true WO2008154851A1 (en) 2008-12-24

Family

ID=38992162

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2008/071312 WO2008154851A1 (en) 2007-06-15 2008-06-13 Method and device for processing binding link

Country Status (2)

Country Link
CN (1) CN101094114A (en)
WO (1) WO2008154851A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107659951A (en) * 2016-07-26 2018-02-02 华为技术有限公司 Link restoring method, device and equipment
CN113254247A (en) * 2021-05-14 2021-08-13 山东英信计算机技术有限公司 Server BMC I2C exception recovery method and related device

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101094114A (en) * 2007-06-15 2007-12-26 华为技术有限公司 Method and device for processing bound link
CN101552769B (en) * 2008-03-31 2012-07-04 华为技术有限公司 Method and system for automatically and successfully consulting after canceling loopback of bundle link
US8634333B2 (en) 2008-05-07 2014-01-21 Qualcomm Incorporated Bundling of ACK information in a wireless communication system
CN102833087A (en) * 2011-06-17 2012-12-19 中兴通讯股份有限公司 Method and device for processing unstable-quality link in IMA transmission
JP5823939B2 (en) * 2012-09-13 2015-11-25 株式会社Nttドコモ Mobile communication system, radio base station and mobile station
CN103763140B (en) * 2014-01-20 2017-08-29 华为技术有限公司 Batch controls the method and device of the network equipment
CN105933179B (en) * 2016-04-11 2018-11-13 烽火通信科技股份有限公司 The method of multimedia terminal and push online unexpected message
CN112559407B (en) * 2020-12-22 2021-11-16 无锡众星微系统技术有限公司 STP link layer state machine optimization method

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050025046A1 (en) * 2003-08-01 2005-02-03 Alok Khambatkone Resiliency of control channels in a communications network
US20050083928A1 (en) * 2003-10-20 2005-04-21 Cisco Technology, Inc., A Corporation Of The State Of California Transparent re-routing of MPLS traffic engineering LSPs within a link bundle
CN1713596A (en) * 2004-06-15 2005-12-28 中兴通讯股份有限公司 Link detection for realizing multi-link agreement
CN1929392A (en) * 2005-09-06 2007-03-14 华为技术有限公司 Management method for binding chain circuit state
CN101094114A (en) * 2007-06-15 2007-12-26 华为技术有限公司 Method and device for processing bound link

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050025046A1 (en) * 2003-08-01 2005-02-03 Alok Khambatkone Resiliency of control channels in a communications network
US20050083928A1 (en) * 2003-10-20 2005-04-21 Cisco Technology, Inc., A Corporation Of The State Of California Transparent re-routing of MPLS traffic engineering LSPs within a link bundle
CN1713596A (en) * 2004-06-15 2005-12-28 中兴通讯股份有限公司 Link detection for realizing multi-link agreement
CN1929392A (en) * 2005-09-06 2007-03-14 华为技术有限公司 Management method for binding chain circuit state
CN101094114A (en) * 2007-06-15 2007-12-26 华为技术有限公司 Method and device for processing bound link

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107659951A (en) * 2016-07-26 2018-02-02 华为技术有限公司 Link restoring method, device and equipment
CN107659951B (en) * 2016-07-26 2020-10-09 华为技术有限公司 Link recovery method, device and equipment
US10932140B2 (en) 2016-07-26 2021-02-23 Huawei Technologies Co., Ltd. Link restoration method and apparatus, and device
CN113254247A (en) * 2021-05-14 2021-08-13 山东英信计算机技术有限公司 Server BMC I2C exception recovery method and related device

Also Published As

Publication number Publication date
CN101094114A (en) 2007-12-26

Similar Documents

Publication Publication Date Title
WO2008154851A1 (en) Method and device for processing binding link
EP2068511B1 (en) Controlling congestion in a packet switched data network
US8867364B2 (en) Method and apparatus for multi-homing path selection of stream control transmission protocol
EP2720418B1 (en) Lacp link switching and data transmission method and device
US9819590B2 (en) Method and apparatus for notifying network abnormality
WO2009023996A1 (en) Method for implementing network interconnect via link aggregation
WO2009030170A1 (en) System for link fault handling, method and device for link fault detecting, handling
US20070226375A1 (en) Plug-in architecture for a network stack in an operating system
JP2008507204A (en) How to manage inter-zone bandwidth in a two-way messaging network
KR101419579B1 (en) Method for enabling faster recovery of client applications in the event of server failure
WO2009018744A1 (en) Implementation method, system, media gateway and media gateway controller for route control
TW201240410A (en) The method and system for selecting multi-path of network communication
TWI358922B (en) Method and apparatus of default timer configuratio
WO2009124499A1 (en) Protection method, device and communication system for transmitting signaling
WO2012088843A1 (en) Method and system for bidirectional forwarding detection
JP5816960B2 (en) Communications system
WO2008141572A1 (en) Method and system for performing keepalive monitoring on client sessions
WO2007107066A1 (en) A method and a communication device of the loopbacked detection based on ethernet
JP4022017B2 (en) LAN relay device
WO2022048281A1 (en) Method and device for improving link aggregation protocol timeout
WO2007124629A1 (en) A lmp message processing method, unit and a lmp message processing node
US8179785B1 (en) Deterministic switching protection over aggregated links
WO2014113957A1 (en) Link management method, device and communication system
JP5411992B2 (en) Method and apparatus for realizing multi-user support by single association
WO2015158058A1 (en) Method and system for implementing call saving and recovery

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: 08757723

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: 08757723

Country of ref document: EP

Kind code of ref document: A1