JP5916164B1 - Route control apparatus and program - Google Patents

Route control apparatus and program Download PDF

Info

Publication number
JP5916164B1
JP5916164B1 JP2014248843A JP2014248843A JP5916164B1 JP 5916164 B1 JP5916164 B1 JP 5916164B1 JP 2014248843 A JP2014248843 A JP 2014248843A JP 2014248843 A JP2014248843 A JP 2014248843A JP 5916164 B1 JP5916164 B1 JP 5916164B1
Authority
JP
Japan
Prior art keywords
route
prefix length
route information
priority
unit
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.)
Active
Application number
JP2014248843A
Other languages
Japanese (ja)
Other versions
JP2016111597A (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.)
SoftBank Corp
Original Assignee
SoftBank 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 SoftBank Corp filed Critical SoftBank Corp
Priority to JP2014248843A priority Critical patent/JP5916164B1/en
Application granted granted Critical
Publication of JP5916164B1 publication Critical patent/JP5916164B1/en
Publication of JP2016111597A publication Critical patent/JP2016111597A/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

【課題】インターネット上で経路を制御するプロトコルとしてBGPが知られているが、BGPの制御下において、状況に応じて適切に経路を制御できる技術が望まれていた。【解決手段】それぞれが宛先アドレス及びプレフィックス長を含む複数の経路を有するBGPの経路情報を生成する経路情報生成部と、複数の経路のうち、優先する経路を決定する優先経路決定部と、優先する経路の宛先アドレスのプレフィックス長を長くするべく経路情報を更新する経路情報更新部とを備える経路制御装置を提供する。【選択図】図1BGP is known as a protocol for controlling a route on the Internet, and a technique capable of appropriately controlling a route according to the situation under the control of BGP has been desired. A route information generation unit that generates BGP route information having a plurality of routes each including a destination address and a prefix length, a priority route determination unit that determines a priority route among the plurality of routes, and a priority There is provided a route control device including a route information update unit that updates route information so as to increase a prefix length of a destination address of a route to be performed. [Selection] Figure 1

Description

本発明は、経路制御装置及びプログラムに関する。   The present invention relates to a path control device and a program.

インターネット上で経路を制御するプロトコルとしてBGP(Border Gateway Protocol)が知られている(例えば、特許文献1参照)。
[先行技術文献]
[特許文献]
[特許文献1]特開2000−209264号公報
BGP (Border Gateway Protocol) is known as a protocol for controlling routes on the Internet (see, for example, Patent Document 1).
[Prior art documents]
[Patent Literature]
[Patent Document 1] Japanese Patent Application Laid-Open No. 2000-209264

状況に応じて適切に経路を制御できる技術が望まれていた。   A technique that can appropriately control the route according to the situation has been desired.

本発明の第1の態様によれば、それぞれが宛先アドレス及びプレフィックス長を含む複数の経路を有するBGPの経路情報を生成する経路情報生成部と、複数の経路のうち、優先する経路を決定する優先経路決定部と、優先する経路の宛先アドレスのプレフィックス長を長くするべく経路情報を更新する経路情報更新部とを備える経路制御装置が提供される。   According to the first aspect of the present invention, a route information generating unit that generates route information of BGP having a plurality of routes each including a destination address and a prefix length, and a preferred route among the plurality of routes is determined. A route control device is provided that includes a priority route determination unit and a route information update unit that updates route information to increase the prefix length of a destination address of a priority route.

上記経路制御装置において、優先経路決定部は、一の経路よりも優先する経路として優先する経路を決定してよく、経路情報更新部は、優先する経路の宛先アドレスのプレフィックス長を、一の経路の宛先アドレスのプレフィックス長よりも長くするべく経路情報を更新してよい。上記経路制御装置において、優先経路決定部は、複数の経路のうち、経路ハイジャックされた経路を優先する経路として決定してよい。上記経路制御装置において、優先経路決定部は、複数の経路のうち、同じ宛先が含まれる複数の経路から優先する経路を決定してよく、経路情報更新部は、優先する経路の宛先アドレスのプレフィックス長を、同じ宛先が含まれる複数の経路のうちの他の経路の宛先アドレスのプレフィックス長よりも長くするべく経路情報を更新してよい。上記経路制御装置は、経路情報生成部が生成した経路情報をBGPルータに送信する経路情報送信部をさらに備えてよく、経路情報更新部は、優先する経路の宛先アドレスのプレフィックス長を長くするべく、経路情報送信部が送信した経路情報を更新してよい。   In the route control device, the priority route determination unit may determine a route that is preferred as a route that has priority over one route, and the route information update unit determines the prefix length of the destination address of the priority route as one route. The route information may be updated to be longer than the prefix length of the destination address. In the route control device, the priority route determination unit may determine a route that has been hijacked among the plurality of routes as a priority route. In the above route control device, the priority route determination unit may determine a priority route from a plurality of routes including the same destination among the plurality of routes, and the route information update unit may prefix the destination address of the priority route. The route information may be updated so that the length is longer than the prefix length of the destination address of another route among a plurality of routes including the same destination. The route control device may further include a route information transmission unit that transmits the route information generated by the route information generation unit to the BGP router, and the route information update unit is configured to increase the prefix length of the destination address of the priority route. The route information transmitted by the route information transmission unit may be updated.

本発明の第2の態様によれば、コンピュータを、上記経路制御装置として機能させるためのプログラムが提供される。   According to the second aspect of the present invention, there is provided a program for causing a computer to function as the path control device.

なお、上記の発明の概要は、本発明の必要な特徴の全てを列挙したものではない。また、これらの特徴群のサブコンビネーションもまた、発明となりうる。   It should be noted that the above summary of the invention does not enumerate all the necessary features of the present invention. In addition, a sub-combination of these feature groups can also be an invention.

通信ネットワークの一例を概略的に示す。1 schematically shows an example of a communication network. 通信ネットワークの他の一例を概略的に示す。3 schematically shows another example of a communication network. 通信ネットワークの他の一例を概略的に示す。3 schematically shows another example of a communication network. ルートサーバの機能構成の一例を概略的に示す。An example of a functional structure of a route server is shown roughly. ルートサーバによる処理の流れの一例を概略的に示す。An example of the flow of processing by a route server is shown roughly. 通信ネットワークの他の一例を概略的に示す。3 schematically shows another example of a communication network.

以下、発明の実施の形態を通じて本発明を説明するが、以下の実施形態は特許請求の範囲にかかる発明を限定するものではない。また、実施形態の中で説明されている特徴の組み合わせの全てが発明の解決手段に必須であるとは限らない。   Hereinafter, the present invention will be described through embodiments of the invention, but the following embodiments do not limit the invention according to the claims. In addition, not all the combinations of features described in the embodiments are essential for the solving means of the invention.

図1は、本実施形態に係る通信ネットワーク10の一例を概略的に示す。通信ネットワーク10は、インターネット20、AS(Autonomous System)110、AS120、AS130、AS140、AS150、IX(Internet eXchange)160及びルートサーバ200を有する。ルートサーバ200は、経路制御装置の一例であってよい。   FIG. 1 schematically shows an example of a communication network 10 according to the present embodiment. The communication network 10 includes an Internet 20, an AS (Autonomous System) 110, an AS 120, an AS 130, an AS 140, an AS 150, an IX (Internet eXchange) 160, and a route server 200. The route server 200 may be an example of a route control device.

