JP2010178310A - Route control system and route control apparatus - Google Patents

Route control system and route control apparatus Download PDF

Info

Publication number
JP2010178310A
JP2010178310A JP2009021921A JP2009021921A JP2010178310A JP 2010178310 A JP2010178310 A JP 2010178310A JP 2009021921 A JP2009021921 A JP 2009021921A JP 2009021921 A JP2009021921 A JP 2009021921A JP 2010178310 A JP2010178310 A JP 2010178310A
Authority
JP
Japan
Prior art keywords
route
update message
hop
control device
update
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.)
Pending
Application number
JP2009021921A
Other languages
Japanese (ja)
Inventor
Yuichiro Hei
雄一郎 屏
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.)
KDDI Corp
Original Assignee
KDDI Corp
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 KDDI Corp filed Critical KDDI Corp
Priority to JP2009021921A priority Critical patent/JP2010178310A/en
Publication of JP2010178310A publication Critical patent/JP2010178310A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a technology for suppressing a useless route change. <P>SOLUTION: A route control system 1 is comprised of a first route control apparatus 10, which has a function for collecting internal border gateway protocol (IBGP) peers, for transmitting a route updating message and a second route control apparatus 20 for receiving the route updating message from the first route control apparatus. The first route control apparatus 10 transmits to the second route control apparatus a route updating message including update reason information indicating a reason why a route is to be updated. When the route updating message including the update reason information is received, the second route control apparatus 20 updates route information at the second route control apparatus in accordance with the update reason information. <P>COPYRIGHT: (C)2010,JPO&INPIT

Description

本発明は、経路制御システムおよび経路制御装置に関する。   The present invention relates to a route control system and a route control device.

IPネットワークの経路制御プロトコルであるBGP(Border Gateway Protocol)は、AS(Autonomous System)と呼ばれる独立した管理単位間の経路制御で利用されるが、AS内の経路制御においても、例えばBGPで受信したAS外部の経路をBGPでAS内部のルータに広報する際にBGPを利用する場合もある。両者を区別するため、通常AS内部でのBGPはIBGP(Internal BGP)と呼ばれ、AS間でのBGPはEBGP(External BGP)と呼ばれる。   BGP (Border Gateway Protocol), which is a route control protocol of IP network, is used for route control between independent management units called AS (Autonomous System), but also received by BGP, for example, in route control within AS. In some cases, BGP is used when advertising routes outside the AS to routers inside the AS via BGP. In order to distinguish between the two, the BGP inside the AS is usually called IBGP (Internal BGP), and the BGP between the ASs is called EBGP (External BGP).

IBGPでは原則として、経路のループを防ぐため、AS内の全てのBGPルータとピアを張る。そのためAS内のBGPルータ数が多くなるとピア数が増大し、運用上大きな負担となる。これを解決する方法として、ルートリフレクタを用いる方法がある。   In principle, IBGP establishes peers with all BGP routers in the AS in order to prevent path loops. Therefore, if the number of BGP routers in the AS increases, the number of peers increases, which imposes a heavy burden on operation. As a method for solving this, there is a method using a route reflector.

ルートリフレクタは、IBGPのピアを集約する機能を有するBGPルータである。ルートリフレクタを用いない構成の場合、図4(a)に示すように、AS内の各BGPルータ相互にフルメッシュのピアを張る必要があるためピア数が増大するが、ルートリフレクタを用いる構成の場合、図4(b)に示すように、通常のBGPルータはルートリフレクタとの間でのみピアを張ればよく、ピア数を削減できる。なお、ルートリフレクタは、BGPルータからIBGPで受信した経路更新(UPDATE)メッセージを他のBGPルータへ広報する。   The route reflector is a BGP router having a function of aggregating IBGP peers. In the case of a configuration that does not use a route reflector, as shown in FIG. 4A, the number of peers increases because it is necessary to establish a full mesh peer between each BGP router in the AS. In this case, as shown in FIG. 4B, a normal BGP router only needs to establish peers with the route reflector, and the number of peers can be reduced. Note that the route reflector advertises a route update (UPDATE) message received from the BGP router via IBGP to other BGP routers.

BGP Route Reflection: An Alternative to Full Mesh Internal BGP (IBGP)”, IETF RFC 4456.BGP Route Reflection: An Alternative to Full Mesh Internal BGP (IBGP) ”, IETF RFC 4456.

しかしながら、ルートリフレクタを用いる構成において、経路制御に問題が発生する場合がある。以下、図5を用いて当該問題を説明する。図5(a)は、自AS内に3台のルータ(ルータA、B、C)およびルートリフレクタ(図5において「RR」と表記)が存在し、全てのリンクが正常に機能している状態を示し、図5(b)は、図5(a)の状態からルータA−RR間のリンクが切断している状態を示す。図5に示すように、ルータAは、隣接ASのルータDとの間のリンク(EBGPピア)により、当該隣接ASから外部の経路更新メッセージを受信し、ルータBは、隣接ASのルータEとの間のリンク(EBGPピア)により、当該隣接ASから外部の経路更新メッセージを受信している。また、各ルータはRRとの間のリンク(IBGPピア)により、経路更新メッセージを交換する。なお、各リンクに付した数字はリンクコストである。   However, in a configuration using a route reflector, there may be a problem in route control. Hereinafter, this problem will be described with reference to FIG. FIG. 5A shows that there are three routers (routers A, B, and C) and a route reflector (indicated as “RR” in FIG. 5) in the AS, and all links are functioning normally. FIG. 5B illustrates a state where the link between the routers A and RR is disconnected from the state illustrated in FIG. As shown in FIG. 5, the router A receives an external route update message from the adjacent AS via the link (EBGP peer) with the router D of the adjacent AS, and the router B and the router E of the adjacent AS An external route update message is received from the neighboring AS by the link between the two (EBGP peer). Each router exchanges a route update message through a link (IBGP peer) with the RR. The number attached to each link is the link cost.

図5(a)の状態(全てのリンクが正常に機能している状態)における経路制御は以下の通りである。ルータAおよびルータBが隣接ASからあるプレフィックスpの経路更新メッセージを受信したとする。また、pの経路属性について、LOCAL_PREF属性、AS_PATH属性、ORIGIN属性、MED属性といった、BGPでの最適経路(ベスト経路)選択に関わる経路属性は全て同一であるとする。   The path control in the state of FIG. 5A (a state in which all links are functioning normally) is as follows. Assume that router A and router B receive a route update message for a prefix p from the neighboring AS. Further, regarding the route attribute of p, it is assumed that all route attributes related to the selection of the optimum route (best route) in BGP, such as the LOCAL_PREF attribute, the AS_PATH attribute, the ORIGIN attribute, and the MED attribute, are the same.

