WO2014077306A1 - 制御装置、通信システム、制御情報の作成方法及びプログラム - Google Patents

制御装置、通信システム、制御情報の作成方法及びプログラム Download PDF

Info

Publication number
WO2014077306A1
WO2014077306A1 PCT/JP2013/080760 JP2013080760W WO2014077306A1 WO 2014077306 A1 WO2014077306 A1 WO 2014077306A1 JP 2013080760 W JP2013080760 W JP 2013080760W WO 2014077306 A1 WO2014077306 A1 WO 2014077306A1
Authority
WO
WIPO (PCT)
Prior art keywords
control
path
control information
destination
control target
Prior art date
Application number
PCT/JP2013/080760
Other languages
English (en)
French (fr)
Inventor
鈴木 一哉
Original Assignee
日本電気株式会社
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 日本電気株式会社 filed Critical 日本電気株式会社
Priority to JP2014547021A priority Critical patent/JP6311611B2/ja
Priority to EP13855057.9A priority patent/EP2922250B1/en
Priority to US14/439,205 priority patent/US20150288595A1/en
Publication of WO2014077306A1 publication Critical patent/WO2014077306A1/ja

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/02Topology update or discovery
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/12Discovery or management of network topologies
    • H04L41/122Discovery or management of network topologies of virtualised topologies, e.g. software-defined networks [SDN] or network function virtualisation [NFV]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/12Discovery or management of network topologies
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/40Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks using virtualisation of network functions or resources, e.g. SDN or NFV entities
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/02Topology update or discovery
    • H04L45/033Topology update or discovery by updating distance vector protocols
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/42Centralised routing