ここでは、AS110のAS番号が1100、AS120のAS番号が1200、AS130のAS番号が1300、AS140のAS番号が1400、AS150のAS番号が1500である場合を例に挙げて説明する。なお、AS110、AS120、AS130、AS140及びAS150のAS番号は例示であって、他のAS番号であってもよい。   Here, an example will be described in which the AS number of the AS 110 is 1100, the AS number of the AS 120 is 1200, the AS number of the AS 130 is 1300, the AS number of the AS 140 is 1400, and the AS number of the AS 150 is 1500. The AS numbers of AS110, AS120, AS130, AS140, and AS150 are merely examples, and other AS numbers may be used.

AS110は、ルータ112及びルータ114を有する。AS120は、ルータ122を有する。AS130は、ルータ132を有する。AS140は、ルータ142及びルータ144を有する。AS150は、ルータ152を有する。ルータ112、ルータ114、ルータ122、ルータ132、ルータ142及びルータ152は、BGPルータであってよい。   The AS 110 includes a router 112 and a router 114. The AS 120 has a router 122. The AS 130 has a router 132. The AS 140 includes a router 142 and a router 144. The AS 150 includes a router 152. Router 112, router 114, router 122, router 132, router 142, and router 152 may be BGP routers.

AS110は、トランジットASであってよい。ルータ112は、インターネット20に接続される。ルータ114は、IX160を介してルータ122、ルータ132及びルートサーバ200に接続される。   AS 110 may be a transit AS. The router 112 is connected to the Internet 20. The router 114 is connected to the router 122, the router 132, and the route server 200 via the IX 160.

AS140は、トランジットASであってよい。ルータ142は、インターネット20に接続される。ルータ144は、ルータ132及びルータ152に接続される。   AS 140 may be a transit AS. The router 142 is connected to the Internet 20. The router 144 is connected to the router 132 and the router 152.

AS120は、「172.16.0.0/13」及び「172.24.0.0/13」のネットワークを管理する。AS130は、「10.2.0.0/16」及び「10.3.0.0/16」のネットワークを管理する。AS150は、「192.168.0.0/16」のネットワークを管理する。なお、これらのアドレス空間は例示であり、AS120及びAS130は他のアドレス空間のネットワークを管理してもよい。特に、本実施形態では、アドレス空間の例としてプライベートアドレスを記載しているが、グローバルアドレスであってよいことは言うまでもない。   The AS 120 manages “172.16.0.0/13” and “172.24.0.0/13” networks. The AS 130 manages the networks of “10.2.0.0/16” and “10.3.0.0/16”. The AS 150 manages the “192.168.0.0/16” network. Note that these address spaces are examples, and the AS 120 and the AS 130 may manage networks in other address spaces. In particular, in the present embodiment, a private address is described as an example of the address space, but it goes without saying that it may be a global address.

ルートサーバ200は、IX160に接続された複数のASのそれぞれの経路情報を生成する。例えば、まず、ルートサーバ200は、ルータ114、ルータ122及びルータ132のそれぞれとBGPピアになり、経路データを収集する。経路データは、宛先アドレス及びプレフィックス長と、ASパス属性とを含んでよい。ASパス属性は、宛先のASに到達するまでに経由するASのAS番号であってよい。   The route server 200 generates route information for each of the plurality of ASs connected to the IX 160. For example, first, the route server 200 becomes a BGP peer with each of the router 114, the router 122, and the router 132, and collects route data. The route data may include a destination address and prefix length, and an AS path attribute. The AS path attribute may be an AS number of the AS that passes through until reaching the destination AS.

ルートサーバ200は、収集した経路データを用いて、AS110用の経路表、AS120用の経路表及びAS130用の経路表を生成してよい。経路表は、経路情報の一例であってよい。なお、ルートサーバ200は、経路表のデータ構造を、表構造ではなくツリー構造としてもよい。ルートサーバ200が生成した経路表は、データ構造が表構造であっても、ツリー構造であっても、経路情報の一例であってよい。   The route server 200 may generate a route table for the AS 110, a route table for the AS 120, and a route table for the AS 130 using the collected route data. The route table may be an example of route information. The route server 200 may use a tree structure instead of a table structure for the data structure of the route table. The route table generated by the route server 200 may be an example of route information regardless of whether the data structure is a table structure or a tree structure.

下記表1は、ルートサーバ200が生成したAS110用の経路表の一例である。なお、経路表の行エントリを経路と呼ぶ場合がある。   Table 1 below is an example of a route table for the AS 110 generated by the route server 200. A row entry in the routing table may be called a route.

Figure 0005916164
Figure 0005916164

ルートサーバ200は、生成したAS110用の経路表をルータ114に送信する。ルータ114がルートサーバ200から受信した経路表は、ルータ112によってインターネット20に広報される。   The route server 200 transmits the generated route table for the AS 110 to the router 114. The route table received by the router 114 from the route server 200 is advertised to the Internet 20 by the router 112.

ルータ144は、ルータ132及びルータ152のそれぞれとBGPピアになり、経路データを収集する。そして、ルータ144は、収集した経路データを用いて経路表を生成する。下記表2は、ルータ144が生成した経路表の一例である。ルータ144が生成した経路表は、ルータ142によってインターネット20に広報される。   The router 144 becomes a BGP peer with each of the router 132 and the router 152 and collects route data. Then, the router 144 generates a route table using the collected route data. Table 2 below is an example of a route table generated by the router 144. The route table generated by the router 144 is advertised to the Internet 20 by the router 142.

Figure 0005916164
Figure 0005916164

例えば、インターネット20からの、「10.2.0.10/16」又は「10.3.0.0/16」のネットワーク宛のトラフィックは、BGPによる制御のもと、AS110経由又はAS140経由でAS130に配信される。ここで、例えば、AS140の処理負荷が高い場合等に、「10.2.0.0/16」又は「10.3.0.0/16」のネットワーク宛のトラフィックを、AS140経由ではなく、AS110経由で配信させたい場合がある。すなわち、AS140経由の配信よりも、AS110経由の配信を優先させたい場合がある。   For example, traffic destined for the network “10.2.0.10/16” or “10.3.0.0/16” from the Internet 20 is routed via AS 110 or AS 140 under the control of BGP. Delivered to the AS 130. Here, for example, when the processing load of the AS 140 is high, traffic destined for the network of “10.2.0.0/16” or “10.3.0.0/16” is not sent via the AS 140. There is a case where it is desired to distribute via the AS 110. That is, there is a case where it is desired to give priority to delivery via the AS 110 over delivery via the AS 140.

本実施形態に係るルートサーバ200は、ルータ114に送信したAS110用の経路表を更新することによって、AS140経由の配信よりも、AS110経由の配信を優先させる。具体的に、まず、ルートサーバ200は、AS110用の経路表に含まれる複数の経路のうち、「10.2.0.0/16」を含む経路及び「10.3.0.0/16」を含む経路を、優先する経路として決定する。   The route server 200 according to the present embodiment updates the route table for the AS 110 transmitted to the router 114, thereby giving priority to the delivery via the AS 110 over the delivery via the AS 140. Specifically, first, the route server 200 includes a route including “10.2.0.0/16” and “10.3.0.0/16” among a plurality of routes included in the route table for the AS 110. ”Is determined as a priority route.