ルータAおよびルータBは、隣接ASから受信したpの経路更新メッセージをRRにIBGPで広報する。ルータAが広報するpのNEXT_HOPはルータDのアドレス、またはルータAのアドレス(ルータAでNEXT_HOPを自分自身のアドレスに書き換えた場合)であり、ルータBが広報するpのNEXT_HOPはルータEのアドレス、またはルータBのアドレスである。
RRは、pについてルータAからの経路更新メッセージとルータBからの経路更新メッセージを比較し、経路更新メッセージを受信した何れかの経路をpへの最適経路として選択する。具体的には、RRは、上述したように経路属性が全て同一であるため、pのNEXT_HOP属性に記されたIPアドレスに到達するまでのコストを比較し、そのコストが小さい方をpへの最適経路として選択する。例えば、ルータA−D間のリンクコトトとルータB−E間のリンクコストが同一である場合、RRは、ルータAの経路を最適経路として選択する。また、RRは、ルータAから受信した経路更新メッセージを他のルータにIBGPで広報する。
ルータCは、NEXT_HOPがルータA(またはルータD)のアドレスであるpの経路更新メッセージを受信する。ここでルータCがp宛てのパケットを転送する場合、pへのNEXT_HOPはルータA(またはルータD)のアドレスであるが、ルータCからルータAへの最短経路はルータAとの直接接続リンクを通るものなので、ルータCからpへのパケットは、ルータC−ルータA間のリンクを通って隣接ASに転送される。
The router A and the router B broadcast the p route update message received from the neighboring AS to the RR by IBGP. NEXT_HOP of p advertised by router A is the address of router D or the address of router A (when NEXT_HOP is rewritten to its own address by router A), and NEXT_HOP of p advertised by router B is the address of router E Or the address of router B.
The RR compares the route update message from the router A with the route update message from the router B for p, and selects any route that has received the route update message as the optimum route to p. Specifically, since the route attributes are all the same as described above, the RR compares the costs for reaching the IP address described in the NEXT_HOP attribute of p, and the one with the smaller cost is assigned to p. Select as the best route. For example, when the link cost between the routers A and D and the link cost between the routers B and E are the same, the RR selects the route of the router A as the optimum route. Also, the RR advertises the route update message received from the router A to other routers by IBGP.
Router C receives the p route update message for which NEXT_HOP is the address of router A (or router D). Here, when router C forwards a packet addressed to p, NEXT_HOP to p is the address of router A (or router D), but the shortest path from router C to router A is a direct connection link with router A. Since it passes, the packet from router C to p is transferred to the adjacent AS through the link between router C and router A.

ルータAとRRの間のリンクが切断した場合、図5(b)に示すように、ルータAから受信したpへのNEXT_HOPへの到達性がなくなる、すなわちコストが無限大となるので、RRは、pについてルータBの経路を最適経路として選択し、他のルータに広報する。ルータCは、pへのNEXT_HOPがルータB(またはルータE)のアドレスに変更され、ルータCからpへのトラフィックはルータBを経由して隣接ASに流れる。
つまり、実際にはルータC−A間のリンクは使用できるにもかかわらず、ルータCからpへのトラフィックはルータA経由から、コストが大きいルータB経由に変更される。このような経路変更は、特に切り替わり時においてパケットロスや順序逆転等が発生する可能性がある。また予期しないトラフィック変更によりネットワークで輻輳が発生する可能性もある。そのためネットワークが不安定になり、通信品質に悪影響を与えるという問題がある。
When the link between the router A and the RR is disconnected, as shown in FIG. 5B, the reach of NEXT_HOP to the p received from the router A is lost, that is, the cost becomes infinite. , P, the route of the router B is selected as the optimum route, and is advertised to other routers. In the router C, NEXT_HOP to p is changed to the address of the router B (or router E), and traffic from the router C to p flows through the router B to the adjacent AS.
That is, although the link between the routers C and A can actually be used, the traffic from the routers C to p is changed from the route through the router A to the route B with a large cost. Such a route change may cause packet loss, order reversal, etc., especially at the time of switching. Unexpected traffic changes can cause congestion in the network. Therefore, there is a problem that the network becomes unstable and adversely affects communication quality.

本発明は、上述した課題に鑑みてなされたものであって、不要な経路変更を抑える技術を提供する目的とする。   The present invention has been made in view of the above-described problems, and an object of the present invention is to provide a technique for suppressing unnecessary route changes.

上記問題を解決するために、本発明の一態様である経路制御システムは、IBGPピアを集約する機能を有し経路更新メッセージを送信する第1経路制御装置と、第1経路制御装置から経路更新メッセージを受信する第2経路制御装置とから構成される経路制御システムであって、第1経路制御装置は、経路更新の理由を示す更新理由情報を含む経路更新メッセージを第2経路制御装置に送信し、第2経路制御装置は、更新理由情報を含む経路更新メッセージを受信した場合に、更新理由情報に応じて当該第2経路制御装置における経路情報を更新することを特徴とする。   In order to solve the above problem, a routing control system according to an aspect of the present invention includes a first routing controller that has a function of aggregating IBGP peers and transmits a routing update message, and a routing update from the first routing controller. A route control system comprising a second route control device that receives a message, wherein the first route control device transmits a route update message including update reason information indicating a reason for route update to the second route control device. The second route control device is characterized in that, when a route update message including update reason information is received, the route information in the second route control device is updated according to the update reason information.

上記経路制御システムは、IBGPピアを集約する機能を有する第1経路制御装置と、第1経路制御装置との間で経路更新メッセージを送受信する第2経路制御装置とから構成される経路制御システムであって、第1経路制御装置は、経路更新メッセージを受信する複数の経路から選択した最適経路上のNEXT_HOP迄のリンクコストが変化した場合に、当該変化を経路更新の理由として示す更新理由情報を含む経路更新メッセージを送信し、第2経路制御装置は、変化を理由として示す更新理由情報を含む経路更新メッセージを受信した場合に、当該第2経路制御装置に設定されている経路情報におけるNEXT_HOP迄のリンクコストが経路更新メッセージに基づく経路上のNEXT_HOP迄のリンクコスト以上である場合に、経路更新メッセージに基づいて当該第2経路制御装置に設定されている経路情報を更新し、未満である場合には更新しないことを特徴としてもよい。   The route control system is a route control system including a first route control device having a function of aggregating IBGP peers and a second route control device that transmits and receives a route update message to and from the first route control device. Then, when the link cost to the NEXT_HOP on the optimum route selected from the plurality of routes that receive the route update message changes, the first route control device displays update reason information indicating the change as a reason for the route update. When the second route control device receives the route update message including the update reason information indicating the change as a reason, the second route control device until NEXT_HOP in the route information set in the second route control device. If the link cost is equal to or higher than the link cost up to NEXT_HOP on the route based on the route update message, May be characterized in that on the basis of the road update message does not update if the routing information set in the second path control unit updates, less than.

上記経路制御システムは、IBGPピアを集約する機能を有する第1経路制御装置と、第1経路制御装置との間で経路更新メッセージを送受信する第2経路制御装置とから構成される経路制御システムであって、第1経路制御装置は、複数の経路から経路更新メッセージを受信する経路更新メッセージ受信部と、経路更新メッセージ受信部によって複数の経路から受信された経路更新メッセージを参照し、複数の経路から最適経路を選択する最適経路選択部と、最適経路上のNEXT_HOP迄のリンクコストの変化を認識するコスト変化認識部と、コスト変化認識部によってリンクコストの変化が認識された場合に、変化を経路更新の理由として示す更新理由情報を含む経路更新メッセージを第2経路制御装置に送信する経路更新メッセージ送信部とを備え、第2経路制御装置は、変化を理由として示す更新理由情報を含む経路更新メッセージを受信した場合に、当該第2経路制御装置に設定されている経路情報におけるNEXT_HOP迄のリンクコストと経路更新メッセージに基づく経路上のNEXT_HOP迄のリンクコストとを比較するコスト比較部と、コスト比較部によって当該第2経路制御装置に設定されている経路情報におけるNEXT_HOP迄のリンクコストが経路更新メッセージに基づく経路上のNEXT_HOP迄のリンクコスト以上であると判断された場合に、経路更新メッセージに基づいて当該第2経路制御装置に設定されている経路情報を更新する一方、当該第2経路制御装置に設定されている経路情報におけるNEXT_HOP迄のリンクコストが経路更新メッセージに基づく経路上のNEXT_HOP迄のリンクコスト未満であると判断された場合に、経路更新メッセージに基づいて経路情報を更新しない経路情報更新部とを備えることを特徴としてもよい。   The route control system is a route control system including a first route control device having a function of aggregating IBGP peers and a second route control device that transmits and receives a route update message to and from the first route control device. The first route control apparatus refers to a route update message receiving unit that receives route update messages from a plurality of routes, and a route update message received from the plurality of routes by the route update message receiving unit, and When the change of the link cost is recognized by the cost change recognizing unit, the cost change recognizing unit for recognizing the change of the link cost up to NEXT_HOP on the optimum route, the change is detected. A route update message for sending a route update message including update reason information shown as the reason for route update to the second route control device The second route control device, when receiving a route update message including update reason information indicating the change as a reason, a link to NEXT_HOP in the route information set in the second route control device The cost comparison unit that compares the cost and the link cost to NEXT_HOP on the route based on the route update message, and the link cost to NEXT_HOP in the route information set in the second route control device by the cost comparison unit is route update. When it is determined that the link cost to the NEXT_HOP on the route based on the message is equal to or higher than the link cost, the route information set in the second route control device is updated based on the route update message, while the second route control is performed. Link cost to NEXT_HOP in route information set in the device If it is determined to be less than the link cost up NEXT_HOP on the path based on the route update message may be characterized in that it comprises a routing information updating unit does not update the routing information based on the route update message.