Definitions

  • the present invention is based on a Japanese patent application: Japanese Patent Application No. 2012-250888 (filed on November 15, 2012), and the entire description of the application is incorporated herein by reference.
  • the present invention relates to a control device, a communication system, a method for creating control information, and a program, and in particular, a control device for controlling communication by setting control information in a communication node to be controlled, a communication system, a method for creating control information, and Regarding the program.
  • OpenFlow is attracting attention as a basic technology for realizing Software-Defined Network (SDN) (see Non-Patent Documents 1 and 2).
  • OpenFlow captures communication as an end-to-end flow and performs path control, failure recovery, load balancing, and optimization on a per-flow basis.
  • the OpenFlow switch specified in Non-Patent Document 2 includes a secure channel for communication with the OpenFlow controller, and operates according to a flow table that is appropriately added or rewritten from the OpenFlow controller. For each flow, a set of match conditions (Match Fields), flow statistical information (Counters), and instructions (Instructions) that define processing contents are defined for each flow (non-patented). (Refer to “4.1 Flow Table” in Document 2).
  • the OpenFlow switch searches the flow table for an entry having a matching condition (see “4.3 Match Fields” in Non-Patent Document 2) that matches the header information of the received packet. If an entry that matches the received packet is found as a result of the search, the OpenFlow switch updates the flow statistical information (counter) and processes the processing (designated) in the instruction field of the entry for the received packet. Perform packet transmission, flooding, discard, etc. from the port. On the other hand, if no entry matching the received packet is found as a result of the search, the OpenFlow switch sends an entry setting request to the OpenFlow controller via the secure channel, that is, a control for processing the received packet. An information transmission request (Packet-In message) is transmitted. The OpenFlow switch receives a flow entry whose processing content is defined and updates the flow table. As described above, the OpenFlow switch performs packet transfer using the entry stored in the flow table as control information.
  • a matching condition see “4.3 Match Fields” in Non-Patent Document 2
  • the OpenFlow switch updates the flow statistical information
  • Non-Patent Documents 1 and 2 When the centralized control network using OpenFlow described in Non-Patent Documents 1 and 2 is connected to an IP (Internet Protocol) -based network, the user packet received by the subordinate switch is forwarded to the appropriate neighboring router. It becomes necessary to do.
  • a control device for example, an OpenFlow controller
  • the present invention reduces the load of creating control information when a centralized control network represented by the OpenFlow network of Non-Patent Documents 1 and 2 is connected to an existing network, and improves the creation capability of the control information. It is an object to provide a control device, a communication system, a control information creation method, and a program that can contribute.
  • a path calculation unit that calculates a path between arbitrary control target nodes; and a control information generation unit that generates control information to be set in the plurality of control target nodes.
  • the control information generation unit of the control information generation unit uses at least one of the control target nodes on the path using the path calculated by the path calculation unit for the destination in charge of itself.
  • a control device for creating control information for transferring a packet to the adjacent router is also provided.
  • a communication system including a plurality of control target nodes and the above-described control device is provided.
  • a control device comprising: a path calculation unit that calculates a path between arbitrary control target nodes; and a plurality of control information generation units that generate control information to be set in the plurality of control target nodes.
  • Each of the control information creation units determines whether the destination acquired from the path information storage unit is a destination for which the control information creation unit is responsible, and a destination determined to be the destination for which the control information creation unit is responsible Control information that causes at least one of the control target nodes on the path to transfer the packet to the adjacent router using the path calculated by the path calculation unit.
  • Creating control information containing a step of creating, the a is provided. This method is linked to a specific machine called a control device that creates control information to be set in a plurality of control target nodes.
  • a computer that constitutes a control device comprising: a path calculation unit that calculates a path between arbitrary control target nodes; and a plurality of control information generation units that generate control information to be set in the plurality of control target nodes.
  • each control information creation unit determines whether or not the destination acquired from the route information storage unit is a destination that it is in charge of, and the destination that it is in charge of.
  • Program for executing a process of creating the control information to be transferred is provided.
  • This program can be recorded on a computer-readable (non-transient) storage medium. That is, the present invention can be embodied as a computer program product.
  • the present invention includes a route information storage unit 11 that stores information for obtaining an adjacent router set as a next hop for a destination, and a plurality of control target nodes.
  • a path calculation unit 12 that calculates a path between any control target nodes, and a control information generation unit 14 that generates control information to be set to the plurality of control target nodes. -1 to 14-N.
  • control information creation units 14-1 to 14-N are arranged, and each control information creation unit is responsible for itself among the destinations acquired from the route information storage unit 11. With respect to the destination, using the path calculated by the path calculation unit 12, control information that causes at least one of the control target nodes on the path to transfer the packet to the adjacent router is created.
  • the control information setting unit 16 sets the control information created by the control information creation units 14-1 to 14-N in the control target node. The control information setting process may be performed by this apparatus.
  • control information is created in a distributed manner by the N control information creation units.
  • the load required for the creation of control information is reduced, and the control information creation capability is improved as the reverse.
  • FIG. 2 is a diagram illustrating the configuration of the control device according to the first embodiment of the present invention.
  • a route information storage unit 11 a path calculation unit 12, a path information storage unit 13A, N control information creation units 14-1 to 14-N, a control information storage unit 15A, and a control A configuration including an information setting unit 16, an interface table 17, an address resolution table 18, and a BGP processing unit 19 is shown.
  • the BGP processing unit 19 acquires route information from other neighboring routers using a border gateway protocol (hereinafter, “BGP”) and stores the route information in the route information storage unit 11.
  • BGP border gateway protocol
  • FIG. 3 is a diagram illustrating an example of route information held in the route information storage unit 11.
  • a route information entry in which destination network information including a destination prefix (Address Prefix) and a prefix length is associated with a path attribute is illustrated.
  • the next hop attribute indicates the IP address of the adjacent router set as the next hop for the destination address.
  • the AS_PATH attribute indicates the autonomous system (AS) that has passed from the autonomous system (AS) that has generated the route information to the adjacent router that has transmitted the route information.
  • the next hop attribute and the AS_PATH attribute are stored as the path attributes.
  • the path attribute such as the AS_PATH attribute is referred to when selecting a route (next hop) to be used when receiving route information of the same destination from a plurality of adjacent routers as shown in FIG.
  • a route to be stored in the route information storage unit 11 is selected based on “Weight”, the number of ASs passed through, and the like by a predetermined best path selection algorithm.
  • the control device 10A includes the BGP processing unit 19 and autonomously collects route information from adjacent routers. Instead, the network administrator sets the route information illustrated in FIG. It is good to do.
  • FIG. 5 is a diagram showing a configuration of entries held in the address resolution table 18.
  • the address resolution table 18 has the same configuration as a so-called ARP (Address Resolution Protocol) table, is configured by associating an IP address and a MAC address, and resolves the MAC address corresponding to the IP address designated as the destination. Referenced when.
  • the entries stored in the address resolution table 18 may be collected by the control device 10A using ARP, or may be manually set by the network administrator.
  • the path calculation unit 12 refers to the network topology configured by the control target communication node (control target node), and calculates the shortest path between the control target nodes to which adjacent routers and terminals can be connected.
  • FIG. 6 is a diagram showing a shortest path tree with the control target node N4 calculated by the path calculation unit 12 as a sink (sinking).
  • Each path of the shortest path tree calculated by the path calculation unit 12 is stored in the path information storage unit 13A.
  • the path calculation unit 12 sinks each of the control target nodes N2 to N7. ) To calculate the shortest path tree.
  • the path calculation for that part may be omitted.
  • FIG. 7 is a diagram showing a configuration of entries held in the interface table 17.
  • the interface table 17 is a table that stores an IP address and a MAC address assigned to a connection port with an adjacent router of a control target node (switch).
  • the control information creation units 14-1 to 14-N rewrite the header of the packet to be transmitted to the adjacent router to the control target node connected to the adjacent router. It is referred to when generating control information.
  • the entry stored in the interface table 17 may be set by the control device 10A based on a predetermined allocation rule, or may be manually set by a network administrator.
  • the control information creation units 14-1 to 14-N are assigned with charge using IP addresses of adjacent routers.
  • the control information creation units 14-1 to 14 -N receive the adjacent information from the path information storage unit 13 A. Get the shortest path tree with the controlled node connected to the router as the end point.
  • the control information creation units 14-1 to 14-N create control information that causes the control target node to transfer the packet according to each shortest path of the shortest path tree, and store the control information in the control information storage unit 15A.
  • Information for identifying the destination of the route information and other neighboring routers is set in the matching conditions of the control information. As a result, the control target node on the shortest path can identify the packet to the adjacent router.
  • each unit (processing means) of the control device 10A shown in FIG. 2 can also be realized by a computer program that causes a computer constituting the control device 10A to execute the above-described processes using the hardware.
  • FIG. 8 is a flowchart showing the operation of the control device according to the first embodiment of the present invention.
  • control information creation unit 14-1 one of the control information creation units 14-1 to 14-N (herein referred to as “control information creation unit 14-1”) is used as a route information storage unit.
  • One route information is extracted from 11 (step S001).
  • control information creation unit 14-1 determines whether or not the neighboring router set in the path attribute (NEXTHOP attribute) of the extracted route information is the neighboring router that it is in charge of (step S003).
  • the process returns to step S001 to read the next route information (No in step S003).
  • the control information creation unit 14-1 reads from the path information storage unit 13A. Then, the shortest path tree in the reverse direction is acquired with the control target node (exit switch) connected to the adjacent router defined in the route information as the end point (Sink) (step S004).
  • control information creation unit 14-1 creates control information that causes the control target node on each path of the acquired shortest path tree to transfer the packet to the destination specified in the route information along the path. (Step S005). More specifically, the control information creating unit 14-1 uses the destination prefix in the route information and the prefix length as a match condition, and includes control information including an action of outputting from an interface connected to the next control target node on the path. Create The control information setting unit 16 sets the created control information in the corresponding control target node.
  • FIG. 9 is a diagram showing the operation of the control information creation unit in step S005.
  • the BGP processing unit 19 receives the route information that the IP address of the adjacent router set as NEXTHOP is 192.168.2.1, and creates control information Assume that the unit 14-1 determines that it is a neighboring router in charge. In this case, the control information creation unit 14-1 obtains the shortest path tree whose destination is the control target node N4 connected to the adjacent routers 192 and 168.2.1 (see the arrow in FIG. 9). Then, the control information creation unit 14-1 uses the destination “192.168.1.0/24” as a match condition and causes the control target nodes on the arrow line in FIG. Set control information. As a result, when any of N1 to N7 excluding the control target node N4 receives a packet addressed to “192.168.1.0/24”, a process of transferring the packet to the control target node N4 is performed.
  • control information creation unit 14-1 refers to the address resolution table 18 and acquires a MAC address corresponding to the IP address of the adjacent router set as NEXTHOP in the route information (step S006).
  • the control information creation unit 14-1 refers to the interface table 17 and obtains the MAC address associated with the output port of the control target node (exit switch) at the end of the shortest path tree (step S007).
  • control information creation unit 14-1 creates control information that causes the control target node (exit switch) at the end point of the acquired shortest path tree to rewrite the MAC address for the packet to the destination specified in the route information (Step S008). More specifically, the control information creating unit 14-1 rewrites the destination MAC address with the MAC address of the adjacent router acquired in step S006, using the destination prefix and prefix length in the route information as a match condition, and the source MAC The address is rewritten to the MAC address of the output port of the exit switch acquired in step S007, and control information to be output from the output port of the exit switch is created. The control information setting unit 16 sets the created control information in the control target node (exit switch) at the end point of the acquired shortest path tree.
  • FIG. 10 is a diagram showing the operation of the control information creation unit in step S008.
  • XX: XX: XX: AA: AA: AA is obtained as the MAC address of the adjacent router in step S006, and the adjacent router connection port of the control target node (egress switch) at the end point of the shortest path tree is obtained in step S007.
  • XX: XX: XX: XX: XX is obtained as the MAC address.
  • control information creation unit 14-1 rewrites the destination MAC address in the header of the packet having the destination: 192.168.1.0/24 to XX: XX: XX: AA: AA: AA and transmits it.
  • Control information for rewriting the original MAC address to XX: XX: XX: XX: XX: XX is set.
  • the destination receiving this packet can appropriately specify the destination of the response packet.
  • control information creation unit 14-1 confirms whether or not the control information has been set for all entries stored in the route information storage unit 11 (step S009). As a result of the confirmation, if all the entries have not been processed, the control information creation unit 14-1 returns to step S001 and continues the process (No in step S009).
  • control information creation unit 14-1 ends the series of processes. In the above example, only the operation of the control information creation unit 14-1 is shown, but the other control information creation units 14-2 to 14-N perform the same operation.
  • each control information creation unit 14-1 to 14-N sets control information for its own neighboring router, whereby packets are transmitted to neighboring routers connected to the network constituted by the control target nodes N1 to N7.
  • the settings for transferring are completed.
  • control information creation units 14-1 to 14-N can be distributed to a plurality of control information creation units 14-1 to 14-N.
  • FIG. 11 is a diagram illustrating a configuration of a control device 10B according to the second embodiment of the present invention. 2 differs from the first embodiment shown in FIG. 2 in that a plurality of path calculation units are arranged in one-to-one correspondence with the control information creation unit, and a topology information storage unit 20 that stores topology information. Is added. Since the other configuration is the same as that of the first embodiment, the following description will be focused on differences from the first embodiment.
  • the topology information storage unit 20 stores a network topology configured by control target communication nodes (control target nodes).
  • N path calculation units 12-1 to 12-N are arranged in a one-to-one correspondence with the control information creation units 14-1 to 14-N.
  • FIGS. 12 and 13 are diagrams showing an example of assignment of the control target nodes N2 to N7 to the path calculation units 12-1 to 12-N and the shortest path tree created by each of the path calculation units 12-1 to 12-N.
  • control target nodes N2 and N4 are assigned to the path calculation unit 12-1.
  • the path calculation unit 12-1 calculates the shortest path tree whose end point is the control target node N4 and the shortest path tree (not shown) whose end point is the control target node N2 shown in FIG.
  • control target nodes N3 and N5 are allocated to the path calculation unit 12-2.
  • the path calculation unit 12-2 calculates the shortest path tree whose end point is the control target node N3 and the shortest path tree (not shown) whose end point is the control target node N5 shown in FIG.
  • the control target nodes N6 and N7 are assigned to the path calculation unit 12-3, and the path calculation unit 12-3 calculates the shortest path tree having the control target nodes N6 and N7 as the end points.
  • the control information creation units 14-1 to 14-N of the present embodiment include the control target node (exit switch) connected to the adjacent router corresponding to the destination among the route information stored in the route information storage unit 11. If it is in charge of itself, the shortest path tree having the control target node connected to the adjacent router as the end point is acquired from the associated path information calculation units 12-1 to 12N. Then, the control information creation units 14-1 to 14-N create control information that causes the control target node to transfer the packet according to each shortest path of the shortest path tree, and store the control information in the control information storage unit 15A.
  • FIG. 14 is a flowchart showing the operation of the control device according to the second embodiment of the present invention.
  • the control information creation units 14-1 to 14-N change from the interface table 17 to the adjacent router from the entry corresponding to NEXTHOP.
  • the control target node (exit switch) information to be connected is read out to determine whether or not it is in charge of itself (step S003A). Since other operations are the same as those in the first embodiment, description thereof is omitted.
  • FIG. 15 is a diagram illustrating an example of route information held by the control device according to the third embodiment of this invention.
  • the difference from the route information of the first embodiment shown in FIG. 3 is that the control target node (exit switch) connected to the adjacent router set as NEXTHOP in each entry and its port information are stored in advance. It is. Since other configurations are the same as those of the second embodiment, the description thereof is omitted.
  • FIG. 16 is a flowchart showing the operation of the control device of the third exemplary embodiment of the present invention.
  • the difference from the operation of the first embodiment shown in FIG. 8 is that the entry search process of the interface table 17 in step S002 is omitted. This is because the control target node (exit switch) connected to the adjacent router set as NEXTHOP in the route information and its port information are stored in advance as described above. Since other operations are the same as those in the second embodiment, description thereof is omitted.
  • the present invention can also be realized in a form in which a control target node (exit switch) connected to an adjacent router set as NEXTHOP in route information and its port information are stored in advance.
  • a control target node exit switch
  • the identifier of the route information creation unit in charge is stored, and whether or not each route information creation unit is the route information handled by itself. It is also possible to adopt a form for determining whether or not.
  • the path calculation units 12-1 to 12-N and the control information creation units 14-1 to 14-N are associated one-to-one.
  • a configuration associated with each part can also be adopted.
  • control device includes the BGP processing unit 19 and acquires the route information from the adjacent router.
  • the present invention is also applicable to the case where the route information is collected using another routing protocol. It is possible.
  • Each control information creation unit is assigned an adjacent router in charge, Each control information creation unit determines whether or not the destination acquired from the route information storage unit is a destination that it is in charge of, depending on whether or not the destination is a destination corresponding to an adjacent router assigned to itself. Control device.
  • control device of the first form Furthermore, an interface information storage unit that associates the adjacent router stored in the route information storage unit with the information of the control target node connected to the adjacent router, A control target node in charge of each control information creation unit is assigned, Each of the control information creation units determines whether the destination acquired from the path information storage unit is a destination for which the control information creation unit is responsible depending on whether the destination is a destination corresponding to an adjacent router connected to the control target node assigned to the destination. A control device that determines whether or not.
  • a plurality of the path calculation units are arranged, A control device in which each path calculation unit calculates a path whose end point is a control target node assigned to itself, and provides the path to the control information creation unit to which the control target node is assigned.
  • the path calculation unit is a control device that selects one control target node from the plurality of control target nodes and calculates a shortest path tree having the control target node as an end point.
  • the control information creating unit rewrites a destination MAC address to a destination MAC address that has been resolved in advance in a control target node connected to an adjacent router set as the next hop, and a source MAC address. And a control device for creating control information for executing processing for rewriting the MAC address assigned to the output port of the control target node located at the end point of the path.
  • a border gateway protocol processing unit that obtains route information from a router of an adjacent autonomous system and stores the route information in the route information storage unit.
  • Control device 11 Route information storage unit 12, 12-1 to 12-N Path calculation unit 13 Path information 13A Path information storage unit 14-1 to 14-N Control information creation unit 15 Control information 15A Control information storage Part 16 Control Information Setting Unit 17 Interface Table 18 Address Resolution Table 19 BGP Processing Unit 20 Topology Information Storage Unit

