[go: up one dir, main page]

CN100365986C - A Method for Saving Routing Table Memory Consumption in Border Gateway Protocol Routers - Google Patents

A Method for Saving Routing Table Memory Consumption in Border Gateway Protocol Routers Download PDF

Info

Publication number
CN100365986C
CN100365986C CNB2003101184536A CN200310118453A CN100365986C CN 100365986 C CN100365986 C CN 100365986C CN B2003101184536 A CNB2003101184536 A CN B2003101184536A CN 200310118453 A CN200310118453 A CN 200310118453A CN 100365986 C CN100365986 C CN 100365986C
Authority
CN
China
Prior art keywords
route
peer
rib
routing
memory consumption
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
CNB2003101184536A
Other languages
Chinese (zh)
Other versions
CN1547355A (en
Inventor
刘博旻
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Huawei Digital Technologies Chengdu Co Ltd
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
Priority to CNB2003101184536A priority Critical patent/CN100365986C/en
Publication of CN1547355A publication Critical patent/CN1547355A/en
Application granted granted Critical
Publication of CN100365986C publication Critical patent/CN100365986C/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

本发明提供了一种边界网关协议的节省路由表内存消耗办法,属于计算机网络通信领域。该方法包括:当本地收到或自身生成路由后,将Loc-Rib作为一个公用的共享缓冲池,保存所有的已有路由信息,创建Loc-Rib信息库中的每一条路由与Adj-Rib-Out的映射关系,路由被交入到仲裁决策模块进行本地策略的过滤,如果通过了仲裁模块的决策,将本地认为合适的路由通告给其他Peer。由于建立Adj-Rib-Out信息库中的路由与Loc-Rib信息库中的某一条路由的对应关系,Adj-Rib-Out无需再维护一份待要发送路由的副本,实现信息的共享,节约了存储器,能显著的节省BGP路由表的内存消耗。

The invention provides a method for saving routing table memory consumption of the border gateway protocol, which belongs to the field of computer network communication. The method comprises: after locally receiving or self-generated routing, using Loc-Rib as a public shared buffer pool, saving all existing routing information, creating each routing in the Loc-Rib information base and Adj-Rib- The mapping relationship of Out, the route is sent to the arbitration decision module to filter the local policy, if the decision of the arbitration module is passed, the route that is considered appropriate locally will be notified to other Peers. Due to the establishment of the corresponding relationship between the route in the Adj-Rib-Out information base and a certain route in the Loc-Rib information base, Adj-Rib-Out does not need to maintain a copy of the route to be sent to realize information sharing and save It can significantly save the memory consumption of the BGP routing table.

Description

边界网关协议路由器的节省路由表内存消耗方法 A Method for Saving Routing Table Memory Consumption in Border Gateway Protocol Routers

所属技术领域Technical field

本发明属于宽带网络通信领域,具体涉及一种边界网关协议(BGP)路由器的节省路由表内存消耗方法。The invention belongs to the field of broadband network communication, and in particular relates to a method for saving routing table memory consumption of a Border Gateway Protocol (BGP) router.

背景技术 Background technique

BGP作为一类EGP协议,用于在自治系统间实现路由的发现与传递。其基本功能就是路由的通告和存储。在BGP对等体之间通过UPDATE(更新)消息进行路由的交换;当BGP路由器收到UPDATE消息后,进行策略的过滤,然后将本地认为合适的路由再通告给其他BGP Peer(邻居);最终实现各自治系统之间的网络可达性。As a type of EGP protocol, BGP is used to discover and transfer routes between autonomous systems. Its basic function is to advertise and store routes. Between BGP peers, exchange routes through UPDATE (update) messages; when a BGP router receives an UPDATE message, it performs policy filtering, and then notifies other BGP Peer (neighbors) of the route it considers appropriate locally; finally To achieve network reachability between autonomous systems.

参考图1,在BGP协议中,路由存储在选路信息库(Routing InformationBase,RIB)中;通过引入三个逻辑层次,最终实现路由的存储和通告。Adj-RIBs-In:用于保存从各个BGP对等体处收到的路由;Loc-RIB:用于保存本地BGP对等体允许使用的路由;Adj-RIBs-Out:用于保存将要通告给其他BGP对等体的路由。参考图2,Adj-Ribs-In与每个BGP对等体相关联,用于存储从该对等体接收的路由信息;Loc-Rib保存那些本地允许使用的路由(包括本地配置的有效路由以及通过输入策略检查的Adj-Ribs-In的子集);Adj-Rib-Out与每个BGP对等体相关联,用于存储本地已经选择的要通告给远端BGP对等体的路由信息。这样的设计好处不言而喻,然而却引出了对内存消耗过大的问题;由于Adj-Ribs-Out是与BGP对等体相关联,换句话说,有多少个Peer需要接收该路由信息,就会复制多少份路由,并分别保存到相应的PEER结构中,按每条路由64字节计算,当有N条路由,需要发往M个Peer时,仅Adj-Rib-Out就需要(M*N*64)byte。如果当路由很多,同时Peer也很多时,此问题将变得尤为突出。很显然,BGP协议作为域间网关协议,一般都运行在核心路由器上,彼此之间交互的路由必然很多,据统计目前Internet网的路由已经超过了10万条,而且这个数字还将继续增长,如此大的内存消耗,将严重影响产品的性价比。如何高效的降低路由表对内存的消耗,将是每个网络设备供应商首当其冲要考虑的问题。Referring to Figure 1, in the BGP protocol, routes are stored in the routing information base (Routing Information Base, RIB); by introducing three logical levels, the storage and notification of routes are finally realized. Adj-RIBs-In: used to save the routes received from each BGP peer; Loc-RIB: used to save the routes allowed by the local BGP peer; Adj-RIBs-Out: used to save the routes to be advertised to Routes to other BGP peers. With reference to Fig. 2, Adj-Ribs-In is associated with each BGP peer, is used for storing the route information that this peer receives; A subset of Adj-Ribs-In that passes the input policy check); Adj-Rib-Out is associated with each BGP peer, and is used to store the locally selected route information to be notified to the remote BGP peer. The benefits of such a design are self-evident, but it leads to the problem of excessive memory consumption; since Adj-Ribs-Out is associated with a BGP peer, in other words, how many Peers need to receive the routing information, How many copies of routes will be copied and saved in the corresponding PEER structure respectively, calculated according to the 64 bytes of each route, when there are N routes and need to be sent to M Peers, only Adj-Rib-Out needs (M *N*64)byte. If there are many routes and many peers, this problem will become particularly prominent. Obviously, the BGP protocol, as an inter-domain gateway protocol, generally runs on the core routers, and there must be many routes interacting with each other. According to statistics, there are currently more than 100,000 routes on the Internet, and this number will continue to grow. Such a large memory consumption will seriously affect the cost performance of the product. How to effectively reduce the memory consumption of the routing table will be the first issue that every network equipment supplier should consider.