上記問題を解決するために、本発明の他の態様である経路制御装置は、IBGPピアを集約する機能を有する他の装置から経路更新の理由を示す更新理由情報を含む経路更新メッセージを受信する経路更新メッセージ受信部と、経路更新メッセージ受信部によって他の装置における最適経路上のNEXT_HOP迄のリンクコストの変化を理由として示す更新理由情報を含む経路更新メッセージが受信された場合に、自装置に設定されている経路情報におけるNEXT_HOP迄のリンクコストと経路更新メッセージに基づく経路上のNEXT_HOP迄のリンクコストとを比較するコスト比較部と、コスト比較部によって自装置に設定されている経路情報におけるNEXT_HOP迄のリンクコストが経路更新メッセージに基づく経路上のNEXT_HOP迄のリンクコスト以上であると判断された場合に、経路更新メッセージに基づいて自装置に設定されている経路情報を更新する一方、自装置に設定されている経路情報におけるNEXT_HOP迄のリンクコストが経路更新メッセージに基づく経路上のNEXT_HOP迄のリンクコスト未満であると判断された場合に、経路更新メッセージに基づいて経路情報を更新しない経路情報更新部とを備えることを特徴とする。   In order to solve the above problem, a route control device according to another aspect of the present invention receives a route update message including update reason information indicating the reason for route update from another device having a function of aggregating IBGP peers. When the route update message receiving unit and the route update message receiving unit receive a route update message including update reason information indicating the change in the link cost up to NEXT_HOP on the optimum route in another device as a reason, A cost comparison unit that compares the link cost to NEXT_HOP in the set route information with the link cost to NEXT_HOP on the route based on the route update message, and NEXT_HOP in the route information set in the own device by the cost comparison unit The link cost up to is on the route based on the route update message. When it is determined that the link cost is equal to or higher than the link cost up to EXT_HOP, the route information set in the own device is updated based on the route update message, while the link cost up to NEXT_HOP in the route information set in the own device is updated. Is determined to be less than the link cost up to NEXT_HOP on the route based on the route update message, the route information update unit does not update the route information based on the route update message.

上記問題を解決するために、本発明の他の態様である経路制御装置は、複数の経路から経路更新メッセージを受信する経路更新メッセージ受信部と、経路更新メッセージ受信部によって複数の経路から受信された経路更新メッセージを参照し、複数の経路から最適経路を選択する最適経路選択部と、最適経路上のNEXT_HOP迄のリンクコストの変化を認識するコスト変化認識部と、コスト変化認識部によってリンクコストの変化が認識された場合に、変化を経路更新の理由として示す更新理由情報を含む経路更新メッセージを他の装置に送信する経路更新メッセージ送信部とを備え、他の装置は、更新理由情報を含む経路更新メッセージを受信した場合に、当該他の装置に設定されている経路情報におけるNEXT_HOP迄のリンクコストが経路更新メッセージに基づく経路上のNEXT_HOP迄のリンクコスト以上である場合に、経路更新メッセージに基づいて当該他の装置に設定されている経路情報を更新し、未満である場合には更新しないことを特徴とする。   In order to solve the above problem, a route control device according to another aspect of the present invention includes a route update message receiving unit that receives a route update message from a plurality of routes, and a route update message receiving unit that is received from the plurality of routes. An optimal route selection unit that selects an optimal route from a plurality of routes, a cost change recognition unit that recognizes a link cost change to NEXT_HOP on the optimal route, and a cost change recognition unit A route update message transmission unit that transmits a route update message including update reason information indicating the change as a reason for route update to the other device when the change is recognized. Link to NEXT_HOP in the route information set in the other device when a route update message including the same is received The route information set in the other device is updated based on the route update message when the cost is equal to or higher than the link cost up to NEXT_HOP on the route based on the route update message, and is not updated when it is less than the link cost. It is characterized by that.

本発明によれば、不要な経路変更を抑えることができるようになる。従って、不要な経路変更によるネットワークの不安定化、通信品質に劣化を抑えることができるようになる。   According to the present invention, unnecessary route changes can be suppressed. Therefore, it becomes possible to suppress instability of the network and deterioration in communication quality due to unnecessary path change.

本発明の一実施形態による経路制御システム1の構成図である。It is a lineblock diagram of route control system 1 by one embodiment of the present invention. 経路制御システム1を適用したネットワークの例である。1 is an example of a network to which a routing control system 1 is applied. 図2に示すルートリフレクタ10aの動作およびルータ20cの動作を示すフローチャートである。It is a flowchart which shows operation | movement of the route reflector 10a shown in FIG. 2, and operation | movement of the router 20c. 従来のIBGPピアの構成を説明するための図である。It is a figure for demonstrating the structure of the conventional IBGP peer. 従来のIBGPピアの問題点を説明するための図である。It is a figure for demonstrating the problem of the conventional IBGP peer.

以下、本発明の実施形態について図面を参照して説明する。本発明の一実施形態による経路制御システム1は、図1に示すように、第1経路制御装置10(ルートリフレクタに相当する)および第2経路制御装置20(BGPルータに相当する)から構成される。なお、図1においては、経路制御システム1は、1つの第2経路制御装置20のみを記載したが、経路制御システム1は2以上の第2経路制御装置を備えてもよい。   Embodiments of the present invention will be described below with reference to the drawings. As shown in FIG. 1, a route control system 1 according to an embodiment of the present invention includes a first route control device 10 (corresponding to a route reflector) and a second route control device 20 (corresponding to a BGP router). The In FIG. 1, the path control system 1 describes only one second path control device 20, but the path control system 1 may include two or more second path control devices.

第1経路制御装置10は、経路更新メッセージ受信部100、コスト変化認識部110、最適経路選択部120、経路更新メッセージ送信部130および記憶部190を備える。   The first route control apparatus 10 includes a route update message receiving unit 100, a cost change recognition unit 110, an optimum route selection unit 120, a route update message transmission unit 130, and a storage unit 190.