Landscapes

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

Abstract

 集中制御型のネットワークが既存ネットワークと接続する場合における、制御装置の制御情報の作成能力を向上させる。制御装置は、宛先に対して、ネクストホップとして設定された隣接ルータを求めるための情報を記憶する経路情報記憶部と、複数の制御対象ノードによって構成されるネットワークトポロジーに基づいて、任意の制御対象ノード間のパスを計算するパス計算部と、前記複数の制御対象ノードに設定する制御情報を作成する制御情報作成部と、を備える。前記制御情報作成部は複数配置され、個々の制御情報作成部が、前記経路情報記憶部から取得した宛先のうち、自身が担当する宛先について、前記パス計算部にて計算されたパスを用いて、前記パス上の少なくとも1つの制御対象ノードに前記隣接ルータへとパケットを転送させる制御情報を作成する。

Description

制御装置、通信システム、制御情報の作成方法及びプログラム
 [関連出願についての記載]
 本発明は、日本国特許出願:特願2012-250888号(2012年11月15日出願)に基づくものであり、同出願の全記載内容は引用をもって本書に組み込み記載されているものとする。
 本発明は、制御装置、通信システム、制御情報の作成方法及びプログラムに関し、特に、制御対象の通信ノードに制御情報を設定することにより通信を制御する制御装置、通信システム、制御情報の作成方法及びプログラムに関する。
 Software-Defined Network(SDN)を実現する基盤技術としてオープンフロー(OpenFlow)が注目されている(非特許文献1、2参照)。オープンフローは、通信をエンドツーエンドのフローとして捉え、フロー単位で経路制御、障害回復、負荷分散、最適化を行うものである。非特許文献2に仕様化されているオープンフロースイッチは、オープンフローコントローラとの通信用のセキュアチャネルを備え、オープンフローコントローラから適宜追加または書き換え指示されるフローテーブルに従って動作する。フローテーブルには、フロー毎に、パケットヘッダと照合するマッチ条件(Match Fields)と、フロー統計情報(Counters)と、処理内容を定義したインストラクション(Instructions)と、の組が定義される(非特許文献2の「4.1 Flow Table」の項参照)。
 例えば、オープンフロースイッチは、パケットを受信すると、フローテーブルから、受信パケットのヘッダ情報に適合するマッチ条件(非特許文献2の「4.3 Match Fields」参照)を持つエントリを検索する。検索の結果、受信パケットに適合するエントリが見つかった場合、オープンフロースイッチは、フロー統計情報(カウンタ)を更新するとともに、受信パケットに対して、当該エントリのインストラクションフィールドに記述された処理内容(指定ポートからのパケット送信、フラッディング、廃棄等)を実施する。一方、検索の結果、受信パケットに適合するエントリが見つからなかった場合、オープンフロースイッチは、セキュアチャネルを介して、オープンフローコントローラに対してエントリ設定の要求、即ち、受信パケットを処理するための制御情報の送信要求(Packet-Inメッセージ)を送信する。オープンフロースイッチは、処理内容が定められたフローエントリを受け取ってフローテーブルを更新する。このように、オープンフロースイッチは、フローテーブルに格納されたエントリを制御情報として用いてパケット転送を行う。