そして、ルートサーバ200は、優先する経路の宛先アドレスのプレフィックス長を長くするべく、AS110用の経路表を更新する。ルートサーバ200は、例えば、「10.2.0.0/16」のプレフィックス長を長くさせるための変更データをルータ114に送信し、ルータ114に、AS110用の経路表における「10.2.0.0/16」のプレフィックス長を長くさせる。また、ルートサーバ200は、例えば、「10.3.0.0/16」のプレフィックス長を長くさせるための変更データをルータ114に送信し、ルータ114に、AS110用の経路表における「10.3.0.0/16」のプレフィックス長を長くさせる。また、ルートサーバ200は、「10.2.0.0/16」及び「10.3.0.0/16」のプレフィックス長を長くした経路表を、ルータ114に送信してもよい。   Then, the route server 200 updates the route table for the AS 110 in order to increase the prefix length of the destination address of the priority route. For example, the route server 200 transmits change data for increasing the prefix length of “10.2.0.0/16” to the router 114, and sends to the router 114 “10.2.0.0” in the route table for the AS 110. The prefix length of “0.0 / 16” is increased. Further, the route server 200 transmits, for example, change data for increasing the prefix length of “10.3.0.0/16” to the router 114, and sends “10. 3. Increase the prefix length of “0.0 / 16”. Further, the route server 200 may transmit a route table in which the prefix lengths of “10.2.0.0/16” and “10.3.0.0/16” are increased to the router 114.

下記表3は、ルートサーバ200によって更新されたAS110用の経路表の一例である。   Table 3 below is an example of a route table for the AS 110 updated by the route server 200.

Figure 0005916164
Figure 0005916164

表3に示すように、ルートサーバ200によって更新されたAS110用の経路表では、「10.2.0.0/16」が、「10.2.0.0/17」及び「10.2.128.0/17」となっており、プレフィックス長が16から17になっている。また、「10.3.0.0/16」が、「10.3.0.0/17」及び「10.3.128.0/17」となっており、プレフィックス長が16から17になっている。ルートサーバ200によって更新されたAS110用の経路表は、ルータ112によって再度インターネット20に広報される。   As shown in Table 3, in the route table for AS 110 updated by the route server 200, “10.2.0.0/16” is changed to “10.2.0.0/17” and “10.2. .128.0 / 17 ", and the prefix length is 16 to 17. In addition, “10.3.0.0/16” is “10.3.0.0/17” and “10.3.12.8.0 / 17”, and the prefix length is changed from 16 to 17. It has become. The route table for the AS 110 updated by the route server 200 is advertised again to the Internet 20 by the router 112.

これにより、「10.2.0.0/16」のネットワーク及び「10.3.0.0/16」のネットワークについて、AS110がインターネット20に対して広報するプレフィックス長を、AS140がインターネット20に対して広報するプレフィックス長よりも長くすることができる。BGPでは最長一致の規則が採用されているので、「10.2.0.0/16」又は「10.3.0.0/16」のネットワーク宛のトラフィックについて、AS140経由の配信よりも、AS110経由の配信を優先させることができる。   As a result, for the network of “10.2.0.0/16” and the network of “10.3.0.0/16”, the prefix length that AS 110 advertises to the Internet 20 and the AS 140 to Internet 20 On the other hand, it can be longer than the prefix length advertised. Since the longest matching rule is adopted in BGP, traffic destined for the network of “10.2.0.0/16” or “10.3.0.0/16” is more than the distribution via AS140. Distribution via the AS 110 can be prioritized.

図2は、通信ネットワーク10の他の一例を概略的に示す。ここでは、図1で説明した通信ネットワーク10とは異なる点を主に説明する。図2は、AS150の経路データとして、AS150が実際には管理していない「172.16.0.0/14」が誤って登録された場合、すなわち、AS120が管理するネットワークへの経路が経路ハイジャックされた場合を例示している。経路ハイジャックとは、このように、誤った経路情報が登録されて、ネットワーク上に広報されてしまうことであってよい。このようにAS120が管理するネットワークへの経路が経路ハイジャックされると、AS120が管理するネットワークにトラフィックが到達しなくなり、通信障害が発生してしまう。   FIG. 2 schematically shows another example of the communication network 10. Here, differences from the communication network 10 described in FIG. 1 will be mainly described. FIG. 2 shows a case where “172.16.0.0/14” that is not actually managed by the AS 150 is erroneously registered as the route data of the AS 150, that is, the route to the network managed by the AS 120 is a route. The case where it is hijacked is illustrated. In this way, the route hijacking may mean that incorrect route information is registered and publicized on the network. When the route to the network managed by the AS 120 is hijacked in this way, traffic does not reach the network managed by the AS 120 and a communication failure occurs.

本実施形態に係るルートサーバ200は、経路ハイジャックが発生した場合に、ハイジャックされた経路の宛先アドレスのプレフィックス長を長くするべく、経路表を更新する。ルートサーバ200は、例えば、ルートサーバ200のオペレータ等によって入力されたデータにより、経路ハイジャックが発生したことを検出する。ルートサーバ200のオペレータ等は、例えば、AS120が管理する「172.16.0.0/13」のネットワークに対する経路ハイジャックが発生した場合に、その旨をルートサーバ200に対して入力する。   When a route hijack occurs, the route server 200 according to the present embodiment updates the route table in order to increase the prefix length of the destination address of the hijacked route. The route server 200 detects that a route hijack has occurred, for example, based on data input by an operator of the route server 200 or the like. For example, when a route hijack for the “172.16.0.0/13” network managed by the AS 120 occurs, the operator of the route server 200 inputs the fact to the route server 200.

ルートサーバ200は、例えば、「172.16.0.0/13」のネットワークに対する経路ハイジャックが発生した旨を示すデータが入力された場合、IX160に接続された複数のASに対して送信した経路表のうち、「172.16.0.0/13」を含む経路を有する経路表を更新する。具体的に、ルートサーバ200は、「172.16.0.0/13」を含む経路を有する経路表の「172.16.0.0/13」のプレフィックス長を長くするべく、当該経路表を更新する。   For example, when data indicating that a route hijack has occurred for the “172.16.0.0/13” network is input, the route server 200 transmits the data to a plurality of ASs connected to the IX 160. Among the route tables, the route table having the route including “172.16.0.0/13” is updated. Specifically, the route server 200 increases the prefix length of “172.16.0.0/13” of the route table having a route including “172.16.0.0/13”. Update.

例えば、ルートサーバ200は、ルータ114に対した送信したAS110用の経路表を、次の手順で更新する。まず、ルートサーバ200は、AS110用の経路表に含まれる複数の経路のうち「172.16.0.0/13」を含む経路を、優先する経路として決定する。   For example, the route server 200 updates the route table for the AS 110 transmitted to the router 114 by the following procedure. First, the route server 200 determines a route including “172.16.0.0/13” as a priority route among a plurality of routes included in the route table for the AS 110.