経路更新メッセージ受信部100は、複数の経路から経路更新メッセージを受信する。具体的には、経路更新メッセージ受信部100は、他のBGPルータ(例えば、他のASと接続する複数のBGPルータ)から経路更新メッセージを受信する。経路更新メッセージを受信した経路更新メッセージ受信部100は、受信した経路更新メッセージ(または経路更新メッセージが示す内容)を記憶部190に記憶する。また、経路更新メッセージを受信した受信部100は、経路更新メッセージを受信した旨を示す情報(以下、「メッセージ受信通知」という)を最適経路選択部120に通知する。   The route update message receiving unit 100 receives route update messages from a plurality of routes. Specifically, the route update message receiving unit 100 receives a route update message from another BGP router (for example, a plurality of BGP routers connected to another AS). The route update message receiving unit 100 that has received the route update message stores the received route update message (or the content indicated by the route update message) in the storage unit 190. The receiving unit 100 that has received the route update message notifies the optimum route selection unit 120 of information indicating that the route update message has been received (hereinafter referred to as “message reception notification”).

記憶部190は、経路更新メッセージ受信部100によって受信された経路更新メッセージ(または経路更新メッセージが示す内容)を記憶する。また、記憶部190は、経路更新メッセージ受信部100が経路更新メッセージを受信する複数の経路から選択したコストが最小である一の経路(以下、「最適経路」という)を記憶する。   The storage unit 190 stores the route update message (or content indicated by the route update message) received by the route update message receiving unit 100. In addition, the storage unit 190 stores one route (hereinafter referred to as “optimum route”) having the lowest cost selected from the plurality of routes from which the route update message receiving unit 100 receives the route update message.

コスト変化認識部110は、最適経路上のNEXT_HOP迄のリンクコストの変化を認識する。例えば、コスト変化認識部110は、記憶部190に記憶された最適経路を参照し、最適経路上のNEXT_HOPであるBGPルータへのリンクが切れた場合(到達性がなくなった場合)に、最適経路上のNEXT_HOP迄のリンクコストの変化を認識する。最適経路上のNEXT_HOP迄のリンクコストの変化を認識したコスト変化認識部110は、最適経路上のNEXT_HOP迄のリンクコストの変化を認識した旨を示す情報(以下、「リンクコスト変化通知」という)を最適経路選択部120および経路更新メッセージ送信部130に通知する。   The cost change recognition unit 110 recognizes a link cost change up to NEXT_HOP on the optimum route. For example, the cost change recognizing unit 110 refers to the optimum route stored in the storage unit 190, and when the link to the BGP router which is the NEXT_HOP on the optimum route is disconnected (when reachability is lost), the optimum route Recognize changes in link cost up to NEXT_HOP above. The cost change recognizing unit 110 that has recognized the change in the link cost up to NEXT_HOP on the optimum route shows information indicating that the change in the link cost to NEXT_HOP on the optimum route has been recognized (hereinafter referred to as “link cost change notification”). To the optimum route selection unit 120 and the route update message transmission unit 130.

最適経路選択部120は、経路更新メッセージ受信部100によって複数の経路から受信された経路更新メッセージ、つまり、記憶部190に記憶された複数の経路更新メッセージ(または経路更新メッセージが示す内容)を参照し、当該複数の経路から最適経路を選択する。なお、最適経路選択部120は、経路更新メッセージ受信部100からメッセージ受信通知が通知された場合やコスト変化認識部110からリンクコスト変化通知が通知された場合に、最適経路を選択する。最適経路を選択した最適経路選択部120は、経路更新メッセージ受信部100が最適経路から受信した経路更新メッセージ(または経路更新メッセージが示す内容)を経路更新メッセージ送信部130に供給する。また、新たな最適経路を選択した最適経路選択部120は、記憶部190に記憶されている最適経路を更新する。   The optimum route selection unit 120 refers to the route update messages received from the plurality of routes by the route update message receiving unit 100, that is, the plurality of route update messages (or the contents indicated by the route update message) stored in the storage unit 190. The optimum route is selected from the plurality of routes. The optimum route selection unit 120 selects the optimum route when a message reception notification is notified from the route update message reception unit 100 or when a link cost change notification is notified from the cost change recognition unit 110. The optimum route selecting unit 120 that has selected the optimum route supplies the route update message transmitting unit 130 with the route update message (or the content indicated by the route update message) received from the optimum route by the route update message receiving unit 100. In addition, the optimum route selection unit 120 that has selected a new optimum route updates the optimum route stored in the storage unit 190.

経路更新メッセージ送信部130は、最適経路選択部120から経路更新メッセージ(または経路更新メッセージが示す内容)を取得する。また、経路更新メッセージ送信部130は、コスト変化認識部110からリンクコスト変化通知を取得する。経路更新メッセージ送信部130は、経路更新メッセージ(または経路更新メッセージが示す内容)およびリンクコスト変化通知を取得した場合、最適経路上のNEXT_HOP迄のリンクコストの変化を経路更新の理由として示す更新理由情報を含む経路更新メッセージを第2経路制御装置20に送信(広報)する。なお、更新理由情報を含む経路更新メッセージは、例えば、経路更新メッセージを構成するフォーマットにおける予備領域または拡張領域を更新理由情報の格納領域として定義することによって実装する。   The route update message transmission unit 130 acquires a route update message (or content indicated by the route update message) from the optimum route selection unit 120. In addition, the route update message transmission unit 130 acquires a link cost change notification from the cost change recognition unit 110. When the route update message transmission unit 130 acquires the route update message (or the content indicated by the route update message) and the link cost change notification, the update reason indicating the change of the link cost up to NEXT_HOP on the optimum route as the reason for the route update. A route update message including information is transmitted (public information) to the second route control device 20. Note that the route update message including the update reason information is implemented, for example, by defining a spare area or an extension region in the format constituting the route update message as a storage area for the update reason information.

第2経路制御装置20は、経路更新メッセージ受信部200、コスト比較部210、経路情報更新部220および記憶部290を備える。記憶部290は、当該第2経路制御装置20の経路情報(経路表、Local−RIB)を記憶する。   The second route control device 20 includes a route update message reception unit 200, a cost comparison unit 210, a route information update unit 220, and a storage unit 290. The storage unit 290 stores route information (route table, Local-RIB) of the second route control device 20.

経路更新メッセージ受信部200は、第1経路制御装置10から経路更新メッセージを受信する。経路更新メッセージを受信した経路更新メッセージ受信部200は、受信した経路更新メッセージをコスト比較部210に供給する。   The route update message receiving unit 200 receives a route update message from the first route control device 10. The route update message receiving unit 200 that has received the route update message supplies the received route update message to the cost comparison unit 210.

コスト比較部210は、経路更新メッセージ受信部200から経路更新メッセージを取得する。経路更新メッセージを取得したコスト比較部210は、当該経路更新メッセージに含まれる更新理由情報を参照し、当該更新理由情報がリンクの変化を経路更新の理由として示すものである場合、記憶部290に記憶されている経路情報におけるNEXT_HOP迄のリンクコストと前記経路更新メッセージに基づく経路上のNEXT_HOP迄のリンクコストとを比較する。コスト比較部210は、経路更新メッセージ受信部200から取得した経路更新メッセージおよび比較結果を経路情報更新部220に供給する。   The cost comparison unit 210 acquires a route update message from the route update message reception unit 200. The cost comparison unit 210 that has acquired the route update message refers to the update reason information included in the route update message, and if the update reason information indicates a link change as a reason for the route update, the cost comparison unit 210 stores the update reason information in the storage unit 290. The link cost to NEXT_HOP in the stored route information is compared with the link cost to NEXT_HOP on the route based on the route update message. The cost comparison unit 210 supplies the route update message acquired from the route update message reception unit 200 and the comparison result to the route information update unit 220.