Nick McKeownほか7名、"OpenFlow: Enabling Innovation in Campus Networks"、[online]、[平成24(2012)年10月24日検索]、インターネット〈URL:http://www.openflow.org/documents/openflow-wp-latest.pdf〉 "OpenFlow Switch Specification" Version 1.1.0 Implemented (Wire Protocol 0x02)、[online]、[平成24(2012)年10月24日検索]、インターネット〈URL:http://www.openflow.org/documents/openflow-spec-v1.1.0.pdf〉
 以下の分析は、本発明によって与えられたものである。上記非特許文献1、2のオープンフローを用いた集中制御型のネットワークがIP(Internet Protocol)ベースのネットワークと接続するようになると、配下のスイッチにて受信したユーザパケットを適切な隣接ルータに転送する必要が生じてくる。前記転送を適切に行うには、制御装置(例えば、オープンフローコントローラ)が、隣接するルータ等から経路情報を取得し、その内容に応じたパスの計算を行い、配下の通信ノードにパケットの転送を指示する制御情報を設定する必要が生じてくる。
 上記のように集中制御型のネットワークが多数の外部ネットワークと接続されるようになると、フローエントリに反映すべき宛先数も増大するため、制御装置の負荷が増大してしまうという問題点がある。
 本発明は、非特許文献1、2のオープンフローネットワークに代表される集中制御型のネットワークが既存ネットワークと接続する場合における、制御情報の作成負荷を軽減し、その制御情報の作成能力の向上に貢献できる制御装置、通信システム、制御情報の作成方法及びプログラムを提供することを目的とする。
 第1の視点によれば、宛先に対して、ネクストホップとして設定された隣接ルータを求めるための情報を記憶する経路情報記憶部と、複数の制御対象ノードによって構成されるネットワークトポロジーに基づいて、任意の制御対象ノード間のパスを計算するパス計算部と、前記複数の制御対象ノードに設定する制御情報を作成する制御情報作成部と、を備え、前記制御情報作成部が複数配置され、個々の制御情報作成部が、前記経路情報記憶部から取得した宛先のうち、自身が担当する宛先について、前記パス計算部にて計算されたパスを用いて、前記パス上の制御対象ノードの少なくとも1つに前記隣接ルータへとパケットを転送させる制御情報を作成する制御装置が提供される。
 第2の視点によれば、複数の制御対象ノードと、上記した制御装置とを含む通信システムが提供される。
 第3の視点によれば、宛先に対して、ネクストホップとして設定された隣接ルータを求めるための情報を記憶する経路情報記憶部と、複数の制御対象ノードによって構成されるネットワークトポロジーに基づいて、任意の制御対象ノード間のパスを計算するパス計算部と、前記複数の制御対象ノードに設定する制御情報を作成する複数の制御情報作成部と、を備える制御装置が、前記複数の制御情報作成部のうちの個々の制御情報作成部が、前記経路情報記憶部から取得した宛先が、自身が担当する宛先であるか否かを判定するステップと、自身が担当する宛先であると判定した宛先について、前記パス計算部にて計算されたパスを用いて、前記パス上の制御対象ノードの少なくとも1つに前記隣接ルータへとパケットを転送させる制御情報を作成するステップと、を含む制御情報の作成方法が提供される。本方法は、複数の制御対象ノードに設定する制御情報を作成する制御装置という、特定の機械に結びつけられている。
 第4の視点によれば、宛先に対して、ネクストホップとして設定された隣接ルータを求めるための情報を記憶する経路情報記憶部と、複数の制御対象ノードによって構成されるネットワークトポロジーに基づいて、任意の制御対象ノード間のパスを計算するパス計算部と、前記複数の制御対象ノードに設定する制御情報を作成する複数の制御情報作成部と、を備える制御装置を構成するコンピュータに、前記複数の制御情報作成部のうちの個々の制御情報作成部が、前記経路情報記憶部から取得した宛先が、自身が担当する宛先であるか否かを判定する処理と、自身が担当する宛先であると判定した宛先について、前記パス計算部にて計算されたパスを用いて、前記パス上の制御対象ノードの少なくとも1つに前記隣接ルータへとパケットを転送させる制御情報を作成する処理と、を実行させるプログラムが提供される。なお、このプログラムは、コンピュータが読み取り可能な(非トランジエントな)記憶媒体に記録することができる。即ち、本発明は、コンピュータプログラム製品として具現することも可能である。
 本発明によれば、集中制御型のネットワークが既存ネットワークと接続する場合における、制御情報の作成負荷を軽減し、その制御情報の作成能力の向上に貢献することが可能となる。
本発明の一実施形態の構成を示す図である。 本発明の第1の実施形態の制御装置の構成を示す図である。 本発明の第1の実施形態の制御装置が保持する経路情報の一例を示す図である。 本発明の第1の実施形態の制御装置の動作を説明するための図である。 本発明の第1の実施形態の制御装置が保持するアドレス解決テーブルの一例を示す図である。 本発明の第1の実施形態で用いる最短パスツリーを説明するための図である。 本発明の第1の実施形態の制御装置が保持するインターフェーステーブルの一例を示す図である。 本発明の第1の実施形態の制御装置の動作を表した流れ図である。 本発明の第1の実施形態の制御装置の動作を説明するための図である。 本発明の第1の実施形態の制御装置の動作を説明するための図である。 本発明の第2の実施形態の制御装置の構成を示す図である。 本発明の第2の実施形態におけるパス計算部の割り当てと、最短パスツリーを示す図である。 本発明の第2の実施形態におけるパス計算部の割り当てと、最短パスツリーを示す別の図である。 本発明の第2の実施形態の制御装置の動作を表した流れ図である。 本発明の第3の実施形態の制御装置が保持する経路情報の一例を示す図である。 本発明の第3の実施形態の制御装置の動作を表した流れ図である。
 はじめに本発明の一実施形態の概要について図面を参照して説明する。なお、この概要に付記した図面参照符号は、理解を助けるための一例として各要素に便宜上付記したものであり、本発明を図示の態様に限定することを意図するものではない。
 本発明は、その一実施形態において、図1に示すように、宛先に対して、ネクストホップとして設定された隣接ルータを求めるための情報を記憶する経路情報記憶部11と、複数の制御対象ノードによって構成されるネットワークトポロジー(トポロジー情報)に基づいて、任意の制御対象ノード間のパスを計算するパス計算部12と、前記複数の制御対象ノードに設定する制御情報を作成する制御情報作成部14-1~14-Nと、を備える構成にて実現できる。
 より具体的には、制御情報作成部14-1~14-Nは複数(N個)配置され、個々の制御情報作成部は、経路情報記憶部11から取得した宛先のうち、自身が担当する宛先について、パス計算部12にて計算されたパスを用いて、前記パス上の制御対象ノードの少なくとも1つに前記隣接ルータへとパケットを転送させる制御情報を作成する。なお、図1の例では、制御情報設定部16が、制御情報作成部14-1~14-Nによって作成された制御情報を制御対象ノードに設定することとしているが、制御装置10とは別の装置にて、制御情報の設定処理を行うようにしてもよい。
 上記構成によれば、N個の制御情報作成部によって、分散して制御情報の作成が行われる。これにより、集中制御型のネットワークと既存ネットワークとを接続した場合における、制御情報の作成に掛かる負荷の軽減と、その裏返しとして制御情報の作成能力の向上が実現される。
