WO2009046644A1 - A method and device for traffic flow switching - Google Patents

A method and device for traffic flow switching Download PDF

Info

Publication number
WO2009046644A1
WO2009046644A1 PCT/CN2008/071478 CN2008071478W WO2009046644A1 WO 2009046644 A1 WO2009046644 A1 WO 2009046644A1 CN 2008071478 W CN2008071478 W CN 2008071478W WO 2009046644 A1 WO2009046644 A1 WO 2009046644A1
Authority
WO
WIPO (PCT)
Prior art keywords
link
primary
traffic
standby
quality parameter
Prior art date
Application number
PCT/CN2008/071478
Other languages
French (fr)
Chinese (zh)
Inventor
Hong Lv
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 WO2009046644A1 publication Critical patent/WO2009046644A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/16Threshold monitoring
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/12Shortest path evaluation
    • H04L45/125Shortest path evaluation based on throughput or bandwidth
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/22Alternate routing
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/28Routing or path finding of packets in data switching networks using route fault recovery
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/50Routing or path finding of packets in data switching networks using label swapping, e.g. multi-protocol label switch [MPLS]

Abstract

A method and device for traffic flow switching are disclosed. The method includes: detecting the link quality of a main link and of a standby link corresponding to the main link, and switching the traffic flow of the main link to the standby link when the link quality parameter of the main link is greater than or equal to a preset threshold, and when the link quality parameter of the standby link is less than said preset threshold. The invention thus provides the advantage of switching traffic flow according to link quality, thus ensuring normal traffic transmission, and improving network reliability.

Description

一种业务流量切换方法及装置  Service flow switching method and device
技术领域 Technical field
本发明实施例涉及网络技术领域,尤其涉及一种业务流量切换方 法及装置。 背景技术  The embodiments of the present invention relate to the field of network technologies, and in particular, to a service flow switching method and apparatus. Background technique
通常情况下, 到达同一目的地会有多条路由, 可以是等价的, 也 可以是非等价的。 存在等价路由时, 釆用负载分担方式转发报文, 并 且, 可以通过各路由的权重值进行流量的调节。 在非等价情况下, 会 选择最优的路由转发报文, 当最优的路由故障后,设备从剩余的路由 中选择一条最优路由转发报文,从剩余的路由选择出的这条最优路由 相当于原先的次优路由。  Usually, there are multiple routes to the same destination, which can be equivalent or non-equivalent. When an equal-cost route exists, packets are forwarded in load balancing mode, and traffic can be adjusted through the weight of each route. In the non-equivalent case, the optimal route is forwarded. When the optimal route is faulty, the device selects an optimal route from the remaining routes and forwards the most from the remaining routes. The optimal route is equivalent to the original sub-optimal route.
路由表中的路由通常是通过路由协议来生成的,而路由协议通常 根据链路的跳数、 物理链路的静态带宽来选择路径。 如图 1所示, 在 设备 B上生成到设备 F的路由时, 由于链路 B-C-E的带宽是 300M, 而链路 B-D-E的带宽是 200M, 所以会选择 B-C-E链路为主用链路, B-D-E链路为备用链路。 如果承载网络是多协议标签交换(MPLS, Multi-protocol Label Switching ) 网络, 也会优先选择带宽较大的链路 作为主用链路。 如果承载网络是媒体访问控制隧道(MAC IN MAC ) 网络, 目前大多数是手工配置路由, 也是优先选择带宽较大的链路作 为主用链路。  Routes in the routing table are usually generated by routing protocols, and routing protocols usually choose paths based on the hop count of the link and the static bandwidth of the physical link. As shown in Figure 1, when the route to device F is generated on device B, the bandwidth of the link BCE is 300M, and the bandwidth of the link BDE is 200M. Therefore, the BCE link is selected as the primary link. The road is an alternate link. If the bearer network is a Multi-protocol Label Switching (MPLS) network, the link with a larger bandwidth is preferred as the primary link. If the bearer network is a media access control tunnel (MAC IN MAC) network, most of them are manually configured routes. It is also preferred to use a link with a larger bandwidth as the primary link.
MPLS技术在骨干网上大量使用, MPLS网络的基本构成单元是 标签交换路由(LSR, Label Switching Router )„ 其中, 位于 MPLS网 络边缘, 并且用于连接其它用户网络的 LSR称为边缘 LSR, 即标签 边缘路由器( LER, Label Edge Router )。 MPLS网络内部的 LSR称为 核心 LSR。 MPLS网络内部的 LSR之间使用 MPLS信令进行通信。 在 MPLS 网络的边缘, 由 LER 与传统的因特网协议 ( IP, Internet Protocol )技术进行适配。 在 MPLS网络的内部, 预先会通过 MPLS信令从入节点 LER (即 Ingress)到出节点 LER (即 Egress)建立一条隧道, 即标签交换路径 ( LSP, Label Switched Path ), 利用这条 LSP来转发报文。 The MPLS technology is widely used on the backbone network. The basic component of the MPLS network is the Label Switching Router (LSR). The LSR located at the edge of the MPLS network and connected to other user networks is called the edge LSR. Router (LER, Label Edge Router) The LSR inside the MPLS network is called the core LSR. The LSRs inside the MPLS network use MPLS signaling to communicate. At the edge of the MPLS network, the LER and the traditional Internet protocol (IP, Internet) Protocol) technology to adapt. In the MPLS network, a tunnel is set up from the ingress LER (ie, the ingress) to the egress LER (ie, the egress), which is an LSP (Label Switched Path). Message.
同样, 到达同一目的地可能会有多条 LSP, 可以是等价的也可以 是非等价的。 存在等价 LSP时, 转发报文时釆用负载分担方式转发, 并且, 可以通过调节各 LSP的权重值进行调节 LSP的流量分布。 在 非等价情况下, 选择最优的 LSP转发报文, 当最优的 LSP出现故障 后, 路由器从剩余的 LSP中选择一条最优 LSP转发报文, 从剩余的 LSP中选择出的这条最优 LSP相当于原先的次优 LSP。  Similarly, there may be multiple LSPs arriving at the same destination, either equivalent or non-equivalent. When an equal-cost LSP exists, the packets are forwarded in load balancing mode. The traffic distribution of the LSP can be adjusted by adjusting the weight of each LSP. In the non-equivalent case, the optimal LSP is forwarded. After the optimal LSP fails, the router selects an optimal LSP from the remaining LSPs, and selects the selected one from the remaining LSPs. The optimal LSP is equivalent to the original sub-optimal LSP.
MAC IN MAC是一种基于以太网的隧道技术, 通过将收到的二 层以太网报文直接封装骨干网的 MAC地址进入骨干网传输, 在边缘 节点去掉骨干网 MAC后按用户的 MAC进行传输。  MAC IN MAC is an Ethernet-based tunneling technology. It directly encapsulates the received Layer 2 Ethernet packets into the backbone network by directly encapsulating the MAC address of the backbone network. After the edge node removes the backbone MAC address, it transmits it according to the MAC address of the user. .
同样, 到同一目的地可以有多条 MAC IN MAC隧道, 可以是等 价的也可以是非等价的。 存在等价隧道时, 釆用负载分担方式转发, 并且, 可以调节各隧道的权重值进行调节隧道的流量分布。 在非等价 情况下, 选择最优的隧道转发报文, 当最优的隧道出现故障后, 从剩 余的隧道中选择一条最优隧道转发报文,从剩余的隧道中选择出的这 条最优隧道相当于原先的次优 MAC IN MAC隧道。  Similarly, there can be multiple MAC IN MAC tunnels to the same destination, either equivalent or non-equivalent. When there is an equal-cost tunnel, it is forwarded by load balancing, and the weight of each tunnel can be adjusted to adjust the traffic distribution of the tunnel. In the non-equivalent case, the optimal tunnel forwarding packet is selected. When the optimal tunnel fails, an optimal tunnel forwarding packet is selected from the remaining tunnels, and the most selected one from the remaining tunnels is selected. The excellent tunnel is equivalent to the original sub-optimal MAC IN MAC tunnel.
在实现本发明的过程中, 发明人发现现有技术至少存在以下问 题:  In carrying out the process of the present invention, the inventors have found that the prior art has at least the following problems:
通过链路的跳数和带宽来选择路由的方式是静态的,没有考虑实 际的链路质量, 在某些情况下存在缺陷。 比如, 两条路径, 一条带宽 是 300M, 另一条是 200M, 但 300M这条链路质量不好, 存在丟包, 导致经常出现报文重传。 而按照现有技术的机制, 只要这条链路没有 出现故障, 还是会选择这条链路来传输业务。 因此, 这样反复的进行 报文的重传, 不仅会加重链路负载, 而且, 重传过程重有可能导致业 务的断断续续, 所以还会影响到业务。  The way to route through the hop count and bandwidth of the link is static, without considering the actual link quality, and in some cases there are drawbacks. For example, two paths, one bandwidth is 300M, and the other is 200M. However, the quality of the 300M link is not good, and packet loss occurs, resulting in frequent message retransmission. According to the prior art mechanism, as long as the link does not fail, the link is selected to transmit the service. Therefore, repeated retransmission of the message will not only increase the link load, but also the retransmission process may cause the service to be intermittent, so it will affect the service.
目前, 为了检测链路的故障, 通常釆用双向转发检测 (BFD, Bidirectional Forwarding Detection )/MPLS的操作、管理、维护( OAM, Operation、 Administration and Maintenance )、 以太网的操作、 管理、 维护 (OAM )等方式对链路 /隧道进行检测, 以便能够快速检测出链 路的故障。 但是, BFD/MPLS OAM/以太网 OAM这些机制只能检测 链路有无故障, 而不会感知链路的质量, 只要在固定周期内还能收到 对方的报文, 即使丟包率很高, 也不会认为链路有故障, 也就不会进 行业务流量的切换。 Currently, in order to detect link faults, bidirectional forwarding detection (BFD)/MPLS operation, management, and maintenance (OAM, Operation, Administration, and Maintenance, Ethernet operation, management, and maintenance (OAM) detect links/tunnels so that link faults can be quickly detected. However, the BFD/MPLS OAM/Ethernet OAM mechanism can only detect whether the link is faulty or not, and does not sense the quality of the link. It can receive the other party's packet even in a fixed period, even if the packet loss rate is high. , it will not be considered that the link is faulty, and no traffic will be switched.
发明内容 Summary of the invention
本发明实施例提供了一种业务流量切换方法及装置,用以根据链 路质量切换业务流量, 保证业务的正常传输, 并提高网络的可靠性。  The embodiment of the invention provides a service flow switching method and device, which is used for switching service traffic according to link quality, ensuring normal transmission of services, and improving network reliability.
本发明实施例提供的方法包括:  The method provided by the embodiment of the present invention includes:
检测主用链路和所述主用链路对应的备用链路的链路质量; 当发现所述主用链路的链路质量参数大于或等于预先设定的阔 值, 而所述备用链路的链路质量参数小于所述预先设定的阔值时, 将 所述主用链路上的业务流量切换到所述备用链路上。  Detecting a link quality of the primary link and the backup link corresponding to the primary link; and detecting that the link quality parameter of the primary link is greater than or equal to a preset threshold, and the standby chain When the link quality parameter of the path is less than the preset threshold, the traffic on the primary link is switched to the standby link.
本发明实施例提供的装置包括:链路质量检测单元和流量切换单 元;  The device provided by the embodiment of the present invention includes: a link quality detecting unit and a traffic switching unit;
所述链路质量检测单元,用于当主用链路的链路质量参数大于或 等于预先设定的阔值,而所述主用链路对应的备用链路的链路质量参 数小于所述预先设定的阔值时, 触发所述流量切换单元;  The link quality detecting unit is configured to: when a link quality parameter of the primary link is greater than or equal to a preset threshold, and a link quality parameter of the standby link corresponding to the primary link is smaller than the foregoing When the threshold value is set, the flow switching unit is triggered;
所述流量切换单元, 用于根据所述链路质量检测单元的触发, 将 所述主用链路上的业务流量切换到所述备用链路上。  The traffic switching unit is configured to switch service traffic on the primary link to the standby link according to triggering by the link quality detecting unit.
同现有技术相比, 本发明实施例具有如下优点:  Compared with the prior art, the embodiment of the invention has the following advantages:
当主用链路的链路质量参数大于或等于预先设定的阔值,而备用 链路的链路质量参数小于所述预先设定的阔值时,将主用链路上的业 务流量切换到备用链路上, 从而保证了业务的正常传输, 并且, 提高 了网络的可靠性。 附图说明 When the link quality parameter of the primary link is greater than or equal to a preset threshold, and the link quality parameter of the standby link is less than the preset threshold, the service traffic on the primary link is switched to On the standby link, the normal transmission of the service is ensured, and the reliability of the network is improved. DRAWINGS
图 1为现有技术中的网络链路示意图;  1 is a schematic diagram of a network link in the prior art;
图 2为本发明具体实施例中提供的 IP网络链路示意图; 图 3为本发明具体实施例提供的方法流程示意图;  2 is a schematic diagram of an IP network link provided in a specific embodiment of the present invention; FIG. 3 is a schematic flowchart of a method according to an embodiment of the present invention;
图 4为本发明具体实施例中提供的 MPLS网络链路示意图; 图 5为本发明具体实施例提供的方法流程示意图;  4 is a schematic diagram of an MPLS network link provided in a specific embodiment of the present invention; FIG. 5 is a schematic flowchart of a method according to an embodiment of the present invention;
图 6为本发明具体实施例中提供的 MAC IN MAC网络链路示意 图;  6 is a schematic diagram of a MAC IN MAC network link provided in a specific embodiment of the present invention;
图 7为本发明具体实施例提供的方法流程示意图;  FIG. 7 is a schematic flowchart of a method according to an embodiment of the present invention;
图 8为本发明总体实施例提供的方法流程示意图;  FIG. 8 is a schematic flowchart of a method according to a general embodiment of the present invention; FIG.
图 9为本发明实施例提供的装置结构示意图。 具体实施方式  FIG. 9 is a schematic structural diagram of a device according to an embodiment of the present invention. detailed description
本发明实施例提供了一种业务流量切换方法及装置。通过检测链 路质量, 包括时延、抖动、丟包率等,发现主用链路存在的质量问题, 提前将主用链路上的全部流量或者部分流量切换到备用链路上,以减 少业务的重传, 保证业务的正常传输, 并提高网络的可靠性。  The embodiment of the invention provides a service flow switching method and device. By detecting the quality of the link, including the delay, jitter, and packet loss rate, the quality of the active link is discovered. All traffic or part of the traffic on the active link is switched to the standby link in advance to reduce services. The retransmission ensures the normal transmission of the service and improves the reliability of the network.
下面分别以 IP网络、 MPLS网络和 MAC IN MAC网络为例 , 分 别介绍一下本发明的具体实施例。  The following describes the specific embodiments of the present invention by taking an IP network, an MPLS network, and a MAC IN MAC network as examples.
实施例一:  Embodiment 1:
参见图 2, IP网络中, 在设备 B处存在两条路由到设备 F, 其中 B-C-E链路的带宽是 300M, B-D-E链路的带宽是 200M。路由协议生 成路由时, 选择 300M带宽的链路为主用链路, 200M带宽的链路为 备用链路。  Referring to Figure 2, in the IP network, there are two routes to device F at device B, where the bandwidth of the B-C-E link is 300M, and the bandwidth of the B-D-E link is 200M. When a routing protocol generates a route, the link with the 300M bandwidth is selected as the primary link, and the link with the 200M bandwidth is the standby link.
那么, 参见图 3 , 实现业务流量切换的方法包括:  Then, referring to Figure 3, the methods for implementing service flow switching include:
步骤 S301、在设备 B处,通过 IP报文因特网探索(PING, Packet Internet Groper ) ,即利用因特网控制消息协议( ICMP , Internet Control Message Protocol )响应 (ICMP Echo )及其应答来测试 IP网络中某 个网络设备是否可达, 以检测主、 备链路质量, 定时收集主、 备链路 的时延、 抖动、 丟包率等相关参数, 生成主、 备链路的数据库。 Step S301, at the device B, through the IP packet Internet exploration (PING, Packet Internet Groper), that is, using the Internet Control Message Protocol (ICMP) response (ICMP Echo) and its response to test a certain IP network Whether the network devices are reachable to detect the quality of the primary and backup links, and collect related parameters such as delay, jitter, and packet loss rate of the primary and backup links to generate a database of the primary and backup links.
步骤 S302、 定时查看数据库中的主、 备链路的时延、 抖动、 丟 包率等参数, 如果发现主用链路的时延、 抖动较大, 丟包率较高, 超 出了预先制定的范围, 而备用链路的质量较好, 这时, 通过降低主用 链路的权重值, 提高备用链路的权重值, 将主用链路的全部或部分流 量切换到备用链路, 从而降低主用链路的流量, 减少报文的重传。  Step S302: periodically check the parameters of the delay, jitter, and packet loss rate of the active and standby links in the database. If the delay and jitter of the active link are large, the packet loss rate is higher than the pre-established Scope, and the quality of the backup link is good. At this time, by reducing the weight value of the primary link, increasing the weight value of the standby link, all or part of the traffic of the primary link is switched to the standby link, thereby reducing The traffic of the primary link reduces the retransmission of packets.
步骤 S303、 当主用链路质量恢复后, 重新调节主、 备链路的权 重值, 恢复主用链路原来的业务流量。  Step S303: After the quality of the primary link is restored, re-adjust the weight of the primary and backup links to restore the original service traffic of the primary link.
将业务流量切换到备用链路时, 可以通过配置策略, 将重点业务 (如语音、 视频等实时业务)流量切换到备用链路上, 优先保证这些 实时性较高的业务。  When the service traffic is switched to the standby link, you can configure the policy to switch the traffic of the key services (such as voice and video) to the backup link to ensure the services with higher real-time performance.
如果两条链路工作在负载分担方式, 即主、 备链路等价, 同样, 可以通过监控这两条链路的质量参数,将优先级高的业务流量选择质 量好的链路进行传输, 保证高优先级业务的正常传输。  If the two links work in the load balancing mode, that is, the primary and backup links are equal, the quality of the two links can be monitored and the high-quality traffic is selected to be transmitted. Ensure the normal transmission of high priority services.
实施例二:  Embodiment 2:
参见图 4, MPLS网络中, 在设备 B处存在两条 LSP隧道到设备 F ,其中 B-C-E链路的带宽是 300M, B-D-E链路的带宽是 200M, 300M 带宽的 LSP隧道为主用链路, 200M带宽的 LSP隧道为备用链路。  Referring to Figure 4, in the MPLS network, there are two LSP tunnels to the device F at the device B. The bandwidth of the BCE link is 300 M, the bandwidth of the BDE link is 200 M, and the LSP tunnel of the 300 M bandwidth is the primary link. The bandwidth LSP tunnel is the standby link.
那么, 参见图 5, 实现业务流量切换的方法包括:  Then, referring to Figure 5, the method for implementing service traffic switching includes:
步骤 S501、 在设备 B处, 通过 LSP PING来检测主、 备 LSP隧 道质量, 定时收集主、 备 LSP 隧道的时延、 抖动、 丟包率等相关参 数, 生成主、 备 LSP隧道的数据库。  Step S501: At the device B, the LSP PING is used to detect the quality of the primary and backup LSP tunnels, and the related parameters such as the delay, jitter, and packet loss rate of the primary and backup LSPs are collected periodically to generate a database of the primary and secondary LSP tunnels.
步骤 S502、 定时查看数据库中的主、备 LSP隧道的时延、 抖动、 丟包率等参数, 如果发现主用 LSP 隧道的时延、 抖动较大, 丟包率 较高, 超出了预先制定的范围, 而备用 LSP隧道的质量较好, 这时, 通过降低主用 LSP隧道的权重值, 提高备用 LSP隧道的权重值, 将 主用 LSP隧道的一部分流量切换到备用 LSP隧道,从而降低主用 LSP 隧道的流量, 减少报文的重传。 步骤 S503、 当主用 LSP隧道质量恢复后, 重新调节主、 备 LSP 隧道的权重值, 恢复主用 LSP隧道原来的业务流量。 Step S502: The parameters of the delay, jitter, and packet loss rate of the primary and secondary LSPs in the database are periodically checked. If the delay and jitter of the primary LSP tunnel are large, the packet loss rate is higher than the pre-established Scope, and the quality of the backup LSP tunnel is good. In this case, by reducing the weight of the primary LSP tunnel, the weight of the standby LSP tunnel is increased, and part of the traffic of the primary LSP tunnel is switched to the standby LSP tunnel, thereby reducing the primary usage. The traffic of the LSP tunnel reduces the retransmission of packets. Step S503: After the quality of the primary LSP tunnel is restored, the weight of the primary and secondary LSP tunnels is re-adjusted, and the original service traffic of the primary LSP tunnel is restored.
实施例三:  Embodiment 3:
参见图 6, MAC IN MAC网络中,在设备 B处存在两条 MAC IN MAC隧道到设备 F,其中 B-C-E链路是 300M, B-D-E链路是 200M, 300M带宽的 MAC IN MAC隧道为主用链路, 200M带宽的 MAC IN MAC隧道为备用链路。  Referring to Figure 6, in the MAC IN MAC network, there are two MAC IN MAC tunnels to device F at device B, where the BCE link is 300M, the BDE link is 200M, and the 300 MB bandwidth MAC IN MAC tunnel is the primary link. The MAC IN MAC tunnel of 200M bandwidth is the standby link.
那么, 参见图 7, 实现业务流量切换的方法包括:  Then, see Figure 7, the methods to achieve business traffic switching include:
步骤 S701、在设备 B处, 通过 802. lag的 MAC PING来检测主、 备 MAC IN MAC隧道质量, 定时收集主、 备 MAC IN MAC隧道的 时延、 抖动、 丟包率等相关参数, 生成主、 备 MAC IN MAC隧道的 数据库。  Step S701: At device B, the MAC address of the primary and backup MAC IN MAC tunnels is detected by MAC PING of 802. lag, and related parameters such as delay, jitter, and packet loss rate of the primary and backup MAC IN MAC tunnels are collected periodically, and the main parameters are generated. , the database of the MAC IN MAC tunnel.
步骤 S702、 定时查看数据库中的主、备 MAC IN MAC隧道的时 延、抖动、 丟包率等参数, 如果发现主用 MAC IN MAC隧道的时延、 抖动较大, 丟包率较高, 超出了预先制定的范围, 而备用 MAC IN MAC隧道的质量较好,这时,通过降低主用 MAC IN MAC隧道的权 重值, 提高备用 MAC IN MAC隧道的权重值, 将主用 MAC IN MAC 隧道的一部分流量切换到备用 MAC IN MAC 隧道, 从而降低主用 MAC IN MAC隧道的流量, 减少报文的重传。  Step S702: periodically check the parameters of the delay, jitter, and packet loss rate of the primary and backup MAC IN MAC tunnels in the database. If the delay and jitter of the primary MAC IN MAC tunnel are large, the packet loss rate is high. The pre-defined range, and the quality of the standby MAC IN MAC tunnel is better. At this time, by lowering the weight value of the primary MAC IN MAC tunnel, the weight value of the standby MAC IN MAC tunnel is increased, and the primary MAC IN MAC tunnel is used. A part of the traffic is switched to the standby MAC IN MAC tunnel, which reduces the traffic of the primary MAC IN MAC tunnel and reduces the retransmission of packets.
步骤 S703、当主用 MAC IN MAC隧道质量恢复后,重新调节主、 备 MAC IN MAC隧道的权重值, 恢复主用 MAC IN MAC隧道原来 的业务流量。  Step S703: After the quality of the primary MAC IN MAC tunnel is restored, re-adjust the weight value of the primary and backup MAC IN MAC tunnels to restore the original service traffic of the primary MAC IN MAC tunnel.
参见图 8, 概括本发明实施例提供的方法, 包括:  Referring to FIG. 8, a method provided by an embodiment of the present invention is provided, including:
步骤 S801、 检查主、 备链路的链路质量。  Step S801: Check the link quality of the primary and backup links.
步骤 S802、 当主用链路的链路质量参数大于或等于预先设定的 阔值,而所述主用链路对应的备用链路的链路质量参数小于所述预先 设定的阔值时, 将主用链路上的业务流量切换到备用链路上。  Step S802: When the link quality parameter of the primary link is greater than or equal to a preset threshold, and the link quality parameter of the standby link corresponding to the primary link is smaller than the preset threshold, Switch traffic on the primary link to the alternate link.
步骤 S803、 当主用链路的链路质量恢复时, 恢复主用链路的业 务流量。 参见图 9,本发明实施例提供的装置包括:链路质量检测单元 91、 流量切换单元 92和流量恢复单元 93。 Step S803: When the link quality of the primary link is restored, the service traffic of the primary link is restored. Referring to FIG. 9, the apparatus provided by the embodiment of the present invention includes: a link quality detecting unit 91, a traffic switching unit 92, and a traffic recovery unit 93.
所述链路质量检测单元 91 , 用于当主用链路的链路质量参数大 于或等于预先设定的阔值,而所述主用链路对应的备用链路的链路质 量参数小于所述预先设定的阈值时, 触发所述流量切换单元 92。  The link quality detecting unit 91 is configured to: when the link quality parameter of the primary link is greater than or equal to a preset threshold, and the link quality parameter of the standby link corresponding to the primary link is smaller than the The flow rate switching unit 92 is triggered when a predetermined threshold is set.
所述流量切换单元 92, 用于根据所述链路质量检测单元 91的触 发, 将所述主用链路上的业务流量切换到所述备用链路上。  The traffic switching unit 92 is configured to switch service traffic on the primary link to the standby link according to the triggering of the link quality detecting unit 91.
所述流量恢复单元 93 , 用于当所述主用链路的链路质量参数小 于预先设定的阔值时,重新将所述备用链路上的业务流量切换到主用 链路上。  The traffic recovery unit 93 is configured to re-switch the service traffic on the standby link to the active link when the link quality parameter of the primary link is smaller than a preset threshold.
所述链路质量检测单元 91包括:  The link quality detecting unit 91 includes:
参数获取单元 911 , 用于周期收集所述主、 备链路的链路质量参 数信息, 并生成数据库。  The parameter obtaining unit 911 is configured to periodically collect link quality parameter information of the primary and secondary links, and generate a database.
确定单元 912, 用于通过周期检查所述数据库, 当发现主用链路 的链路质量参数大于或等于预先设定的阔值, 并且,备用链路的链路 质量参数小于预先设定的阔值时,确定所述主用链路的链路参数大于 或等于预先设定的阔值,而所述备用链路的链路参数小于所述预先设 定的阈值, 并触发所述流量切换单元 92。  The determining unit 912 is configured to check the database by using a period, when the link quality parameter of the active link is found to be greater than or equal to a preset threshold, and the link quality parameter of the standby link is less than a preset width. And determining, by the value, that the link parameter of the primary link is greater than or equal to a preset threshold, and the link parameter of the standby link is smaller than the preset threshold, and triggering the traffic switching unit 92.
所述流量切换单元 92包括:  The flow switching unit 92 includes:
调整单元 921 , 用于降低主用链路的权重值, 提高备用链路的权 重值。  The adjusting unit 921 is configured to reduce the weight value of the primary link and increase the weight value of the standby link.
切换单元 922, 用于根据经过所述调整单元 921处理后的主、 备 链路的权重值, 将主用链路上的业务流量切换到备用链路上。  The switching unit 922 is configured to switch the service traffic on the primary link to the standby link according to the weight value of the primary and backup links processed by the adjusting unit 921.
较佳地,所述切换单元 922,进一步根据预先设置的业务优先级, 将主用链路上传输的部分业务流量切换到备用链路上传输。  Preferably, the switching unit 922 further switches part of the service traffic transmitted on the primary link to the backup link according to the preset service priority.
综上所述, 本发明实施例, 适用于 IP 网络、 MPLS 网络(包括 MPLS公网、 MPLS 二层虚拟专用网(L2VPN, Layer 2 virtual private networks ), MPLS 三层虚拟专用网 (L3VPN, Layer 3 virtual private networks ) )以及 MAC IN MAC网络等。 通过检测主、 备链路的链路 质量, 在主用链路出现故障前, 将主用链路的全部业务流量或者部分 业务流量切换到备用链路上,因此,降低所传输的业务数据的丟包率, 保证了业务的正常传输。 同时, 还减轻主用链路的负担, 减少了主用 链路出故障的概率, 因此, 还提高了网络的可靠性。 另外, 本发明实 施例, 如果链路 /隧道工作在负载分担情况下, 可以通过监控各链路 的质量, 将优先级高的业务选择质量好的链路进行传输, 使得高优先 级业务的传输可靠性更高。 In summary, the embodiments of the present invention are applicable to an IP network and an MPLS network (including an MPLS public network, an MPLS Layer 2 virtual private network, and an MPLS Layer 3 virtual private network (L3VPN, Layer 3). Virtual private networks ) ) and MAC IN MAC networks. By detecting the link of the primary and backup links Quality, before the failure of the primary link, the entire service traffic or part of the service traffic of the active link is switched to the standby link. Therefore, the packet loss rate of the transmitted service data is reduced, and the normal transmission of the service is ensured. . At the same time, the burden on the primary link is reduced, and the probability of the primary link failing is reduced, thereby improving the reliability of the network. In addition, in the embodiment of the present invention, if the link/tunnel works in the load sharing mode, the quality of each link can be monitored, and the link with high priority is selected to transmit the high quality link, so that the high priority service is transmitted. More reliable.
通过以上的实施方式的描述,本领域的技术人员可以清楚地了解 到本发明可以通过硬件实现,也可以借助软件加必要的通用硬件平台 的方式来实现。基于这样的理解, 本发明的技术方案可以以软件产品 的形式体现出来, 该软件产品可以存储在一个非易失性存储介质(可 以是 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.
总之, 以上所述仅为本发明的较佳实施例而已, 并非用于限定本 发明的保护范围。 凡在本发明的精神和原则之内, 所作的任何修改、 等同替换、 改进等, 均应包含在本发明的保护范围之内。  In conclusion, the above description is only a preferred embodiment of the present invention and is not intended to limit the scope of the present invention. Any modifications, equivalent substitutions, improvements, etc. made within the spirit and scope of the present invention are intended to be included within the scope of the present invention.

Claims

权利要求 Rights request
1、 一种业务流量切换方法, 其特征在于, 所述方法包括: A service traffic switching method, the method comprising:
检测主用链路和所述主用链路对应的备用链路的链路质量;  Detecting link quality of the primary link and the backup link corresponding to the primary link;
当发现所述主用链路的链路质量参数大于或等于预先设定的阔值, 而所述 备用链路的链路质量参数小于所述预先设定的阔值时, 将所述主用链路上的业 务流量切换到所述备用链路上。  When the link quality parameter of the primary link is greater than or equal to a preset threshold, and the link quality parameter of the standby link is smaller than the preset threshold, the primary usage is Traffic on the link is switched to the alternate link.
2、 如权利要求 1 所述的方法, 其特征在于, 在所述检测主用链路和所述 主用链路对应的备用链路的链路质量之后, 所述将所述主用链路上的业务流量 切换到所述备用链路上之前, 所述方法还包括:  2. The method according to claim 1, wherein after detecting the link quality of the primary link and the backup link corresponding to the primary link, the primary link is Before the service traffic on the standby link is switched, the method further includes:
周期性收集所述主用链路和备用链路的链路质量参数信息, 并根据所述链 路质量参数信息生成主、 备用链路的数据库; 定时查看所述数据库中的主、 备 用链路质量参数信息。  Collecting link quality parameter information of the primary link and the backup link periodically, and generating a database of the primary and backup links according to the link quality parameter information; periodically viewing the primary and backup links in the database Quality parameter information.
3、 如权利要求 1 所述的方法, 其特征在于, 通过降低所述主用链路的权 重值, 提高所述备用链路的权重值, 实现所述将所述主用链路上的业务流量切 换到所述备用链路上。  3. The method according to claim 1, wherein the weighting of the primary link is increased, and the weight of the standby link is increased, and the service on the primary link is implemented. Traffic is switched to the alternate link.
4、 如权利要求 1 所述的方法, 其特征在于, 所述将所述主用链路上的业 务流量切换到所述备用链路上包括:  The method of claim 1, wherein the switching the service traffic on the primary link to the standby link comprises:
根据预先设置的业务优先级, 将所述主用链路上的部分业务流量切换到所 述备用链路上。  Part of the traffic on the primary link is switched to the alternate link according to a preset service priority.
5、 如权利要求 1至 4中任一权利要求所述的方法, 其特征在于, 在所述 主用链路上的业务流量切换到所述备用链路上之后, 所述方法还包括:  The method according to any one of claims 1 to 4, wherein after the service traffic on the active link is switched to the standby link, the method further includes:
当检测发现所述主用链路的链路质量参数小于预先设定的阔值时, 重新将 所述备用链路上的业务流量切换到所述主用链路上。  When it is found that the link quality parameter of the primary link is less than a preset threshold, the service traffic on the standby link is switched to the primary link.
6、 一种业务流量控制装置, 其特征在于, 所述装置包括: 链路质量检测 单元和流量切换单元;  A service flow control device, the device comprising: a link quality detecting unit and a flow switching unit;
所述链路质量检测单元, 用于当主用链路的链路质量参数大于或等于预先 设定的阔值, 而所述主用链路对应的备用链路的链路质量参数小于所述预先设 定的阈值时, 触发所述流量切换单元; 所述流量切换单元, 用于根据所述链路质量检测单元的触发, 将所述主用 链路上的业务流量切换到所述备用链路上。 The link quality detecting unit is configured to: when a link quality parameter of the primary link is greater than or equal to a preset threshold, and a link quality parameter of the standby link corresponding to the primary link is smaller than the foregoing When the threshold is set, the flow switching unit is triggered; The traffic switching unit is configured to switch service traffic on the primary link to the standby link according to triggering by the link quality detecting unit.
7、 如权利要求 6所述的装置, 其特征在于, 所述链路质量检测单元包括: 参数获取单元, 用于周期性收集所述主用链路和备用链路的链路质量参数 信息;  The device according to claim 6, wherein the link quality detecting unit comprises: a parameter obtaining unit, configured to periodically collect link quality parameter information of the primary link and the standby link;
确定单元, 用于当所述主用链路的链路质量参数大于或等于所述预先设定 的阔值, 并且, 所述备用链路的链路质量参数小于所述预先设定的阔值时, 确 定所述主用链路的链路参数大于或等于预先设定的阔值, 而所述备用链路的链 路参数小于所述预先设定的阔值, 并触发所述流量切换单元。  a determining unit, configured to: when a link quality parameter of the primary link is greater than or equal to the preset threshold, and a link quality parameter of the standby link is smaller than the preset threshold Determining that the link parameter of the primary link is greater than or equal to a preset threshold, and the link parameter of the standby link is smaller than the preset threshold, and triggering the traffic switching unit .
8、 如权利要求 6所述的装置, 其特征在于, 所述流量切换单元包括: 调整单元,用于降低所述主用链路的权重值,提高所述备用链路的权重值; 切换单元, 用于根据经过所述调整单元处理后的主用链路和备用链路的权 重值, 将所述主用链路上的业务流量切换到所述备用链路上。  The device according to claim 6, wherein the traffic switching unit comprises: an adjusting unit, configured to reduce a weight value of the primary link, and increase a weight value of the standby link; And for switching service traffic on the primary link to the standby link according to weight values of the primary link and the backup link processed by the adjusting unit.
9、 如权利要求 6所述的装置, 其特征在于, 所述流量切换单元, 根据预 先设置的业务优先级, 将所述主用链路上的部分业务流量切换到所述备用链路 上。  The device according to claim 6, wherein the traffic switching unit switches part of the traffic on the primary link to the standby link according to a pre-set service priority.
10、 如权利要求 6至 9中任一权利要求所述的装置, 其特征在于, 所述装 置还包括:  The device according to any one of claims 6 to 9, wherein the device further comprises:
流量恢复单元, 用于当所述主用链路的链路质量参数小于预先设定的阔值 时, 重新将所述备用链路上的业务流量切换到所述主用链路上。  And a traffic recovery unit, configured to: when the link quality parameter of the primary link is less than a preset threshold, re-switch the service traffic on the standby link to the primary link.
PCT/CN2008/071478 2007-10-09 2008-06-28 A method and device for traffic flow switching WO2009046644A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CNA2007101638664A CN101159669A (en) 2007-10-09 2007-10-09 Service flow switching method and apparatus
CN200710163866.4 2007-10-09

Publications (1)

Publication Number Publication Date
WO2009046644A1 true WO2009046644A1 (en) 2009-04-16

Family

ID=39307594

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2008/071478 WO2009046644A1 (en) 2007-10-09 2008-06-28 A method and device for traffic flow switching

Country Status (2)

Country Link
CN (1) CN101159669A (en)
WO (1) WO2009046644A1 (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2400702A4 (en) * 2009-02-19 2013-03-27 Nec Corp Communication path monitoring method and transmission apparatus
CN109787797A (en) * 2017-11-14 2019-05-21 华为技术有限公司 Fault detection method, device and the system of link
CN112491700A (en) * 2020-12-14 2021-03-12 成都颜创启新信息技术有限公司 Network path adjusting method, system, device, electronic equipment and storage medium
CN112929292A (en) * 2021-03-07 2021-06-08 百果园技术(新加坡)有限公司 Flow scheduling method, system, equipment and storage medium based on machine room comparison
WO2021120796A1 (en) * 2019-12-16 2021-06-24 中兴通讯股份有限公司 Traffic control method, electronic device, and storage medium
CN113472642A (en) * 2021-06-10 2021-10-01 新华三信息安全技术有限公司 Protection switching method and device
CN113783791A (en) * 2020-06-10 2021-12-10 中国移动通信集团山东有限公司 Transmission control method and device suitable for packet transport network and transmission equipment
CN116455729A (en) * 2023-03-07 2023-07-18 中国石油大学(华东) Fault link detection and recovery method based on link quality assessment model
WO2024060120A1 (en) * 2022-09-22 2024-03-28 Citrix Systems, Inc. Adaptive network path selection for virtual meeting optimization

Families Citing this family (38)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101159669A (en) * 2007-10-09 2008-04-09 华为技术有限公司 Service flow switching method and apparatus
CN101577661B (en) * 2008-05-09 2013-09-11 华为技术有限公司 Method and equipment for switching path
CN101360006B (en) * 2008-06-17 2012-05-23 华为技术有限公司 Parlay application server, SIP distributor upgrading method and apparatus
CN101938660B (en) * 2009-06-30 2014-06-18 中兴通讯股份有限公司南京分公司 Service quality detection-based hot backup multiplexing method and system
CN101951680A (en) * 2009-07-10 2011-01-19 中兴通讯股份有限公司 Link protection method and device thereof
CN101800702A (en) * 2010-02-20 2010-08-11 中兴通讯股份有限公司 Method and network device for switching interface links
CN102123098B (en) * 2011-03-15 2015-05-20 中兴通讯股份有限公司 Method and system for protection switching of P2MP (Point-to-Multipoint) multicast channel
CN102149116B (en) * 2011-04-02 2015-05-20 迈普通信技术股份有限公司 Backup method and device for coordinator of wireless private area network
CN102299830B (en) * 2011-09-20 2014-02-05 杭州华三通信技术有限公司 Dial-up link detection method and equipment
CN102447639B (en) 2012-01-17 2016-03-09 华为技术有限公司 A kind of policy routing method and device
CN102724086B (en) * 2012-06-21 2018-05-04 中兴通讯股份有限公司 Detect the method and device of link quality
CN103780509B (en) * 2012-10-18 2017-04-12 杭州华三通信技术有限公司 Message forwarding method and routing forwarding device
CN103152251A (en) * 2013-02-27 2013-06-12 杭州华三通信技术有限公司 Method and device for processing message
CN104426855A (en) * 2013-08-23 2015-03-18 华为技术有限公司 Traffic switching method, equipment and system
CN103490948A (en) 2013-09-06 2014-01-01 华为技术有限公司 Method and device for predicting network performance
CN104579961B (en) * 2013-10-11 2018-09-07 中国移动通信集团公司 The dispatching method and device of data message
CN103517155B (en) * 2013-10-15 2017-11-03 浙江宇视科技有限公司 A kind of method and device of the flow dynamics control based on monitoring business
CN103560971A (en) * 2013-10-31 2014-02-05 华为技术有限公司 Network flow balancing control method and device
CN104640167A (en) * 2013-11-06 2015-05-20 中兴通讯股份有限公司 Millimeter wave directional link switching method and device for realizing link switching
CN103973567B (en) * 2014-05-06 2017-09-05 华为技术有限公司 The method for configuring route and device of VPN
CN105337862B (en) * 2014-06-30 2019-02-01 华为技术有限公司 The method and the network equipment of path switching
CN104363138A (en) * 2014-11-14 2015-02-18 迈普通信技术股份有限公司 Interface backup method and device
CN104618964A (en) * 2015-01-15 2015-05-13 青岛科技大学 Switching beam forming-based millimeter wave cooperative communication method
CN104618234B (en) * 2015-01-22 2018-12-07 华为技术有限公司 Control the method and system of network flow transmission path switching
CN104811343A (en) * 2015-05-12 2015-07-29 北京京东尚科信息技术有限公司 Network detection method and system of peer-to-peer network
CN106302204B (en) * 2015-05-15 2020-11-03 中兴通讯股份有限公司 Transmission processing method and device
CN108259254B (en) * 2016-12-28 2021-02-23 华为技术有限公司 Path quality detection method and network equipment
CN109428742B (en) 2017-08-22 2020-12-15 华为技术有限公司 Delay transmission path control method, network controller and system
CN109428816A (en) * 2017-08-28 2019-03-05 中国电信股份有限公司 Link protection method, device and storage medium
CN107634872B (en) * 2017-08-29 2021-02-26 深圳市米联科信息技术有限公司 Method and device for quickly and accurately measuring network link quality
CN108040007A (en) * 2017-12-01 2018-05-15 广州供电局有限公司 A kind of alternate routing link-quality monitoring method and system
CN109151219B (en) * 2018-09-07 2021-08-17 携程旅游信息技术(上海)有限公司 Call center voice quality detection method, system, equipment and storage medium
CN109728956A (en) * 2019-01-29 2019-05-07 网联清算有限公司 Link switch-over method, device, computer equipment and storage medium
CN112653626A (en) * 2019-10-12 2021-04-13 华为技术有限公司 High-delay link determining method, route publishing method and device
CN112787943A (en) * 2019-11-08 2021-05-11 中兴通讯股份有限公司 Traffic scheduling method and device and computer readable storage medium
CN110995585A (en) * 2019-12-10 2020-04-10 武汉瑞盈通网络技术有限公司 Link non-load sharing protection method
CN111835639B (en) * 2020-07-06 2021-03-19 杭州网银互联科技股份有限公司 SD-WAN network intelligent link selection method based on cloud computing
CN114640574B (en) * 2022-02-28 2023-11-28 天翼安全科技有限公司 Main and standby equipment switching method and device

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1832438A (en) * 2005-03-08 2006-09-13 华为技术有限公司 Service switchover system of next network and its method
CN1889547A (en) * 2006-08-03 2007-01-03 华为技术有限公司 Base band unit ring cascade resource back-up method and base band unit
WO2007023786A1 (en) * 2005-08-23 2007-03-01 Nec Corporation System and method for synchronization between a plurality of base stations and mobile station in upstream link radio transmission
CN1964544A (en) * 2005-11-11 2007-05-16 大唐移动通信设备有限公司 A method for dynamic distribution of side signalling link of base station in mobile communication system
CN101159669A (en) * 2007-10-09 2008-04-09 华为技术有限公司 Service flow switching method and apparatus

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1832438A (en) * 2005-03-08 2006-09-13 华为技术有限公司 Service switchover system of next network and its method
WO2007023786A1 (en) * 2005-08-23 2007-03-01 Nec Corporation System and method for synchronization between a plurality of base stations and mobile station in upstream link radio transmission
CN1964544A (en) * 2005-11-11 2007-05-16 大唐移动通信设备有限公司 A method for dynamic distribution of side signalling link of base station in mobile communication system
CN1889547A (en) * 2006-08-03 2007-01-03 华为技术有限公司 Base band unit ring cascade resource back-up method and base band unit
CN101159669A (en) * 2007-10-09 2008-04-09 华为技术有限公司 Service flow switching method and apparatus

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2400702A4 (en) * 2009-02-19 2013-03-27 Nec Corp Communication path monitoring method and transmission apparatus
CN109787797A (en) * 2017-11-14 2019-05-21 华为技术有限公司 Fault detection method, device and the system of link
EP3694150A4 (en) * 2017-11-14 2020-08-26 Huawei Technologies Co. Ltd. Link fault detection method, device, and system
CN109787797B (en) * 2017-11-14 2021-08-20 华为技术有限公司 Link fault detection method, device and system
US11463348B2 (en) 2017-11-14 2022-10-04 Huawei Technologies Co., Ltd. Link fault detection method, apparatus, and system
WO2021120796A1 (en) * 2019-12-16 2021-06-24 中兴通讯股份有限公司 Traffic control method, electronic device, and storage medium
CN113783791A (en) * 2020-06-10 2021-12-10 中国移动通信集团山东有限公司 Transmission control method and device suitable for packet transport network and transmission equipment
CN112491700A (en) * 2020-12-14 2021-03-12 成都颜创启新信息技术有限公司 Network path adjusting method, system, device, electronic equipment and storage medium
CN112929292A (en) * 2021-03-07 2021-06-08 百果园技术(新加坡)有限公司 Flow scheduling method, system, equipment and storage medium based on machine room comparison
CN113472642A (en) * 2021-06-10 2021-10-01 新华三信息安全技术有限公司 Protection switching method and device
WO2024060120A1 (en) * 2022-09-22 2024-03-28 Citrix Systems, Inc. Adaptive network path selection for virtual meeting optimization
CN116455729A (en) * 2023-03-07 2023-07-18 中国石油大学(华东) Fault link detection and recovery method based on link quality assessment model

Also Published As

Publication number Publication date
CN101159669A (en) 2008-04-09

Similar Documents

Publication Publication Date Title
WO2009046644A1 (en) A method and device for traffic flow switching
US9705735B2 (en) System and method using RSVP hello suppression for graceful restart capable neighbors
US8488444B2 (en) Fast remote failure notification
US9059902B2 (en) Procedures, apparatuses, systems, and computer-readable media for operating primary and backup network elements
US8565098B2 (en) Method, device, and system for traffic switching in multi-protocol label switching traffic engineering
US7990852B1 (en) Methods and apparatus for improving network communication using BFD and VRRP tracking system
US8908537B2 (en) Redundant network connections
WO2009135411A1 (en) A method and device for switching the path
WO2007006194A1 (en) A method and a device of detecting the quality of service in a communication network
WO2010069175A1 (en) Method, system and equipment for establishing bidirectional forwarding detection
US8543728B2 (en) Dampening interface flapping
WO2009024040A1 (en) A method and route equipment for sending route
WO2007016834A1 (en) A fast convergence method of point to point services and the provider edge device thereof
WO2011110118A2 (en) Fault detection method and system
TW201134151A (en) RSVP-TE graceful restart under fast re-route conditions
WO2012037820A1 (en) Multi-protocol label switch system, node device and method for establishing bidirectional tunnel
CN101610535A (en) Multilink direct continuous show scape guarantees the method, system and device of BFD conversation stability down
KR101688682B1 (en) Fast lsp alert mechanism
WO2006079292A1 (en) A method for creating the path for the return label in the multi-protocol label switching system
WO2015070608A1 (en) Oam performance monitoring method and apparatus
WO2011144158A1 (en) Method and system for independently implementing fault location by intermediate node
WO2015149353A1 (en) Oam packet processing method, network device and network system
WO2012016458A1 (en) Method and apparatus for data transmission in layer 2 virtual private network
CN101374106A (en) Method for forwarding data packet on MPLS LSP, network node and system
WO2008080311A1 (en) A linkage method of links and a communication device

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

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

Country of ref document: EP

Kind code of ref document: A1