経路情報更新部220は、コスト比較部210から経路更新メッセージおよび比較結果を取得する。経路情報更新部220は、当該第2経路制御装置20に設定されている経路情報におけるNEXT_HOP迄のリンクコストが経路更新メッセージに基づく経路上のNEXT_HOP迄のリンクコスト以上であるとの比較結果をコスト比較部210から取得した場合、つまり、経路更新メッセージに基づく経路上のNEXT_HOP迄のリンクコストが記憶部290に記憶されている経路情報におけるNEXT_HOP迄のリンクコストと同じか記憶部290に記憶されている経路情報におけるNEXT_HOP迄のリンクコストよりも小さい場合、コスト比較部210から取得した経路更新メッセージに基づいて記憶部290に記憶されている経路情報を更新する。一方、経路情報更新部220は、当該第2経路制御装置20に設定されている経路情報におけるNEXT_HOP迄のリンクコストが経路更新メッセージに基づく経路上のNEXT_HOP迄のリンクコスト未満であるとの比較結果をコスト比較部210から取得した場合、つまり、経路更新メッセージに基づく経路上のNEXT_HOP迄のリンクコストが記憶部290に記憶されている経路情報におけるNEXT_HOP迄のリンクコストよりも大きい場合、記憶部290に記憶されて経路情報を更新しない。   The route information update unit 220 acquires a route update message and a comparison result from the cost comparison unit 210. The route information update unit 220 determines the cost of the comparison result that the link cost to NEXT_HOP in the route information set in the second route control device 20 is equal to or higher than the link cost to NEXT_HOP on the route based on the route update message. When acquired from the comparison unit 210, that is, the link cost to NEXT_HOP on the route based on the route update message is the same as the link cost to NEXT_HOP in the route information stored in the storage unit 290 or stored in the storage unit 290. If the link cost to the NEXT_HOP in the existing route information is smaller, the route information stored in the storage unit 290 is updated based on the route update message acquired from the cost comparison unit 210. On the other hand, the route information update unit 220 compares the link cost to NEXT_HOP in the route information set in the second route control device 20 to be less than the link cost to NEXT_HOP on the route based on the route update message. Is obtained from the cost comparison unit 210, that is, when the link cost to NEXT_HOP on the route based on the route update message is larger than the link cost to NEXT_HOP in the route information stored in the storage unit 290, the storage unit 290 The route information is not updated.

以下、具体例を用いて経路制御システム1を補足説明する。図2は、経路制御システム1を適用したネットワーク(AS)である。なお、図2において、ルートリフレクタ10aは第1経路制御装置10に相当し、ルータ20cは第2経路制御装置20に相当する。ルータ20cは、ルートリフレクタ10aとIBGPでピアを張り経路更新メッセージを交換する。AS内ではOSPFやISISなど、一般的にはIGP(Interior Gateway Protocol)と呼ばれる、通常AS内で利用される経路制御プロトコルも動作している。   Hereinafter, the route control system 1 will be described supplementarily using specific examples. FIG. 2 shows a network (AS) to which the routing control system 1 is applied. In FIG. 2, the route reflector 10 a corresponds to the first route control device 10, and the router 20 c corresponds to the second route control device 20. The router 20c establishes a peer with the route reflector 10a using IBGP and exchanges a route update message. In AS, a routing protocol generally used in AS, such as OSPF and ISIS, generally called IGP (Interior Gateway Protocol) is also operating.

ルートリフレクタ10aは、経路更新の理由(更新理由情報)を含む経路更新メッセージをルータ20cに送信するが、主な経路更新の理由は以下の通りである。
理由1:最適経路から当該経路をwithdrawする経路更新メッセージを受信した。
理由2:最適経路以外の経路から、当該経路が最適経路となるようなパス属性を示す経路更新メッセージを受信した。
理由3:最適経路のパス属性が変更された(当該パス属性が変更された最適経路の受信元は変更無し)。
理由4:最適経路のパス属性が変更された結果、他の経路から受信していた経路が最適経路より優先されるようになった。
理由5:最適経路のNEXT_HOPまでのコストが変更された結果、他の経路更新メッセージを受信していた他の経路のNEXT_HOPまでのコストの方が小さくなった。
但し、理由1〜理由5のうち上述した問題に関わるのは、理由5である。
The route reflector 10a transmits a route update message including the reason for route update (update reason information) to the router 20c. The main reasons for route update are as follows.
Reason 1: A route update message for whitdrawing the route is received from the optimum route.
Reason 2: A route update message indicating a path attribute such that the route becomes the optimum route is received from a route other than the optimum route.
Reason 3: The path attribute of the optimal route has been changed (the receiving source of the optimal route whose path attribute has been changed is unchanged).
Reason 4: As a result of changing the path attribute of the optimum route, the route received from another route is given priority over the optimum route.
Reason 5: As a result of changing the cost to NEXT_HOP of the optimum route, the cost to NEXT_HOP of another route that has received another route update message is smaller.
However, among reasons 1 to 5, reason 5 is related to the above-described problem.

更新理由情報を経路更新メッセージに含める手段としては、community属性を利用する。community属性は、定義した経路グループ毎に異なる経路制御を実施するためなどに利用されている。community属性は、32ビットで表現され、内上位16ビットは自AS番号、下位16ビットは任意の領域として規定されている。従って、community属性の下位16ビットを更新理由情報の領域として定義するとともに、community属性の値(以下、「community属性値」という)を定義する。例えば、理由5はcommunity属性値「1」、理由5以外(理由1乃至理由4)はcommunity属性値「2」と定義する。   The community attribute is used as means for including the update reason information in the route update message. The community attribute is used for performing different route control for each defined route group. The community attribute is expressed by 32 bits. The upper 16 bits are defined as the self AS number, and the lower 16 bits are defined as an arbitrary area. Therefore, the lower 16 bits of the community attribute are defined as the update reason information area, and the value of the community attribute (hereinafter referred to as “community attribute value”) is defined. For example, reason 5 is defined as community attribute value “1”, and reasons other than reason 5 (reasons 1 to 4) are defined as community attribute value “2”.

図3(a)は、図2に示すルートリフレクタ10aの動作を示すフローチャートである。なお、図3(a)に示すフローチャートは、最適経路が変更したときに開始する(ステップS100)。ルートリフレクタ10aは、最適経路のNEXT_HOPまでのコストが変更されたか否かを判断する(ステップS110)。つまり、ルートリフレクタ10aは、上記理由5により最適経路が変更したか否かを判断する。   FIG. 3A is a flowchart showing the operation of the route reflector 10a shown in FIG. In addition, the flowchart shown to Fig.3 (a) is started when the optimal path | route changes (step S100). The route reflector 10a determines whether or not the cost up to the next route NEXT_HOP has been changed (step S110). That is, the route reflector 10a determines whether or not the optimum route has been changed for the reason 5.

ルートリフレクタ10aは、最適経路のNEXT_HOPまでのコストが変更されたと判断した場合(ステップS110:Yes)、community属性値「1」をセットした経路更新メッセージをルータ20cに送信する(ステップS120)。つまり、ルートリフレクタ10aは、経路更新の理由として上記理由5を示す更新理由情報を含む前記経路更新メッセージをルータ20cに送信する。そして、本フローチャートは終了する。   When the route reflector 10a determines that the cost up to NEXT_HOP of the optimum route has been changed (step S110: Yes), the route reflector 10a transmits a route update message in which the community attribute value “1” is set to the router 20c (step S120). That is, the route reflector 10a transmits the route update message including the update reason information indicating the reason 5 as the route update reason to the router 20c. Then, this flowchart ends.