そして、ルートサーバ200は、優先する経路の宛先アドレスのプレフィックス長を長くするべく、AS110用の経路表を更新する。例えば、ルートサーバ200は、「172.16.0.0/13」のプレフィックス長を長くさせるための変更データをルータ114に送信し、ルータ114に、AS110用の経路表における「172.16.0.0/13」のプレフィックス長を長くさせる。   Then, the route server 200 updates the route table for the AS 110 in order to increase the prefix length of the destination address of the priority route. For example, the route server 200 transmits change data for increasing the prefix length of “172.16.0.0/13” to the router 114, and sends “172.16. Increase the prefix length of 0.0 / 13 ".

また、ルートサーバ200は、「172.16.0.0/13」のプレフィックス長を長くした経路表を、ルータ114に送信してもよい。下記表4は、ルートサーバ200によって更新されたAS110用の経路表の一例である。   In addition, the route server 200 may transmit a route table in which the prefix length of “172.16.0.0/13” is increased to the router 114. Table 4 below is an example of a route table for the AS 110 updated by the route server 200.

Figure 0005916164
Figure 0005916164

表4に示すように、ルートサーバ200は、経路表における「172.16.0.0/13」を、「172.16.0.0/14」と「172.20.0.0/14」とに分割することによって、プレフィックス長を長くしてよい。なお、ここでは、ルートサーバ200が、プレフィックス長を1つ長くする場合を例示しているが、ルートサーバ200は、プレフィックス長を2つ以上長くしてもよい。   As shown in Table 4, the route server 200 changes “172.16.0.0/13”, “172.16.0.0/14”, and “172.2.0.0.0 / 14” in the route table. ", The prefix length may be increased. In this example, the route server 200 increases the prefix length by one, but the route server 200 may increase the prefix length by two or more.

ルートサーバ200は、経路ハイジャックされた「172.16.0.0/13」のプレフィックス長を、AS150に登録された「172.16.0.0/14」(ハイジャック経路と呼ぶ場合がある)のプレフィックス長よりも長くできることが望ましい。経路ハイジャックされた経路のプレフィックス長を、ハイジャック経路のプレフィックス長よりも長くすることによって、経路ハイジャックされた経路を優先させることができるからである。   The route server 200 uses the prefix length of “172.16.0.0/13” route-hijacked as “172.16.0.0/14” (may be referred to as a hijack route) registered in the AS 150. It is desirable that it can be longer than the prefix length. This is because the route hijacked route can be given priority by setting the prefix length of the route hijacked route longer than the prefix length of the hijacked route.

またさらに、経路ハイジャックされた経路のプレフィックス長を長くすると、経路表に含まれる経路の数が増えることになり、BGPルータの処理負荷が向上し、BGPルータの記憶容量もより消費することになるので、プレフィックス長を長くし過ぎることは望ましくない。そこで、ルートサーバ200は、経路ハイジャックされた経路のプレフィックス長を、ハイジャック経路のプレフィックス長よりも少しだけ長く、例えば、1つだけ長くできることが望ましい。   Furthermore, if the prefix length of the route hijacked route is increased, the number of routes included in the route table increases, the processing load of the BGP router is improved, and the storage capacity of the BGP router is further consumed. Therefore, it is not desirable to make the prefix length too long. Therefore, it is desirable that the route server 200 can make the prefix length of the route hijacked route slightly longer than the prefix length of the hijack route, for example, by one.

しかし、ルートサーバ200は、ハイジャック経路のプレフィックス長を認識できない場合が多い。そこで、ルートサーバ200は、プレフィックス長を長くした経路のネットワークに対するトラフィックの変化を監視しながら、徐々に経路ハイジャックされた経路のプレフィックス長を長くしてよい。例えば、ルートサーバ200は、プレフィックス長を長くした経路のネットワークに対するトラフィックを監視して、トラフィックが増加しない場合に、さらにプレフィックス長を長くするという処理を繰り返す。これにより、経路ハイジャックを解消しつつ、プレフィックス長を長くし過ぎないように制御することができる。   However, the route server 200 often cannot recognize the prefix length of the hijack route. Accordingly, the route server 200 may gradually increase the prefix length of the route that has been hijacked by the route while monitoring a change in traffic to the network of the route having the longer prefix length. For example, the route server 200 monitors the traffic with respect to the network of the route having a longer prefix length, and repeats the process of further increasing the prefix length when the traffic does not increase. Thereby, it is possible to control so as not to make the prefix length too long while eliminating the path hijacking.

なお、ここでは、ルートサーバ200が、プレフィックス長を長くした後に、経路ハイジャックされた経路のネットワークに対するトラフィックが増加するまで、プレフィックス長を長くする処理を繰り返す例を説明したが、これに限らない。例えば、ルートサーバ200は、プレフィックス長を長くした経路のネットワークに対するトラフィックの量が、経路ハイジャックが発生する前のトラフィックの量にまで回復しない旨を示すデータをルータ122等から受信した場合に、当該経路のプレフィックス長をさらに長くさせてもよい。   Here, an example has been described in which the route server 200 repeats the process of increasing the prefix length after increasing the prefix length until traffic to the network of the path hijacked path increases, but the present invention is not limited thereto. . For example, when the route server 200 receives from the router 122 or the like data indicating that the amount of traffic to the network of the route having a longer prefix length does not recover to the amount of traffic before the route hijacking occurs, The prefix length of the route may be further increased.

図3は、通信ネットワーク10の他の一例を概略的に示す。ここでは、図2で説明した通信ネットワーク10とは異なる点を主に説明する。図3に示す通信ネットワーク10は、監視装置280をさらに含む。   FIG. 3 schematically shows another example of the communication network 10. Here, differences from the communication network 10 described in FIG. 2 will be mainly described. The communication network 10 illustrated in FIG. 3 further includes a monitoring device 280.

監視装置280は、ルータ144によって送信される経路情報を取得する。なお、監視装置280は、ルータ144以外を監視対象としてもよい。すなわち、監視装置280は、ルータ144以外のルータによって送信される経路情報をさらに取得してもよい。監視装置280は、取得した経路情報をルートサーバ200に送信してよい。これにより、ルートサーバ200は、経路ハイジャックを発生させた経路データである「172.16.0.0/14」を認識することができる。   The monitoring device 280 acquires route information transmitted by the router 144. Note that the monitoring device 280 may monitor other than the router 144. That is, the monitoring device 280 may further acquire route information transmitted by a router other than the router 144. The monitoring device 280 may transmit the acquired route information to the route server 200. As a result, the route server 200 can recognize “172.16.0.0/14”, which is the route data that caused the route hijacking.

ルートサーバ200は、経路ハイジャックされた経路の宛先アドレスのプレフィックス長を、経路ハイジャックを発生させた経路データである「172.16.0.0/14」のプレフィックス長よりも長くするべく、経路表を更新してよい。これにより、プレフィックス長を長くし過ぎることなく、経路ハイジャックを解消することができる。   The route server 200 sets the prefix length of the destination address of the route hijacked route to be longer than the prefix length of “172.16.0.0/14” that is the route data that caused the route hijacking. The routing table may be updated. As a result, route hijacking can be eliminated without making the prefix length too long.

図4は、ルートサーバ200の機能構成の一例を概略的に示す。ルートサーバ200は、経路データ受信部212、経路表生成部214、経路表格納部216、経路表送信部218、表示制御部222、入力受付部224、優先経路決定部226、経路ハイジャック検出部228及び経路表更新部230を備える。なお、ルートサーバ200がこれらのすべての構成を備えることは必須とは限らない。   FIG. 4 schematically shows an example of the functional configuration of the route server 200. The route server 200 includes a route data reception unit 212, a route table generation unit 214, a route table storage unit 216, a route table transmission unit 218, a display control unit 222, an input reception unit 224, a priority route determination unit 226, and a route hijack detection unit. 228 and a route table update unit 230. Note that the route server 200 is not necessarily required to have all of these configurations.