发明内容 Contents of the invention

本发明能有效的解决上述由于路由表的膨胀引发内存消耗过大的问题,提供一种高效节省BGP路由表内存消耗的解决办法。The present invention can effectively solve the above-mentioned problem of excessive memory consumption caused by the expansion of the routing table, and provides a solution for efficiently saving the memory consumption of the BGP routing table.

本发明的技术内容:一种边界网关协议路由表的节省路由表内存消耗方法,将Loc-Rib作为一个公用的共享缓冲池,保存所述路由信息;Technical contents of the present invention: a method for saving routing table memory consumption of a border gateway protocol routing table, using Loc-Rib as a public shared buffer pool to save the routing information;

为Loc-Rib信息库中的每一条路由创建与Adj-Rib-Out信息库中的Peer的映射关系;Create a mapping relationship with the Peer in the Adj-Rib-Out information base for each route in the Loc-Rib information base;

通过建立一个Peer与全局索引的映射位图,使得每一个Peer能唯一对应一个具体的索引,当Loc-Rib本地选路信息库中的某条路由,经过一系列的本地策略的仲裁,得出是否需要向Peer通告的结论,如果需要将路由信息通告给某个对应的Peer时,此时需要在该路由节点关联的Peer映射位图上打点,目的是表明该路由属于Peer的Adj-Rib-Out选路信息库中的一部分,暗示该路由已经发送给指定的Peer;By establishing a mapping bitmap between Peer and the global index, each Peer can uniquely correspond to a specific index. When a certain route in the Loc-Rib local routing information base undergoes a series of local policy arbitrations, it can be obtained The conclusion of whether it is necessary to notify the Peer, if the routing information needs to be notified to a corresponding Peer, it is necessary to mark the Peer mapping bitmap associated with the routing node at this time, the purpose is to indicate that the route belongs to the Adj-Rib- Out is part of the routing information database, implying that the route has been sent to the specified Peer;

