+

WO2008031334A1 - Procédé et système de mise à jour de chemin, et routage - Google Patents

Procédé et système de mise à jour de chemin, et routage Download PDF

Info

Publication number
WO2008031334A1
WO2008031334A1 PCT/CN2007/070183 CN2007070183W WO2008031334A1 WO 2008031334 A1 WO2008031334 A1 WO 2008031334A1 CN 2007070183 W CN2007070183 W CN 2007070183W WO 2008031334 A1 WO2008031334 A1 WO 2008031334A1
Authority
WO
WIPO (PCT)
Prior art keywords
router
route
neighbor relationship
information
revoked
Prior art date
Application number
PCT/CN2007/070183
Other languages
English (en)
Chinese (zh)
Inventor
Renhai Zhang
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 WO2008031334A1 publication Critical patent/WO2008031334A1/fr

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/02Topology update or discovery
    • H04L45/033Topology update or discovery by updating distance vector protocols

Definitions

  • the present invention relates to the field of data communication technologies, and in particular, to a route update method, system, and router.
  • Border Gateway Protocol is a dynamic route discovery protocol between ASs (Autonomous Systems). Its basic function is to automatically exchange loop-free routing information between autonomous systems.
  • ASs Autonomous Systems
  • BGP is an external gateway protocol (EGP).
  • EGP Exterior Gateway Protocol
  • OSPF and RIP are the Interior Gateway Protocol (IGP).
  • IBGP Intemal BGP, Internal Border Gateway Protocol
  • EBGP External BGP, External Border Gateway Protocol
  • IBGP External Border Gateway Protocol
  • a BGP router running in the same AS autonomous system requires full connectivity because of the protocol function and mechanism constraints, that is, any two routers running BGP must have an IBGP connection.
  • the two routers that establish an IBGP connection are neighbors.
  • the IBGP connection is a TCP connection, not a physical connection. The requirement is high and the complexity is N square. For example, if there are N routers in an autonomous system, if the connection is full (that is, a BGP connection is established between each two routers) , you need to establish N ( N-1 ) /2 IBGP connections.
  • the application of the RR (Router Reflector) effectively reduces the number of IBGP neighbors established.
  • FIG. 1 is a topology diagram of a route reflector network in the prior art.
  • the concept of route reflector networking is to divide the router running BGP protocol in an autonomous system into RR101, client 102 and non-client 103. According to the reflector protocol, the non-client 103 and the route reflector 101 in the autonomous system remain fully connected, and the IBGP-based neighbor relationship must be established between the client 102 and the reflector 101.
  • the route advertisement policy is: the route reflector 101 sends the client 102 The routing information is sent to the other client 102 and the non-client 103, and the routing information sent by the non-client 103 is sent to all the clients 101.
  • FIG. 2 is a schematic diagram of a network using a border gateway protocol in the prior art.
  • the user On the access side, for the robustness of the network, the user usually establishes two paths with the backbone network and accesses different routers in the backbone network to provide redundant backup.
  • the CE (Customer Edge) router 205 is connected to the carrier backbone network through the PE (Provider Edge) 1 router 202 and the PE2 router 203. To reduce the number of BGP neighbors, one router in the backbone network is configured as a route reflection.
  • the PE1 router 202, the PE2 router 203, and the PE3 router 204 are all clients of the route reflector 201.
  • the route reflector 201 and the three clients are configured with a BGP connection-based neighbor relationship; however, no configuration is required between the clients, such as the PE1 router 202 and the PE3 router 204, the PE2 router 203, and the PE3 router 204. Neighbor relationship based on BGP connection. After receiving the routing information of the client from the PE1 router 202 and the PE2 router 203, the route reflector 201 selects one of the optimal routing information and sends it to the PE3 router 204 according to the BGP routing rule.
  • the traffic sent from the PE3 router 204 to the user autonomous system AS65535 can only go to one of the two routes PE3 router 204 - PE1 router 202 - CE router 205 or PE3 router 204 - PE2 router 203 - CE router 205, so it cannot Implement load sharing.
  • the route reflector 201 needs to resend another route information to the PE3 router 204, thereby implementing route convergence, and then the service can be restored, so that fast handover when the route failure cannot be implemented.
  • the embodiments of the present invention provide a route update method, system, and router, which provide implementations for load balancing or fast handover of routes, thereby improving network operation quality.
  • the embodiment of the present invention provides a route update method, in which the first router sends multiple routing information to the second router to the same destination address, and the second router receives the multiple routing information according to the received routing information. Adding a route, the first router and the second router have a neighbor relationship; when the route is revoked, the first router sends the revoked next hop information to the second router, and the second router receives the The revocation route next hop information is revoked.
  • the embodiment of the present invention further provides a router, including: a neighbor relationship establishing unit, configured to establish a neighboring relationship with the other routers, where the other routers include at least a second router, and a route update information sending unit, configured to: when the route advertisements, the second relationship that has been established by the neighbor relationship establishing unit The router sends multiple routing information to the same destination address; and when the route is revoked, sends the revoked next hop information to the second router.
  • a neighbor relationship establishing unit configured to establish a neighboring relationship with the other routers, where the other routers include at least a second router
  • a route update information sending unit configured to: when the route advertisements, the second relationship that has been established by the neighbor relationship establishing unit The router sends multiple routing information to the same destination address; and when the route is revoked, sends the revoked next hop information to the second router.
  • the embodiment of the present invention further provides a routing update system, which includes at least a first router and a second router that have a neighbor relationship with each other, and the first router sends the same to the second router when the route advertisement is performed. a plurality of routing information of the destination address, where the second router adds a route according to the received multiple routing information; when the first router performs routing revocation, sends the second hop information of the revoked route to the second router. The second router revokes the route according to the received revocation route next hop information.
  • the first router sends multiple routing information to the second destination router that has the neighbor relationship with the same destination address, so that the second router can maintain the same destination address.
  • the first router may send the revoked next hop information to the second router, so that the second router can quickly switch traffic to other unfailed routes.
  • the technical solution provided by the embodiment of the present invention can improve the network operation quality by providing load balancing or fast handover for routing.
  • FIG. 1 is a topology diagram of a route reflector network in the prior art
  • FIG. 2 is a schematic diagram of a network using a border gateway protocol in the prior art
  • FIG. 3 is a schematic flowchart of an embodiment of a route update method according to the present invention.
  • FIG. 4 is a schematic structural diagram of an embodiment of a router in the present invention.
  • FIG. 5 is a schematic diagram of an embodiment of a route update system according to the present invention.
  • the routers before the route advertisement, perform capability negotiation to establish a neighbor relationship.
  • the router sends at least the neighboring routers (the neighbor routers) to the same destination address.
  • Two routing information ie, multiple routing information
  • the router sends the revoked next hop information to the neighboring router, and the neighboring router performs routing update according to the received information.
  • FIG. 3 is a schematic flowchart of a route update method according to the present invention.
  • Step 301 Before the route advertisement, the routers can advertise the capability of processing the multi-route information to the same destination address, perform capability negotiation, and establish a BGP-based neighbor relationship.
  • the ability to process the multi-route information specifically includes the ability to advertise, identify, and revoke the ability to revoke the next hop information of the route.
  • the router that supports the capability advertisement carries the capability parameter in the OPEN (open) packet when the connection is established with the peer router.
  • the peer router determines whether the capability supported by the peer router is related to the local end according to the received parameters. The router matches. If the inconsistency, that is, the local router does not support some of the capabilities, the NOTIFICATION message is sent to the peer router to notify the peer router that the local router does not support the capability. After receiving the information, the peer router resends the OPEN. A packet carrying only the capability parameters supported by the peer router.
  • the OPEN packet is mainly used to establish a neighbor relationship, and is an initial handshake information between routers running BGP. Before sending any other advertisement information, the OPEN packet can be used to exchange the BGP version and the AS number (AS number).
  • the BGP capability parameters can also be negotiated through the OPEN packet by the information such as the hold time of the adjacency relationship, the local router ID, the BGP identifier, and the capability advertisement. After receiving the OPEN message, the router at the receiving end responds with the KEEPALIVE message. Once the handshake is successful, the routers that are neighbors will perform UPDATE (update).
  • the KEEPA LIVE message is mainly used to implement the connection reliability confirmation between the neighboring routers. Since it is only used to confirm the neighbor relationship, it does not have a packet body only the packet header. After the router establishes a neighbor relationship, it sends the KEEPALIVE packet to the neighboring router periodically according to the set time. The interval is 60 seconds by default.
  • the NOTIFICATION packet is used to perform an error notification when detecting an error in the BGP connection relationship.
  • This error may be artificial or systemic, including connection interruption and OPEN message negotiation error.
  • the router finds that the BGP connection relationship is in error, it sends a NOTIFICATION message to the neighbor router.
  • Capability Code Information, the specific content of the Capability Code field needs to be applied to an official agency, such as IANA, with a Capability Length of 4 bytes.
  • the contents of Capability Value are defined as follows:
  • AFI Address family information, which identifies which protocol address family supports this feature
  • SAFI Subaddress family information.
  • Capability Length The length of the capability parameter value field
  • Capability Value The value of the capability, which is parsed according to the Capability Code information.
  • Each capability negotiation may be carried by the OPEN message to carry one or more of the foregoing capability parameter related information, and each capability parameter represents a capability.
  • different "Capability Code" represents different types of capability parameters.
  • the embodiment of the present invention augments the type of the existing capability parameter, and adds a new type of capability parameter, that is, applies for a new "Capability Code", which is used to indicate a negotiation process for multiple routes.
  • the ability parameter of the information Specifically, when a connection is established, the router that needs to establish a neighbor relationship uses the new type of capability parameter in the OPEN packet, and notifies the other party of the capability of processing the multi-route information to the same destination address, thereby performing the type capability.
  • Step 302 When the route is advertised, the router sends at least two pieces of routing information to the neighboring router to the same destination address, and the neighboring router adds a route according to the information.
  • the sending router uses the UPDATE message to send the learned routing information to the neighboring router. Compared with the routing information sent in the prior art, the routing information sent in the embodiment of the present invention does not need to add a new attribute.
  • the UPDATE message is used to advertise routing information between routers that are neighbor relationships. It includes three parts: unreachable (unreachable) and path attributes (path attributes). NLRI (network layer reachability information)may advertise a route and can also revoke multiple unreachable routes.
  • the router selects one route from each next hop, and then sends the neighboring router to the same destination address. Multiple routing information.
  • Step 303 When the route is revoked, the router sends the next hop information of the revoked route to the neighboring router, and the neighboring router revokes the route according to the next hop information of the revoked route carried by the information.
  • the sender router notifies the receiver router of the next hop information of the revoked route (that is, the route that needs to be revoked), so as to specify the route to be revoked.
  • a field is newly added in the UPDATE message to carry the next hop information of the route to be revoked.
  • the second line in the UPDATE message content (the next hop of the revocation route) is the newly added content.
  • the UPDATE message may not carry the last three lines of information.
  • the receiving router can find the route in the routing table according to the revocation route destination address and the revocation route next hop information, and perform the revocation operation. It should be noted that, in the case that the router itself fails, and all the routes through the faulty router are invalid, the sending router may not send the revoked routing destination address to the receiving router, and only send the retracing next hop information. Further, the receiving end router revokes all routes passing through the faulty router (ie, the router represented by the revoked next hop information) according to the revoked next hop information.
  • a route reflector 201 is included, as well as a PE1 router 202, a PE2 router 203, and a PE3 router 204 as clients of the route reflector 201.
  • the route reflector 201 establishes a connection with the PE1 router 202, the PE2 router 203, and the PE3 router 204, and negotiates the multi-route processing capability to the same destination address and the ability to process the next hop information carrying the revoked route, thereby establishing a BGP-based Neighbor relationship.
  • the route reflector 201 sends the two routing information that it knows to reach the same destination address to the PE3 router 204, and the two routing information are: PE 1 router 202 - CE router 205; and PE3 Router 204 - PE2 router.
  • PE3 router 204 will know that there are two routes to AS65535: (1) PE3 router 204 - PE 1 router 202 - CE router 205; (2) PE3 router 204 - PE2 router 203 - CE router 205.
  • the traffic of the PE3 router 204 to the AS65535 may be partially routed (1), that is, the PE3 router 204 sends the part of the traffic from the outbound interface connected to the PE1 router 202; the other part takes the route (2), that is, the PE3 router 204.
  • This part of the traffic is sent out from the outbound interface connected to the PE2 router 203.
  • the route reflector 201 sends two routing information to the PE3 router 204 to the same destination address, so that the PE3 router 204 can send traffic to the destination address through two routes, thus implementing load balancing of the traffic.
  • a person skilled in the art can understand that after the PE3 router 204 receives two routing information from the route reflector 201 to the same destination address, and adds a route according to the information, the two routing information can be sent to the same destination address through the two routing information.
  • Traffic is used to implement load balancing. It is also possible to perform load balancing without just performing load balancing. Therefore, you can implement fast switching in the event of a fault.
  • the reflector 201 sends two routing information to the PE3 router 204 during the previous route advertisement. Therefore, the PE3 router 204 and the PE3 router 204 - PE2 router 203 - CE router 205 remain in communication.
  • the route reflector 201 sends the route revocation next hop information (which may also include the revocation route destination address) to the PE3 router 204, and the revocation route next hop information refers to the PE 1 router 202, and then all passes through the PE1 router 202. The route will be invalid.
  • the PE3 router 204 can send all the traffic that is sent through the PE3 router 204 - PE 1 router 202 - CE router 205. Switch to PE3 router 204 - PE2 router 203 - CE router 205 to send this route, so that traffic will not be interrupted, protect user services from being affected, implement route backup, and improve network operation quality.
  • the technical solution provided by the embodiment of the present invention provides multiple routing information to the neighboring router to reach the same destination address, and provides load sharing and fast handover for the network system using BGP.
  • Implement ⁇ 5 out Further, by introducing a new optional capability advertisement to identify such processing capability of the router and negotiating through the existing capability negotiation mechanism of BGP, seamless backward compatibility can be achieved for existing devices.
  • FIG. 2 is described by taking a network including a route reflector as an example, those skilled in the art should understand that the technical solutions provided by the embodiments of the present invention can also be applied to Set up the route reflector in the network.
  • FIG. 4 is a schematic structural diagram of a router embodiment using a border gateway protocol according to the present invention.
  • the router 400 in this embodiment includes a neighbor relationship establishing unit 401, a route update information sending unit 402, and a routing table unit 403. The units are described in detail below.
  • the neighbor relationship establishing unit 401 is configured to establish a neighbor relationship with other routers based on BGP before the route advertisement. For convenience of description, it is assumed that the other routers include at least a second router.
  • the multi-route capability negotiation unit may be configured in the router 400, and the capability for negotiating and processing multiple routing information to the same destination address in the process of establishing the neighbor relationship by the neighbor relationship establishing unit 401 . It can be understood by those skilled in the art that if the BGP existing capability negotiation mechanism is not compatible, the multi-routing capability negotiation unit may not be set. For example, in the case that all routers have multi-route related processing capability, between routers It is also possible not to negotiate this capability.
  • the routing update information sending unit 402 is configured to: when the route advertisement is used, to the second router that has established the neighbor relationship by the neighbor relationship establishing unit 401 (since the router 400 has established a neighbor relationship with the second router, the two Sending multiple routing information to the same destination address for the neighboring router; and sending the next hop information of the revoked route to the second router when the route is revoked (eg, If necessary, you can also send the revocation route destination address information).
  • the routing table unit 403 is configured to: when receiving, by the other routers that have established the neighbor relationship by the neighbor relationship establishing unit 401, specifically the routing update information sending unit of the other router, multiple routing information that arrives at the same destination address Adding a route according to the information; and when receiving the revoked next hop information sent by another router (specifically, the route update information sending unit of the other router) that has established the neighbor relationship by the neighbor relationship establishing unit 401, The route is revoked according to the revocation route next hop information carried by the information.
  • the router 400 in the foregoing embodiment may include only the neighbor relationship establishing unit 401 and the route update information sending unit 402; if the router is considered to be placed in a specific application environment, it may not be If the router is to be used as a route reflector or a normal router (such as the role of the PE3 router 204 in FIG. 2), the neighbor relationship establishing unit 401 and the route update information sending unit 402 may be set in the router 400 at the time of production. A routing table unit 403 is set. In this way, the router 400 can be configured as a route reflector or as a normal router.
  • FIG. 5 is a schematic diagram of a route update system disclosed by the present invention.
  • the routing update system in this embodiment includes at least a first router and a second router that have a neighbor relationship based on each other.
  • the first router sends multiple routes to the second router to the same destination address when performing route advertisement. Routing information, the second router adds a route according to the received multiple routing information; the first router sends the revoked next hop information to the second router when the route is revoked, the second The router revokes the route according to the received next hop information of the revoked route.
  • the routing update system shown in this embodiment corresponds to the specific application environment shown in FIG. 2
  • the first router in the embodiment of the system corresponds to the route reflector 201 in FIG. 2
  • the second router corresponds to FIG. 2.
  • the PE3 router 204 corresponds to the PE3 router 204.
  • the first router includes a first neighbor relationship establishing unit 501, a route update information sending unit 502, and a first multi-routing capability negotiating unit 503;
  • the second router includes a second neighbor relationship establishing unit 504, and a routing table.
  • Unit 505 and second multi-routing capability negotiation unit 506. The internal structure and connection relationship of the system are further introduced below in conjunction with the working principle of the system.
  • the first router establishes a neighbor relationship with other routers based on the BGP by the first neighbor relationship establishing unit 501, and the other routers at least include the second router.
  • the establishment of the neighbor relationship is mutual. Therefore, the establishment of the neighbor relationship between the first and second routers is mainly performed by the first neighbor relationship establishing unit 501 and the second neighbor relationship establishing unit 504.
  • a first multi-routing capability negotiation unit 503 may be set in the first router, and a second multi-routing capability negotiation unit 506 may be set in the second router.
  • the two multi-routing capability negotiation units are configured to: when the first neighbor relationship establishing unit 501 and the second neighbor relationship establishing unit 504 establish a neighbor relationship between the first and second routers, the negotiation process reaches the same destination address. The ability to multi-route information.
  • the first router when the first router has established the neighbor relationship with the second router by the first neighbor relationship establishing unit 501, the first router sends the same to the second router through the route update information sending unit 502 when the route advertisement is advertised.
  • Multiple routing information of the destination address There are usually many routers in a network system. Therefore, the first router may also establish a neighbor relationship with other routers other than the second router through the first neighbor relationship establishing unit 501, thereby obtaining information from the other routers.
  • the routing information if it is found that there are multiple routing information that arrives at the same destination address through the learned routing information, the routing information sending unit 502 can send the multiple routing information to the second router.
  • the multiple pieces of routing information sent may be all routing information that is learned by the first router and reach the same destination address, or may be only part of the routing information.
  • the first router when the route is revoked, the first router also sends the revoked next hop information to the second router by using the route update information sending unit 502 (and may also include the revoked destination address information if necessary).
  • the second router After the second router receives the information of the first router that has established the neighbor relationship by the second neighbor relationship establishing unit 504, the second router performs processing by the routing table unit 505. Specifically, when receiving the plurality of pieces of routing information of the same destination address sent by the routing update information sending unit 502 of the first router, the routing table unit 505 adds a route according to the multiple routing information; When the route revoke information sending unit 502 sends the revoked next hop information, the routing table unit 505 revokes the route according to the revoked next hop information.
  • the principles and embodiments of the present invention have been described in terms of specific examples, and the description of the above embodiments is only to assist in understanding the method of the present invention and its core concepts. Also, to those skilled in the art, In view of the above, the description of the present invention is not limited to the scope of the present invention.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

L'invention concerne un procédé de mise à jour de chemin. Lorsqu'une notification de chemin est exécutée, un premier routeur envoie à un second routeur des informations relatives à des chemins multiples menant à la même adresse de destination. Ledit second routeur ajoute des chemins en fonction des informations relatives aux chemins multiples reçues. Une relation de proximité existe entre le premier et le second routeur. Lors de la suppression des chemins, ledit premier routeur envoie au second routeur des informations de saut suivant relatives à la suppression de chemin; le second routeur supprimant alors les chemins en fonction des informations de saut suivant relatives à la suppression de chemin. De plus, l'invention concerne un système de mise à jour de chemin, ainsi qu'un routeur.
PCT/CN2007/070183 2006-09-07 2007-06-26 Procédé et système de mise à jour de chemin, et routage WO2008031334A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CNA2006101272028A CN101141382A (zh) 2006-09-07 2006-09-07 路由更新方法和路由器
CN200610127202.8 2006-09-07

Publications (1)

Publication Number Publication Date
WO2008031334A1 true WO2008031334A1 (fr) 2008-03-20

Family

ID=39183383

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2007/070183 WO2008031334A1 (fr) 2006-09-07 2007-06-26 Procédé et système de mise à jour de chemin, et routage

Country Status (2)

Country Link
CN (1) CN101141382A (fr)
WO (1) WO2008031334A1 (fr)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102271080A (zh) * 2010-06-03 2011-12-07 杭州华三通信技术有限公司 防止bgp会话在业务变更时断开的方法及其适用的系统
US20120099440A1 (en) * 2009-10-15 2012-04-26 Huawei Technologies Co., Ltd. Method, device, and system for withdrawing routes
CN104243309A (zh) * 2014-09-15 2014-12-24 杭州华三通信技术有限公司 一种路由发布方法和装置

Families Citing this family (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101989952B (zh) * 2010-11-03 2014-12-17 中兴通讯股份有限公司 一种组播方法及装置
CN102143077B (zh) * 2011-03-29 2014-12-10 中兴通讯股份有限公司 路由设备多业务链接实现方法、系统及路由设备
CN102594714B (zh) * 2012-03-29 2015-01-28 杭州华三通信技术有限公司 一种bgp路由处理方法和bgp路由设备
CN102761482B (zh) * 2012-06-29 2016-01-20 杭州华三通信技术有限公司 一种bgp邻居的建立方法和设备
CN103685035B (zh) * 2012-09-26 2018-04-27 深圳市腾讯计算机系统有限公司 路由更新方法、交换机及系统
CN104753794A (zh) * 2013-12-26 2015-07-01 中国移动通信集团辽宁有限公司 路由信息传递方法、系统及路由反射器
CN104468368B (zh) * 2014-11-10 2018-09-04 新华三技术有限公司 配置bgp邻居的方法及装置
CN104486228B (zh) * 2014-12-25 2017-12-08 新华三技术有限公司 一种路由更新的方法及路由更新装置
CN106209617B (zh) * 2015-04-29 2020-12-11 中兴通讯股份有限公司 一种通告路由和撤销路由的方法和相应的路由设备
CN108259205B (zh) * 2016-12-29 2021-05-25 新华三技术有限公司 一种路由发布方法及网络设备
CN109218185A (zh) * 2017-07-04 2019-01-15 中国电信股份有限公司 路由信息的交互方法、装置以及计算机可读存储介质
CN107888489B (zh) * 2017-12-28 2020-08-11 新华三技术有限公司 路由通告方法及装置
CN109787865B (zh) * 2019-01-25 2021-05-04 深圳市信锐网科技术有限公司 一种升级情况的验证方法、系统、交换机及存储介质
CN113497794B (zh) * 2020-04-03 2023-04-18 华为技术有限公司 一种切换路由的方法及装置
CN113595901A (zh) * 2020-04-30 2021-11-02 华为技术有限公司 一种基于边界网关协议的路由选择方法及装置
CN111935015B (zh) * 2020-07-29 2022-07-26 云南诺寻科科技有限公司 Mpls vpn分析方法、装置、计算机设备及存储介质
CN114422430B (zh) * 2020-10-12 2023-05-16 中国电信股份有限公司 用于控制路由泄露的电子设备、方法和介质
CN115277527A (zh) * 2021-04-30 2022-11-01 华为技术有限公司 一种路由信息的处理方法及装置

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020161917A1 (en) * 2001-04-30 2002-10-31 Shapiro Aaron M. Methods and systems for dynamic routing of data in a network
US20040034702A1 (en) * 2002-08-16 2004-02-19 Nortel Networks Limited Method and apparatus for exchanging intra-domain routing information between VPN sites
CN1719831A (zh) * 2005-07-15 2006-01-11 清华大学 基于集群路由器结构的高可用分布式边界网关协议系统
CN1738291A (zh) * 2005-08-26 2006-02-22 电子科技大学 基于负载均衡的自组网并发多径路由方法

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020161917A1 (en) * 2001-04-30 2002-10-31 Shapiro Aaron M. Methods and systems for dynamic routing of data in a network
US20040034702A1 (en) * 2002-08-16 2004-02-19 Nortel Networks Limited Method and apparatus for exchanging intra-domain routing information between VPN sites
CN1719831A (zh) * 2005-07-15 2006-01-11 清华大学 基于集群路由器结构的高可用分布式边界网关协议系统
CN1738291A (zh) * 2005-08-26 2006-02-22 电子科技大学 基于负载均衡的自组网并发多径路由方法

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120099440A1 (en) * 2009-10-15 2012-04-26 Huawei Technologies Co., Ltd. Method, device, and system for withdrawing routes
CN102271080A (zh) * 2010-06-03 2011-12-07 杭州华三通信技术有限公司 防止bgp会话在业务变更时断开的方法及其适用的系统
US9350652B2 (en) 2010-06-03 2016-05-24 Hangzhou H3C Technologies Co., Ltd. Method, system and router for changing application in BGP session
CN104243309A (zh) * 2014-09-15 2014-12-24 杭州华三通信技术有限公司 一种路由发布方法和装置

Also Published As

Publication number Publication date
CN101141382A (zh) 2008-03-12

Similar Documents

Publication Publication Date Title
WO2008031334A1 (fr) Procédé et système de mise à jour de chemin, et routage
CN101395853B (zh) 有效地动态维护一束链路上的双向转发检测的技术
US7035202B2 (en) Network routing using link failure information
US7778204B2 (en) Automatic maintenance of a distributed source tree (DST) network
JP4231766B2 (ja) As間の経路制御を行う通信装置および通信方法。
EP1999896B1 (fr) Dispositif d'acheminement dans un réseau à redémarrage progressif en douceur
US8467394B2 (en) Automatic route tagging of BGP next-hop routes in IGP
CN100579072C (zh) 一种在ip设备之间进行通信的方法和系统
US8897311B2 (en) Dynamic discovery mechanisms via inter-domain routing protocol
TWI499237B (zh) 廣播網路之標籤分配協定與內部閘道協定同步化
WO2007003088A1 (fr) Méthode et système de mise à jour d’une route
CN101248631B (zh) 提供备用路径作为对两个路由域之间链路中断的快速反应的方法
WO2011044828A1 (fr) Procédé, dispositif et système d'abandon de route
US7388862B2 (en) Technique for notifying EIGRP neighbors when destroying adjacencies in a computer network
CN112422307B (zh) Evpn和vpls共存双活的方法、设备及系统
JP2006135970A (ja) SoftRouter動的バインディング・プロトコル
TW201134151A (en) RSVP-TE graceful restart under fast re-route conditions
US8667174B2 (en) Method and system for survival of data plane through a total control plane failure
WO2007041926A1 (fr) Méthode et appareil réseau pour le traitement du changement de saut suivant de la route bgp
JP2022052741A (ja) 境界ゲートウェイプロトコルのためのターゲットネイバー探索
CN114301824B (zh) 多接入网络中的边界网关协议的邻居发现
US7633874B1 (en) Soft notification messaging for a routing protocol
WO2022218132A1 (fr) Procédé, appareil et système de mise à jour d'itinéraire
JP2004247871A (ja) データ中継方法、データ中継装置およびその装置を用いたデータ中継システム
US20240243998A1 (en) Output state synchronization for border gateway protocol (bgp) processes

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

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

Country of ref document: EP

Kind code of ref document: A1

点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载