経路データ受信部212は、IX160を介して接続された複数のASから、経路データを受信する。また、経路データ受信部212は、IX160を介して接続されたASが管理する経路データに変更が生じた場合に、当該変更を示す変更データを、当該ASから受信してよい。   The route data receiving unit 212 receives route data from a plurality of ASs connected via the IX 160. Further, when a change occurs in the route data managed by the AS connected via the IX 160, the route data receiving unit 212 may receive change data indicating the change from the AS.

経路表生成部214は、経路データ受信部212が受信した経路データを用いて、経路表を生成する。経路表生成部214は、経路情報生成部の一例であってよい。経路表格納部216は、経路表生成部214が生成した経路表を格納する。経路表生成部214は、経路データ受信部212が変更データを受信した場合、当該変更データに従って、経路表格納部216に格納された経路表を変更してよい。   The route table generating unit 214 generates a route table using the route data received by the route data receiving unit 212. The route table generation unit 214 may be an example of a route information generation unit. The routing table storage unit 216 stores the routing table generated by the routing table generation unit 214. When the route data reception unit 212 receives the change data, the route table generation unit 214 may change the route table stored in the route table storage unit 216 according to the change data.

経路表送信部218は、経路表格納部216に格納されている経路表を、IX160を介して接続された複数のASのそれぞれに送信する。経路表送信部218は、経路データ受信部212が変更データを受信した場合、当該変更データを、IX160を介して接続された複数のASのそれぞれに送信してよい。経路表送信部218は、経路情報送信部の一例であってよい。   The routing table transmission unit 218 transmits the routing table stored in the routing table storage unit 216 to each of a plurality of ASs connected via the IX 160. When the route data reception unit 212 receives change data, the route table transmission unit 218 may transmit the change data to each of a plurality of ASs connected via the IX 160. The route table transmission unit 218 may be an example of a route information transmission unit.

表示制御部222は、経路表格納部216に格納された経路表を表示するよう制御する。表示制御部222は、例えば、ルートサーバ200が備える不図示のディスプレイに経路表を表示させる。また、表示制御部222は、ネットワーク経由で通信接続された任意の通信装置に対して、経路表格納部216に格納された経路表を表示させてもよい。   The display control unit 222 controls to display the route table stored in the route table storage unit 216. For example, the display control unit 222 displays a route table on a display (not shown) included in the route server 200. Further, the display control unit 222 may display the route table stored in the route table storage unit 216 for any communication device that is connected for communication via a network.

入力受付部224は、入力を受け付ける。入力受付部224は、例えば、ルートサーバ200が備える不図示の入力デバイスを介した入力を受け付ける。また、入力受付部224は、ネットワーク経由で通信接続された任意の通信装置から入力を受け付けてもよい。表示制御部222及び入力受付部224は、Web上で経路表を閲覧したり、操作したりすることを可能とするWebサービスを提供してよい。   The input receiving unit 224 receives input. For example, the input receiving unit 224 receives an input via an input device (not shown) included in the route server 200. The input receiving unit 224 may receive an input from an arbitrary communication device that is connected for communication via a network. The display control unit 222 and the input reception unit 224 may provide a web service that enables browsing and operation of a route table on the web.

優先経路決定部226は、経路表格納部216に格納された経路表に含まれる複数の経路のうち、優先する経路を決定する。優先経路決定部226は、例えば、表示制御部222によって表示された経路表に含まれる複数の経路から、ルートサーバ200のオペレータによって、入力受付部224を介して選択された経路を、優先する経路として決定する。   The priority route determination unit 226 determines a priority route among a plurality of routes included in the route table stored in the route table storage unit 216. For example, the priority route determination unit 226 prioritizes a route selected by the operator of the route server 200 via the input reception unit 224 from a plurality of routes included in the route table displayed by the display control unit 222. Determine as.

また、優先経路決定部226は、表示制御部222によって任意の通信装置に表示された経路表に含まれる複数の経路から、当該任意の通信装置の操作者によって、入力受付部224を介して入力された経路を、優先する経路として決定してもよい。ルートサーバ200のオペレータ及び任意の通信装置の操作者は、例えば、経路ハイジャックされた経路や、通信負荷を均衡させるためにトラフィックを集めたい経路などを選択してよい。   Also, the priority route determination unit 226 inputs from the plurality of routes included in the route table displayed on the arbitrary communication device by the display control unit 222 via the input reception unit 224 by the operator of the arbitrary communication device. The determined route may be determined as a preferred route. The operator of the route server 200 and the operator of an arbitrary communication device may select, for example, a route hijacked route or a route on which traffic is to be collected in order to balance the communication load.

経路ハイジャック検出部228は、経路ハイジャックを検出する。経路ハイジャック検出部228は、例えば、IX160に接続された複数のASのそれぞれが管理するトラフィックを監視して、継続していたトラフィックが途絶えたことを検知した場合に、経路ハイジャックが発生したことを検出する。なお、経路ハイジャック検出部228は、経路ハイジャックを検出する公知の技術を用いて経路ハイジャックを検出してもよい。例えば、経路ハイジャック検出部228は、複数のASのそれぞれに分散配置された経路監視装置のそれぞれが、IRR(Internet Routing Registry)データベースのデータと経路情報とを比較することにより経路ハイジャックを検出する技術をもちいて、経路ハイジャックを検出してもよい。   The route hijack detector 228 detects a route hijack. For example, the path hijack detection unit 228 monitors the traffic managed by each of the plurality of ASs connected to the IX 160, and detects that the continuous traffic has been interrupted. Detect that. The path hijack detection unit 228 may detect the path hijack using a known technique for detecting the path hijack. For example, the route hijack detection unit 228 detects a route hijack by each of route monitoring devices distributed in each of a plurality of ASs by comparing data in an IRR (Internet Routing Registry) database with route information. The path hijacking may be detected by using a technique.

経路表更新部230は、経路表を更新する。経路表更新部230は、例えば、経路表を有するBGPルータに対して経路表を変更する変更データを送信して、当該BGPルータに経路表を変更させることによって、経路表を更新する。また、経路表更新部230は、経路表格納部216に格納された経路表を変更して、変更した経路表をBGPルータに送信することによって、当該BGPルータが有する経路表を更新してもよい。経路表更新部230は、経路情報更新部の一例であってよい。   The route table update unit 230 updates the route table. The routing table updating unit 230 updates the routing table by, for example, transmitting change data for changing the routing table to the BGP router having the routing table and causing the BGP router to change the routing table. Further, the routing table updating unit 230 changes the routing table stored in the routing table storage unit 216 and transmits the changed routing table to the BGP router, thereby updating the routing table included in the BGP router. Good. The route table update unit 230 may be an example of a route information update unit.