[第1の実施形態]
 続いて、本発明の第1の実施形態について図面を参照して詳細に説明する。図2は、本発明の第1の実施形態の制御装置の構成を示す図である。図2を参照すると、経路情報記憶部11と、パス計算部12と、パス情報記憶部13Aと、N個の制御情報作成部14-1~14-Nと、制御情報記憶部15Aと、制御情報設定部16と、インターフェーステーブル17と、アドレス解決テーブル18と、BGP処理部19と、を備えた構成が示されている。
 BGP処理部19は、ボーダーゲートウェイプロトコル(以下、「BGP」)を用いて、他の隣接ルータから経路情報を取得して経路情報記憶部11に格納する。
 図3は、経路情報記憶部11に保持される経路情報の一例を示す図である。図3の例では、宛先プレフィックス(Address Prefix)とプレフィックス長とからなる宛先ネットワーク情報と、パス属性とを対応付けた経路情報エントリが示されている。ここで、ネクストホップ属性(NEXTHOP Attribute)は、宛先アドレスに対するネクストホップとして設定されている隣接ルータのIPアドレスを示している。また、AS_PATH属性(AS_PATH Attribute)は、経路情報の発生元の自律システム(AS)から経路情報を送信してきた隣接ルータまでに経由してきた自律システム(AS)を示している。なお、図3の例では、パス属性として、ネクストホップ属性とAS_PATH属性とを格納することとしているが、RFC1771、RFC1997、RFC2796等に規定されているその他のパス属性やベンダ定義のパス属性(例えば、Cisco社の「Weight」)等を含めることができる。
 AS_PATH属性等のパス属性は、例えば、図4に示すように、複数の隣接ルータから、同一宛先の経路情報を受信したときに、利用する経路(ネクストホップ)を選択する際に参照される。図4の例では、宛先ネットワーク情報192.168.11.0/24に対し、ネクストホップとして192.168.4.1と、192.168.3.1を受信している。この場合、所定のベストパス選択アルゴリズムにより、「Weight」や経由するAS数等に基づいて経路情報記憶部11に記憶する経路の選択が行われる。なお、本実施形態では、制御装置10Aが、BGP処理部19を備えて隣接ルータから自律的に経路情報を収集することとしているが、代わりにネットワーク管理者が図3に例示した経路情報を設定することとしてもよい。
 図5は、アドレス解決テーブル18に保持されるエントリの構成を示す図である。アドレス解決テーブル18は、いわゆるARP(Address Resolution Protocol)テーブルと同様の構成であり、IPアドレスと、MACアドレスとを対応付けて構成され、宛先として指定されたIPアドレスに対応するMACアドレスを解決する際に参照される。このアドレス解決テーブル18に格納するエントリは、制御装置10AがARPを用いて収集することとしてもよいし、ネットワーク管理者が手動で設定することとしてもよい。
 パス計算部12は、制御対象の通信ノード(制御対象ノード)によって構成されたネットワークトポロジーを参照し、隣接ルータや端末等が接続されうる制御対象ノード間の最短パスを計算する。図6は、パス計算部12によって計算された制御対象ノードN4をシンク(Sink;終点)とした最短パスツリーを表した図である。
 パス情報記憶部13Aには、パス計算部12によって計算された最短パスツリーの各最短パスが記憶される。例えば、図6の場合、制御対象ノードN1のみが、隣接ルータや端末等と接続されていないコアノードであるので、パス計算部12は、制御対象ノードN2~N7について、それぞれをシンク(Sink;終点)とした最短パスツリーを計算する。もちろん、該当する通信が発生しえない制御対象ノードの組み合わせ、パスがある場合には、その部分のパス計算を省略してもよい。
 図7は、インターフェーステーブル17に保持されるエントリの構成を示す図である。インターフェーステーブル17は、制御対象ノード(スイッチ)の隣接ルータとの接続ポートに割り当てられたIPアドレスとMACアドレスとを格納するテーブルである。インターフェーステーブル17に格納されたIPアドレスとMACアドレスは、制御情報作成部14-1~14-Nが、隣接ルータに接続された制御対象ノードに、隣接ルータへ送信するパケットのヘッダの書き換えを実行させる制御情報を生成する際に参照される。このインターフェーステーブル17に格納するエントリは、予め定めた割り当て規則に基づいて制御装置10Aが設定することとしてもよいし、ネットワーク管理者が手動で設定することとしてもよい。
 制御情報作成部14-1~14-Nには、それぞれ隣接ルータのIPアドレス等を用いて、担当が割り当てられている。制御情報作成部14-1~14-Nは、経路情報記憶部11に格納された経路情報のうち、宛先に対応する隣接ルータが自身の担当である場合、パス情報記憶部13Aから、当該隣接ルータに接続する制御対象ノードを終点とする最短パスツリーを取得する。そして、制御情報作成部14-1~14-Nは、制御対象ノードに、前記最短パスツリーの各最短パスに従って該当パケットを転送させる制御情報を作成し、制御情報記憶部15Aに格納する。これら制御情報のマッチ条件には、経路情報の宛先やその他隣接ルータを識別するための情報が設定される。これにより、最短パス上の制御対象ノードが前記隣接ルータへのパケットを識別できるようになる。
 なお、図2に示した制御装置10Aの各部(処理手段)は、制御装置10Aを構成するコンピュータに、そのハードウェアを用いて、上記した各処理を実行させるコンピュータプログラムにより実現することもできる。
 続いて、本発明の第1の実施形態の動作について図面を参照して詳細に説明する。図8は、本発明の第1の実施形態の制御装置の動作を表した流れ図である。図8を参照すると、まず、制御情報作成部14-1~14-Nのうちの一つの制御情報作成部(ここでは、「制御情報作成部14-1」とする)が、経路情報記憶部11から経路情報を一つ抽出する(ステップS001)。
 次に、制御情報作成部14-1は、前記抽出した経路情報のパス属性(NEXTHOP属性)に設定された隣接ルータが自身の担当する隣接ルータであるか否かを判定する(ステップS003)。ここで、ステップS001で抽出した経路情報が自身の担当外である場合、ステップS001に戻って、次の経路情報を読み出す(ステップS003のNo)。
 抽出した経路情報のパス属性(NEXTHOP属性)に設定された隣接ルータが自身の担当する隣接ルータであった場合(ステップS003のYes)、制御情報作成部14-1は、パス情報記憶部13Aから、経路情報に定められた隣接ルータに接続する制御対象ノード(出口スイッチ)を終点(Sink)とする逆方向の最短パスツリーを取得する(ステップS004)。
 次に、制御情報作成部14-1は、前記取得した最短パスツリーの各パス上の制御対象ノードに前記経路情報に定められた宛先へのパケットについて、前記パスに沿って転送させる制御情報を作成する(ステップS005)。より具体的には、制御情報作成部14-1は、経路情報中の宛先プレフィックスとプレフィックス長とをマッチ条件とし、パス上の次の制御対象ノードとつながるインターフェースから出力するというアクションを含む制御情報を作成する。制御情報設定部16は、該当する制御対象ノードに、前記作成した制御情報を設定する。
 図9は、上記ステップS005における制御情報作成部の動作を表した図である。例えば、BGP処理部19が、宛先:192.168.1.0/24に対し、NEXTHOPとして設定された隣接ルータのIPアドレスが192.168.2.1という経路情報を受信し、制御情報作成部14-1は、担当の隣接ルータであると判断したものとする。この場合、制御情報作成部14-1は、隣接ルータ192、168.2.1に接続された制御対象ノードN4を終点とする最短パスツリーを取得する(図9の矢線参照)。そして、制御情報作成部14-1は、宛先「192.168.1.0/24」をマッチ条件とし、図9の矢線上の制御対象ノードに対し、それぞれ矢線に示すパケット転送を行わせる制御情報を設定する。これにより、制御対象ノードN4を除くN1~N7のいずれかが、「192.168.1.0/24」を宛先とするパケットを受信した場合、制御対象ノードN4に転送する処理が行われる。
 さらに、制御情報作成部14-1は、アドレス解決テーブル18を参照し、経路情報でNEXTHOPとして設定された隣接ルータのIPアドレスに対応するMACアドレスを取得する(ステップS006)。
 制御情報作成部14-1は、インターフェーステーブル17を参照し、最短パスツリーの終点の制御対象ノード(出口スイッチ)の出力ポートに対応付けられたMACアドレスを取得する(ステップS007)。
 次に、制御情報作成部14-1は、前記取得した最短パスツリーの終点の制御対象ノード(出口スイッチ)に前記経路情報に定められた宛先へのパケットについて、MACアドレスを書き換えさせる制御情報を作成する(ステップS008)。より具体的には、制御情報作成部14-1は、経路情報中の宛先プレフィックスとプレフィックス長とをマッチ条件とし、宛先MACアドレスをステップS006で取得した隣接ルータのMACアドレスに書き換え、送信元MACアドレスをステップS007で取得した出口スイッチの出力ポートのMACアドレスに書き換え、出口スイッチの出力ポートから出力させる制御情報を作成する。制御情報設定部16は、前記取得した最短パスツリーの終点の制御対象ノード(出口スイッチ)に、前記作成した制御情報を設定する。
 図10は、上記ステップS008における制御情報作成部の動作を表した図である。例えば、ステップS006にて隣接ルータのMACアドレスとして、XX:XX:XX:AA:AA:AAが得られ、ステップS007にて最短パスツリーの終点の制御対象ノード(出口スイッチ)の隣接ルータ接続ポートのMACアドレスとして、XX:XX:XX:XX:XX:XXが得られているものとする。この場合、制御情報作成部14-1は、宛先:192.168.1.0/24を持つパケットのヘッダ中の宛先MACアドレスを、XX:XX:XX:AA:AA:AAに書き換え、送信元MACアドレスをXX:XX:XX:XX:XX:XXに書き換える制御情報を設定する。これにより、このパケットを受信した宛先は、応答パケットの宛先を適切に指定することが可能になる。
 次に、制御情報作成部14-1は、経路情報記憶部11が記憶しているエントリについてすべて制御情報の設定が完了したか否かを確認する(ステップS009)。前記確認の結果、すべてのエントリの処理が完了していない場合、制御情報作成部14-1は、ステップS001に戻って処理を継続する(ステップS009のNo)。
 一方、すべてのエントリの処理が完了している場合(ステップS009のYes)、制御情報作成部14-1は、一連の処理を終了する。なお、上記の例では、制御情報作成部14-1のみの動作を示したが、その他の制御情報作成部14-2~14-Nも同様の動作を行う。
 このように各制御情報作成部14-1~14-Nがそれぞれ自身の分担の隣接ルータについて制御情報を設定することにより、制御対象ノードN1~N7によって構成されるネットワークに接続する隣接ルータへパケットを転送するための設定が完了する。
 以上の説明からも明らかなとおり、本実施形態によれば、制御情報の生成を、複数の制御情報作成部14-1~14-Nに分散処理させることが可能になる。