如果本地策略仲裁的结果是无需发送给对应的Peer,即表明该路由被撤销了,则需要确定该路由是否在Adj-Rib-Out信息库中,即判断在该路由节点Peer映射位图的相应位置上是否曾经打点,如果存在则表明曾经向Peer通告过这条路由,现在路由不再有效,需要显示地再次通告给Peer撤销路由,并从本地Adj-Rib-Out信息库中删除相应映射关系,并清空所述Peer对应的打点信息即可。If the result of the local policy arbitration does not need to be sent to the corresponding Peer, it means that the route has been revoked, then it is necessary to determine whether the route is in the Adj-Rib-Out information base, that is, to determine the corresponding Whether the location has been marked, if it exists, it means that the route has been notified to Peer, and now the route is no longer valid, and it needs to be notified to Peer again to cancel the route, and delete the corresponding mapping relationship from the local Adj-Rib-Out information base , and clear the management information corresponding to the Peer.

当进行路由显示过程中,如果需要得知该路由是否曾经通告给相应的Peer,只需扫描路由与Peer的映射位图,如果对应的位置打点,则表明该路由曾经通告给相应的Peer。During the route display process, if you need to know whether the route has been advertised to the corresponding Peer, you only need to scan the mapping bitmap between the route and the Peer. If the corresponding position is marked, it indicates that the route has been advertised to the corresponding Peer.

本发明的技术效果:当接收到某个Peer发来的UPDATE消息后,首先根据策略决定是否需要进行本地Adj-Ribs-In信息库的保存,Adj-Ribs-In选路信息库保存的主要目的是为了软重启的实现,如果Peer的能力协商发现对端支持路由刷新机制,则本地无需进行Adj-Ribs-In信息库的保存,从而尽可能的节省了本地Adj-Ribs-In信息库的内存消耗。将Loc-Rib信息库作为一个公用的共享缓冲池,保存所有的已有路由信息;建立Adj-Rib-Out信息库中的路由与Loc-Rib信息库中的某一条路由的对应关系,Adj-Rib-Out信息库无需再维护一份待要发送路由的副本,只需知道如何与Loc-Rib信息库中具体路由节点的映射关系即可,实现信息的共享(三个选路信息库共用一份路由信息),对存储器实现节约。且在显示时,判断该路由关联的Peer映射位图上某个具体位置是否打点即可,减少了一次查找的过程,也进一步提高了处理的效率。本发明通过废除了路由表与Peer个数之间的线性关系,从而解决路由表膨胀对内存消耗的影响。Technical effect of the present invention: after receiving the UPDATE message that certain Peer sends, at first according to policy decision whether need to carry out the preservation of local Adj-Ribs-In information base, the main purpose of Adj-Ribs-In routing information base preservation It is for the realization of soft restart. If Peer’s capability negotiation finds that the peer supports the route refresh mechanism, there is no need to save the Adj-Ribs-In information base locally, thus saving the memory of the local Adj-Ribs-In information base as much as possible. consume. Use the Loc-Rib information base as a public shared buffer pool to save all existing routing information; establish the corresponding relationship between the route in the Adj-Rib-Out information base and a certain route in the Loc-Rib information base, Adj- The Rib-Out information base does not need to maintain a copy of the route to be sent. It only needs to know how to map with the specific routing nodes in the Loc-Rib information base to realize information sharing (the three routing information bases share one routing information), saving memory. And when displaying, it is only necessary to judge whether a specific position on the Peer mapping bitmap associated with the route is clicked, which reduces a search process and further improves processing efficiency. The present invention abolishes the linear relationship between the routing table and the number of Peers, thereby solving the impact of routing table expansion on memory consumption.