図5は、ルートサーバ200による処理の流れの一例を概略的に示す。図5に示す処理は、ルートサーバ200が、IX160を介して接続された複数のASから経路データを受信した状態を開始状態として説明する。図5に示す各処理は、ルートサーバ200が備える制御部が主体となって実行される。   FIG. 5 schematically shows an example of the flow of processing by the route server 200. The process shown in FIG. 5 will be described with a state in which the route server 200 has received route data from a plurality of ASs connected via the IX 160 as a start state. Each process illustrated in FIG. 5 is executed mainly by a control unit included in the route server 200.

ステップ502(ステップをSと省略して記載する場合がある。)では、経路表生成部214が、IX160を介して接続された複数のASのそれぞれの経路表を生成する。S504では、経路表送信部218が、S502で生成された複数の経路表のそれぞれを、複数のASのそれぞれに送信する。   In step 502 (step may be abbreviated as “S”), the routing table generation unit 214 generates each routing table of a plurality of ASs connected via the IX 160. In S504, the routing table transmission unit 218 transmits each of the plurality of routing tables generated in S502 to each of the plurality of ASs.

S506では、経路ハイジャック検出部228が経路ハイジャックを検出したか否かを判定する。経路ハイジャックを検出したと判定した場合、S508に進み、経路ハイジャックを検出したと判定しなかった場合、S510に進む。   In S506, it is determined whether or not the route hijack detection unit 228 has detected a route hijack. If it is determined that a path hijack has been detected, the process proceeds to S508. If it is not determined that a path hijack has been detected, the process proceeds to S510.

S508では、経路表更新部230が、経路ハイジャックされた経路を含む経路表の、当該経路の宛先アドレスのプレフィックス長を長くするべく、当該経路表を更新する。   In S508, the route table updating unit 230 updates the route table in order to increase the prefix length of the destination address of the route of the route table including the route hijacked route.

S510では、経路データ受信部212が変更データを受信したか否かを判定する。経路データ受信部212が変更データを受信したと判定した場合、S512に進み、変更データを受信したと判定しなかった場合、S514に進む。S512では、経路表送信部218が、S510で受信した変更データを、複数のASのうち対応するASに送信する。   In S510, it is determined whether or not the route data receiving unit 212 has received change data. When the route data receiving unit 212 determines that the change data has been received, the process proceeds to S512, and when it is not determined that the change data has been received, the process proceeds to S514. In S512, the routing table transmission unit 218 transmits the change data received in S510 to the corresponding AS among the plurality of ASs.

S514では、終了指示を受領したか否かを判定する。S514で終了指示を受領したと判定しなかった場合、S506に戻り、終了指示を受領したと判定した場合、処理を終了する。   In S514, it is determined whether an end instruction has been received. If it is not determined in S514 that an end instruction has been received, the process returns to S506, and if it is determined that an end instruction has been received, the process ends.

図6は、通信ネットワーク10の他の一例を概略的に示す。ここでは、図1で説明した通信ネットワーク10とは異なる点を主に説明する。図6は、ルートサーバ200が国際ローミングに適用された場合について説明する。   FIG. 6 schematically shows another example of the communication network 10. Here, differences from the communication network 10 described in FIG. 1 will be mainly described. FIG. 6 illustrates a case where the route server 200 is applied to international roaming.

図6に示す通信ネットワーク10は、それぞれ別々の国に配置されたAS310、AS320、AS330及びAS340と、IX180と、ルートサーバ200と、GRX(Global Roaming Exchange)プロバイダ410と、GRXプロバイダ420とを備える。AS310、AS320、AS330及びAS340は、例えば、アジア諸国に配置される。   The communication network 10 shown in FIG. 6 includes an AS 310, an AS 320, an AS 330, and an AS 340, an IX 180, a route server 200, a GRX (Global Roaming Exchange) provider 410, and a GRX provider 420, which are arranged in different countries. . AS310, AS320, AS330, and AS340 are arrange | positioned in Asian countries, for example.

ここでは、AS310のAS番号が1000、AS320のAS番号が2000、AS330のAS番号が3000、AS340のAS番号が4000である場合を例に挙げて説明する。なお、AS310、AS320、AS330及びAS340のAS番号は例示であって、他のAS番号であってもよい。   Here, a case where the AS number of the AS 310 is 1000, the AS number of the AS 320 is 2000, the AS number of the AS 330 is 3000, and the AS number of the AS 340 is 4000 will be described as an example. Note that the AS numbers of AS 310, AS 320, AS 330, and AS 340 are examples, and other AS numbers may be used.

AS310は、「10.2.0.0/16」のネットワークを管理する。AS320は、「172.16.0.0/12」のネットワークを管理する。AS330は、「10.4.0.0/16」のネットワークを管理する。AS340は、「192.168.0.0/16」のネットワークを管理する。なお、これらのアドレス空間は例示であり、AS310、AS320、AS330及びAS340は他のアドレス空間のネットワークを管理してもよい。特に、本実施形態では、アドレス空間の例としてプライベートアドレスを記載しているが、グローバルアドレスであってよいことは言うまでもない。   The AS 310 manages the network of “10.2.0.0/16”. The AS 320 manages a “172.16.0.0/12” network. The AS 330 manages the network of “10.4.0.0/16”. The AS 340 manages the “192.168.0.0/16” network. Note that these address spaces are examples, and the AS 310, AS 320, AS 330, and AS 340 may manage networks in other address spaces. In particular, in the present embodiment, a private address is described as an example of the address space, but it goes without saying that it may be a global address.

IX180は、別々の国に配置されたAS310、AS320、AS330及びAS340の間でトラフィックを直接交換することを可能にする。AS310、AS320、AS330及びAS340は、IX180経由でトラフィックを送信することによって、国をまたぐ通信を効率的に実行することができる。   IX 180 allows for direct exchange of traffic between AS 310, AS 320, AS 330 and AS 340 located in different countries. The AS 310, AS 320, AS 330, and AS 340 can efficiently perform communication across countries by transmitting traffic via the IX 180.

ここで、AS310、AS320、AS330及びAS340のそれぞれは、旧来のGRXプロバイダにも接続されている場合がある。例えば、図6では、AS310及びAS320は、GRXプロバイダ410に接続されており、AS330及びAS340はGRXプロバイダ420に接続されている。   Here, each of AS 310, AS 320, AS 330, and AS 340 may be connected to an old GRX provider. For example, in FIG. 6, AS 310 and AS 320 are connected to the GRX provider 410, and AS 330 and AS 340 are connected to the GRX provider 420.

例えば、GRXプロバイダ410がアムステルダムに配置されている場合において、AS310が、AS320に向けて送信したトラフィックが、GRXプロバイダ410経由でAS320に配信された場合、IX180を経由して配信された場合に比べて、大きなタイムロスが発生してしまう。そのため、AS310が送信したトラフィックは、GRXプロバイダ410経由ではなく、IX180経由で配信されることが望ましい。   For example, when the GRX provider 410 is located in Amsterdam, the traffic transmitted by the AS 310 to the AS 320 is delivered to the AS 320 via the GRX provider 410, compared to the case where the traffic is delivered via the IX 180. As a result, a large time loss occurs. Therefore, it is desirable that the traffic transmitted by the AS 310 is distributed not via the GRX provider 410 but via the IX 180.