一方、ルートリフレクタ10aは、最適経路のNEXT_HOPまでのコストが変更されていないと判断した場合(ステップS110:No)、community属性値「2」をセットした経路更新メッセージを送信する(ステップS130)。つまり、ルートリフレクタ10aは、経路更新の理由は上記理由5以外である旨を示す更新理由情報を含む前記経路更新メッセージをルータ20cに送信する。そして、本フローチャートは終了する。   On the other hand, when the route reflector 10a determines that the cost up to the NEXT_HOP of the optimum route has not been changed (step S110: No), the route reflector 10a transmits a route update message in which the community attribute value “2” is set (step S130). That is, the route reflector 10a transmits the route update message including the update reason information indicating that the reason for the route update is other than the reason 5 to the router 20c. Then, this flowchart ends.

図3(b)は、図2に示すルータ20cの動作を示すフローチャートである。なお、図3(b)に示すフローチャートは、ルートリフレクタ10aから経路更新メッセージを受信したときに開始する(ステップS200)。ルータ20cは、受信した経路更新メッセージにcommunity属性(更新理由情報)が含まれているか否かを判断する(ステップS210)。ルータ20cは、経路更新メッセージにcommunity属性が含まれていると判断した場合(ステップS210:Yes)、community属性値「1」であるか否かを判断する(ステップS220)。ルータ20cは、community属性値「1」であると判断した場合(ステップS220:Yes)、現在の経路情報(記憶部290に記憶されている経路情報)におけるNEXT_HOP迄のリンクコストが経路更新メッセージに基づく経路上のNEXT_HOP迄のリンクコスト以上であるか否かを判断する(ステップS230)。   FIG. 3B is a flowchart showing the operation of the router 20c shown in FIG. The flowchart shown in FIG. 3B starts when a route update message is received from the route reflector 10a (step S200). The router 20c determines whether or not a community attribute (update reason information) is included in the received route update message (step S210). When the router 20c determines that the community attribute is included in the route update message (step S210: Yes), the router 20c determines whether or not the community attribute value is “1” (step S220). When the router 20c determines that the community attribute value is “1” (step S220: Yes), the link cost up to NEXT_HOP in the current route information (route information stored in the storage unit 290) is included in the route update message. It is determined whether or not the link cost up to NEXT_HOP on the route is higher (step S230).

ルータ20cは、現在の経路情報(記憶部290に記憶されている経路情報)におけるNEXT_HOP迄のリンクコストが経路更新メッセージに基づく経路上のNEXT_HOP迄のリンクコスト以上であると判断した場合(ステップS230:Yes)、経路更新メッセージに基づいて経路情報を更新する(ステップS240)。つまり、ルータ20cは、経路更新メッセージに基づく経路情報が現在の経路情報よりも優先されると判断し、経路更新メッセージの内容(他のポリシーもチェック)を反映する。従って、ルータ20cにおいてNEXT_HOPが変更される。なお、経路情報は、IGPによって作成する。そして本フローチャートは終了する。   When the router 20c determines that the link cost to NEXT_HOP in the current route information (route information stored in the storage unit 290) is equal to or higher than the link cost to NEXT_HOP on the route based on the route update message (step S230). : Yes), the route information is updated based on the route update message (step S240). That is, the router 20c determines that the route information based on the route update message has priority over the current route information, and reflects the contents of the route update message (check other policies). Therefore, NEXT_HOP is changed in the router 20c. The route information is created by IGP. And this flowchart is complete | finished.

一方、ルータ20cは、現在の経路情報(記憶部290に記憶されている経路情報)におけるNEXT_HOP迄のリンクコストが経路更新メッセージに基づく経路上のNEXT_HOP迄のリンクコスト以上でないと判断した場合(ステップS230:No)、経路更新メッセージを保持するものの経路更新メッセージの内容を反映しない(ステップS240を飛ばす)。つまり、ルータ20cは、現在の経路情報が経路更新メッセージに基づく経路情報よりも優先されると判断し、経路更新メッセージの内容を無視する。従って、ルータ20cにおいてNEXT_HOPが変更されない。そして本フローチャートは終了する。   On the other hand, when the router 20c determines that the link cost to NEXT_HOP in the current route information (route information stored in the storage unit 290) is not equal to or higher than the link cost to NEXT_HOP on the route based on the route update message (step S230: No), although the route update message is retained, the content of the route update message is not reflected (step S240 is skipped). That is, the router 20c determines that the current route information has priority over the route information based on the route update message, and ignores the content of the route update message. Therefore, NEXT_HOP is not changed in the router 20c. And this flowchart is complete | finished.

なお、ルータ20cは、経路更新メッセージにcommunity属性が含まれていないと判断した場合(ステップS210:No)、または、community属性値「1」でないと判断した場合(ステップS220:No)、経路更新メッセージに基づいて経路情報を更新する(ステップS240)。そして本フローチャートは終了する。   If the router 20c determines that the route update message does not include the community attribute (step S210: No) or determines that the route attribute does not have the community attribute value “1” (step S220: No), the route update is performed. The route information is updated based on the message (step S240). And this flowchart is complete | finished.

以上、経路制御システム1は、ルートリフレクタとIBGPピアを張るBGPルータにおいて、ルートリフレクタからあるプレフィックスについてNEXT_HOP属性のみ変更された経路更新メッセージを受信した場合、当該プレフィックスへの以前のNEXT_HOPと新たなNEXT_HOPまでのコストを比較し、新たなNEXT_HOPまでのコストが以前のNEXT_HOPと同一かまたは以前のNEXT_HOPよりも小さい場合のみルートリフレクタからの経路更新メッセージを受け容れ、経路情報を更新する。   As described above, when the BGP router that establishes an IBGP peer with the route reflector receives a route update message in which only the NEXT_HOP attribute is changed for a certain prefix from the route reflector, the previous NEXT_HOP and the new NEXT_HOP to the prefix are received. Only when the cost up to the new NEXT_HOP is the same as or lower than the previous NEXT_HOP, the route update message from the route reflector is accepted and the route information is updated.

以上、本発明の実施形態による経路制御システム1によれば、不要な経路変更を抑えることができるようになる。従って、不要な経路変更によるネットワークの不安定化、通信品質に劣化を抑えることができるようになる。ネットワークの安定性を保ち、通信品質を劣化させない効果が期待できる。   As described above, according to the route control system 1 according to the embodiment of the present invention, unnecessary route changes can be suppressed. Therefore, it becomes possible to suppress instability of the network and deterioration in communication quality due to unnecessary path change. The effect of maintaining the stability of the network and not deteriorating the communication quality can be expected.

以上、この発明の実施形態について図面を参照して詳述してきたが、具体的な構成はこの実施形態に限られるものではなく、この発明の要旨を逸脱しない範囲の設計等も含まれる。   The embodiment of the present invention has been described in detail with reference to the drawings. However, the specific configuration is not limited to this embodiment, and includes designs and the like that do not depart from the gist of the present invention.

1 経路制御システム 10 第1経路制御装置(ルートリフレクタ) 20 第2経路制御装置(BGPルータ) 100 経路更新メッセージ受信部 110 コスト変化認識部 120 最適経路選択部 130 経路更新メッセージ送信部 190 記憶部 200 経路更新メッセージ受信部 210 コスト比較部 220 経路情報更新部 290 記憶部   DESCRIPTION OF SYMBOLS 1 Path control system 10 1st path control apparatus (route reflector) 20 2nd path control apparatus (BGP router) 100 Path update message receiving part 110 Cost change recognition part 120 Optimal path selection part 130 Path update message transmission part 190 Storage part 200 Route update message reception unit 210 Cost comparison unit 220 Route information update unit 290 Storage unit

Claims (5)