附图说明 Description of drawings

图1是本发明边界网关协议的各个选路信息库的逻辑关系示意图;Fig. 1 is a schematic diagram of the logical relationship of each routing information library of the border gateway protocol of the present invention;

图2是本发明边界网关协议的路由存储和通告流程图;Fig. 2 is the routing storage and notification flowchart of the border gateway protocol of the present invention;

图3是本发明的路由通告处理流程图;Fig. 3 is a flow chart of route notification processing in the present invention;

图4是本发明的路由显示处理流程图。Fig. 4 is a flow chart of route display processing in the present invention.

具体实施方式 Detailed ways

下面以一条具体地路由处理为例,简单说明一下具体的处理过程:Let's take a specific route processing as an example to briefly explain the specific processing process:

1)当第一次收到一条路由,本地新创建路由节点,保存该路由的具体信息,并将其放置到Loc-Rib本地选路信息库的具体位置中;1) When a route is received for the first time, a new routing node is created locally, the specific information of the route is saved, and it is placed in the specific location of the Loc-Rib local routing information database;

2)启动后台处理作业,负责完成该路由向Peer的通告处理过程;2) Start the background processing job, and be responsible for completing the notification processing process of the route to the Peer;

3)当后台作业得到调度后,将该路由交入到仲裁决策模块,进行本地策略的过滤,如果通过了仲裁模块的决策,则表明该路由需要通告给相应的Peer,此时需要在路由节点的Peer映射位图上打点,表明该路由在对应Peer的Adj-Rib-Out信息库中;3) After the background job is scheduled, the route is sent to the arbitration decision module to filter the local policy. If the decision of the arbitration module is passed, it indicates that the route needs to be notified to the corresponding Peer. At this time, the routing node needs to Dots on the Peer mapping bitmap, indicating that the route is in the Adj-Rib-Out information base of the corresponding Peer;

4)如果随后本地策略发生了改变,网管用户输入了某些新的策略,譬如:配置了新的route-map,或者从其他Peer上收到了关于该路由的撤销消息,则将本地选路信息库的所有最佳路由依次送至仲裁模块进行重新决策:4) If the local policy changes subsequently, and the network management user inputs some new policies, for example: a new route-map is configured, or a withdrawal message about the route is received from other peers, the local route selection information All the best routes of the library are sent to the arbitration module in turn for re-decision:

a)如果此时决策的结果,仍然为通过,则判断该路由与Peer的映射关系,映射位图中对应的位置是否打点,如果打点,则表明该路由之前已经向Peer进行了通告,无需再次通告;否则如果没有打点,表明该路由之前没有向Peer进行通告,需要重新通告,则在对应的位置上打点,并向Peer通告具体路由;a) If the result of the decision at this time is still passed, then judge the mapping relationship between the route and the Peer, whether the corresponding position in the mapping bitmap is dotted, if it is dotted, it means that the route has been notified to the Peer before, and there is no need to do it again Notification; otherwise, if there is no dot, it means that the route has not been notified to Peer before and needs to be re-notified, then dot at the corresponding position and notify the specific route to Peer;

b)如果此时决策的结果,表明不通过,即该路由不再有效,则需要判断是否曾经向Peer发送过该路由通告,通过路由与Peer的映射位图可以得知,如果之前曾经向Peer发送过该路由,映射位图的具体位置处存在打点信息,则需要显示地向该Peer发送关于此条路由地撤销消息,同时,清空映射位图上相应的打点信息;如果之前没有向该Peer发送过此路由,映射位图上的具体位置处没有打点信息,则无需作任何后续处理,不用显示地发送撤销路由。b) If the result of the decision at this time indicates that it is not passed, that is, the route is no longer valid, it is necessary to determine whether the route announcement has been sent to the Peer. It can be known from the mapping bitmap between the route and the Peer. If the route has been sent to the Peer before After sending the route, if there is dot information at the specific location of the mapping bitmap, it is necessary to explicitly send a cancellation message about this route to the Peer, and at the same time, clear the corresponding dot information on the mapping bitmap; if there is no dot information to the Peer before After sending this route, if there is no dot information at the specific position on the mapping bitmap, then there is no need to do any follow-up processing, and there is no need to explicitly send the revoked route.