本実施形態に係るルートサーバ200は、AS310が送信したトラフィックが、GRXプロバイダ410経由ではなく、IX180経由で配信されるべく、AS310用の経路表を更新してよい。例えば、ルートサーバ200は、AS310用の経路表に含まれる宛先アドレス「172.16.0.0/12」及びASパス「2000」の経路を優先する経路として決定する。   The route server 200 according to the present embodiment may update the route table for the AS 310 so that the traffic transmitted by the AS 310 is distributed not via the GRX provider 410 but via the IX 180. For example, the route server 200 determines the route having the destination address “172.16.0.0/12” and the AS path “2000” included in the route table for the AS 310 as a preferred route.

そして、ルートサーバ200は、当該経路の宛先アドレスのプレフィックス長を長くするべく、AS310用の経路表を更新する。具体的には、宛先アドレス「172.16.0.0/12」、ASパス「2000」の経路を、宛先アドレス「172.16.0.0/13」、ASパス「2000」の経路及び宛先アドレス「172.24.0.0/13」、ASパス「2000」の経路に更新する。   Then, the route server 200 updates the route table for the AS 310 in order to increase the prefix length of the destination address of the route. Specifically, the route of the destination address “172.16.0.0/12” and the AS path “2000” is changed to the route of the destination address “172.16.0.0/13” and the AS path “2000” and The destination address is “172.24.0.0/13” and the AS path is “2000”.

GRXプロバイダ410には、AS320から宛先アドレス「172.16.0.0/12」、ASパス「2000」の経路が広報されるので、AS310がAS320に向けて送信したトラフィックは、最長一致の規則に従って、IX180経由でAS320に配信される。このように、本実施形態に係るルートサーバ200によれば、別々の国に配置された複数のASを直接接続するIX180経由のルートを、旧来のGRXプロバイダ経由のルートよりも優先させることができる。本実施形態に示す国際ローミングへの適用例では、AS310、AS320、AS330及びAS340がIX180に対して1ホップで接続されているので、最長一致の規則に従った、プレフィックス長の更新による経路制御がより顕著に機能する。   Since the route of the destination address “172.16.0.0/12” and the AS path “2000” is advertised to the GRX provider 410 from the AS 320, the traffic transmitted by the AS 310 to the AS 320 is the longest matching rule. Accordingly, the data is distributed to the AS 320 via the IX 180. Thus, according to the route server 200 according to the present embodiment, the route via the IX 180 that directly connects a plurality of ASs arranged in different countries can be given priority over the route via the conventional GRX provider. . In the application example to international roaming shown in the present embodiment, AS 310, AS 320, AS 330, and AS 340 are connected to IX 180 in one hop, so that routing control by updating the prefix length is performed according to the longest match rule. It works more prominently.

以上の説明において、ルートサーバ200の各部は、ハードウエアにより実現されてもよく、ソフトウエアにより実現されてもよい。また、ハードウエアとソフトウエアとの組み合わせにより実現されてもよい。また、プログラムが実行されることにより、コンピュータが、ルートサーバ200として機能してもよい。プログラムは、コンピュータ読み取り可能な媒体又はネットワークに接続された記憶装置から、ルートサーバ200の少なくとも一部を構成するコンピュータにインストールされてよい。コンピュータにインストールされ、コンピュータを本実施形態に係るルートサーバ200として機能させるプログラムは、CPU等に働きかけて、コンピュータを、ルートサーバ200の各部としてそれぞれ機能させる。これらのプログラムに記述された情報処理は、コンピュータに読込まれることにより、ソフトウエアとルートサーバ200のハードウエア資源とが協働した具体的手段として機能する。   In the above description, each unit of the route server 200 may be realized by hardware or may be realized by software. Further, it may be realized by a combination of hardware and software. Further, the computer may function as the route server 200 by executing the program. The program may be installed in a computer constituting at least a part of the root server 200 from a computer-readable medium or a storage device connected to a network. A program that is installed in a computer and causes the computer to function as the route server 200 according to the present embodiment works on a CPU or the like to cause the computer to function as each unit of the route server 200. Information processing described in these programs functions as a specific means in which software and hardware resources of the route server 200 cooperate by being read by a computer.

以上、本発明を実施の形態を用いて説明したが、本発明の技術的範囲は上記実施の形態に記載の範囲には限定されない。上記実施の形態に、多様な変更または改良を加えることが可能であることが当業者に明らかである。その様な変更または改良を加えた形態も本発明の技術的範囲に含まれ得ることが、特許請求の範囲の記載から明らかである。   As mentioned above, although this invention was demonstrated using embodiment, the technical scope of this invention is not limited to the range as described in the said embodiment. It will be apparent to those skilled in the art that various modifications or improvements can be added to the above-described embodiment. It is apparent from the scope of the claims that the embodiments added with such changes or improvements can be included in the technical scope of the present invention.

特許請求の範囲、明細書、および図面中において示した装置、システム、プログラム、および方法における動作、手順、ステップ、および段階などの各処理の実行順序は、特段「より前に」、「先立って」などと明示しておらず、また、前の処理の出力を後の処理で用いるのでない限り、任意の順序で実現しうることに留意すべきである。特許請求の範囲、明細書、および図面中の動作フローに関して、便宜上「まず、」、「次に、」などを用いて説明したとしても、この順で実施することが必須であることを意味するものではない。   The order of execution of each process such as operations, procedures, steps, and stages in the apparatus, system, program, and method shown in the claims, the description, and the drawings is particularly “before” or “prior to”. It should be noted that it can be realized in any order unless the output of the previous process is used in the subsequent process. Regarding the operation flow in the claims, the description, and the drawings, even if it is described using “first,” “next,” etc. for convenience, it means that it is essential to carry out in this order. It is not a thing.

10 通信ネットワーク、20 インターネット、110 AS、112 ルータ、114 ルータ、120 AS、122 ルータ、130 AS、132 ルータ、140 AS、142 ルータ、144 ルータ、150 AS、152 ルータ、160 IX、180 IX、200 ルートサーバ、212 経路データ受信部、214 経路表生成部、216 経路表格納部、218 経路表送信部、222 表示制御部、224 入力受付部、226 優先経路決定部、228 経路ハイジャック検出部、230 経路表更新部、280 監視装置、310 AS、320 AS、330 AS、340 AS、410 GRXプロバイダ、420 GRXプロバイダ 10 communication network, 20 Internet, 110 AS, 112 router, 114 router, 120 AS, 122 router, 130 AS, 132 router, 140 AS, 142 router, 144 router, 150 AS, 152 router, 160 IX, 180 IX, 200 Route server, 212 route data reception unit, 214 route table generation unit, 216 route table storage unit, 218 route table transmission unit, 222 display control unit, 224 input reception unit, 226 priority route determination unit, 228 route hijack detection unit, 230 routing table update unit, 280 monitoring device, 310 AS, 320 AS, 330 AS, 340 AS, 410 GRX provider, 420 GRX provider

Claims (5)