[第2の実施形態]
 続いて、パス計算部12における負荷も分散できるようにした本発明の第2の実施形態について図面を参照して詳細に説明する。図11は、本発明の第2の実施形態の制御装置10Bの構成を示す図である。図2に示した第1の実施形態との相違点は、パス計算部が制御情報作成部と1対1で対応付けて複数配置されている点と、トポロジー情報を記憶するトポロジー情報記憶部20が追加されている点である。その他の構成は、第1の実施形態と同様であるので、以下、第1の実施形態との相違点を中心に説明する。
 トポロジー情報記憶部20は、制御対象の通信ノード(制御対象ノード)によって構成されたネットワークトポロジーを記憶する。
 本実施形態におけるパス計算部12-1~12-Nは、制御情報作成部14-1~14-Nと1対1で対応するようにN個配置されている。
 図12、図13は、パス計算部12-1~12-Nに対する制御対象ノードN2~N7の割り当て例と、各パス計算部12-1~12-Nが作成する最短パスツリーを示す図である。図12の例では、パス計算部12-1に制御対象ノードN2、N4が割り当てられている。このとき、パス計算部12-1は、図12に示す制御対象ノードN4を終点とする最短パスツリーと、制御対象ノードN2を終点とする最短パスツリー(不図示)とを計算することになる。
 図13の例では、パス計算部12-2に制御対象ノードN3、N5が割り当てられている。このとき、パス計算部12-2は、図13に示す制御対象ノードN3を終点とする最短パスツリーと、制御対象ノードN5を終点とする最短パスツリー(不図示)とを計算することになる。同様にして、パス計算部12-3にも制御対象ノードN6、N7が割り当てられ、パス計算部12-3は、制御対象ノードN6、N7を終点とする最短パスツリーを計算することになる。
 本実施形態の制御情報作成部14-1~14-Nは、経路情報記憶部11に格納された経路情報のうち、宛先に対応する隣接ルータに接続されている制御対象ノード(出口スイッチ)が自身の担当である場合、対応付けられたパス情報計算部12-1~12Nから、当該隣接ルータに接続する制御対象ノードを終点とする最短パスツリーを取得する。そして、制御情報作成部14-1~14-Nは、制御対象ノードに、前記最短パスツリーの各最短パスに従って該当パケットを転送させる制御情報を作成し、制御情報記憶部15Aに格納する。
 続いて、本発明の第2の実施形態の動作について図面を参照して詳細に説明する。図14は、本発明の第2の実施形態の制御装置の動作を表した流れ図である。図8に示した第1の実施形態の動作との相違点は、ステップS002において、制御情報作成部14-1~14-Nが、インターフェーステーブル17から、NEXTHOPに対応するエントリから、隣接ルータに接続する制御対象ノード(出口スイッチ)情報を読み出して、自身の担当か否かを判定する点である(ステップS003A)。その他の動作は第1の実施形態と同様であるので、説明を省略する。
 以上のように、本実施形態によれば、パス計算に掛かる負荷も分散させることが可能となる。
[第3の実施形態]
 続いて、上記第2の実施形態の制御装置の経路情報に変更を加えた本発明の第3の実施形態について図面を参照して詳細に説明する。図15は、本発明の第3の実施形態の制御装置が保持する経路情報の一例を示す図である。図3に示した第1の実施形態の経路情報との相違点は、各エントリにNEXTHOPとして設定された隣接ルータに接続する制御対象ノード(出口スイッチ)とそのポート情報が予め格納されている点である。その他の構成は、第2の実施形態と同様であるので、説明を省略する。
 続いて、本実施形態の動作について図面を参照して詳細に説明する。図16は、本発明の第3の実施形態の制御装置の動作を表した流れ図である。図8に示した第1の実施形態の動作との相違点は、ステップS002のインターフェーステーブル17のエントリ検索処理が省略されている点である。これは、上述のように、経路情報にNEXTHOPとして設定された隣接ルータに接続する制御対象ノード(出口スイッチ)とそのポート情報が予め格納されているためである。その他の動作は第2の実施形態と同様であるので、説明を省略する。
 以上のように、本発明は、経路情報にNEXTHOPとして設定された隣接ルータに接続する制御対象ノード(出口スイッチ)とそのポート情報とを予め格納しておく形態でも実現することが可能である。もちろん、制御対象ノード(出口スイッチ)とそのポート情報に代えて、担当となる経路情報作成部の識別子等を格納しておき、個々の経路情報作成部が自身の担当する経路情報であるか否かを判別する形態も採用可能である。
 以上、本発明の各実施形態を説明したが、本発明は、上記した実施形態に限定されるものではなく、本発明の基本的技術的思想を逸脱しない範囲で、更なる変形・置換・調整を加えることができる。例えば、各図面に示したネットワーク構成や要素の構成は、本発明の理解を助けるための一例であり、これらの図面に示した構成に限定されるものではない。
 また例えば、上記した第2、第3実施形態では、パス計算部12-1~12-Nと、制御情報作成部14-1~14-Nとが1対1で対応付けられているものとして説明したが、1つのパス計算部12-1~12-Nが複数の制御情報作成部に対応付けられている構成や、複数のパス計算部12-1~12-Nが1つの制御情報作成部に対応付けられている構成も採用可能である。
 また、上記した実施形態では、制御装置がBGP処理部19を備えて、隣接ルータから経路情報を取得するものとして説明したが、その他のルーティングプロトコルを用いて経路情報を収集する場合にも適用することが可能である。
 最後に、本発明の好ましい形態を要約する。
[第1の形態]
 (上記第1の視点による制御装置参照)
[第2の形態]
 第1の形態の制御装置において、
 前記各制御情報作成部に、それぞれ担当する隣接ルータが割り当てられており、
 前記各制御情報作成部は、前記経路情報記憶部から取得した宛先が、自身に割り当てられた隣接ルータに対応する宛先であるか否かにより、自身が担当する宛先であるか否かを判別する制御装置。