下面进一步描述一下路由显示的基本流程:The following further describes the basic process of route display:

由于用户需要了解某条路由是否曾经发送给对应的Peer,对于传统的实现,需要根据路由信息,在Peer对应的Adj-Rib-Out选路信息库中再次查找,已确定是否存在匹配的路由节点,如果存在,则说明该路由曾经通告给对应的Peer,否则,则提示没有向该Peer通告过此路由;通过利用本发明提供的节省路由表内存消耗办法,当进行路由显示过程中,如果需要得知该路由是否曾经通告给相应的Peer,只需扫描路由与Peer的映射位图,如果对应的位置打点,则表明该路由曾经通告给相应的Peer,否则,如果对应的位置未打过点,则表明该路由没有通告过给相应的Peer。Since the user needs to know whether a certain route has been sent to the corresponding Peer, for the traditional implementation, it is necessary to search again in the Adj-Rib-Out routing information database corresponding to the Peer according to the routing information, and determine whether there is a matching routing node , if it exists, it means that the route has been notified to the corresponding Peer, otherwise, it will prompt that the route has not been notified to the Peer; by using the method for saving routing table memory consumption provided by the present invention, when performing the route display process, if necessary To know whether the route has been advertised to the corresponding Peer, just scan the mapping bitmap of the route and the Peer, if the corresponding position is dotted, it indicates that the route has been notified to the corresponding Peer, otherwise, if the corresponding position has not been dotted , it indicates that the route has not been advertised to the corresponding Peer.

Claims (4)