IBGPピアを集約する機能を有し経路更新メッセージを送信する第1経路制御装置と、前記第1経路制御装置から前記経路更新メッセージを受信する第2経路制御装置とから構成される経路制御システムであって、
前記第1経路制御装置は、
経路更新の理由を示す更新理由情報を含む前記経路更新メッセージを前記第2経路制御装置に送信し、
前記第2経路制御装置は、
前記更新理由情報を含む前記経路更新メッセージを受信した場合に、前記更新理由情報に応じて当該第2経路制御装置における経路情報を更新することを特徴とする経路制御システム。
A route control system comprising a first route control device that has a function of aggregating IBGP peers and transmits a route update message, and a second route control device that receives the route update message from the first route control device. There,
The first path control device
Sending the route update message including update reason information indicating the reason for route update to the second route control device;
The second path control device
When the route update message including the update reason information is received, route information in the second route control device is updated according to the update reason information.
IBGPピアを集約する機能を有する第1経路制御装置と、前記第1経路制御装置との間で前記経路更新メッセージを送受信する第2経路制御装置とから構成される経路制御システムであって、
前記第1経路制御装置は、
経路更新メッセージを受信する複数の経路から選択した最適経路上のNEXT_HOP迄のリンクコストが変化した場合に、当該変化を経路更新の理由として示す更新理由情報を含む前記経路更新メッセージを送信し、
前記第2経路制御装置は、
前記変化を前記理由として示す前記更新理由情報を含む前記経路更新メッセージを受信した場合に、当該第2経路制御装置に設定されている経路情報におけるNEXT_HOP迄のリンクコストが前記経路更新メッセージに基づく経路上のNEXT_HOP迄のリンクコスト以上である場合に、前記経路更新メッセージに基づいて当該第2経路制御装置に設定されている経路情報を更新し、未満である場合には更新しないことを特徴とする経路制御システム。
A path control system comprising a first path control device having a function of aggregating IBGP peers and a second path control device that transmits and receives the path update message to and from the first path control device,
The first path control device
When the link cost to NEXT_HOP on the optimum route selected from a plurality of routes that receive the route update message changes, the route update message including update reason information indicating the change as a reason for route update is transmitted,
The second path control device
When the route update message including the update reason information indicating the change as the reason is received, the link cost to NEXT_HOP in the route information set in the second route control device is based on the route update message. The route information set in the second route control device is updated based on the route update message when it is equal to or higher than the link cost up to the next NEXT_HOP, and is not updated when it is less than the link cost. Routing system.
IBGPピアを集約する機能を有する第1経路制御装置と、前記第1経路制御装置との間で前記経路更新メッセージを送受信する第2経路制御装置とから構成される経路制御システムであって、
前記第1経路制御装置は、
複数の経路から前記経路更新メッセージを受信する経路更新メッセージ受信部と、
前記経路更新メッセージ受信部によって複数の経路から受信された前記経路更新メッセージを参照し、前記複数の経路から最適経路を選択する最適経路選択部と、
前記最適経路上のNEXT_HOP迄のリンクコストの変化を認識するコスト変化認識部と、
前記コスト変化認識部によって前記リンクコストの変化が認識された場合に、前記変化を経路更新の理由として示す更新理由情報を含む前記経路更新メッセージを前記第2経路制御装置に送信する経路更新メッセージ送信部と
を備え、
前記第2経路制御装置は、
前記変化を前記理由として示す前記更新理由情報を含む前記経路更新メッセージを受信した場合に、当該第2経路制御装置に設定されている経路情報におけるNEXT_HOP迄のリンクコストと前記経路更新メッセージに基づく経路上のNEXT_HOP迄のリンクコストとを比較するコスト比較部と、
前記コスト比較部によって当該第2経路制御装置に設定されている経路情報におけるNEXT_HOP迄のリンクコストが前記経路更新メッセージに基づく経路上のNEXT_HOP迄のリンクコスト以上であると判断された場合に、前記経路更新メッセージに基づいて当該第2経路制御装置に設定されている経路情報を更新する一方、当該第2経路制御装置に設定されている経路情報におけるNEXT_HOP迄のリンクコストが前記経路更新メッセージに基づく経路上のNEXT_HOP迄のリンクコスト未満であると判断された場合に、前記経路更新メッセージに基づいて前記経路情報を更新しない経路情報更新部と
を備えることを特徴とする経路制御システム。
A path control system comprising a first path control device having a function of aggregating IBGP peers and a second path control device that transmits and receives the path update message to and from the first path control device,
The first path control device
A route update message receiver that receives the route update message from a plurality of routes;
An optimum route selection unit that refers to the route update message received from a plurality of routes by the route update message reception unit, and selects an optimum route from the plurality of routes;
A cost change recognizing unit for recognizing a link cost change up to NEXT_HOP on the optimum route;
When a change in the link cost is recognized by the cost change recognizing unit, a route update message is transmitted that transmits the route update message including update reason information indicating the change as a reason for route update to the second route control device. With
The second path control device
When the route update message including the update reason information indicating the change as the reason is received, a link cost to NEXT_HOP in the route information set in the second route control device and a route based on the route update message A cost comparison unit for comparing the link cost up to NEXT_HOP above;
When it is determined by the cost comparison unit that the link cost to NEXT_HOP in the route information set in the second route control device is equal to or higher than the link cost to NEXT_HOP on the route based on the route update message, The route information set in the second route control device is updated based on the route update message, while the link cost to NEXT_HOP in the route information set in the second route control device is based on the route update message. A route control system comprising: a route information update unit that does not update the route information based on the route update message when it is determined that the link cost is lower than NEXT_HOP on the route.
IBGPピアを集約する機能を有する他の装置から経路更新の理由を示す更新理由情報を含む経路更新メッセージを受信する経路更新メッセージ受信部と、
前記経路更新メッセージ受信部によって前記他の装置における最適経路上のNEXT_HOP迄のリンクコストの変化を前記理由として示す前記更新理由情報を含む前記経路更新メッセージが受信された場合に、自装置に設定されている経路情報におけるNEXT_HOP迄のリンクコストと前記経路更新メッセージに基づく経路上のNEXT_HOP迄のリンクコストとを比較するコスト比較部と、
前記コスト比較部によって自装置に設定されている経路情報におけるNEXT_HOP迄のリンクコストが前記経路更新メッセージに基づく経路上のNEXT_HOP迄のリンクコスト以上であると判断された場合に、前記経路更新メッセージに基づいて自装置に設定されている経路情報を更新する一方、自装置に設定されている経路情報におけるNEXT_HOP迄のリンクコストが前記経路更新メッセージに基づく経路上のNEXT_HOP迄のリンクコスト未満であると判断された場合に、前記経路更新メッセージに基づいて前記経路情報を更新しない経路情報更新部と
を備えることを特徴とする経路制御装置。
A route update message receiving unit for receiving a route update message including update reason information indicating the reason for route update from another device having a function of aggregating IBGP peers;
When the route update message receiving unit receives the route update message including the update reason information indicating the change in the link cost up to NEXT_HOP on the optimum route in the other device as the reason, the route update message receiving unit is set in the own device. A cost comparison unit that compares the link cost to NEXT_HOP in the route information and the link cost to NEXT_HOP on the route based on the route update message;
When it is determined by the cost comparison unit that the link cost to NEXT_HOP in the route information set for the own device is equal to or higher than the link cost to NEXT_HOP on the route based on the route update message, the route update message While updating the route information set in the own device based on the link information, the link cost to NEXT_HOP in the route information set in the own device is less than the link cost to NEXT_HOP on the route based on the route update message. And a route information update unit that does not update the route information based on the route update message when determined.
複数の経路から前記経路更新メッセージを受信する経路更新メッセージ受信部と、
前記経路更新メッセージ受信部によって複数の経路から受信された前記経路更新メッセージを参照し、前記複数の経路から最適経路を選択する最適経路選択部と、
前記最適経路上のNEXT_HOP迄のリンクコストの変化を認識するコスト変化認識部と、
前記コスト変化認識部によって前記リンクコストの変化が認識された場合に、前記変化を経路更新の理由として示す更新理由情報を含む前記経路更新メッセージを他の装置に送信する経路更新メッセージ送信部と
を備え、
前記他の装置は、
前記更新理由情報を含む前記経路更新メッセージを受信した場合に、当該他の装置に設定されている経路情報におけるNEXT_HOP迄のリンクコストが前記経路更新メッセージに基づく経路上のNEXT_HOP迄のリンクコスト以上である場合に、前記経路更新メッセージに基づいて当該他の装置に設定されている経路情報を更新し、未満である場合には更新しないことを特徴とする経路制御装置。
A route update message receiver that receives the route update message from a plurality of routes;
An optimum route selection unit that refers to the route update message received from a plurality of routes by the route update message reception unit and selects an optimum route from the plurality of routes;
A cost change recognizing unit for recognizing a link cost change up to NEXT_HOP on the optimum route;
A route update message transmission unit that transmits the route update message including update reason information indicating the change as a reason for route update when the change of the link cost is recognized by the cost change recognition unit; Prepared,
The other device is
When the route update message including the update reason information is received, the link cost to NEXT_HOP in the route information set in the other device is equal to or higher than the link cost to NEXT_HOP on the route based on the route update message. In some cases, the route control device updates the route information set in the other device based on the route update message, and does not update the route information if it is less than the route information.
JP2009021921A 2009-02-02 2009-02-02 Route control system and route control apparatus Pending JP2010178310A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2009021921A JP2010178310A (en) 2009-02-02 2009-02-02 Route control system and route control apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2009021921A JP2010178310A (en) 2009-02-02 2009-02-02 Route control system and route control apparatus