[第3の形態]
 第1の形態の制御装置において、
 さらに、前記経路情報記憶部に記憶された隣接ルータと、該隣接ルータに接続されている制御対象ノードの情報とを対応付けたインターフェース情報記憶部を備え、
 前記各制御情報作成部に、それぞれ担当する制御対象ノードが割り当てられており、
 前記各制御情報作成部は、前記経路情報記憶部から取得した宛先が、自身に割り当てられた制御対象ノードに接続されている隣接ルータに対応する宛先であるか否かにより、自身が担当する宛先であるか否かを判別する制御装置。
[第4の形態]
 第3の形態の制御装置において、
 前記パス計算部が複数配置され、
 個々のパス計算部が、自身に割り当てられた制御対象ノードを終点とするパスを計算し、前記制御対象ノードが割り当てられた制御情報作成部にパスを提供する制御装置。
[第5の形態]
 第1~第4いずれか一の形態の制御装置において、
 前記パス計算部は、前記複数の制御対象ノードから一の制御対象ノードを選択し、該制御対象ノードを終点とする最短パスツリーを計算する制御装置。
[第6の形態]
 第1~第5いずれか一の形態の制御装置において、
 前記制御情報作成部は、前記ネクストホップとして設定された隣接ルータに接続された制御対象ノードに、宛先MACアドレスを、予め解決しておいた宛先のMACアドレスに書き換える処理と、送信元MACアドレスを、前記パスの終点に位置する制御対象ノードの出力ポートに割り当てられているMACアドレスに書き換える処理とを実行させる制御情報を作成する制御装置。
[第7の形態]
 第1~第6いずれか一の形態の制御装置において、
 さらに、隣接する自律システムのルータから経路情報を取得して、前記経路情報記憶部に格納するボーダーゲートウェイプロトコル処理部を備える制御装置。
[第8の形態]
 (上記第2の視点による通信システム参照)
[第9の形態]
 (上記第3の視点による制御情報の作成方法参照)
[第10の形態]
 (上記第4の視点によるプログラム参照)
 なお、上記第8~第10の形態は、第1の形態と同様に、第2~第7の形態に展開することが可能である。
 なお、上記の非特許文献の各開示を、本書に引用をもって繰り込むものとする。本発明の全開示(請求の範囲を含む)の枠内において、さらにその基本的技術思想に基づいて、実施形態ないし実施例の変更・調整が可能である。また、本発明の請求の範囲の枠内において種々の開示要素(各請求項の各要素、各実施形態ないし実施例の各要素、各図面の各要素等を含む)の多様な組み合わせ、ないし選択が可能である。すなわち、本発明は、請求の範囲を含む全開示、技術的思想にしたがって当業者であればなし得るであろう各種変形、修正を含むことは勿論である。特に、本書に記載した数値範囲については、当該範囲内に含まれる任意の数値ないし小範囲が、別段の記載のない場合でも具体的に記載されているものと解釈されるべきである。
 10、10A、10B 制御装置
 11 経路情報記憶部
 12、12-1~12-N パス計算部
 13 パス情報
 13A パス情報記憶部
 14-1~14-N 制御情報作成部
 15 制御情報
 15A 制御情報記憶部 
 16 制御情報設定部
 17 インターフェーステーブル
 18 アドレス解決テーブル
 19 BGP処理部
 20 トポロジー情報記憶部

Claims (10)

  1.  宛先に対して、ネクストホップとして設定された隣接ルータを求めるための情報を記憶する経路情報記憶部と、
     複数の制御対象ノードによって構成されるネットワークトポロジーに基づいて、任意の制御対象ノード間のパスを計算するパス計算部と、
     前記複数の制御対象ノードに設定する制御情報を作成する制御情報作成部と、を備え、
     前記制御情報作成部が複数配置され、
     個々の制御情報作成部が、前記経路情報記憶部から取得した宛先のうち、自身が担当する宛先について、前記パス計算部にて計算されたパスを用いて、前記パス上の制御対象ノードの少なくとも1つに前記隣接ルータへとパケットを転送させる制御情報を作成すること、
     を特徴とする制御装置。
  2.  前記各制御情報作成部に、それぞれ担当する隣接ルータが割り当てられており、
     前記各制御情報作成部は、前記経路情報記憶部から取得した宛先が、自身に割り当てられた隣接ルータに対応する宛先であるか否かにより、自身が担当する宛先であるか否かを判別する請求項1の制御装置。
  3.  さらに、前記経路情報記憶部に記憶された隣接ルータと、該隣接ルータに接続されている制御対象ノードの情報とを対応付けたインターフェース情報記憶部を備え、
     前記各制御情報作成部に、それぞれ担当する制御対象ノードが割り当てられており、
     前記各制御情報作成部は、前記経路情報記憶部から取得した宛先が、自身に割り当てられた制御対象ノードに接続されている隣接ルータに対応する宛先であるか否かにより、自身が担当する宛先であるか否かを判別する請求項1の制御装置。
  4.  前記パス計算部が複数配置され、
     個々のパス計算部が、自身に割り当てられた制御対象ノードを終点とするパスを計算し、前記制御対象ノードが割り当てられた制御情報作成部にパスを提供する請求項3の制御装置。
  5.  前記パス計算部は、前記複数の制御対象ノードから一の制御対象ノードを選択し、該制御対象ノードを終点とする最短パスツリーを計算する請求項1から4いずれか一の制御装置。
  6.  前記制御情報作成部は、前記ネクストホップとして設定された隣接ルータに接続された制御対象ノードに、宛先MACアドレスを、予め解決しておいた宛先のMACアドレスに書き換える処理と、送信元MACアドレスを、前記パスの終点に位置する制御対象ノードの出力ポートに割り当てられているMACアドレスに書き換える処理とを実行させる制御情報を作成する請求項1から5いずれか一の制御装置。
  7.  さらに、隣接する自律システムのルータから経路情報を取得して、前記経路情報記憶部に格納するボーダーゲートウェイプロトコル処理部を備える請求項1から6いずれか一の制御装置。
  8.  複数の制御対象ノードと、
     宛先に対して、ネクストホップを求めるための情報を記憶する経路情報記憶部と、
     複数の制御対象ノードによって構成されるネットワークトポロジーに基づいて、任意の制御対象ノード間のパスを計算するパス計算部と、
     前記複数の制御対象ノードに設定する制御情報を作成する制御情報作成部と、を備え、
     前記制御情報作成部が複数配置され、
     個々の制御情報作成部が、前記経路情報記憶部から取得した宛先のうち、自身が担当する宛先について、前記パス計算部にて計算されたパスを用いて、前記パス上の制御対象ノードの少なくとも1つに前記ネクストホップへとパケットを転送させる制御情報を作成すること、
     を特徴とする制御装置と、を含む通信システム。
  9.  宛先に対して、ネクストホップとして設定された隣接ルータを求めるための情報を記憶する経路情報記憶部と、
     複数の制御対象ノードによって構成されるネットワークトポロジーに基づいて、任意の制御対象ノード間のパスを計算するパス計算部と、
     前記複数の制御対象ノードに設定する制御情報を作成する複数の制御情報作成部と、を備える制御装置が、
     前記複数の制御情報作成部のうちの個々の制御情報作成部が、前記経路情報記憶部から取得した宛先が、自身が担当する宛先であるか否かを判定するステップと、
     自身が担当する宛先であると判定した宛先について、前記パス計算部にて計算されたパスを用いて、前記パス上の制御対象ノードの少なくとも1つに前記隣接ルータへとパケットを転送させる制御情報を作成するステップと、
     を含む制御情報の作成方法。
  10.  宛先に対して、ネクストホップとして設定された隣接ルータを求めるための情報を記憶する経路情報記憶部と、
     複数の制御対象ノードによって構成されるネットワークトポロジーに基づいて、任意の制御対象ノード間のパスを計算するパス計算部と、
     前記複数の制御対象ノードに設定する制御情報を作成する複数の制御情報作成部と、を備える制御装置を構成するコンピュータに、
     前記複数の制御情報作成部のうちの個々の制御情報作成部が、前記経路情報記憶部から取得した宛先が、自身が担当する宛先であるか否かを判定する処理と、
     自身が担当する宛先であると判定した宛先について、前記パス計算部にて計算されたパスを用いて、前記パス上の制御対象ノードの少なくとも1つに前記隣接ルータへとパケットを転送させる制御情報を作成する処理と、
     を実行させるプログラム。