1.一种边界网关协议路由器的节省路由表内存消耗方法,其特征在于:当本地收到或自身生成路由后,将Loc-Rib信息库作为一个公用的共享缓冲池,保存所述路由信息;1. a method for saving routing table memory consumption of a border gateway protocol router, characterized in that: after locally receiving or self-generated routing, the Loc-Rib information storehouse is used as a public shared buffer pool to preserve the routing information; 建立一个Peer与全局索引的映射位图,使得所述每一个Peer能唯一对应一个具体的索引,为所述Loc-Rib信息库中的所述路由创建与Adj-Rib-Out信息库中的Peer的映射关系;Set up a mapping bitmap of Peer and global index, so that each Peer can uniquely correspond to a specific index, create the Peer in the Adj-Rib-Out information base for the described route in the Loc-Rib information base mapping relationship; 仲裁决策模块对所述路由进行本地策略的过滤,如果所述路由通过了仲裁模块的决策,则需要将所述路由通告给相应的Peer。The arbitration decision module filters the route according to the local policy, and if the route passes the decision of the arbitration module, the route needs to be notified to the corresponding Peer. 2.如权利要求1所述的边界网关协议路由器的节省路由表内存消耗方法,其特征在于:需要将所述路由通告给相应的Peer时,如果在所述路由节点的Peer映射位图未打点,则在所述路由节点的该Peer映射位图上打点;否则,不在所述路由节点的Peer映射位图上打点。2. the method for saving routing table memory consumption of the border gateway protocol router as claimed in claim 1, is characterized in that: when needing described route announcement to corresponding Peer, if the Peer mapping bitmap of described routing node does not manage , then put a dot on the Peer mapping bitmap of the routing node; otherwise, do not put a dot on the Peer mapping bitmap of the routing node. 3.如权利要求1所述的边界网关协议路由器的节省路由表内存消耗方法,其特征在于:如果未通过本地策略仲裁,判断该路由节点Peer映射位图的相应位置上是否曾经打点,如果曾经打过点,则通告相应Peer撤销所述路由,从本地Adj-Rib-Out信息库删除相应映射关系,并清空所述Peer对应的打点信息。3. the saving routing table memory consumption method of border gateway protocol router as claimed in claim 1, it is characterized in that: if not by local policy arbitration, judge whether once dot on the corresponding position of this routing node Peer mapping bitmap, if once If the point is passed, the corresponding Peer is notified to cancel the route, the corresponding mapping relationship is deleted from the local Adj-Rib-Out information base, and the point information corresponding to the Peer is cleared. 4.如权利要求2或3所述的边界网关协议路由器的节省路由表内存消耗方法,其特征在于:当进行路由显示过程中,如果需要得知该路由是否曾经通告给相应的Peer,只需扫描路由与Peer的映射位图,如果对应的位置打点,则表明该路由曾经通告给相应的Peer。4. the saving routing table memory consumption method of border gateway protocol router as claimed in claim 2 or 3, it is characterized in that: when carrying out route display process, if need to know whether this route once notified to corresponding Peer, just need Scan the mapping bitmap between route and Peer. If the corresponding position is dotted, it indicates that the route has been advertised to the corresponding Peer.
CNB2003101184536A 2003-12-17 2003-12-17 A Method for Saving Routing Table Memory Consumption in Border Gateway Protocol Routers Expired - Fee Related CN100365986C (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CNB2003101184536A CN100365986C (en) 2003-12-17 2003-12-17 A Method for Saving Routing Table Memory Consumption in Border Gateway Protocol Routers

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CNB2003101184536A CN100365986C (en) 2003-12-17 2003-12-17 A Method for Saving Routing Table Memory Consumption in Border Gateway Protocol Routers

Publications (2)

Publication Number Publication Date
CN1547355A CN1547355A (en) 2004-11-17
CN100365986C true CN100365986C (en) 2008-01-30

Family

ID=34338017

Family Applications (1)

Application Number Title Priority Date Filing Date
CNB2003101184536A Expired - Fee Related CN100365986C (en) 2003-12-17 2003-12-17 A Method for Saving Routing Table Memory Consumption in Border Gateway Protocol Routers

Country Status (1)

Country Link
CN (1) CN100365986C (en)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100387036C (en) * 2006-07-14 2008-05-07 清华大学 A Quick Clearing Method for Invalid Routes in Border Gateway Protocol
CN101394333B (en) * 2007-09-17 2016-01-20 华为技术有限公司 The method E-Packeted, device and network system
CN101414917B (en) * 2007-10-19 2011-03-16 华为技术有限公司 Method for saving internal memory space, data management network element and network system
CN101420357B (en) * 2007-10-26 2011-04-06 华为技术有限公司 Reflected route processing method and route reflecting device
CN100535886C (en) * 2007-11-21 2009-09-02 中国科学院计算技术研究所 Data-transmission system between nodes, and device and method
CN102447605A (en) * 2010-09-30 2012-05-09 华为技术有限公司 A method for requesting to obtain routing information and corresponding routing equipment
CN113364692B (en) * 2021-06-02 2022-04-26 烽火通信科技股份有限公司 Route memory optimization method and route memory optimization device in biplane mode

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09181722A (en) * 1995-12-26 1997-07-11 Kodo Tsushin Syst Kenkyusho:Kk System for automatically generating network map using bgp routing information
US6553423B1 (en) * 1999-05-27 2003-04-22 Cisco Technology, Inc. Method and apparatus for dynamic exchange of capabilities between adjacent/neighboring networks nodes
CN1416245A (en) * 2002-06-05 2003-05-07 华为技术有限公司 Protection method for controlling message safety based on message of border gateway protocol

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09181722A (en) * 1995-12-26 1997-07-11 Kodo Tsushin Syst Kenkyusho:Kk System for automatically generating network map using bgp routing information
US6553423B1 (en) * 1999-05-27 2003-04-22 Cisco Technology, Inc. Method and apparatus for dynamic exchange of capabilities between adjacent/neighboring networks nodes
CN1416245A (en) * 2002-06-05 2003-05-07 华为技术有限公司 Protection method for controlling message safety based on message of border gateway protocol

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
BGP协议及其在CISCO产品中的应用. 唐权.四川职业技术学院学报,第13卷第1期. 2003 *
BGP路由反射技术. 谭强.川北教育学院学报,第12卷第3期. 2002 *
边界网关协议-BGP4. 周卫华,张宏志,丁炜.网络与应用,第12期. 2001 *

Also Published As

Publication number Publication date
CN1547355A (en) 2004-11-17

Similar Documents

Publication Publication Date Title
US9397925B2 (en) Method and apparatus for advertising border connection information of autonomous system
US8699410B2 (en) Method and apparatus for automatic sub-division of areas that flood routing information
US7697505B2 (en) Techniques for decreasing queries to discover routes in an interior gateway protocol
US7940763B1 (en) Aggregated topological routing
US8009591B2 (en) Automatic overlapping areas that flood routing information
US20090086663A1 (en) Selecting Aggregation Nodes in a Network
CN114978978A (en) Computing resource scheduling method and device, electronic equipment and medium
CN101155119B (en) Method and device for confirming boundary node of autonomous system and its path computing method
CN100365986C (en) A Method for Saving Routing Table Memory Consumption in Border Gateway Protocol Routers
CN101227403A (en) A route penetration method
CN102082782B (en) Method and Related Devices for Importing External Routing in OSPF Network
CN107623633B (en) Path establishment method, device and network node
CN104158736B (en) A kind of method and apparatus for determining next-hop, issuing routing iinformation
CN100579025C (en) A routing information maintenance method for automatic switching optical network
CN102546419B (en) Routing method, routing device, packet forwarding method and packet forwarding system
CN101345698A (en) A Synchronous Method on Graceful Restart
WO2011150835A1 (en) Method for requesting to obtain route information and corresponding route device thereof
CN101132342A (en) FTN matching management method
CN112187635A (en) Message forwarding method and device
WO2011047581A1 (en) Method and system for discovering ring network protection information
CN115720708B (en) Routing notification method and electronic device
CN114531396B (en) A method and device for failback in Ethernet virtual private network
CN115209482A (en) Information transmission method, device, network node, controller and storage medium
CN116319545B (en) A method and device for processing route aggregation based on EVPN network
Tang et al. Integrating local and partial network view for routing on scale-free networks

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
ASS Succession or assignment of patent right

Owner name: HUAWEI TECHNOLOGY CO., LTD.

Free format text: FORMER OWNER: GANGWAN NETWORK CO., LTD.

Effective date: 20061013

C41 Transfer of patent application or patent right or utility model
TA01 Transfer of patent application right

Effective date of registration: 20061013

Address after: 518129 Bantian HUAWEI headquarters office building, Longgang District, Guangdong, Shenzhen

Applicant after: Huawei Technologies Co., Ltd.

Address before: 100089, No. 21 West Third Ring Road, Beijing, Haidian District, Long Ling Building, 13 floor

Applicant before: Harbour Networks Holdings Limited

C14 Grant of patent or utility model
GR01 Patent grant
ASS Succession or assignment of patent right

Owner name: HUAWEI DIGIT TECHNOLOGY CO., LTD.

Free format text: FORMER OWNER: HUAWEI TECHNOLOGY CO LTD

Effective date: 20111230

C41 Transfer of patent application or patent right or utility model
COR Change of bibliographic data

Free format text: CORRECT: ADDRESS; FROM: 518129 SHENZHEN, GUANGDONG PROVINCE TO: 100085 HAIDIAN, BEIJING

TR01 Transfer of patent right

Effective date of registration: 20111230

Address after: 100085 Beijing, Haidian District on the road, No. 3

Patentee after: Huawei Digit Technology Co., Ltd.

Address before: 518129 Bantian HUAWEI headquarters office building, Longgang District, Guangdong, Shenzhen

Patentee before: Huawei Technologies Co., Ltd.

CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20080130

Termination date: 20141217

EXPY Termination of patent right or utility model