Publications (1)

Publication Number Publication Date
JP2010178310A true JP2010178310A (en) 2010-08-12

Family

ID=42708769

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2009021921A Pending JP2010178310A (en) 2009-02-02 2009-02-02 Route control system and route control apparatus

Country Status (1)

Country Link
JP (1) JP2010178310A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2011150832A1 (en) * 2010-10-29 2011-12-08 华为技术有限公司 Method, system and edge switch device for route convergence
JP2016149634A (en) * 2015-02-12 2016-08-18 日本電信電話株式会社 Route reflector and route control method for route reflector
KR20190039596A (en) * 2016-08-26 2019-04-12 후아웨이 테크놀러지 컴퍼니 리미티드 A method for synchronizing topology information in an SFC network,
JP7478799B2 (en) 2018-04-04 2024-05-07 テレフオンアクチーボラゲット エルエム エリクソン(パブル) SYSTEM AND METHOD FOR PROVIDING TIME DOMAIN ASSIGNMENT IN A COMMUNICATION SYSTEM - Patent application

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005020602A (en) * 2003-06-27 2005-01-20 Furukawa Electric Co Ltd:The Routing control method, data gathering apparatus, and routing control system
JP2007053430A (en) * 2005-08-15 2007-03-01 Nippon Telegr & Teleph Corp <Ntt> Incorrect path monitor system and method
JP2008219187A (en) * 2007-02-28 2008-09-18 Nippon Telegr & Teleph Corp <Ntt> Route information changing method, route information changing device, and route information changing program
JP2009010462A (en) * 2007-06-26 2009-01-15 Kddi Corp Route management apparatus and computer program

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005020602A (en) * 2003-06-27 2005-01-20 Furukawa Electric Co Ltd:The Routing control method, data gathering apparatus, and routing control system
JP2007053430A (en) * 2005-08-15 2007-03-01 Nippon Telegr & Teleph Corp <Ntt> Incorrect path monitor system and method
JP2008219187A (en) * 2007-02-28 2008-09-18 Nippon Telegr & Teleph Corp <Ntt> Route information changing method, route information changing device, and route information changing program
JP2009010462A (en) * 2007-06-26 2009-01-15 Kddi Corp Route management apparatus and computer program

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2011150832A1 (en) * 2010-10-29 2011-12-08 华为技术有限公司 Method, system and edge switch device for route convergence
JP2016149634A (en) * 2015-02-12 2016-08-18 日本電信電話株式会社 Route reflector and route control method for route reflector
KR20190039596A (en) * 2016-08-26 2019-04-12 후아웨이 테크놀러지 컴퍼니 리미티드 A method for synchronizing topology information in an SFC network,
CN111884827A (en) * 2016-08-26 2020-11-03 华为技术有限公司 Method for synchronizing topological information in SFC network and routing network element
KR102187292B1 (en) * 2016-08-26 2020-12-04 후아웨이 테크놀러지 컴퍼니 리미티드 Method for synchronizing topology information in SFC network, and routing network element
KR20200136516A (en) * 2016-08-26 2020-12-07 후아웨이 테크놀러지 컴퍼니 리미티드 Method for synchronizing topology information in sfc network and routing network element
KR102376404B1 (en) * 2016-08-26 2022-03-17 후아웨이 테크놀러지 컴퍼니 리미티드 Method for synchronizing topology information in sfc network and routing network element
US11477109B2 (en) 2016-08-26 2022-10-18 Huawei Technologies Co., Ltd. Method for synchronizing topology information in SFC network, and routing network element
US11627067B2 (en) 2016-08-26 2023-04-11 Huawei Technologies Co., Ltd. Method for synchronizing topology information in SFC network, and routing network element
JP7478799B2 (en) 2018-04-04 2024-05-07 テレフオンアクチーボラゲット エルエム エリクソン(パブル) SYSTEM AND METHOD FOR PROVIDING TIME DOMAIN ASSIGNMENT IN A COMMUNICATION SYSTEM - Patent application

Similar Documents

Publication Publication Date Title
US7953103B2 (en) Multi-homing using controlled route leakage at a backup service provider
US7522603B2 (en) Technique for efficiently routing IP traffic on CE-CE paths across a provider network
EP1997017B1 (en) Technique for preventing routing loops by disseminating bgp attribute information in an ospf-configured network
US7903584B2 (en) Technique for dynamically splitting MPLS TE-LSPs
US7936732B2 (en) Selecting aggregation nodes in a network
US8228786B2 (en) Dynamic shared risk node group (SRNG) membership discovery
US9043487B2 (en) Dynamically configuring and verifying routing information of broadcast networks using link state protocols in a computer network
US7978612B2 (en) Two-hop relay for reducing distance vector routing information
US7515551B2 (en) Techniques for reducing adjacencies in a link-state network routing protocol
US7551551B2 (en) Fast reroute (FRR) protection at the edge of a RFC 2547 network
KR101384400B1 (en) Method and router for improved updating of a routing information base
US7782882B2 (en) Method and apparatus for distributing dynamic auto-summarization of internet protocol reachable addresses
EP1331793A1 (en) Method for distributing aggregate route information
KR101457317B1 (en) Prioritization of routing information updates
US8667174B2 (en) Method and system for survival of data plane through a total control plane failure
JP5292951B2 (en) Route control method, route control system, route control device, and route control program
CN112398740B (en) Link state routing protocol adjacency state machine
JP2010178310A (en) Route control system and route control apparatus
WO2019084859A1 (en) Data routing method and network element
JP5180977B2 (en) Node, packet transfer method and program thereof
CN113765790A (en) Method for creating segment routing traffic engineering strategy, router and storage medium
CN114567593A (en) Path switching method and device, network equipment and computer readable storage medium

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20110819

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A821

Effective date: 20110823

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20120625

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20120717

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20121204