それぞれが宛先アドレス及びプレフィックス長を含む複数の経路を有するBGP(Border Gateway Protocol)の経路情報を生成する経路情報生成部と、
前記複数の経路のうち、優先する経路を決定する優先経路決定部と、
前記優先する経路の前記宛先アドレスの前記プレフィックス長を長くするべく前記経路情報を更新する経路情報更新部と
を備え
前記経路情報更新部は、前記優先する経路の前記宛先アドレスの前記プレフィックス長を長くするべく前記経路情報を更新した後、前記プレフィックス長を長くした経路のネットワークに対するトラフィックを監視して、トラフィックが増加しない場合に、さらに前記プレフィックス長を長くする処理を実行する、経路制御装置。
A route information generation unit for generating route information of BGP (Border Gateway Protocol) having a plurality of routes each including a destination address and a prefix length;
A priority route determination unit for determining a priority route among the plurality of routes;
A route information update unit that updates the route information to increase the prefix length of the destination address of the priority route ,
The route information update unit updates the route information to increase the prefix length of the destination address of the priority route, and then monitors traffic to the network of the route having the longer prefix length to increase traffic. If not, a route control device that executes processing for further increasing the prefix length .
前記優先経路決定部は、前記複数の経路のうち、経路ハイジャックされた経路を前記優先する経路として決定し、The priority route determination unit determines a route hijacked among the plurality of routes as the priority route,
前記経路情報更新部は、前記プレフィックス長を長くした経路のネットワークに対するトラフィックの量が、経路ハイジャックが発生する前のトラフィックの量にまで回復しない場合、さらに前記プレフィックス長を長くする処理を実行する、請求項1に記載の経路制御装置。The route information update unit executes a process of further increasing the prefix length when the amount of traffic to the network of the route having the longer prefix length does not recover to the amount of traffic before the route hijacking occurs. The path control device according to claim 1.
前記経路制御装置は、別々の国に配置された複数のAS(Autonomous System)の間でトラフィックを直接交換することを可能にするIX(Internet eXchange)に接続されており、The routing control device is connected to an IX (Internet eXchange) that enables direct exchange of traffic between a plurality of ASs (Autonomous Systems) located in different countries,
前記複数のASのそれぞれは、GRX(Global Roaming Exchange)プロバイダに接続されており、Each of the plurality of ASs is connected to a GRX (Global Roaming Exchange) provider,
前記経路情報更新部は、前記複数のASのうちの少なくとも1つのASが送信したトラフィックが前記GRXプロバイダ経由ではなく前記IX経由で配信されるべく、前記少なくとも1つのAS用の経路情報に含まれる経路の宛先アドレスのプレフィックス長を長くするべく前記経路情報を更新する、請求項1又は2に記載の経路制御装置。The route information update unit is included in the route information for the at least one AS so that traffic transmitted by at least one AS of the plurality of ASs is distributed not via the GRX provider but via the IX. The route control device according to claim 1, wherein the route information is updated to increase a prefix length of a destination address of the route.
前記経路情報生成部が生成した前記経路情報をBGPルータに送信する経路情報送信部
をさらに備え、
前記経路情報更新部は、前記優先する経路の前記宛先アドレスの前記プレフィックス長を長くするべく、前記経路情報送信部が送信した前記経路情報を更新する、請求項1からのいずれか一項に記載の経路制御装置。
A route information transmitting unit that transmits the route information generated by the route information generating unit to a BGP router;
The routing information update unit, in order to prolong the prefix length of the destination address of the priority path, updating the path information in which the route information transmitting unit transmits, to any one of claims 1 3 The described route control device.
コンピュータを、請求項1からのいずれか一項に記載の経路制御装置として機能させるためのプログラム。 A program for causing a computer to function as the path control device according to any one of claims 1 to 4 .
JP2014248843A 2014-12-09 2014-12-09 Route control apparatus and program Active JP5916164B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2014248843A JP5916164B1 (en) 2014-12-09 2014-12-09 Route control apparatus and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2014248843A JP5916164B1 (en) 2014-12-09 2014-12-09 Route control apparatus and program

Publications (2)

Publication Number Publication Date
JP5916164B1 true JP5916164B1 (en) 2016-05-11
JP2016111597A JP2016111597A (en) 2016-06-20

Family

ID=55951995

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2014248843A Active JP5916164B1 (en) 2014-12-09 2014-12-09 Route control apparatus and program

Country Status (1)

Country Link
JP (1) JP5916164B1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11012470B2 (en) 2018-05-08 2021-05-18 Charter Communications Operating, Llc Reducing the impact of border gateway protocol (BGP) hijacks

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
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
JP2011087302A (en) * 2009-10-19 2011-04-28 Ip Infusion Inc Device and method for bgp route monitoring, and program
JP2012213081A (en) * 2011-03-31 2012-11-01 Nec Corp Traffic engineering device, method, and program
JP2013012881A (en) * 2011-06-29 2013-01-17 Nippon Telegr & Teleph Corp <Ntt> Device, method and program for route monitoring
US20130326616A1 (en) * 2011-10-17 2013-12-05 New Mexico Technical Research Foundation Internet Monitoring and Alerting System

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
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
JP2011087302A (en) * 2009-10-19 2011-04-28 Ip Infusion Inc Device and method for bgp route monitoring, and program
JP2012213081A (en) * 2011-03-31 2012-11-01 Nec Corp Traffic engineering device, method, and program
JP2013012881A (en) * 2011-06-29 2013-01-17 Nippon Telegr & Teleph Corp <Ntt> Device, method and program for route monitoring
US20130326616A1 (en) * 2011-10-17 2013-12-05 New Mexico Technical Research Foundation Internet Monitoring and Alerting System

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
JPN6009023093; 吉田 友哉: 'IRRを用いた次世代BGP経路制御アーキテクチャーの提案' 電子情報通信学会技術研究報告 第106巻 第462号, 20070111, 第7〜12頁 *

Also Published As

Publication number Publication date
JP2016111597A (en) 2016-06-20

Similar Documents

Publication Publication Date Title
US11165879B2 (en) Proxy server failover protection in a content delivery network
EP3806405B1 (en) Method and network node for sending network performance parameter and calculating network performance
JP6490205B2 (en) Method, apparatus and system for flow entry configuration
JP6398999B2 (en) Network system, network control method, and control apparatus
EP3148125A1 (en) Setting method, server device and service chain system
US20220191133A1 (en) Malleable routing for data packets
US20160352582A1 (en) Network management method and apparatus
US9954766B2 (en) Centralized network control system
CN112187649B (en) Message forwarding method, message processing method and device
CN105281947A (en) Techniques for transforming legacy networks into SDN-enabled networks
EP3806406B1 (en) Method and apparatus for obtaining information of forwarding path of data packet in segment routing
CN112491707B (en) Method and device for determining forwarding path
JPWO2016157864A1 (en) Network system, network control method, and control apparatus
US20130100817A1 (en) Method for discovery and load balancing of path computation elements based on transport plane link metrics
US20160285734A1 (en) Cloud-environment provision system, route control method, and medium
JP2010063058A (en) Device, method and program for monitoring network
US20150288595A1 (en) Control apparatus, communication system, control information creation method, and program
US20150026333A1 (en) Network system, network management apparatus and application management apparatus
JP5916164B1 (en) Route control apparatus and program
US9735982B2 (en) Switch apparatus, VLAN setting management method, and program
CN114205312A (en) Method and equipment for generating table entry
US20150358223A1 (en) Control information management apparatus, control information presentation method, and program
US20150263990A1 (en) Network device, control method, and program
EP3016330A1 (en) Route table entries generating method and border gateway protocol speaker
JP5902264B2 (en) Communication control device, communication control system, communication control method, and communication control program

Legal Events

Date Code Title Description
A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20160219

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20160315

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20160401

R150 Certificate of patent or registration of utility model

Ref document number: 5916164

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250