PCT/JP2013/080760 2012-11-15 2013-11-14 制御装置、通信システム、制御情報の作成方法及びプログラム WO2014077306A1 (ja)

Priority Applications (3)

Application Number Priority Date Filing Date Title
JP2014547021A JP6311611B2 (ja) 2012-11-15 2013-11-14 制御装置、通信システム、制御情報の作成方法及びプログラム
EP13855057.9A EP2922250B1 (en) 2012-11-15 2013-11-14 Control apparatus, communication system, control information creating method and program
US14/439,205 US20150288595A1 (en) 2012-11-15 2013-11-14 Control apparatus, communication system, control information creation method, and program

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2012250888 2012-11-15
JP2012-250888 2012-11-15

Publications (1)

Publication Number Publication Date
WO2014077306A1 true WO2014077306A1 (ja) 2014-05-22

Family

ID=50731215

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2013/080760 WO2014077306A1 (ja) 2012-11-15 2013-11-14 制御装置、通信システム、制御情報の作成方法及びプログラム

Country Status (4)

Country Link
US (1) US20150288595A1 (ja)
EP (1) EP2922250B1 (ja)
JP (1) JP6311611B2 (ja)
WO (1) WO2014077306A1 (ja)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017090535A1 (ja) * 2015-11-24 2017-06-01 日本電気株式会社 フロー制御装置、通信システム、フロー制御方法及び記録媒体

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9923799B2 (en) * 2014-04-25 2018-03-20 Metaswitch Networks Ltd. Data processing
US9660825B2 (en) * 2014-12-24 2017-05-23 Cisco Technology, Inc. System and method for multi-source multicasting in content-centric networks
US10164829B1 (en) * 2017-03-20 2018-12-25 Barefoot Networks, Inc. Incremental update of the data plane of a hardware forwarding element
CN111147380B (zh) * 2018-11-02 2021-11-30 华为技术有限公司 一种路由处理的方法和网络设备
US11582135B2 (en) * 2020-08-28 2023-02-14 Ciena Corporation Systems and methods for constrained path computation in networks with connectivity and resource availability rules

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05199230A (ja) * 1991-08-30 1993-08-06 Hitachi Ltd インタネットワーク装置及び通信ネットワークシステム
WO2012049807A1 (en) * 2010-10-15 2012-04-19 Nec Corporation Communication system, control device, node, processing rule setting method and program

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5434863A (en) * 1991-08-30 1995-07-18 Hitachi, Ltd. Internetworking apparatus for connecting plural network systems and communication network system composed of plural network systems mutually connected
JP3729051B2 (ja) * 2000-10-18 2005-12-21 日本電気株式会社 インタードメインルーティング装置、システムおよび方法
JP3699051B2 (ja) * 2002-03-15 2005-09-28 株式会社エヌ・ティ・ティ・ドコモ 自律システム、通信制御方法、およびサーバ
US7440405B2 (en) * 2005-03-11 2008-10-21 Reti Corporation Apparatus and method for packet forwarding with quality of service and rate control
US8036126B2 (en) * 2009-02-17 2011-10-11 At&T Intellectual Property Llp System and method for compressing internet protocol routing tables
JP5621781B2 (ja) * 2009-10-06 2014-11-12 日本電気株式会社 ネットワークシステムとコントローラと方法とプログラム
EP2469756A1 (en) * 2010-12-24 2012-06-27 British Telecommunications Public Limited Company Communications network management
EP2659632A4 (en) * 2010-12-27 2017-01-11 Nec Corporation Mapping server, network system, packet forwarding method and program
US9350641B2 (en) * 2011-11-01 2016-05-24 Alcatel Lucent IP fast reroute scheme offering full protection

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05199230A (ja) * 1991-08-30 1993-08-06 Hitachi Ltd インタネットワーク装置及び通信ネットワークシステム
WO2012049807A1 (en) * 2010-10-15 2012-04-19 Nec Corporation Communication system, control device, node, processing rule setting method and program

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
"OpenFlow Switch Specification", WIRE PROTOCOL OX02, 24 October 2012 (2012-10-24), Retrieved from the Internet <URL:http://www.openflow.org/documents/openflow-spee-vl.I.O.pdf>
NICK MCKEOWN, OPENFLOW: ENABLING INNOVATION IN CAMPUS NETWORKS, 24 October 2012 (2012-10-24), Retrieved from the Internet <URL:http://www.openflow.org/documents/openflow-wp-latest.pdf>
See also references of EP2922250A4
TAKESHI KODAMA ET AL: "EVALUATION OF THE CONTROL-FOWARDING SEPARATED ROUTER", IEICE TECHNICAL REPORT, vol. 103, no. 310, 12 September 2003 (2003-09-12), pages 39 - 43, XP008179240 *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017090535A1 (ja) * 2015-11-24 2017-06-01 日本電気株式会社 フロー制御装置、通信システム、フロー制御方法及び記録媒体
JPWO2017090535A1 (ja) * 2015-11-24 2018-09-06 日本電気株式会社 フロー制御装置、フロー制御方法、及び、プログラム
US10938713B2 (en) 2015-11-24 2021-03-02 Nec Corporation Flow control device, communication system, flow control method, and recording medium

Also Published As

Publication number Publication date
US20150288595A1 (en) 2015-10-08
EP2922250A1 (en) 2015-09-23
JP6311611B2 (ja) 2018-04-18
EP2922250A4 (en) 2016-06-15
EP2922250B1 (en) 2019-05-15
JPWO2014077306A1 (ja) 2017-01-05

Similar Documents

Publication Publication Date Title
JP5494668B2 (ja) 情報システム、制御サーバ、仮想ネットワーク管理方法およびプログラム
JP6418261B2 (ja) 通信システム、ノード、制御装置、通信方法及びプログラム
JP6311611B2 (ja) 制御装置、通信システム、制御情報の作成方法及びプログラム
JP5987841B2 (ja) 通信システム、制御装置、転送ノード、通信システムの制御方法およびプログラム
WO2012081146A1 (en) Communication system, control apparatus, communication method, and program
US20150207675A1 (en) Path Control System, Control Apparatus, Edge Node, Path Control Method, And Program
JP2014533001A (ja) 転送装置の制御装置、転送装置の制御方法、通信システムおよびプログラム
JP5999251B2 (ja) 通信システム、スイッチ、制御装置、パケット処理方法及びプログラム
JP5644948B2 (ja) パケット転送システム、制御装置、パケット転送方法およびプログラム
JP2014027443A (ja) 制御装置、通信システム、通信方法及びプログラム
JP6954295B2 (ja) 通信システム、エッジノード、通信方法及びプログラム
JP5991427B2 (ja) 制御装置、通信システム、制御情報の送信方法及びプログラム
JP6206493B2 (ja) 制御装置、通信システム、中継装置の制御方法及びプログラム
JPWO2013062070A1 (ja) 制御装置、通信システム、仮想ネットワークの管理方法およびプログラム
JP2015057879A (ja) コンピュータ・ネットワーキングにおけるパケットのマルチパス・ルーティング・デバイスおよびその使用方法
JP5637289B2 (ja) 通信システム、ノード、制御サーバ、通信方法およびプログラム
JP5573909B2 (ja) 通信システム、ノード、制御装置、通信方法およびプログラム
JP5794355B2 (ja) 通信システム、ノード、制御装置、通信方法およびプログラム
JP5768600B2 (ja) 通信システム、制御装置、パケット転送方法およびプログラム
WO2015087947A1 (ja) 通信システム、通信ノード、制御装置、通信制御方法及びプログラム
WO2014142081A1 (ja) 転送ノード、制御装置、通信システム、パケット処理方法及びプログラム

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 13855057

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 14439205

Country of ref document: US

WWE Wipo information: entry into national phase

Ref document number: 2013855057

Country of ref document: EP

ENP Entry into the national phase

Ref document number: 2014547021

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE