WO2009092253A1 - 实现快速重路由的方法及路由器 - Google Patents
实现快速重路由的方法及路由器 Download PDFInfo
- Publication number
- WO2009092253A1 WO2009092253A1 PCT/CN2008/073655 CN2008073655W WO2009092253A1 WO 2009092253 A1 WO2009092253 A1 WO 2009092253A1 CN 2008073655 W CN2008073655 W CN 2008073655W WO 2009092253 A1 WO2009092253 A1 WO 2009092253A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- route
- primary
- outbound interface
- vpn
- router
- Prior art date
Links
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L45/00—Routing or path finding of packets in data switching networks
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L45/00—Routing or path finding of packets in data switching networks
- H04L45/22—Alternate routing
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L45/00—Routing or path finding of packets in data switching networks
- H04L45/28—Routing or path finding of packets in data switching networks using route fault recovery
Definitions
- the embodiments of the present invention relate to the field of communications, and in particular, to a method and a router for implementing fast rerouting. Background technique
- VPN Virtual Private Network
- ISP Internet Service Provider
- NSP Network Service Provider
- the PE the Provider Edge, the network provider's border routing device
- the CE the client edge, the routing device
- Communication the establishment of a dedicated data communication network in the public network.
- CE1 and CE2 belong to the same VPN.
- CE2 is dual-homed to two local PEs, namely PE2 and PE3 in the figure.
- AS Autonomous System
- the remote PE1 and the local PE2 and PE3 establish the IBGP (Interface Border Gateway Protocol) neighbor relationship, and the remote PE1 can receive the VPN routes advertised by ⁇ 2 and ⁇ 3.
- VPN route 1 VPN route 2 in Figure 1.
- Provider Provider, Network Provider Router
- PE1, PE2, PE3 establish the IGP (Interior Gateway Protocol) neighbor relationship.
- the main principles of the remote convergence are as follows: Assume that the remote PE1 prefers the VPN route 1 advertised by the PE2 to forward traffic, that is, the traffic is routed from CE1 to the PE1, PE1->P1->PE2 VPN route 1 to PE2. Then, PE2 reaches the CE2 through the PE2->CE2 IP route. In the process of traffic forwarding, if the CE2-PE2 link fails, the routing protocol such as PE2 path priority), ISIS (Intermediate System to Intermediate System) or BGP (Border Gateway Protocol) , The link of CE2-PE2 is faulty. Thereafter, PE2 notifies the remote PE1 of the downlink fault through BGP. After receiving the BGP advertisement, PE1 triggers the BGP VPN route convergence.
- PE1 re-routes the route preferentially.
- the VPN route 2 advertised by PE3 is used as the preferred route, and PE2 deletes the original VPN route 1.
- PE1 sends the new preferred route to the forwarding plane.
- the traffic will be routed from CE1 to CE1, PE1, PE1, PE1, PE1, PE1, PE3, and PE3.
- PE3 reaches the CE2 through the PE3->CE2 IP route. This achieves re-convergence of the VPN service.
- CE1 and CE2 belong to the same VPN.
- CE2 is dual-homed to two local PEs, namely PE2 and PE3 in the figure.
- the remote PE1 establishes an IBGP neighbor relationship with the local PE2 and PE3.
- the PE1 can receive the VPN routes advertised by PE2 and PE3, which are VPN route 1 and VPN route 2.
- PE2 can receive two routes, namely, the CE2-PE2 IP route and the VPN route advertised by PE3, as shown by the dotted line in Figure 2.
- P1 establishes an IGP neighbor relationship with PE1, PE2, and PE3.
- the main principles of local convergence are as follows: Assume that the remote PE1 prefers the VPN route advertised by PE2, and the local PE2 prefers the PE2-CE2 IP route to forward traffic. That is, traffic is routed from CE1 to CE1 through PE1, PE1->P1- > PE2 VPN route 1 to PE2, and then PE2 reaches the CE2 through the PE2->CE2 IP route.
- the traffic forwarding process if the CE2-PE2 link is faulty, PE2 can detect the link fault of CE2-PE2 through the routing protocol of OSPF, ISIS, or BGP between CE2-PE2. After that, PE2 directly triggers local route convergence, that is, PE2 re-routing is preferred, and the VPN route advertised by PE3 is used as the preferred route.
- PE2 sends the new preferred route to the forwarding plane, and the forwarding plane
- the traffic will be routed from CE1 to CE1 through the CE1->PE1 IP to PE1, PE1->P1->PE2 VPN route 1 to PE2, and then PE2 to PE2 via PE2->PE3->CE2 VPN route to CE2.
- PE2 notifies the remote PE1 of the downlink fault through BGP.
- PE1 re-optimizes the VPN route 2 advertised by PE3.
- PE2 deletes the original VPN route 1.
- PE1 sends the new preferred route to the forwarding plane.
- the traffic will be routed from CE1 to CE1 through the CE1->PE1 to PE1, PE1->P1->PE3 VPN route 2 to PE3, and then PE3 reaches the CE2 through the PE3->CE2 IP route.
- This process is the routing update process.
- the embodiments of the present invention provide a method and a router for implementing the fast re-routing to improve the fault detection speed and service convergence speed of the VPN service when the local PE-CE link is faulty.
- an embodiment of the present invention provides a method for implementing fast re-routing, including: a primary IP route established between a local network provider border routing device PE and a customer border routing device CE, and a corresponding standby virtual private network VPN. The route is delivered to the routing forwarding table of the PE;
- the traffic sent to the CE is all switched to the backup VPN route for forwarding.
- the embodiment of the present invention further provides a router for implementing fast rerouting, which is used as a network provider border routing device PE, and includes:
- a routing and sending unit configured to deliver the primary IP route and the corresponding standby VPN route established between the router and the customer border routing device CE to the router Routing forwarding table;
- the fault detection unit is configured to quickly detect a link fault between the CE and the router by using a BFD fault detection mechanism.
- a fault processing unit configured to trigger the router rerouting after the fault detecting unit detects a link fault between the CE and the router corresponding to the primary IP route, and send the packet to the CE The traffic is all switched to the alternate VPN route for forwarding.
- BFD Bidirectional Forwarding Detection
- the VPN route is delivered to the routing and forwarding table of the PE of the network provider's border routing device.
- the VPN service can be quickly converged to meet the real-time service requirements of the user.
- FIG. 1 is a schematic diagram of a remote convergence scheme of a VPN service in the prior art
- FIG. 2 is a schematic diagram of a local convergence scheme of a VPN service in the prior art
- FIG. 3 is a schematic diagram of implementing a fast rerouting scheme according to an embodiment of the present invention.
- FIG. 4 is a flowchart of a method for implementing fast re-routing in a first embodiment of the present invention
- FIG. 5 is a flowchart of a method for implementing fast re-routing in a second embodiment of the present invention
- FIG. 6 is a schematic structural diagram of a router according to an embodiment of the present invention.
- FIG. 3 is a schematic diagram of implementing a fast rerouting scheme according to an embodiment of the present invention.
- the setting scenario of the embodiment of the present invention is as follows: CE1 and CE2 belong to the same VPN, and CE2 is dual-homed to two local PE devices, namely PE2 and PE3 in FIG.
- the remote PE1 establishes an IBGP neighbor relationship with the local PE2 and the PE3.
- the PE1 can receive the VPN routes advertised by PE2 and PE3, which are VPN route 1 and VPN route 2 in Figure 3.
- P1 and PE1, PE2, and PE3 Do not establish an IGP neighbor relationship.
- the remote PE1 prefers the VPN route advertised by the PE2.
- the local PE2 prefers the PE2-CE2 IP route to forward traffic. That is, the traffic is routed from CE1 to the PE1, PE1->P1->PE2 VPN route 1 through CE1->PE1. To PE2, PE2 then reaches CE2 via PE2->CE2 IP route.
- FIG. 4 it is a flowchart of a method for implementing fast re-routing according to a first embodiment of the present invention, where the method includes:
- the primary IP route and the backup VPN route are delivered to the routing and forwarding table of the PE.
- the routing forwarding table of PE2 is as follows:
- BFD is used between the local PE and the CE to detect link faults.
- BFD is a mechanism for detecting whether a forwarding path between a pair of forwarding engines is available. It provides a low-overhead, short detection period (usually within 30ms) failure detection mechanism between two adjacent systems. Includes interfaces, data links, and detection by the forwarding engine itself.
- the BFD finds that the CE-PE link is faulty and notifies the PE control plane.
- the PE2 After the fault is detected, the PE2 detects the fault of the CE2-PE2 link. Then, the fault is notified to the PE2 control plane through BFD.
- the PE control plane sets the outbound interface status of the primary IP route to be invalid, and switches all traffic to the alternate VPN route for forwarding.
- the PE2 control plane disables the outbound interface status of the primary IP route in the PST (Port Status Table).
- the notification forwarding plane removes the primary IP route, refreshes the forwarding entry, and triggers local PE fast reroute. , that is, select the alternate VPN route to forward traffic.
- the traffic will be routed from CE1 to CE1 through the CE1->PE1 IP to PE1, PE1->P1->PE2 VPN route 1 to PE2, and then PE2 to PE2 via PE2->PE3->CE2 VPN route to CE2. This enables fast convergence of VPN services.
- PE2 perform routing update.
- PE2 notifies the remote PE1 of the CE2-PE2 link fault through BGP.
- PE1 re-optimizes the VPN route 2 advertised by PE3.
- PE2 deletes the original VPN route 1.
- PE1 sends the new preferred route to the forwarding plane.
- the traffic will be routed from CE1 to CE1, PE1, PE1, PE1, PE1, PE1, and PE3.
- PE3 reaches the CE2 through the PE3->CE2 IP route.
- the method for implementing the fast re-routing according to the first embodiment of the present invention can quickly detect the fault of the local PE-CE link by using the BFD, and deliver the primary network IP route and the standby virtual private network VPN route to the network provider border routing device.
- the VPN service can be quickly converged to meet the real-time service requirements of the user.
- FIG. 5 is a flowchart of a method for implementing fast re-routing according to a second embodiment of the present invention.
- the method is different from the first embodiment in that the association between the BFD and the outbound interface status of the primary route is configured. That is, once the BFD detects the node or the link is faulty, the outbound interface status of the active route is invalid. If the outbound interface status of the active route is invalid, the PE fast reroute is triggered immediately, and all traffic is switched to the alternate route forwarding. .
- the method includes:
- the primary IP route and the backup VPN route are delivered to the routing and forwarding table of the PE, and the outbound interface status index entry is associated with the PST.
- the primary IP route and the standby VPN route are delivered to the routing table of the PE.
- the outbound interface state index entry is set in the routing forwarding table, and the outbound interface state index entry is associated with the port state table PST.
- the routing forwarding table of PE2 is as follows:
- BFD is used to detect link faults between the local PE and the CE.
- the BFD finds that the CE-PE link is faulty and sets the outbound interface status of the primary IP route in the PST to be invalid.
- PE2 detects the fault of the CE2-PE2 link through the BFD fault detection mechanism.
- BFD The status of the outbound interface of the primary IP route is invalidated through the linkage setting with the outbound interface status of the PST.
- the PE finds the status of the corresponding outbound interface in the PST through the outbound interface status index of the primary IP route, and switches all traffic to the alternate VPN route for forwarding.
- PE2 forwards VPN service packets, it first performs the longest match of the route prefix in the route forwarding table. After the match is successful, the status of the outbound interface in the PST is found through the outbound interface status index of the primary IP route. If the outgoing interface status is valid, the primary IP route is used for forwarding. Otherwise, the alternate VPN route is used for forwarding.
- PE2 notifies the remote PE1 of the CE2-PE2 link fault through BGP. After receiving the BGP advertisement, PE1 re-selects the VPN route 2 advertised by PE3. PE2 deletes the original VPN route 1. Then, PE1 sends the new preferred route to the forwarding plane. After the forwarding plane entry is updated, the traffic will be routed from CE1 to CE1, PE1, PE1, PE1, PE1, PE1, and PE3. PE3 reaches the CE2 through the PE3->CE2 IP route.
- the method for implementing the fast re-routing according to the second embodiment of the present invention can quickly detect the fault of the local PE-CE link through the BFD. When the fault occurs, the association between the BFD and the outbound interface of the active route is detected.
- the device can quickly switch the VPN service to the backup path.
- the service convergence does not need to be dependent on the control plane. Even when the control plane is busy, services can be quickly converge, ensuring smooth transition of service data, and reducing service interruption and data loss. Better meet the real-time business needs of users.
- the embodiment of the present invention further provides a router.
- the router includes: a route delivery unit 301, configured to deliver the primary IP route and the backup VPN route to the route forwarding table;
- the fault detection unit 302 is configured to quickly detect a CE2-PE2 link fault by using a BFD fault detection mechanism.
- the fault processing unit 303 is configured to detect the CE2-PE2 link in the fault detecting unit 302. After the fault occurs, PE2 re-routing is triggered, and all traffic is switched to the alternate VPN route for forwarding.
- the router includes:
- the routing update unit 304 is configured to notify the remote PE1 of the CE2-PE2 link failure, and delete the original VPN route 1. After the entry of the forwarding plane is updated, the traffic will be routed from CE1 to CE1 through the CE1->PE1 IP to PE1, PE1->P1->PE3 VPN route 2 to PE3, and then PE3 will reach the CE2 through the PE3->CE2 IP route.
- the router further includes:
- the outbound interface state association unit is configured to set an outbound interface state index entry in the route forwarding table, associate the outbound interface state index entry with the PST, and use the fault detection unit 302 to detect the CE2-PE2 link failure.
- the outbound interface status entry of the primary IP route in the PST is invalidated by setting the association with the outbound interface status of the PST.
- the route matching unit is configured to perform the longest match of the route prefix in the route forwarding table. After the match is successful, the outbound interface status of the PST is found through the outbound interface status index of the primary IP route, and the status of the outbound interface is valid. If the outbound interface status is valid, the primary IP route is used for forwarding. Otherwise, the fault handling unit 303 is notified to switch all traffic to the alternate VPN route for forwarding.
- the router provided by the embodiment of the present invention can quickly detect the fault of the local PE-CE link through the BFD, and deliver the primary IP route and the standby virtual private network VPN route to the routing forwarding table of the network provider border routing device PE.
- the VPN service can be quickly convened to meet the real-time service requirements of the user.
- the embodiments of the invention may be stored in a computer readable medium, which may be a medium containing, storing, communicating, propagating, or transmitting a computer program for use with the instructions to operate the embodiments of the invention.
- the computer readable medium can be an electronic, magnetic, electromagnetic, optical, infrared, or semiconductor system, apparatus, device, propagation medium, or computer memory.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
Description
实现快速重路由的方法及路由器 本申请要求于 2007年 12 月 28 日提交中国专利局, 申请号为 200710125711.1 , 发明名称为 "实现快速重路由的方法及路由器" 的 中国专利申请的优先权, 其全部内容通过引用结合在本申请中。 技术领域
本发明实施例涉及通信领域,特别涉及一种实现快速重路由的方 法及路由器。 背景技术
VPN ( Virtual Private Network, 虚拟私有网)是依靠 ISP ( Internet Service Provider, 月良务提供商 )和 NSP ( Network Service Provider, 网络服务提供商)在公共网络中建立专用数据通信网络的技术。 在 VPN中, 公网中的 PE ( Provider Edge , 网络提供商边界路由设备 ) 和私网中的 CE ( Client Edge, 客户边界路由设备)建立连接, 同属 于一个私网的 CE可以通过公网进行通信, 实现在公共网络中建立 专用数据通信网络。
随着 VPN技术的广泛应用,运营商对网络故障时的业务收敛速度 非常重视。 下面介绍现有技术中 VPN网络中本地 PE-CE链路故障时采 用的远端收敛方案和本地收敛方案。
如图 1所示, 描述了 VPN业务部署实施中的远端收敛方案。 CE1 和 CE2同属一个 VPN, CE2双归属两个本地 PE设备, 即图中的 PE2、 PE3。 在 AS ( Autonomous System, 自治系统) 100内, 远端 PE1和本 地 PE2、 PE3分别建立 IBGP ( Interior Border Gateway Protocol , 内部边 界网关协议)邻居关系, 远端 PE1可以接收到 ΡΕ2和 ΡΕ3发布的 VPN路 由, 分别为图 1中的 VPN路由 1、 VPN路由 2。 Ρ ( Provider , 网络提供 商路由器) 1和 PE1、 PE2、 PE3分别建立 IGP ( Interior Gateway Protocol, 内部网关协议)邻居关系。
远端收敛的主要原理如下: 假设远端 PE1优选 PE2发布的 VPN路 由 1转发流量, 即: 流量从 CE1经 CE1->PE1 IP路由至 PEl 、 PE1->P1->PE2 VPN路由 1至 PE2、 再由 PE2经 PE2->CE2 IP路由到达 CE2。 在流量转发过程中, 如果 CE2-PE2链路发生故障, 那么, PE2 路径优先 ) 、 ISIS ( Intermediate System to Intermediate System, 中间 系统到中间系统 )或 BGP ( Border Gateway Protocol, 边界网关协议 ) 等路由协议, 检测到 CE2-PE2的链路故障。 此后, PE2通过 BGP通知 远端 PE1下行链路故障。 PE1接收到 BGP通告后, 就触发 BGP VPN路 由收敛, 即: PE1重新进行路由优选, 将 PE3发布的 VPN路由 2作为优 选路由, PE2删除原来的 VPN路由 1。 然后, PE1将新的优选路由下发 给转发平面, 转发平面的表项更新后, 流量将从 CE1经 CE1->PE1 IP 路由至 PE1、 PE1->P1->PE3 VPN路由 2至 PE3、再由 PE3经 PE3->CE2 IP 路由到达 CE2。 这样实现 VPN业务的重新收敛。
如图 2所示,描述了 VPN业务部署实施中的本地收敛方案。 CE1 和 CE2同属一个 VPN, CE2双归属两个本地 PE设备,即图中的 PE2、 PE3。 在 AS 100内, 远端 PE1和本地 PE2、 PE3分别建立 IBGP邻居 关系, PE1可以接收到 PE2和 PE3发布的 VPN路由, 分别为图中的 VPN路由 1、 VPN路由 2。 PE2可以接收两条路由, 分别为 CE2-PE2 IP路由、 及 PE3发布的 VPN路由, 如图 2中虚线所示。 P1和 PE1、 PE2、 PE3分别建立 IGP邻居关系。
本地收敛的主要原理如下: 假设远端 PE1优选 PE2发布的 VPN路 由 1、 本地 PE2优选 PE2-CE2 IP路由转发流量, 即: 流量从 CE1经 CE1->PE1 IP路由至 PEl、 PE1->P1->PE2 VPN路由 1至 PE2、 再由 PE2 经 PE2->CE2 IP路由到达 CE2。在流量转发过程中, 如果 CE2-PE2链路 发生故障, 那么, PE2可以通过 CE2-PE2之间的 OSPF、 ISIS, 或 BGP 等路由协议, 检测到 CE2-PE2的链路故障。 此后, PE2直接触发本地 路由收敛, 即: PE2重新进行路由优选, 将 PE3发布的 VPN路由作为 优选路由, 然后, PE2将新的优选路由下发给转发平面, 转发平面的
表项更新后, 流量将从 CE1经 CE1->PE1 IP路由至 PE1、 PE1->P1->PE2 VPN路由 1至 PE2、 再由 PE2经 PE2->PE3->CE2 VPN路由到达 CE2。 从 而实现 VPN业务的重新收敛。 此后, PE2通过 BGP通知远端 PE1下行 链路故障。 PE1接收到 BGP通告后, 重新优选 PE3发布的 VPN路由 2, PE2删除原来的 VPN路由 1。 然后, PE1将新的优选路由下发给转发平 面,转发平面的表项更新后,流量将从 CE1经 CE1->PE1 IP路由至 PE1、 PE1->P1->PE3 VPN路由 2至 PE3、 再由 PE3经 PE3->CE2 IP路由到达 CE2。 此过程为路由更新过程。
在实现本发明的过程中,发明人发现上述现有技术至少存在以下 缺点: 依靠路由协议实现本地 CE-PE故障检测, 只能保证秒级检测, 在 VPN业务因本地 PE-CE链路故障而引发业务中断的情况下, 现有 方案的故障检测时间过长。 发明内容
本发明实施例提供了一种实现快速重路由的方法及路由器, 以提 高 VPN业务在本地 PE-CE链路故障时的故障检测速度和业务收敛速 度。
一方面,本发明实施例提供了一种实现快速重路由的方法,包括: 将本地网络提供商边界路由设备 PE与客户边界路由设备 CE之间 建立的主用 IP路由和对应备用虚拟私有网 VPN路由下发到所述 PE的 路由转发表中; 测;
当检测到所述主用 IP路由对应的链路故障后,将发往所述 CE的流 量全部切换至所述备用 VPN路由上转发。
另一方面, 本发明实施例还提供了一种实现快速重路由的路由 器, 用作网络提供商边界路由设备 PE, 包括:
路由下发单元, 用于将所述路由器与所辖与客户边界路由设备 CE之间建立的主用 IP路由和对应备用 VPN路由下发到所述路由器的
路由转发表中;
故障检测单元, 用于通过 BFD故障检测机制, 快速检测所述 CE 和所述路由器之间的链路故障;
故障处理单元, 用于在所述故障检测单元检测到所述 CE和所述 路由器之间与所述主用 IP路由对应的链路故障后,触发所述路由器重 路由, 将发往所述 CE的流量全部切换至所述备用 VPN路由上转发。
从以上技术方案可以看出, 本发明实施例具有以下优点: 采用 BFD ( Bidirectional Forwarding Detection, 双向转发检测)可以快速 检测本地 PE-CE链路的故障, 将主用网络 IP路由和备用虚拟私有网 VPN路由下发到网络提供商边界路由设备 PE的路由转发表中, 当快 速检测到本地 PE-CE链路发生故障时, 有助于实现 VPN业务的快速 收敛, 满足用户的实时性业务需求。 附图说明
图 1为现有技术 VPN业务的远端收敛方案示意图;
图 2为现有技术 VPN业务的本地收敛方案示意图;
图 3为本发明实施例中实现快速重路由方案示意图;
图 4为本发明第一实施例中实现快速重路由的方法流程图; 图 5为本发明第二实施例中实现快速重路由的方法流程图; 图 6为本发明实施例的路由器的结构示意图。 具体实施方式
为使本发明的目的、 技术方案和优点更加清楚明白, 下面结合实 施例和附图, 对本发明进一步详细说明。
参见图 3, 为本发明实施例中实现快速重路由方案示意图。 本发 明实施例设定场景如下: CE1和 CE2同属一个 VPN, CE2双归属两个 本地 PE设备, 即图 3中的 PE2、 PE3。在 AS100内,远端 PE1和本地 PE2、 PE3分别建立 IBGP邻居关系, PE1可以接收到 PE2和 PE3发布的 VPN路 由, 分别为图 3中的 VPN路由 1、 VPN路由 2。 P1和 PE1、 PE2、 PE3分
别建立 IGP邻居关系。正常情况下远端 PE1优选 PE2发布的 VPN路由 1、 本地 PE2优选 PE2-CE2 IP路由转发流量, 即: 流量从 CE1经 CE1->PE1 IP路由至 PE1、 PE1->P1->PE2 VPN路由 1至 PE2、再由 PE2经 PE2->CE2 IP路由到达 CE2。
参见图 4 , 为本发明第一实施例实现快速重路由的方法流程图, 该方法包括:
101、 将主用 IP路由和备用 VPN路由下发到 PE的路由转发表中。 PE2的路由转发表如下所示:
102、 本地 PE与 CE之间采用 BFD进行链路故障检测。
BFD 是一种用来检测一对转发引擎之间的转发路径是否可用的 机制, 其在两个相邻系统之间提供一种低开销、 短检测周期(通常在 30ms 内) 的失败检测机制, 包括接口、 数据链路以及转发引擎自身 的检测。
103、 BFD发现 CE-PE链路故障, 通知 PE控制平面。
PE2通过 BFD故障检测机制, 快速检测到 CE2-PE2链路故障; 之 后, 通过 BFD将故障通知给 PE2控制平面。
104、 PE控制平面将主用 IP路由的出接口状态置为无效, 并将流 量全部切换至备用 VPN路由上转发。
PE2控制平面在 PST ( Port Status Table , 端口状态表 )中将主用 IP 路由的出接口状态置为无效; 通知转发平面将主用 IP路由拆除, 并刷 新转发表项、触发本地 PE快速重路由,即选取备用 VPN路由转发流量。 流量将从 CE1经 CE1->PE1 IP路由至 PE1、 PE1->P1->PE2 VPN路由 1至 PE2、 再由 PE2经 PE2->PE3->CE2 VPN路由到达 CE2。 从而实现 VPN 业务的快速收敛。
105、 进行路由更新。
PE2通过 BGP将 CE2-PE2链路故障通知给远端 PE1。 PE1接收到 BGP通告后, 重新优选 PE3发布的 VPN路由 2 , PE2删除原来的 VPN路 由 1。 然后, PE1将新的优选路由下发给转发平面, 转发平面的表项更 新后, 流量将从 CE1经 CE1->PE1 IP路由至 PE1、 PE1->P1->PE3 VPN 路由 2至 PE3、 再由 PE3经 PE3->CE2 IP路由到达 CE2。
采用本发明第一实施例实现快速重路由的方法, 可以通过 BFD快 速检测本地 PE-CE链路的故障, 将主用网络 IP路由和备用虚拟私有网 VPN路由下发到网络提供商边界路由设备 PE的路由转发表中,当快速 检测到本地 PE-CE链路发生故障时, 有助于实现 VPN业务的快速收 敛, 满足用户的实时性业务需求。
参见图 5 , 为本发明第二实施例实现快速重路由的方法流程图, 该方法与第一实施例的区别在于,配置 BFD和主用路由的出接口状态 的联动。 即: 一旦 BFD检测节点或链路故障, 就将主用路由的出接口 状态置为无效; 一旦主用路由的出接口状态无效,就立即触发 PE快速 重路由, 将全部流量切换至备用路由转发。 该方法包括:
201、 将主用 IP路由和备用 VPN路由下发到 PE的路由转发表中, 并将其中出接口状态索引表项与 PST关联。
将主用 IP路由和备用 VPN路由下发到 PE的路由转发表中,在路由 转发表中设置出接口状态索引表项,并将出接口状态索引表项与端口 状态表 PST关联。
PE2的路由转发表如下所示:
202、 本地 PE与 CE之间采用 BFD进行链路故障检测。
203、 BFD发现 CE-PE链路故障, 将 PST中主用 IP路由的出接口状 态置为无效。
PE2通过 BFD故障检测机制,快速检测到 CE2-PE2链路故障; BFD
通过与 PST中出接口状态的联动设置, 将主用 IP路由的出接口状态置 为无效。
204、 PE通过主用 IP路由的出接口状态索引找到 PST中对应的出 接口状态, 将流量全部切换至备用 VPN路由上转发。
PE2转发 VPN业务报文的时候, 首先在路由转发表中进行路由前 缀的最长匹配。 匹配成功后, 通过主用 IP路由的出接口状态索引找到 PST中对应的出接口状态, 查看此时出接口状态是否有效。 如果出接 口状态为有效, 则使用主用 IP路由进行转发, 否则, 使用备用 VPN路 由进行转发。
CE2-PE2链路故障的情况下, 主用 IP路由的出接口状态为无效, 则 PE2将流量全部切换至备用 VPN路由上转发。
205、 进行路由更新。
PE2通过 BGP将 CE2-PE2链路故障通知给远端 PE1。 PE1接收到 BGP通告后, 重新选择 PE3发布的 VPN路由 2, PE2删除原来的 VPN路 由 1。 然后, PE1将新的优选路由下发给转发平面, 转发平面的表项更 新后, 流量将从 CE1经 CE1->PE1 IP路由至 PE1、 PE1->P1->PE3 VPN 路由 2至 PE3、 再由 PE3经 PE3->CE2 IP路由到达 CE2。
采用本发明第二实施例实现快速重路由的方法, 可以通过 BFD快 速检测本地 PE-CE链路故障, 当故障发生时, 由于配置 BFD和主用路 由的出接口状态的联动,检测到故障的设备可以快速将 VPN业务切换 到备份路径上, 业务收敛不需要依赖于控制平面的, 即使控制平面繁 忙时, 也可以实现业务的快速收敛, 保证业务数据的平滑过渡, 减少 业务中断和数据丟失, 更好地满足用户的实时性业务需求。
本发明实施例还提供了一种路由器, 参见图 6, 所述路由器包括: 路由下发单元 301 , 用于将主用 IP路由和备用 VPN路由下发到路 由转发表中;
故障检测单元 302 , 用于通过 BFD故障检测机制, 快速检测到 CE2-PE2链路故障;
故障处理单元 303, 用于在故障检测单元 302检测到 CE2-PE2链路
故障后, 触发 PE2重路由, 将流量全部切换至备用 VPN路由上转发。 可选地, 所述路由器包括:
路由更新单元 304, 用于将 CE2-PE2链路故障通知给远端 PE1 , 删 除原来的 VPN路由 1。 转发平面的表项更新后, 流量将从 CE1经 CE1->PE1 IP路由至 PE1、 PE1->P1->PE3 VPN路由 2至 PE3、 再由 PE3 经 PE3->CE2 IP路由到达 CE2。
可选地, 所述路由器还包括:
出接口状态关联单元,用于在路由转发表中设置出接口状态索引 表项, 并将出接口状态索引表项与 PST关联, 及用于在故障检测单元 302检测到 CE2-PE2链路故障时, 通过与 PST中出接口状态的联动设 置, 将 PST中主用 IP路由的出接口状态表项置为无效;
路由匹配单元, 用于在路由转发表中进行路由前缀的最长匹配, 匹配成功后, 通过主用 IP路由的出接口状态索引找到 PST中对应的出 接口状态, 查看此时出接口状态是否有效, 如果出接口状态为有效, 则使用主用 IP路由进行转发, 否则, 则通知故障处理单元 303将流量 全部切换至备用 VPN路由上转发。
采用本发明实施例提供的路由器, 可以通过 BFD快速检测本地 PE-CE链路的故障, 将主用 IP路由和备用虚拟私有网 VPN路由下发到 网络提供商边界路由设备 PE的路由转发表中, 当快速检测到本地 PE-CE链路发生故障时, 有助于实现 VPN业务的快速收敛, 满足用户 的实时性业务需求。
当本地 PE-CE链路故障恢复, 可以通过类似本发明实施例提供的 方法及路由器将流量回切, 此处不再赘述。
本发明实施例或其一部分可以存储在计算机可读介质中,该计算 机可读介质可以是包含、 存储、 传达、 传播或者传输计算机程序的介 质,所述计算机程序为使用指令以运行本发明实施例所提供的系统装 置、 系统或者设备的程序, 或者是与该指令有关的程序。 该计算机可 读介质可以是电子、磁、 电磁、 光学、 红外或者半导体的系统、 装置、 设备、 传播介质或者计算机存储器。
以上所述仅是本发明的优选实施方式, 应当指出, 对于本技术领 域的普通技术人员来说, 在不脱离本发明原理的前提下, 还可以做出 若干改进和润饰, 这些改进和润饰也应视为本发明的保护范围。
Claims
1、 一种实现快速重路由的方法, 其特征在于, 包括:
将本地网络提供商边界路由设备 PE与客户边界路由设备 CE之间 建立的主用 IP路由和对应备用虚拟私有网 VPN路由下发到所述 PE的 路由转发表中; 测;
当检测到所述主用 IP路由对应的链路故障后,将发往所述 CE的流 量全部切换至所述备用 VPN路由上转发。
2、 如权利要求 1所述的方法, 其特征在于, 还包括:
在所述路由转发表中设置出接口状态索引表项,所述出接口状态 索引表项与本地端口状态表 PST关联, 并设置 BFD与 PST中出接口状 态的联动;
检测到所述主用 IP路由对应的链路故障时, 通过所述 BFD与 PST 中出接口状态的联动, 将所述主用 IP路由的出接口状态置为无效。
3、 如权利要求 2所述的方法, 其特征在于, 所述将发往所述 CE 的流量全部切换至备用 VPN路由上转发之前, 所述方法还包括: 在所述路由转发表中进行路由前缀的最长匹配, 匹配成功后, 通 过所述主用 IP路由的出接口状态索引查找所述 PST中对应的出接口状 态, 所述 PST中对应的出接口状态为无效。
4、 如权利要求 1所述的方法, 其特征在于, 所述将发往所述 CE 的流量全部切换至备用 VPN路由上转发之前, 所述方法还包括: 当检测到所述主用 IP路由对应的链路故障时,通过 PE控制平面通 知转发平面将主用 IP路由拆除, 并刷新转发表项。
5、 如权利要求 1-4任一项所述的方法, 其特征在于, 还包括: 将链路故障通知给远端 PE, 所述远端 PE接收到通知后重新选择 路由, 并将重新选择的路由下发给转发平面进行路由更新。
6、 一种实现快速重路由的路由器, 用作网络提供商边界路由设
备 PE, 其特征在于, 包括:
路由下发单元, 用于将所述路由器与所辖与客户边界路由设备 CE之间建立的主用 IP路由和对应备用 VPN路由下发到所述路由器的 路由转发表中;
故障检测单元, 用于通过 BFD故障检测机制, 快速检测所述 CE 和所述路由器之间的链路故障;
故障处理单元, 用于在故障检测单元检测到所述 CE和路由器之 间与所述主用 IP路由对应的链路故障后, 触发所述路由器重路由, 将 发往所述 CE的流量全部切换至所述备用 VPN路由上转发。
7、 如权利要求 6所述的路由器, 其特征在于, 还包括:
出接口状态关联单元,用于在路由转发表中设置出接口状态索引 表项, 并将出接口状态索引表项与所述路由器的端口状态表 PST关 联, 及用于在故障检测单元检测到所述 CE和所述路由器之间与所述 主用 IP路由对应的链路故障时,通过与 PST中出接口状态的联动设置, 将 PST中主用 IP路由的出接口状态表项置为无效;
路由匹配单元, 用于在路由转发表中进行路由前缀的最长匹配, 匹配成功后, 通过所述主用 IP路由的出接口状态索引找到 PST中对应 的出接口状态, 查看此时所述 PST中对应的出接口状态是否有效, 如 果所述 PST中对应的出接口状态为有效,则使用主用 IP路由进行转发, 否则, 则通知所述故障处理单元将发往所述 CE的流量全部切换至所 述备用 VPN路由上转发。
8、 如权利要求 6或 7所述的路由器, 其特征在于, 还包括: 路由更新单元, 用于将所述链路故障通知给远端 PE。
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN200710125711.1 | 2007-12-28 | ||
CNA2007101257111A CN101217457A (zh) | 2007-12-28 | 2007-12-28 | 实现快速重路由的方法及路由器 |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2009092253A1 true WO2009092253A1 (zh) | 2009-07-30 |
Family
ID=39623820
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/CN2008/073655 WO2009092253A1 (zh) | 2007-12-28 | 2008-12-22 | 实现快速重路由的方法及路由器 |
Country Status (2)
Country | Link |
---|---|
CN (1) | CN101217457A (zh) |
WO (1) | WO2009092253A1 (zh) |
Families Citing this family (27)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101217457A (zh) * | 2007-12-28 | 2008-07-09 | 华为技术有限公司 | 实现快速重路由的方法及路由器 |
CN101442485B (zh) * | 2008-12-18 | 2011-08-24 | 华为技术有限公司 | 一种组播转发的方法、装置和系统 |
CN101710875A (zh) * | 2009-12-22 | 2010-05-19 | 中兴通讯股份有限公司 | 一种实现快速重路由的方法及装置 |
CN101753464A (zh) * | 2010-01-22 | 2010-06-23 | 中兴通讯股份有限公司 | 路由收敛方法、运营商边缘设备及虚拟专用网系统 |
CN101719815A (zh) * | 2010-02-20 | 2010-06-02 | 朴君 | Vpn多路由网络加速方法 |
CN102195822B (zh) * | 2010-03-01 | 2014-05-07 | 杭州华三通信技术有限公司 | 一种故障检测的方法和服务提供商边缘设备 |
CN101827034A (zh) * | 2010-05-12 | 2010-09-08 | 中兴通讯股份有限公司 | 实现快速重路由的方法及装置 |
CN102347885B (zh) * | 2010-07-29 | 2016-01-20 | 杭州华三通信技术有限公司 | 一种路由切换的方法和装置 |
CN101977150B (zh) * | 2010-11-05 | 2012-05-23 | 华为技术有限公司 | 一种l3vpn中实时恢复vpn报文转发的方法和设备 |
CN102035740B (zh) * | 2010-12-17 | 2015-09-16 | 中兴通讯股份有限公司 | 多协议标签交换三层私有虚拟网快速重路由方法及系统 |
CN102158393B (zh) * | 2010-12-31 | 2014-04-16 | 华为技术有限公司 | 一种vpn路由更新方法及装置 |
CN102857418B (zh) * | 2012-08-30 | 2015-09-23 | 杭州华三通信技术有限公司 | 一种基于vpn的快速重路由切换方法及设备 |
CN102916877B (zh) * | 2012-09-19 | 2015-06-17 | 华为技术有限公司 | 一种设置黑洞介质访问控制mac转发表的方法及装置 |
CN103248536B (zh) * | 2013-04-28 | 2017-12-29 | 新华三技术有限公司 | 一种虚链路pw检测方法及设备 |
CN103312579B (zh) * | 2013-05-29 | 2016-06-08 | 深圳市深信服电子科技有限公司 | 线路切换方法及装置 |
CN105656812B (zh) * | 2014-11-21 | 2020-01-31 | 联想(北京)有限公司 | 一种信息处理方法及电子设备 |
CN105763349B (zh) * | 2014-12-16 | 2019-01-15 | 华为技术有限公司 | 确定网络故障的方法、装置及系统 |
CN104767680B (zh) * | 2015-04-15 | 2018-05-25 | 新华三技术有限公司 | 路由快速切换的方法和装置 |
CN106559234B (zh) * | 2015-09-28 | 2021-02-19 | 中兴通讯股份有限公司 | 控制消息发送方法及装置 |
CN106572012A (zh) * | 2016-11-04 | 2017-04-19 | 中国联合网络通信集团有限公司 | 一种vpn frr的实现方法和pe设备 |
CN106789629B (zh) * | 2016-12-23 | 2019-09-20 | 锐捷网络股份有限公司 | 业务快速收敛方法及装置 |
CN109672619B (zh) * | 2017-10-17 | 2021-08-20 | 华为技术有限公司 | 一种处理报文的方法、设备及系统 |
CN111901235A (zh) | 2017-12-01 | 2020-11-06 | 华为技术有限公司 | 处理路由的方法和装置、以及数据传输的方法和装置 |
CN110224886B (zh) * | 2019-05-31 | 2021-02-09 | 新华三技术有限公司 | 隧道连通性检测方法、装置及网络边缘设备 |
CN111654434B (zh) * | 2020-04-08 | 2022-05-27 | 新华三信息安全技术有限公司 | 一种流量切换的方法、装置以及转发设备 |
CN112653596B (zh) * | 2020-12-16 | 2022-07-01 | 杭州迪普科技股份有限公司 | 一种路由信息下发、网关设备切换的方法及装置 |
CN114363342A (zh) * | 2021-12-30 | 2022-04-15 | 科大讯飞股份有限公司 | 故障收敛方法及其相关装置和负载均衡集群 |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2005039085A2 (en) * | 2003-10-07 | 2005-04-28 | Cisco Technology, Inc. | Enhanced switchover for mpls fast reroute |
WO2006093642A2 (en) * | 2005-02-28 | 2006-09-08 | Cisco Technology, Inc. | Loop prevention technique for mpls using service labels |
CN101035019A (zh) * | 2007-01-12 | 2007-09-12 | 华为技术有限公司 | 快速收敛端到端业务的方法和装置 |
CN101217457A (zh) * | 2007-12-28 | 2008-07-09 | 华为技术有限公司 | 实现快速重路由的方法及路由器 |
-
2007
- 2007-12-28 CN CNA2007101257111A patent/CN101217457A/zh active Pending
-
2008
- 2008-12-22 WO PCT/CN2008/073655 patent/WO2009092253A1/zh active Application Filing
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2005039085A2 (en) * | 2003-10-07 | 2005-04-28 | Cisco Technology, Inc. | Enhanced switchover for mpls fast reroute |
WO2006093642A2 (en) * | 2005-02-28 | 2006-09-08 | Cisco Technology, Inc. | Loop prevention technique for mpls using service labels |
CN101035019A (zh) * | 2007-01-12 | 2007-09-12 | 华为技术有限公司 | 快速收敛端到端业务的方法和装置 |
CN101217457A (zh) * | 2007-12-28 | 2008-07-09 | 华为技术有限公司 | 实现快速重路由的方法及路由器 |
Also Published As
Publication number | Publication date |
---|---|
CN101217457A (zh) | 2008-07-09 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
WO2009092253A1 (zh) | 实现快速重路由的方法及路由器 | |
US8565098B2 (en) | Method, device, and system for traffic switching in multi-protocol label switching traffic engineering | |
JP4231766B2 (ja) | As間の経路制御を行う通信装置および通信方法。 | |
CN102664788B (zh) | Mpls l3vpn中ce双归链路保护的方法及系统 | |
JP4542045B2 (ja) | データ通信装置およびその方法 | |
WO2009105974A1 (zh) | Mpls vpn中实现快速重路由的方法及设备 | |
WO2012159489A1 (zh) | 一种伪线双归网络的切换方法、系统和双归属运营商设备 | |
WO2007115493A1 (fr) | Procédé, dispositif et système pour réaliser la commutation dans le réseau à double anneau de réseau vpls | |
WO2012028029A1 (zh) | 一种切换方法及系统 | |
WO2008022574A1 (fr) | Procédé et dispositif de convergence rapide | |
WO2007012239A1 (fr) | Procédé permettant de commuter la prestation de services d'un lan privé virtuel et système y afférant | |
WO2009018728A1 (fr) | Réseau en anneau ip, dispositif de routage de réseau en anneau et procédé pour transmettre un message | |
WO2011157151A2 (zh) | 实现容灾备份的方法、设备及系统 | |
JP2008236212A (ja) | Vpn装置 | |
WO2008031334A1 (fr) | Procédé et système de mise à jour de chemin, et routage | |
WO2012075731A1 (zh) | 基于arp交互的链路故障检测与恢复的方法和设备 | |
WO2008083590A1 (fr) | Procédé et appareil de convergence rapide d'un service point à point | |
CN101364927A (zh) | 实现虚拟专用网vpn故障恢复的方法、设备及系统 | |
EP3217608B1 (en) | Switchback delay methods and devices | |
WO2012075831A1 (zh) | 一种实现组播保护的方法及系统 | |
WO2008141567A1 (en) | Multi-protocol label switching network flow switch method and equipment | |
WO2012163032A1 (zh) | 处理组播的方法和装置 | |
WO2013029438A1 (zh) | 以太网接口保护方法及网络侧设备 | |
WO2012171378A1 (zh) | 解决vpls接入l3故障切换导致断流的方法及路由器 | |
WO2012016458A1 (zh) | 用于二层虚拟专用网络的数据传输方法和装置 |
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: 08871193 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: 08871193 Country of ref document: EP Kind code of ref document: A1 |