JP2013115733A - Network system and network control method - Google Patents

Network system and network control method Download PDF

Info

Publication number
JP2013115733A
JP2013115733A JP2011262415A JP2011262415A JP2013115733A JP 2013115733 A JP2013115733 A JP 2013115733A JP 2011262415 A JP2011262415 A JP 2011262415A JP 2011262415 A JP2011262415 A JP 2011262415A JP 2013115733 A JP2013115733 A JP 2013115733A
Authority
JP
Japan
Prior art keywords
node device
data communication
network control
network
communication path
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2011262415A
Other languages
Japanese (ja)
Inventor
Hiroki Tanaka
裕樹 田中
Takeharu Yasuda
武晴 保田
Masanori Takashima
正徳 高島
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.)
NEC Corp
NEC Communication Systems Ltd
Original Assignee
NEC Corp
NEC Communication Systems Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp, NEC Communication Systems Ltd filed Critical NEC Corp
Priority to JP2011262415A priority Critical patent/JP2013115733A/en
Publication of JP2013115733A publication Critical patent/JP2013115733A/en
Pending legal-status Critical Current

Links

Images

Abstract

PROBLEM TO BE SOLVED: To reduce a processing load required for message exchange between a network control device and a node device.SOLUTION: In a network system including the network control device and the node device for establishing a data communication path on receipt of an instruction from the network control device, the network control device transmits a network control instruction message to the node device only to a node device at an end point of an instruction target, without exchanging the network control instruction message between with all node devices of instruction targets from the network control device. On receipt of the network control instruction message, the node device relays the network control instruction message to adjacent nodes, to establish the data communication path.

Description

本発明は、ネットワークシステムに関し、特にネットワークシステムの制御方法に関する。   The present invention relates to a network system, and more particularly to a method for controlling a network system.

[CU分離型ネットワークシステムの説明]
従来のネットワークシステムの制御方法の1つとして、ネットワーク制御を管理するネットワーク制御装置(コントロールプレーン)と、実際にデータを転送するノード装置(ユーザプレーン)が物理的に分離されており、ネットワーク制御装置とノード装置の間で制御指示を交換することによってネットワーク制御を実現するCU(C:コントロールプレーン/U:ユーザプレーン)分離型ネットワークシステムが提案されている。
[Description of CU separation type network system]
As one conventional network system control method, a network control device (control plane) that manages network control and a node device (user plane) that actually transfers data are physically separated. There has been proposed a CU (C: control plane / U: user plane) separation type network system that realizes network control by exchanging control instructions between node nodes.

CU分離型ネットワークシステムの一例として、コントローラからスイッチを制御してネットワークシステムの経路制御を行うオープンフロー(OpenFlow)技術を利用したオープンフローネットワークシステムが挙げられる。オープンフロー技術の詳細については、非特許文献1に記載されている。なお、オープンフローネットワークシステムは一例に過ぎない。   As an example of the CU separation type network system, there is an open flow network system using an open flow (OpenFlow) technology for controlling a switch from a controller and performing path control of the network system. The details of the open flow technique are described in Non-Patent Document 1. The OpenFlow network system is only an example.

[オープンフローネットワークシステムの説明]
オープンフローネットワークシステムでは、OFC(OpenFlow Controller)等のコントローラが、OFS(OpenFlow Switch)等のスイッチのフローテーブルを操作することによりスイッチの挙動を制御する。コントローラとスイッチの間は、コントローラがオープンフロープロトコルに準拠した制御メッセージを用いてスイッチを制御するためのセキュアチャネル(Secure Channel)により接続されている。
[Explanation of OpenFlow network system]
In the OpenFlow network system, a controller such as OFC (OpenFlow Controller) controls the behavior of the switch by operating a flow table of the switch such as OFS (OpenFlow Switch). The controller and the switch are connected by a secure channel (Secure Channel) for the controller to control the switch using a control message conforming to the OpenFlow protocol.

オープンフローネットワークシステムにおけるスイッチとは、オープンフローネットワークを形成し、コントローラの管理下にあるエッジスイッチ及びコアスイッチのことである。オープンフローネットワークにおける入力側エッジスイッチでのパケット(packet)の受信から出力側エッジスイッチでの送信までのパケットの一連の流れをフロー(Flow)と呼ぶ。   The switches in the OpenFlow network system are edge switches and core switches that form an OpenFlow network and are managed by the controller. A series of packet flows from reception of a packet at the input side edge switch to transmission at the output side edge switch in the OpenFlow network is called a flow.

パケットは、フレーム(frame)と読み替えても良い。パケットとフレームの違いは、プロトコルが扱うデータの単位(PDU:Protocol Data Unit)の違いに過ぎない。パケットは、「TCP/IP」(Transmission Control Protocol/Internet Protocol)のPDUである。一方、フレームは、「Ethernet」(登録商標)のPDUである。   The packet may be read as a frame. The difference between a packet and a frame is only a difference in data units (PDU: Protocol Data Unit) handled by the protocol. The packet is a PDU of “TCP / IP” (Transmission Control Protocol / Internet Protocol). On the other hand, the frame is a PDU of “Ethernet” (registered trademark).

フローテーブルとは、所定のマッチ条件(ルール)に適合するパケット(通信データ)に対して行うべき所定の動作(アクション)を定義したフローエントリ(Flow entry)が登録されたテーブルである。   The flow table is a table in which a flow entry (Flow entry) defining a predetermined operation (action) to be performed on a packet (communication data) that meets a predetermined matching condition (rule) is registered.

フローエントリのルールは、パケットの各プロトコル階層のヘッダ領域に含まれる宛先アドレス(Destination Address)、送信元アドレス(Source Address)、宛先ポート(Destination Port)、送信元ポート(Source Port)のいずれか又は全てを用いた様々な組み合わせにより定義され、区別可能である。なお、上記のアドレスには、MACアドレス(Media Access Control Address)やIPアドレス(Internet Protocol Address)を含むものとする。また、上記に加えて、入口ポート(Ingress Port)の情報も、フローエントリのルールとして使用可能である。また、フローエントリのルールとして、フローを示すパケットのヘッダ領域の値の一部(又は全部)を、正規表現やワイルドカード「*」等で表現したものを設定することもできる。   The rule of the flow entry is any one of a destination address (Destination Address), a source address (Source Address), a destination port (Destination Port), a source port (Source Port) included in the header area of each protocol layer of the packet, or Defined and distinguishable by various combinations using all. Note that the above addresses include a MAC address (Media Access Control Address) and an IP address (Internet Protocol Address). In addition to the above, information on the ingress port (Ingress Port) can also be used as a rule for the flow entry. In addition, as a rule of the flow entry, a part (or all) of the header area value of the packet indicating the flow can be set by a regular expression, a wild card “*”, or the like.

フローエントリのアクションは、「特定のポートに出力する」、「廃棄する」、「ヘッダを書き換える」といった動作を示す。例えば、スイッチは、フローエントリのアクションに出力ポートの識別情報(出力ポート番号等)が示されていれば、これに該当するポートにパケットを出力し、出力ポートの識別情報が示されていなければ、パケットを破棄する。或いは、スイッチは、フローエントリのアクションにヘッダ情報が示されていれば、当該ヘッダ情報に基づいてパケットのヘッダを書き換える。   The action of the flow entry indicates operations such as “output to a specific port”, “discard”, and “rewrite header”. For example, if the identification information (output port number, etc.) of the output port is indicated in the action of the flow entry, the switch outputs a packet to the corresponding port, and if the identification information of the output port is not indicated , Discard the packet. Alternatively, if the header information is indicated in the action of the flow entry, the switch rewrites the header of the packet based on the header information.

オープンフローネットワークシステムにおけるスイッチは、フローエントリのルールに適合するパケット群(パケット系列)に対して、フローエントリのアクションを実行する。   The switch in the OpenFlow network system executes a flow entry action on a packet group (packet sequence) that conforms to the rules of the flow entry.

すなわち、オープンフローネットワークシステムでは、端点から端点へのデータ通信経路をフローパスとして扱い、コントローラがスイッチに対してデータ中継動作ポリシーとなるフローエントリを設定することで、フローパス単位での経路制御を実施する。   In other words, in the OpenFlow network system, the data communication path from the end point to the end point is handled as a flow path, and the controller sets the flow entry that becomes the data relay operation policy for the switch, thereby performing path control in units of flow paths. .

以上のように、ネットワーク制御装置から指示を受けてデータ通信経路を確立するデータ通信ノード装置により形成されるネットワークシステムでは、ネットワーク制御装置とノード装置間でネットワーク制御指示メッセージを交換することで、データ通信経路を確立する。   As described above, in a network system formed by a data communication node device that establishes a data communication path in response to an instruction from the network control device, data is exchanged by exchanging network control instruction messages between the network control device and the node device. Establish a communication path.

また、このようなネットワークシステムでは、データ通信経路を確立するために、図1に示すとおり、ネットワーク制御装置の管理下にある経路確立が必要なノード装置の全てに対して、ネットワーク制御指示メッセージを送信する必要がある。   Also, in such a network system, in order to establish a data communication path, as shown in FIG. 1, a network control instruction message is sent to all of the node apparatuses that need to establish a path under the management of the network control apparatus. Need to send.

更に、経路が確立したかどうかを、ネットワーク制御装置が知る必要がある場合は、ネットワーク制御指示メッセージに応じた応答メッセージを各ノード装置から応答する必要がある。   Furthermore, when the network control device needs to know whether or not a route has been established, it is necessary to respond from each node device with a response message corresponding to the network control instruction message.

このため、ネットワーク制御装置が各ノード装置に対してネットワーク制御指示メッセージを頻繁に交換することになり、ネットワーク制御装置の処理負荷が高くなる。   For this reason, the network control device frequently exchanges network control instruction messages with respect to each node device, and the processing load on the network control device increases.

更に、ネットワークを拡張する場合には、図2に示すように、ネットワーク制御装置が1台で管理するノード装置数が増加することになるため、増加したノード装置数の分だけ、「ノード装置に対するネットワーク制御指示メッセージの送信処理」及び「ノード装置からの応答の受信処理」のオーバーヘッドが増大する。   Further, when expanding the network, as shown in FIG. 2, the number of node devices managed by a single network control device increases. Overheads of “network control instruction message transmission process” and “response reception process from node device” increase.

また、ネットワーク制御指示メッセージの交換にかかるネットワーク制御装置の負荷を軽減するために、「管理対象のノード装置数を制限する」、「ネットワーク制御装置のハードウェアの処理性能を増加させる」、又は「ネットワーク制御装置を複数用意して負荷を分散させる」という対処を実施する方法がとられている。   Further, in order to reduce the load of the network control device related to the exchange of the network control instruction message, “limit the number of managed node devices”, “increase the hardware processing performance of the network control device”, or “ There is a method of implementing a countermeasure of “preparing a plurality of network control devices and distributing the load”.

これらの対処は、いずれもネットワークシステムを拡張したい場合に、ネットワーク制御装置の拡張に多大なコストをかけることになる。   All of these measures require a great deal of cost for expanding the network control device when it is desired to expand the network system.

“OpenFlow Switch Specification, Version 1.0.0”,[online],December 31,2009,インターネット(URL:http://www.openflowswitch.org/documents/openflow−spec−v1.0.0.pdf)"OpenFlow Switch Specification, Version 1.0.0", [online], December 31, 2009, Internet (URL: http://www.openflowswitch.org/documents/openflow-spec.1).

ネットワーク制御装置と実際にデータ通信を行うノード装置との間でネットワーク制御指示メッセージを交換することにより、ネットワーク制御を実施するネットワークシステムにおいては、ネットワークの拡張等により、ネットワーク制御装置が管理するノード装置の数が増加すると、その分だけ、ネットワーク制御装置から管理対象となるノード装置にネットワーク制御指示メッセージを送信する回数が増えるため、ネットワーク制御装置がネットワーク制御を指示する場合のネットワーク制御装置のCPU処理負荷と、ネットワーク制御指示を各ノード装置に送信するための通信経路にかかるメッセージ送信負荷が大きくなる。   In a network system that performs network control by exchanging network control instruction messages between a network control device and a node device that actually performs data communication, the node device managed by the network control device by network expansion or the like When the number of network controllers increases, the number of times the network control instruction message is transmitted from the network control apparatus to the node device to be managed is increased accordingly, so that the CPU processing of the network control apparatus when the network control apparatus instructs network control The load and the message transmission load on the communication path for transmitting the network control instruction to each node device increase.

このようなネットワーク制御構成では、ネットワーク制御装置が管理するノード装置の数が増える毎に処理負荷が高くなるため、ネットワークの拡張が難しいという問題がある。   Such a network control configuration has a problem that it is difficult to expand the network because the processing load increases each time the number of node devices managed by the network control device increases.

本発明の目的は、ネットワーク制御装置のCPU処理負荷と、ネットワーク制御指示メッセージを各ノード装置に送信することによるネットワーク制御装置とノード装置間の通信経路の帯域の圧迫を軽減するネットワークシステムを提供することである。   An object of the present invention is to provide a network system that reduces the CPU processing load of the network control device and the compression of the bandwidth of the communication path between the network control device and the node device by transmitting a network control instruction message to each node device. That is.

本発明に係るネットワークシステムは、ネットワークを形成し、パケットをフローとして一律に制御するためのルールとアクションとが定義されたフローエントリに従って、受信したパケットの処理を行うノード装置と、ノード装置に対して制御メッセージを送信し、フローエントリの設定を変更するネットワーク制御装置とを含む。ネットワーク制御装置は、ネットワークにおけるデータ通信経路を決定し、データ通信経路上のノード装置のうちの1つに対して制御メッセージを送信する。データ通信経路上のノード装置は、隣接するノード装置に対して、制御メッセージをリレーする。   A network system according to the present invention forms a network and performs processing of received packets according to a flow entry in which rules and actions for uniformly controlling packets as flows are defined. And a network control device that changes the setting of the flow entry. The network control device determines a data communication path in the network and transmits a control message to one of the node devices on the data communication path. The node device on the data communication path relays a control message to the adjacent node device.

本発明に係るノード装置は、ネットワークを形成し、パケットをフローとして一律に制御するためのルールとアクションとが定義されたフローエントリに従って、受信したパケットの処理を行う手段と、ネットワーク制御装置からの制御メッセージを受信し、フローエントリの設定を変更する手段と、隣接するノード装置に対して、制御メッセージをリレーする手段とを具備する。   The node device according to the present invention forms a network and processes a received packet according to a flow entry in which rules and actions for uniformly controlling packets as a flow are defined. Means for receiving the control message and changing the setting of the flow entry, and means for relaying the control message to the adjacent node device.

本発明に係るネットワーク制御方法では、ノード装置が、ネットワークを形成し、パケットをフローとして一律に制御するためのルールとアクションとが定義されたフローエントリに従って、受信したパケットの処理を行う。また、ネットワーク制御装置が、ネットワークにおけるデータ通信経路を決定し、データ通信経路上のノード装置のうちの1つに対して、フローエントリの設定を変更するための制御メッセージを送信する。また、データ通信経路上のノード装置が、制御メッセージに基づいて、フローエントリの設定を変更し、隣接するノード装置に対して、制御メッセージをリレーする。   In the network control method according to the present invention, a node device forms a network and processes received packets according to a flow entry in which rules and actions for uniformly controlling packets as flows are defined. Further, the network control device determines a data communication path in the network, and transmits a control message for changing the setting of the flow entry to one of the node devices on the data communication path. Further, the node device on the data communication path changes the setting of the flow entry based on the control message, and relays the control message to the adjacent node device.

本発明に係るプログラムは、ネットワークを形成し、パケットをフローとして一律に制御するためのルールとアクションとが定義されたフローエントリに従って、受信したパケットの処理を行うステップと、ネットワーク制御装置からの制御メッセージを受信し、フローエントリの設定を変更するステップと、隣接するノード装置に対して、制御メッセージをリレーするステップとをノード装置に実行させるためのプログラムである。なお、本発明に係るプログラムは、記憶装置や記憶媒体に格納することが可能である。   The program according to the present invention includes a step of processing a received packet in accordance with a flow entry in which rules and actions for forming a network and uniformly controlling packets as a flow are defined, and a control from the network control device A program for causing a node device to execute a step of receiving a message and changing a setting of a flow entry and a step of relaying a control message to an adjacent node device. The program according to the present invention can be stored in a storage device or a storage medium.

ネットワーク制御装置がネットワーク制御指示メッセージを全ノード装置との間で送信することによるネットワーク制御装置のCPU処理負荷を軽減することができる。   It is possible to reduce the CPU processing load of the network control apparatus due to the network control apparatus transmitting a network control instruction message to all the node apparatuses.

従来のシステムにおいて、ネットワーク制御装置が、管理下にある全てのノード装置との間で制御メッセージの送受信処理を行う例を説明するための図である。It is a figure for demonstrating the example in which the network control apparatus performs the transmission / reception process of a control message between all the node apparatuses under management in the conventional system. 従来のシステムにおいて、ネットワーク制御装置の管理下にあるノード装置が増加した分だけ、ネットワーク制御装置の負荷が増大する例を説明するための図である。It is a figure for demonstrating the example which the load of a network control apparatus increases by the part which the node apparatus under management of a network control apparatus increased in the conventional system. 本発明に係るネットワークシステムの基本構成を示す図である。1 is a diagram illustrating a basic configuration of a network system according to the present invention. 本発明におけるネットワーク構成の例を説明するための図である。It is a figure for demonstrating the example of the network structure in this invention. 経路確立指示のリレー手順について説明するための図である。It is a figure for demonstrating the relay procedure of a route establishment instruction | indication. 本発明の実施例におけるネットワーク構成について説明するための図である。It is a figure for demonstrating the network structure in the Example of this invention. 経路登録指示メッセージの送信について説明するための図である。It is a figure for demonstrating transmission of a route registration instruction | indication message. 実施例におけるリレー手順について説明するための図である。It is a figure for demonstrating the relay procedure in an Example. ネットワーク構成情報の一斉通知について説明するための図である。It is a figure for demonstrating simultaneous notification of network configuration information. ノード装置間での接続構成の検出について説明するための図である。It is a figure for demonstrating the detection of the connection structure between node apparatuses. フローエントリ登録を行う契機について説明するための図である。It is a figure for demonstrating the opportunity which performs flow entry registration. データ通信経路の変更について説明するための図である。It is a figure for demonstrating the change of a data communication path | route. データ通信経路の削除について説明するための図である。It is a figure for demonstrating deletion of a data communication path | route. データ通信経路の使用終了時点での経路の削除について説明するための図である。It is a figure for demonstrating deletion of the path | route at the time of completion | finish of use of a data communication path | route.

本発明は、CU分離型ネットワークシステムを対象としている。ここでは、CU分離型ネットワークシステムの1つであるオープンフローネットワークシステムを例に説明する。但し、実際には、オープンフローネットワークシステムに限定されない。   The present invention is directed to a CU separation type network system. Here, an OpenFlow network system, which is one of CU separation type network systems, will be described as an example. However, actually, it is not limited to the open flow network system.

<第1実施形態>
以下に、本発明の第1実施形態について添付図面を参照して説明する。
<First Embodiment>
Hereinafter, a first embodiment of the present invention will be described with reference to the accompanying drawings.

図3に示すように、本発明に係るネットワークシステムは、ネットワーク制御装置10と、ノード装置20(20−i、i=1〜n:nは任意)を備える。   As shown in FIG. 3, the network system according to the present invention includes a network control device 10 and a node device 20 (20-i, i = 1 to n: n is arbitrary).

ネットワーク制御装置10は、ノード装置20(20−i、i=1〜n)の各々との間で、ネットワーク制御指示メッセージの送受信を行う。   The network control device 10 transmits and receives a network control instruction message to and from each of the node devices 20 (20-i, i = 1 to n).

ノード装置20(20−i、i=1〜n)の各々は、ネットワーク制御装置10からのネットワーク制御指示メッセージを、隣接するノード装置(以下、隣接ノード装置)との間でリレー(転送)することで、データ通信経路を生成することができる。   Each of the node devices 20 (20-i, i = 1 to n) relays (transfers) a network control instruction message from the network control device 10 to an adjacent node device (hereinafter referred to as an adjacent node device). Thus, a data communication path can be generated.

また、ノード装置20(20−i、i=1〜n)の各々は、通信経路の生成が完了した時点で、ネットワーク制御指示メッセージの応答をネットワーク制御装置10に対して送信する。例えば、ノード装置20(20−i、i=1〜n)の各々は、転送先となる隣接ノード装置が存在しない場合、通信経路の生成が完了したと判断し、ネットワーク制御指示メッセージの応答をネットワーク制御装置10に対して送信する。   Each of the node devices 20 (20-i, i = 1 to n) transmits a response to the network control instruction message to the network control device 10 when the generation of the communication path is completed. For example, each of the node devices 20 (20-i, i = 1 to n) determines that the generation of the communication path has been completed when there is no adjacent node device as the transfer destination, and returns a response to the network control instruction message. It transmits to the network control device 10.

[ネットワーク制御装置の構成]
次に、ネットワーク制御装置10の構成の詳細について説明する。
[Configuration of network control unit]
Next, details of the configuration of the network control device 10 will be described.

ネットワーク制御装置10は、制御指示送受信部11と、経路管理部12を備える。   The network control device 10 includes a control instruction transmission / reception unit 11 and a route management unit 12.

制御指示送受信部11は、ノード装置20(20−i、i=1〜n)との間で、ネットワーク制御指示メッセージを送受信する。   The control instruction transmission / reception unit 11 transmits / receives a network control instruction message to / from the node device 20 (20-i, i = 1 to n).

経路管理部12は、ネットワーク上の通信経路を管理する。   The route management unit 12 manages a communication route on the network.

[ノード装置の構成]
次に、ノード装置20(20−i、i=1〜n)の各々の構成の詳細について説明する。
[Node device configuration]
Next, details of each configuration of the node device 20 (20-i, i = 1 to n) will be described.

ノード装置20(20−i、i=1〜n)の各々は、制御指示処理部21と、フロー管理部22と、経路生存監視部23を備える。   Each of the node devices 20 (20-i, i = 1 to n) includes a control instruction processing unit 21, a flow management unit 22, and a route existence monitoring unit 23.

制御指示処理部21は、ネットワーク制御装置10からのネットワーク制御指示メッセージを受信した際、未だネットワーク制御指示メッセージを受信していない隣接ノード装置の有無を確認する。該当する隣接ノード装置がある場合、ネットワーク制御装置10からのネットワーク制御指示メッセージを隣接ノード装置にリレーする。該当する隣接ノード装置が無い場合、制御指示を終端し、ネットワーク制御装置10に応答を送信する。   When receiving the network control instruction message from the network control device 10, the control instruction processing unit 21 checks whether there is an adjacent node device that has not yet received the network control instruction message. When there is a corresponding adjacent node device, the network control instruction message from the network control device 10 is relayed to the adjacent node device. When there is no corresponding adjacent node device, the control instruction is terminated and a response is transmitted to the network control device 10.

フロー管理部22は、ネットワーク制御指示メッセージに基づいて、データ中継動作ポリシーとなるフローエントリをフローテーブルに登録して管理する。また、フロー管理部22は、データ通信経路の使用が終了した場合に、データ通信経路に関するフローエントリをフローテーブルから削除する。   Based on the network control instruction message, the flow management unit 22 registers and manages a flow entry serving as a data relay operation policy in the flow table. Further, the flow management unit 22 deletes the flow entry related to the data communication path from the flow table when the use of the data communication path is finished.

経路生存監視部23は、データ通信(データ通信経路の使用状況)の監視を行い、データ通信経路の使用が終了した場合に、データ通信経路の使用の終了を検知する。   The path existence monitoring unit 23 monitors data communication (data communication path usage status), and detects the end of use of the data communication path when the use of the data communication path ends.

[基本構成]
次に、本発明に係るネットワークシステムの基本構成の例について説明する。
[Basic configuration]
Next, an example of the basic configuration of the network system according to the present invention will be described.

図3では、ネットワーク制御装置10と、ノード装置20−1と、ノード装置20−2と、ノード装置20−nを例示している。   FIG. 3 illustrates the network control device 10, the node device 20-1, the node device 20-2, and the node device 20-n.

ノード装置20−1は、データ通信経路の始点のノード装置であり、ネットワーク制御装置10からのネットワーク制御指示メッセージを受信して解析するノード装置である。   The node device 20-1 is a node device at the starting point of the data communication path, and is a node device that receives and analyzes a network control instruction message from the network control device 10.

ノード装置20−2は、データ通信経路の中間のノード装置であり、ネットワーク制御装置10からのネットワーク制御指示メッセージを隣接ノード装置に中継するノード装置である。   The node device 20-2 is a node device in the middle of the data communication path, and is a node device that relays the network control instruction message from the network control device 10 to the adjacent node device.

ノード装置20−nは、データ通信経路の終点のノード装置であり、ネットワーク制御装置10に対して、ネットワーク制御指示メッセージの応答を送信するノード装置である。   The node device 20-n is a node device at the end point of the data communication path, and is a node device that transmits a response to the network control instruction message to the network control device 10.

[ハードウェアの例示]
以下に、本発明に係るネットワークシステムを実現するための具体的なハードウェアの例について説明する。
[Hardware example]
Hereinafter, specific examples of hardware for realizing the network system according to the present invention will be described.

ネットワーク制御装置10の例として、PC(パソコン)、アプライアンス(appliance)、シンクライアントサーバ、ワークステーション、メインフレーム、スーパーコンピュータ等の計算機を想定している。なお、ネットワーク制御装置10は、端末やサーバに限らず、中継機器や周辺機器でも良い。また、ネットワーク制御装置10は、計算機等に搭載される拡張ボードや、物理マシン上に構築された仮想マシン(VM:Virtual Machine)でも良い。   As an example of the network control apparatus 10, a computer such as a PC (personal computer), an appliance, a thin client server, a workstation, a mainframe, and a supercomputer is assumed. The network control device 10 is not limited to a terminal or a server, but may be a relay device or a peripheral device. The network control device 10 may be an expansion board mounted on a computer or the like, or a virtual machine (VM) constructed on a physical machine.

ノード装置20(20−i、i=1〜n)の例として、ネットワークスイッチ(network switch)、ルータ(router)、プロキシ(proxy)、ゲートウェイ(gateway)、ファイアウォール(firewall)、ロードバランサ(load balancer:負荷分散装置)、帯域制御装置(packet shaper)、セキュリティ監視制御装置(SCADA:Supervisory Control And Data Acquisition)、ゲートキーパー(gatekeeper)、基地局(base station)、アクセスポイント(AP:Access Point)、通信衛星(CS:Communication Satellite)、或いは、複数の通信ポートを有する計算機等が考えられる。また、物理マシン上に構築された仮想マシン(VM)により実現される仮想スイッチでも良い。   Examples of the node device 20 (20-i, i = 1 to n) include a network switch, a router, a proxy, a gateway, a firewall, and a load balancer. : Load balancing device), bandwidth control device (packet shaper), security supervisory control device (SCADA: Supervision Control And Data Acquisition), gatekeeper (gatekeeper), base station (base station), access point (AP: access P) Communication satellite (CS) or multiple communication ports Computer and the like can be considered. Further, a virtual switch realized by a virtual machine (VM) constructed on a physical machine may be used.

ネットワーク制御装置10及びノード装置20(20−i、i=1〜n)は、プログラムに基づいて駆動し所定の処理を実行するプロセッサと、当該プログラムや各種データを記憶するメモリと、ネットワークとの通信に用いられるインターフェースによって実現される。   The network control device 10 and the node device 20 (20-i, i = 1 to n) include a processor that is driven based on a program and executes predetermined processing, a memory that stores the program and various data, and a network. This is realized by an interface used for communication.

上記のプロセッサの例として、CPU(Central Processing Unit)、ネットワークプロセッサ(NP:Network Processor)、マイクロプロセッサ(microprocessor)、マイクロコントローラ(microcontroller)、或いは、専用の機能を有する半導体集積回路(LSI:Large Scale Integration)等が考えられる。   Examples of the processor include a CPU (Central Processing Unit), a network processor (NP), a microprocessor, a microcontroller (microcontroller), or a semiconductor integrated circuit (LSI: Large Scale) having a dedicated function. Integration) or the like.

上記のメモリの例として、RAM(Random Access Memory)、ROM(Read Only Memory)、EEPROM(Electrically Erasable and Programmable Read Only Memory)やフラッシュメモリ等の半導体記憶装置、HDD(Hard Disk Drive)やSSD(Solid State Drive)等の補助記憶装置、又は、DVD(Digital Versatile Disk)等のリムーバブルディスクや、SDメモリカード(Secure Digital memory card)等の記憶媒体(メディア)等が考えられる。また、バッファ(buffer)やレジスタ(register)等でも良い。或いは、DAS(Direct Attached Storage)、FC−SAN(Fibre Channel − Storage Area Network)、NAS(Network Attached Storage)、IP−SAN(IP − Storage Area Network)等を用いたストレージ装置でも良い。   Examples of the memory include semiconductor storage devices such as a RAM (Random Access Memory), a ROM (Read Only Memory), an EEPROM (Electrically Erasable and Programmable Read Only Memory), a flash memory, and an HDD (Hold SMD). An auxiliary storage device such as State Drive), a removable disk such as a DVD (Digital Versatile Disk), a storage medium such as an SD memory card (Secure Digital memory card), or the like is conceivable. Further, a buffer, a register, or the like may be used. Alternatively, DAS (Direct Attached Storage), FC-SAN (Fibre Channel-Storage Area Network), NAS (Network Attached Storage), IP-SAN (IP-Storage Area), etc. may be used.

なお、上記のプロセッサ及び上記のメモリは、一体化していても良い。例えば、近年では、マイコン等の1チップ化が進んでいる。従って、電子機器等に搭載される1チップマイコンが、上記のプロセッサ及び上記のメモリを備えている事例も考えられる。   Note that the processor and the memory may be integrated. For example, in recent years, a single chip such as a microcomputer has been developed. Therefore, a case where a one-chip microcomputer mounted on an electronic device or the like includes the processor and the memory can be considered.

上記のインターフェースの例として、ネットワーク通信に対応した基板(マザーボード、I/Oボード)やチップ等の半導体集積回路、NIC(Network Interface Card)等のネットワークアダプタや同様の拡張カード、アンテナ等の通信装置、接続口(コネクタ)等の通信ポート等が考えられる。   Examples of the interfaces include semiconductor integrated circuits such as substrates (motherboards and I / O boards) and chips that support network communication, network adapters such as NIC (Network Interface Card), and similar expansion cards and communication devices such as antennas. A communication port such as a connection port (connector) is conceivable.

また、ネットワークの例として、インターネット、LAN(Local Area Network)、無線LAN(Wireless LAN)、WAN(Wide Area Network)、バックボーン(Backbone)、ケーブルテレビ(CATV)回線、固定電話網、携帯電話網、WiMAX(IEEE 802.16a)、3G(3rd Generation)、専用線(lease line)、IrDA(Infrared Data Association)、Bluetooth(登録商標)、シリアル通信回線、データバス等が考えられる。   Examples of the network include the Internet, a LAN (Local Area Network), a wireless LAN (Wireless LAN), a WAN (Wide Area Network), a backbone (Backbone), a cable television (CATV) line, a fixed telephone network, a mobile phone network, WiMAX (IEEE 802.16a), 3G (3rd Generation), dedicated line (lease line), IrDA (Infrared Data Association), Bluetooth (registered trademark), serial communication line, data bus, and the like can be considered.

なお、ネットワーク制御装置10及びノード装置20(20−i、i=1〜n)の内部の構成要素は、モジュール(module)、コンポーネント(component)、或いは専用デバイス、又はこれらの起動(呼出)プログラムでも良い。   The internal components of the network control device 10 and the node device 20 (20-i, i = 1 to n) are modules, components, dedicated devices, or their activation (calling) programs. But it ’s okay.

但し、実際には、これらの例に限定されない。   However, actually, it is not limited to these examples.

[ネットワーク構成]
図4を参照して、ネットワークの構成例について説明する。
[Network configuration]
A configuration example of the network will be described with reference to FIG.

ネットワーク制御装置10と、ノード装置20(20−i、i=1〜n)の各々とは、ネットワーク制御指示メッセージ交換用コネクションにより接続されている。   The network control device 10 and each of the node devices 20 (20-i, i = 1 to n) are connected by a network control instruction message exchange connection.

また、ノード装置20(20−i、i=1〜n)の各々は、隣接ノード装置間でネットワーク制御指示メッセージをリレーするためのメッセージ通信経路により接続されている。なお、メッセージ通信経路は、ネットワーク制御指示メッセージ交換用コネクションと同等のメッセージ通信経路である。これにより、隣接ノード装置間でのネットワーク制御指示メッセージの交換が可能となる。   In addition, each of the node devices 20 (20-i, i = 1 to n) is connected by a message communication path for relaying a network control instruction message between adjacent node devices. The message communication path is a message communication path equivalent to the network control instruction message exchange connection. As a result, network control instruction messages can be exchanged between adjacent node devices.

ここでは、ノード装置20(20−i、i=1〜n)の各々として、ノード装置20−1〜ノード装置20−7を示している。このうち、ノード装置20−1とノード装置20−5は、エッジスイッチに相当する。ノード装置20−2、ノード装置20−3、ノード装置20−4、ノード装置20−6、及びノード装置20−7は、コアスイッチに相当する。エッジスイッチに相当するノード装置は、端末や他のネットワークと接続されている。ノード装置は、エッジスイッチとコアスイッチを兼務することもできる。   Here, the node devices 20-1 to 20-7 are shown as the node devices 20 (20-i, i = 1 to n), respectively. Among these, the node device 20-1 and the node device 20-5 correspond to edge switches. The node device 20-2, the node device 20-3, the node device 20-4, the node device 20-6, and the node device 20-7 correspond to core switches. Node devices corresponding to edge switches are connected to terminals and other networks. The node device can also serve as an edge switch and a core switch.

[経路確立指示のリレー手順]
図5を参照して、経路確立指示のリレー手順について説明する。
[Relay procedure for route establishment instruction]
With reference to FIG. 5, the relay procedure of a route establishment instruction will be described.

例えば、ネットワーク制御装置10からノード装置20−1に、ネットワーク制御指示メッセージを送信し、ノード装置20−1からノード装置20−5までの経路確立指示を行う場合、ネットワーク制御指示メッセージにおいて、以下の2通りの方法で経路を指定することができる。   For example, when a network control instruction message is transmitted from the network control apparatus 10 to the node apparatus 20-1 and a path establishment instruction from the node apparatus 20-1 to the node apparatus 20-5 is performed, The route can be specified in two ways.

(1)経由する全てのノード装置(ノード装置20−1、ノード装置20−2、ノード装置20−3、ノード装置20−5)を指定する。   (1) Designate all node devices (node device 20-1, node device 20-2, node device 20-3, node device 20-5) to be routed.

(2)端点のノード装置のように、必ず経由させたいノード装置(ノード装置20−1、ノード装置20−5)のみを指定する。   (2) Designate only the node devices (node device 20-1 and node device 20-5) that are sure to pass through, such as the node device at the end point.

(1)のように、経由する全てのノード装置を指定する場合は、ネットワーク制御指示メッセージを受信したノード装置が、ネットワーク制御指示メッセージを解析し、経路上の次段の隣接ノード装置を特定し、次段の隣接ノード装置に対してネットワーク制御指示を順次リレーする。   As in (1), when all the node devices that pass through are specified, the node device that has received the network control instruction message analyzes the network control instruction message and identifies the adjacent node device in the next stage on the route. Then, the network control instruction is sequentially relayed to the adjacent node device in the next stage.

(2)のように、経由が必須なノード装置のみを指定する場合は、ネットワーク制御指示メッセージを受信したノード装置自身が、次にネットワーク制御指示メッセージをリレーすべき隣接ノード装置を判断し、その隣接ノード装置に対してネットワーク制御指示を順次リレーする。   As in (2), when specifying only a node device that must be routed, the node device itself that has received the network control instruction message determines the adjacent node device to which the network control instruction message should be relayed next, and Network control instructions are sequentially relayed to adjacent node devices.

[データ通信経路の確立]
まず、データ通信経路を確立する手順について説明する。
[Establish data communication path]
First, a procedure for establishing a data communication path will be described.

経路上のノード装置(ノード装置20−1、ノード装置20−2、ノード装置20−3、ノード装置20−5)の各々は、ネットワーク制御装置10からのネットワーク制御指示メッセージ(データ通信経路の登録・変更・削除等の指示メッセージ)を、隣接ノード装置間でリレーしながら、端点(ノード装置20−1)から端点(ノード装置20−5)へのデータ通信経路を確立する。   Each of the node devices (node device 20-1, node device 20-2, node device 20-3, node device 20-5) on the route is a network control instruction message (data communication route registration) from the network control device 10. A data communication path from the end point (node device 20-1) to the end point (node device 20-5) is established while relaying the change / deletion instruction message) between adjacent node devices.

経路上のノード装置(ノード装置20−1、ノード装置20−2、ノード装置20−3、ノード装置20−5)のフロー管理部22は、制御指示処理部21がネットワーク制御指示メッセージを受信した際、ネットワーク制御指示メッセージに基づいて、データ中継動作ポリシーとなるフローエントリを登録する。   In the flow management unit 22 of the node device (node device 20-1, node device 20-2, node device 20-3, node device 20-5) on the route, the control instruction processing unit 21 receives the network control instruction message. At this time, a flow entry to be a data relay operation policy is registered based on the network control instruction message.

これにより、ネットワーク制御装置10は、経路上のノード装置(ノード装置20−1、ノード装置20−2、ノード装置20−3、ノード装置20−5)の各々がどのようなマッチ条件(ルール)に一致したパケットを中継するかについて、任意のルールを指定することができる。   As a result, the network control device 10 determines what match conditions (rules) each of the node devices (node device 20-1, node device 20-2, node device 20-3, node device 20-5) on the route has. Arbitrary rules can be specified as to whether a packet matching the above is relayed.

また、ネットワーク制御装置10は、経路上のノード装置(ノード装置20−1、ノード装置20−2、ノード装置20−3、ノード装置20−5)の各々が任意のルールに一致したパケットに対してどのような動作(アクション)を実施するかについても、任意のアクションを指定することができる。   In addition, the network control device 10 responds to a packet in which each of the node devices (node device 20-1, node device 20-2, node device 20-3, node device 20-5) on the route matches an arbitrary rule. Any action can be specified as to what kind of operation (action) is performed.

更に、ネットワーク制御装置10は、経路上のノード装置(ノード装置20−1、ノード装置20−2、ノード装置20−3、ノード装置20−5)の各々に対して、個別にルール、アクションを指定することができる。   Furthermore, the network control device 10 individually applies rules and actions to each of the node devices (node device 20-1, node device 20-2, node device 20-3, node device 20-5) on the route. Can be specified.

[データ通信経路の使用終了]
次に、データ通信経路の使用が終了した際の手順について説明する。
[End use of data communication path]
Next, a procedure when the use of the data communication path is completed will be described.

データ通信経路の始点のノード装置(ノード装置20−1)の経路生存監視部23は、データ通信経路の使用が終了した場合、データ通信経路の使用が終了したことを検知する。   When the use of the data communication path ends, the path survival monitoring unit 23 of the node device (node device 20-1) at the start point of the data communication path detects that the use of the data communication path has ended.

例えば、始点のノード装置(ノード装置20−1)の制御指示処理部21が、ネットワーク制御装置10から、データ通信経路の使用が終了した旨の制御指示メッセージを受信した場合、始点のノード装置(ノード装置20−1)の経路生存監視部23は、データ通信経路の使用が終了したことを検知する。   For example, when the control instruction processing unit 21 of the starting point node device (node device 20-1) receives a control instruction message from the network control device 10 indicating that the use of the data communication path has ended, the starting point node device ( The path existence monitoring unit 23 of the node device 20-1) detects that the use of the data communication path has ended.

或いは、始点のノード装置(ノード装置20−1)が、一定時間、フローに該当するパケットを受信しなかった場合、始点のノード装置(ノード装置20−1)の経路生存監視部23は、データ通信経路の使用が終了したことを検知する。この場合、始点のノード装置(ノード装置20−1)の制御指示処理部21が、データ通信経路の使用が終了した旨の制御指示メッセージを発生する。   Alternatively, when the starting node device (node device 20-1) does not receive a packet corresponding to the flow for a certain period of time, the path existence monitoring unit 23 of the starting node device (node device 20-1) Detects the end of use of the communication path. In this case, the control instruction processing unit 21 of the starting node device (node device 20-1) generates a control instruction message indicating that the use of the data communication path has ended.

経路上のノード装置(ノード装置20−1、ノード装置20−2、ノード装置20−3、ノード装置20−5)の各々の制御指示処理部21は、データ通信経路の確立と同様の手順で、当該制御指示メッセージをデータ通信経路上のノード装置間でリレーする。   Each control instruction processing unit 21 of the node device (node device 20-1, node device 20-2, node device 20-3, node device 20-5) on the route follows the same procedure as that for establishing the data communication route. The control instruction message is relayed between the node devices on the data communication path.

これにより、経路上のノード装置(ノード装置20−1、ノード装置20−2、ノード装置20−3、ノード装置20−5)の各々は、当該制御指示メッセージを受信した順に、データ通信経路に関するフローエントリをフローテーブルから削除し、データ通信経路の使用を終了する。   Thereby, each of the node devices (node device 20-1, node device 20-2, node device 20-3, node device 20-5) on the route is related to the data communication route in the order in which the control instruction message is received. The flow entry is deleted from the flow table, and the use of the data communication path is ended.

最後に、データ通信経路の終点のノード装置(ノード装置20−5)の制御指示処理部21は、ネットワーク制御装置10に対して、データ通信経路に関するフローエントリが削除された旨を示すメッセージを通知する。   Finally, the control instruction processing unit 21 of the node device (node device 20-5) at the end of the data communication path notifies the network control device 10 of a message indicating that the flow entry related to the data communication path has been deleted. To do.

[本実施形態の利点]
次に、本実施形態の利点について説明する。
[Advantages of this embodiment]
Next, advantages of this embodiment will be described.

上記の特徴により、ネットワーク制御装置は、常に、ネットワーク制御指示メッセージを端点のノード装置(図5のノード装置20−1等)のみに送信し、その応答を他の端点のノード装置(図5のノード装置20−5等)から受信するだけで良い。ネットワーク制御装置が「ネットワーク制御指示メッセージの送信処理」及び「応答の受信処理」を行う際にかかる負荷は、経路が変化した場合でも、ほとんど増加することが無くなる。このため、ネットワーク制御装置が複数のノード装置との間で経路登録指示メッセージを交換することによる処理負荷を軽減することができる。   With the above feature, the network control device always transmits a network control instruction message only to the node device at the end point (node device 20-1 etc. in FIG. 5), and the response is sent to the node device at the other end point (in FIG. 5). It is only necessary to receive from the node device 20-5 or the like. The load applied when the network control apparatus performs the “network control instruction message transmission process” and the “response reception process” hardly increases even when the path changes. For this reason, it is possible to reduce the processing load caused by the network control device exchanging route registration instruction messages with a plurality of node devices.

更に、ネットワークシステムの拡張等で、ネットワーク制御装置が管理するノード装置の数を増加させる場合でも、ネットワーク制御装置は、常に、ネットワーク制御指示メッセージを端点のノード装置(図5のノード装置20−1等)のみに送信し、その応答を他の端点のノード装置(図5のノード装置20−5等)から受信するだけで良い。ネットワーク制御装置が「ネットワーク制御指示メッセージの送信処理」及び「応答の受信処理」を行う際にかかる負荷は、管理するノード装置の数が増えた場合でも、ほとんど増加することが無くなる。このため、ネットワークシステムのスケールアウト(scale out)を容易に実施できる。   Further, even when the number of node devices managed by the network control device is increased due to expansion of the network system or the like, the network control device always sends a network control instruction message to the end node device (node device 20-1 in FIG. 5). Etc.) and the response only needs to be received from the node device at the other end point (node device 20-5 in FIG. 5). The load applied when the network control device performs “network control instruction message transmission processing” and “response reception processing” hardly increases even when the number of node devices to be managed increases. For this reason, it is possible to easily perform scale out of the network system.

[実施例]
図6を参照して、本発明の実施例におけるネットワーク構成について説明する。
[Example]
The network configuration in the embodiment of the present invention will be described with reference to FIG.

本発明の実施例に係るネットワークシステムは、ネットワーク制御装置10と、ノード装置20(20−i、i=1〜n)と、端末30(30−j、j=1〜m:mは任意)を備える。   The network system according to the embodiment of the present invention includes a network control device 10, a node device 20 (20-i, i = 1 to n), and a terminal 30 (30-j, j = 1 to m: m are arbitrary). Is provided.

ネットワーク制御装置10及びノード装置20(20−i、i=1〜n)は、図3に示すものと同様である。端末30(30−j、j=1〜m)は、オープンフローネットワークの外部の端末である。   The network control device 10 and the node device 20 (20-i, i = 1 to n) are the same as those shown in FIG. The terminal 30 (30-j, j = 1 to m) is a terminal outside the OpenFlow network.

ここでは、ネットワーク制御装置10と、ノード装置20−1〜ノード装置20−7と、端末30−1〜端末30−2を用いて説明する。   Here, description will be made using the network control device 10, the node devices 20-1 to 20-7, and the terminals 30-1 to 30-2.

ネットワーク制御装置10は、ノード装置20−1〜ノード装置20−7を管理している。ノード装置20−1〜ノード装置20−7は、オープンフローネットワークを形成する。ノード装置20−1は、端末30−1と接続されている。ノード装置20−5は、端末30−2と接続されている。   The network control device 10 manages the node devices 20-1 to 20-7. The node devices 20-1 to 20-7 form an open flow network. The node device 20-1 is connected to the terminal 30-1. The node device 20-5 is connected to the terminal 30-2.

このとき、ネットワーク制御装置10は、端末30−2から端末30−1へのデータ通信経路を確立するため、端末30−2から端末30−1へのデータ通信に最適な経路(最短経路)を決定する。その後、ネットワーク制御装置10は、ノード装置20−1に対して、端末30−2から端末30−1への最適な経路を登録するための経路登録指示メッセージを送信する。   At this time, since the network control apparatus 10 establishes a data communication path from the terminal 30-2 to the terminal 30-1, an optimal path (shortest path) for data communication from the terminal 30-2 to the terminal 30-1 is set. decide. Thereafter, the network control device 10 transmits a route registration instruction message for registering an optimum route from the terminal 30-2 to the terminal 30-1 to the node device 20-1.

ノード装置20−1は、ネットワーク制御装置10からの経路登録指示メッセージを受信する。ノード装置20−1の制御指示処理部21は、受信したメッセージの指示内容を解析する。ノード装置20−1のフロー管理部22は、メッセージの指示内容に応じて、データ中継動作ポリシーとなるフローエントリをフローテーブルに登録する。ノード装置20−1の制御指示処理部21は、ネットワーク制御装置10から指示された次のノード装置20−2へ経路登録指示メッセージをリレーする。   The node device 20-1 receives the route registration instruction message from the network control device 10. The control instruction processing unit 21 of the node device 20-1 analyzes the instruction content of the received message. The flow management unit 22 of the node device 20-1 registers a flow entry serving as a data relay operation policy in the flow table in accordance with the instruction content of the message. The control instruction processing unit 21 of the node device 20-1 relays the route registration instruction message to the next node device 20-2 instructed from the network control device 10.

ノード装置20−2は、隣接するノード装置20−1から経路登録指示メッセージを受信する。ノード装置20−2の制御指示処理部21は、ノード装置20−1から受信した経路登録指示メッセージの内容を解析する。ノード装置20−2のフロー管理部22は、メッセージの指示内容に応じて、データ中継動作ポリシーとなるフローエントリをフローテーブルに登録する。ノード装置20−2の制御指示処理部21は、次のノード装置20−3へ経路登録指示メッセージをリレーする。   The node device 20-2 receives the route registration instruction message from the adjacent node device 20-1. The control instruction processing unit 21 of the node device 20-2 analyzes the content of the route registration instruction message received from the node device 20-1. The flow management unit 22 of the node device 20-2 registers a flow entry serving as a data relay operation policy in the flow table in accordance with the instruction content of the message. The control instruction processing unit 21 of the node device 20-2 relays the route registration instruction message to the next node device 20-3.

ノード装置20−3は、隣接するノード装置20−2から経路登録指示メッセージを受信する。ノード装置20−3の制御指示処理部21は、ノード装置20−2から受信した経路登録指示メッセージの内容を解析する。ノード装置20−3のフロー管理部22は、メッセージの指示内容に応じて、データ中継動作ポリシーとなるフローエントリをフローテーブルに登録する。ノード装置20−3の制御指示処理部21は、次のノード装置20−5へ経路登録指示メッセージをリレーする。   The node device 20-3 receives the route registration instruction message from the adjacent node device 20-2. The control instruction processing unit 21 of the node device 20-3 analyzes the content of the route registration instruction message received from the node device 20-2. The flow management unit 22 of the node device 20-3 registers a flow entry serving as a data relay operation policy in the flow table in accordance with the instruction content of the message. The control instruction processing unit 21 of the node device 20-3 relays the route registration instruction message to the next node device 20-5.

ノード装置20−5は、経路登録の最終地点のノード装置である。ノード装置20−5の制御指示処理部21は、ノード装置20−3から受信した経路登録指示メッセージの内容を解析する。ノード装置20−5のフロー管理部22は、メッセージの指示内容に応じて、データ中継動作ポリシーとなるフローエントリをフローテーブルに登録する。ノード装置20−5の制御指示処理部21は、ネットワーク制御装置10に対して、経路登録指示メッセージに応じた登録応答メッセージを送信する。   The node device 20-5 is a node device at the final point of route registration. The control instruction processing unit 21 of the node device 20-5 analyzes the content of the route registration instruction message received from the node device 20-3. The flow management unit 22 of the node device 20-5 registers a flow entry serving as a data relay operation policy in the flow table in accordance with the instruction content of the message. The control instruction processing unit 21 of the node device 20-5 transmits a registration response message corresponding to the route registration instruction message to the network control device 10.

端末30−1及び端末30−2は、データ通信経路が確立した後、それぞれ接続されたノード装置を経由して、パケットを送受信する。   After the data communication path is established, the terminal 30-1 and the terminal 30-2 transmit and receive packets via the connected node devices.

なお、ノード装置20−1やノード装置20−5の先には、必ずしも端末が接続されているわけでは無く、別のネットワーク制御装置が管理するネットワークや、別のネットワーク制御方法のネットワークに接続されている構成もありえる。すなわち、端末30−1及び端末30−2は、実際には端末とは限らない。例えば、端末30−1及び端末30−2は、ネットワーク制御装置10の管理下に無い他のネットワークのノード装置でも良い。   Note that a terminal is not necessarily connected to the end of the node device 20-1 or the node device 20-5, but is connected to a network managed by another network control device or a network of another network control method. There can also be a configuration. That is, the terminal 30-1 and the terminal 30-2 are not necessarily terminals. For example, the terminal 30-1 and the terminal 30-2 may be node devices of other networks that are not under the management of the network control device 10.

[経路登録指示メッセージの送信]
図7を参照して、ネットワーク制御装置10からの経路登録指示メッセージの送信について説明する。
[Send route registration instruction message]
With reference to FIG. 7, transmission of a route registration instruction message from the network control apparatus 10 will be described.

例えば、ネットワーク制御装置10の経路管理部12は、「ノード装置20−5」→「ノード装置20−4」→「ノード装置20−2」→「ノード装置20−1」を順に経由するデータ通信経路を、端末30−2から端末30−1への最適な経路として決定する。   For example, the path management unit 12 of the network control device 10 performs data communication through “node device 20-5” → “node device 20-4” → “node device 20-2” → “node device 20-1” in this order. The route is determined as the optimum route from the terminal 30-2 to the terminal 30-1.

ネットワーク制御装置10の制御指示送受信部11は、端末30−2から端末30−1への最適な経路が決定された後、最適な経路の最下流のノード装置20−1に対して、当該経路に関するフローエントリを登録するための経路登録指示メッセージを送信する。   After the optimum route from the terminal 30-2 to the terminal 30-1 is determined, the control instruction transmission / reception unit 11 of the network control device 10 sends the route to the node device 20-1 on the most downstream side of the optimum route. A route registration instruction message for registering the flow entry for is transmitted.

ネットワーク制御装置10が、経由させたいノード装置を指定する方法としては、ノード装置毎になんらかの識別情報を割り当て、その識別情報を指定することが考えられる。   As a method for the network control device 10 to designate a node device to be routed, it is conceivable that some identification information is assigned to each node device and the identification information is designated.

ここでは、経路上の各ノード装置へのデータ通信経路に関するフローエントリ登録中に、フローエントリ登録済のノード装置において、そのフローのルールにヒットするパケットが流入した場合の意図しない動作(フローエントリ未登録の隣接ノード装置への中継)を防止するため、データ転送経路の最下流から上流に向かって経路設定を行っている。但し、実際には、経路上のいずれのノード装置から設定を開始しても良い。   Here, during flow entry registration related to the data communication route to each node device on the route, an unintended operation when a packet that hits the rule of the flow flows in the flow entry registered node device (flow entry not yet entered). In order to prevent the relay of registration to adjacent node devices), the route is set from the most downstream to the upstream of the data transfer route. However, in practice, the setting may be started from any node device on the route.

[実施例におけるリレー手順]
図8を参照して、実施例におけるリレー手順について説明する。
[Relay procedure in the embodiment]
With reference to FIG. 8, the relay procedure in an Example is demonstrated.

ノード装置20−1は、ネットワーク制御装置10から「ノード装置20−5」→「ノード装置20−4」→「ノード装置20−2」→「ノード装置20−1」を経由する通信経路に関するフローエントリを登録するための経路登録指示メッセージを受信する。   The node device 20-1 performs a flow relating to a communication path from the network control device 10 through “node device 20-5” → “node device 20-4” → “node device 20-2” → “node device 20-1”. A route registration instruction message for registering an entry is received.

ノード装置20−1は、経路登録指示メッセージを受信した時点で、ネットワーク制御装置10が指示した内容(経路登録指示メッセージの内容)を基に、ノード装置20−2から受信した端末30−2からのデータを端末30−1へ中継するためのフローエントリを登録する。なお、ネットワーク制御装置10からの指示が無い部分(例えば、出力ポートや転送先)については、ノード装置20−1が、ネットワーク制御装置10からの指示に反しない範囲で、適切なフローエントリを生成し、フローエントリを登録することも考えられる。   The node device 20-1 receives the route registration instruction message from the terminal 30-2 received from the node device 20-2 based on the content designated by the network control device 10 (the content of the route registration instruction message). The flow entry for relaying the data to the terminal 30-1 is registered. In addition, for a portion where there is no instruction from the network control device 10 (for example, an output port or a transfer destination), an appropriate flow entry is generated as long as the node device 20-1 does not violate the instruction from the network control device 10. It is also possible to register a flow entry.

ノード装置20−1は、経路登録指示メッセージに基づいてフローエントリを登録した時点で、当該経路登録指示メッセージをノード装置20−2にリレーする。なお、フローエントリの登録と、経路登録指示メッセージのリレーについては、直列に(逐次、順次)処理しても良いし、並列に(同時に)処理しても良い。   When the node device 20-1 registers the flow entry based on the route registration instruction message, the node device 20-1 relays the route registration instruction message to the node device 20-2. Note that the flow entry registration and the route registration instruction message relay may be processed in series (sequentially or sequentially) or in parallel (simultaneously).

このとき、全てのノード装置20(20−i、i=1〜n)は、次にどのノード装置に経路登録指示メッセージをリレーするかを決定する必要があるため、隣接するノード装置の識別情報を予め知っておく必要がある。   At this time, since all the node devices 20 (20-i, i = 1 to n) need to determine which node device to relay the route registration instruction message next, the identification information of the adjacent node devices It is necessary to know in advance.

[ネットワーク構成情報の一斉通知]
図9を参照して、各ノード装置20(20−i、i=1〜n)が隣接するノード装置20(20−i、i=1〜n)の識別情報を認識するための方法の1つとして、ネットワーク制御装置10からネットワーク構成情報を一斉通知する方法について説明する。
[Broadcast notification of network configuration information]
Referring to FIG. 9, one of the methods for recognizing identification information of adjacent node devices 20 (20-i, i = 1 to n) by each node device 20 (20-i, i = 1 to n). Next, a method for simultaneously notifying network configuration information from the network control apparatus 10 will be described.

ここでは、ネットワーク制御装置10の経路管理部12は、ネットワーク制御装置10が管理する全ノード装置20(20−i、i=1〜n)の接続構成を示すネットワーク構成情報を、予め記憶しているものとする。   Here, the path management unit 12 of the network control device 10 stores in advance network configuration information indicating the connection configuration of all the node devices 20 (20-i, i = 1 to n) managed by the network control device 10. It shall be.

なお、実際には、コントローラ20の経路管理部12は、LLDP(Link Layer Discovery Protocol)等によって、トポロジ(topology:ネットワークの接続形態)検知を行い、ネットワークを構成するノード装置20(20−i、i=1〜n)を検知し、ネットワーク構成情報を生成するようにしても良い。これにより、コントローラ20の経路管理部12は、ネットワークを構成する全てのノード装置の識別情報(ノード装置ID、MACアドレス等)、及び各ノード装置の接続形態を認識し、各ノード装置の次段のノード装置を特定することができるようになる。   In practice, the path management unit 12 of the controller 20 performs topology (topology: network connection form) detection by LLDP (Link Layer Discovery Protocol) or the like, and node devices 20 (20-i, The network configuration information may be generated by detecting i = 1 to n). Thereby, the path management unit 12 of the controller 20 recognizes the identification information (node device ID, MAC address, etc.) of all the node devices constituting the network, and the connection form of each node device, and the next stage of each node device. It becomes possible to specify the node device.

ネットワーク制御装置10の制御指示送受信部11は、ネットワーク制御装置10が管理する全ノード装置20(20−i、i=1〜n)の接続構成を通知するため、ネットワーク制御装置10の経路管理部12が管理するネットワーク構成情報を、各ノード装置20(20−i、i=1〜n)に送信する。   The control instruction transmission / reception unit 11 of the network control device 10 notifies the connection configuration of all the node devices 20 (20-i, i = 1 to n) managed by the network control device 10, so that the path management unit of the network control device 10 The network configuration information managed by 12 is transmitted to each node device 20 (20-i, i = 1 to n).

各ノード装置20(20−i、i=1〜n)は、ネットワーク制御装置10からネットワーク構成情報を受信し、ネットワーク構成情報を基に、全ノード装置20(20−i、i=1〜n)の接続構成を記憶する。   Each node device 20 (20-i, i = 1 to n) receives the network configuration information from the network control device 10, and based on the network configuration information, all the node devices 20 (20-i, i = 1 to n). ) Is stored.

各ノード装置20(20−i、i=1〜n)は、全ノード装置20(20−i、i=1〜n)の接続構成を基に、隣接ノード装置20(20−i、i=1〜n)の識別情報を把握する。   Each node device 20 (20-i, i = 1 to n) is based on the connection configuration of all node devices 20 (20-i, i = 1 to n), and adjacent node device 20 (20-i, i = 1 to n) are identified.

[ノード装置間での接続構成の検出]
図10を参照して、各ノード装置20(20−i、i=1〜n)が隣接するノード装置20(20−i、i=1〜n)の識別情報を認識するための方法の1つとして、ノード装置間で接続構成を検出する方法について説明する。
[Detection of connection configuration between node devices]
Referring to FIG. 10, the node device 20 (20-i, i = 1 to n) is a method for recognizing the identification information of the adjacent node device 20 (20-i, i = 1 to n). First, a method for detecting a connection configuration between node devices will be described.

各ノード装置20(20−i、i=1〜n)は、隣接ノード装置20(20−i、i=1〜n)間で接続情報を交換することで、ネットワーク制御装置10からのネットワーク構成情報を必要とせず、ノード装置20(20−i、i=1〜n)のみで、各ノード装置20(20−i、i=1〜n)の接続構成を検出し、隣接ノード装置20(20−i、i=1〜n)の識別情報を把握する。   Each node device 20 (20-i, i = 1 to n) exchanges connection information between adjacent node devices 20 (20-i, i = 1 to n), so that the network configuration from the network control device 10 No information is required, only the node device 20 (20-i, i = 1 to n) detects the connection configuration of each node device 20 (20-i, i = 1 to n), and the adjacent node device 20 ( 20-i, i = 1 to n) is identified.

[両方の情報の合算]
図9及び図10に示す各方法を組み合わせた方法について説明する。
[Sum of both information]
A method combining the methods shown in FIGS. 9 and 10 will be described.

各ノード装置20(20−i、i=1〜n)は、ネットワーク制御装置10からのネットワーク構成情報と、隣接ノード装置20(20−i、i=1〜n)からの接続情報との、両方の情報を合算した情報を記憶する。   Each node device 20 (20-i, i = 1 to n) includes network configuration information from the network control device 10 and connection information from the adjacent node device 20 (20-i, i = 1 to n). Information obtained by adding both pieces of information is stored.

各ノード装置20(20−i、i=1〜n)は、両方の情報を合算した情報を基に、隣接ノード装置20(20−i、i=1〜n)の識別情報を把握する。   Each node device 20 (20-i, i = 1 to n) grasps identification information of the adjacent node device 20 (20-i, i = 1 to n) based on the information obtained by adding both pieces of information.

[フローエントリ登録を行う契機]
図11を参照して、各ノード装置20(20−i、i=1〜n)がフローエントリ登録を行う契機について説明する。
[When to register a flow entry]
With reference to FIG. 11, a description will be given of an opportunity for each node device 20 (20-i, i = 1 to n) to perform flow entry registration.

各ノード装置20(20−i、i=1〜n)は、ネットワーク制御装置10からの経路登録指示メッセージを「ノード装置20−1」→「ノード装置20−2」→「ノード装置20−4」→「ノード装置20−5」と順次リレーしていくことで、端末30−2から端末30−2にデータを中継するためのデータ通信経路に関するフローエントリ登録を実施する。   Each node device 20 (20-i, i = 1 to n) receives a route registration instruction message from the network control device 10 as “node device 20-1” → “node device 20-2” → “node device 20-4”. "→" node device 20-5 "is sequentially relayed to perform flow entry registration relating to a data communication path for relaying data from the terminal 30-2 to the terminal 30-2.

各ノード装置20(20−i、i=1〜n)は、ネットワーク制御装置10から経路登録指示メッセージを受信した時点で、経路登録指示メッセージの内容を基に、フローエントリを登録する。   Each node device 20 (20-i, i = 1 to n) registers a flow entry based on the content of the route registration instruction message when it receives the route registration instruction message from the network control device 10.

このとき、各ノード装置20(20−i、i=1〜n)は、フローエントリを無効状態で登録しておいて、経路上の全てのノード装置(ノード装置20−1、ノード装ノード装置20−2、ノード装置20−4、ノード装置20−5)へのフローエントリの登録が完了したことを確認してから、ネットワーク制御装置10からの指示で、経路上の全てのノード装置(ノード装置20−1、ノード装ノード装置20−2、ノード装置20−4、ノード装置20−5)のフローエントリを有効化するようにしても良い。   At this time, each node device 20 (20-i, i = 1 to n) registers the flow entry in an invalid state, and all the node devices on the path (node device 20-1, node-equipped node device). 20-2, the node device 20-4, and the node device 20-5) after confirming that the registration of the flow entry has been completed, all the node devices (nodes) on the route according to the instruction from the network control device 10 The flow entry of the device 20-1, the node equipment node device 20-2, the node device 20-4, and the node device 20-5) may be validated.

経路上の全てのノード装置(ノード装置20−1、ノード装ノード装置20−2、ノード装置20−4、ノード装置20−5)のフローエントリの登録が完了した時点で、端末30−2から端末30−1へのデータ通信経路の生成が完了し、以降の端末30−2から端末30−1へのデータ通信の際には、「ノード装置20−5」→「ノード装置20−4」→「ノード装置20−2」→「ノード装置20−1」の経路で中継する。   When the registration of the flow entries of all the node devices (node device 20-1, node-equipped node device 20-2, node device 20-4, and node device 20-5) on the route is completed, from the terminal 30-2 When the generation of the data communication path to the terminal 30-1 is completed and the subsequent data communication from the terminal 30-2 to the terminal 30-1, "node device 20-5" → "node device 20-4" → Relay via the route of “node device 20-2” → “node device 20-1”.

各ノード装置20(20−i、i=1〜n)は、データ通信経路の確立に成功した場合は、確立したデータ通信経路と経路上の全てのノード装置(ノード装置20−1、ノード装ノード装置20−2、ノード装置20−4、ノード装置20−5)に登録されたフローエントリの情報について、ネットワーク制御装置10に応答メッセージを送信する。   When each node device 20 (20-i, i = 1 to n) succeeds in establishing the data communication path, each node device 20 (node device 20-1, node device 20-1) is connected to the established data communication path. A response message is transmitted to the network control device 10 regarding the flow entry information registered in the node device 20-2, the node device 20-4, and the node device 20-5).

ネットワーク制御装置10の経路管理部12は、応答メッセージを受信し、確立したデータ通信経路を管理する。   The path management unit 12 of the network control apparatus 10 receives the response message and manages the established data communication path.

[効果の説明]
本実施形態では、ネットワーク制御装置は、管理下のノード装置に対して経路登録指示メッセージを行う場合に、指示メッセージを送信すべきノード装置全てに対して個別に経路登録指示メッセージを送信するのでは無く、代表のノード装置のみに経路登録指示メッセージを送信する。各ノード装置は、ノード装置間で経路登録指示メッセージをリレーしながら、経路登録指示メッセージに対する処理を実施することができる。このため、ネットワーク制御装置が指示メッセージを全ノード装置との間で送信することによるネットワーク制御装置のCPU処理負荷を軽減することができる。
[Description of effects]
In the present embodiment, when the network control device sends a route registration instruction message to the managed node device, the network control device does not individually send the route registration instruction message to all the node devices that should send the instruction message. The route registration instruction message is transmitted only to the representative node device. Each node device can perform processing on the route registration instruction message while relaying the route registration instruction message between the node devices. For this reason, it is possible to reduce the CPU processing load of the network control device due to the network control device transmitting an instruction message to all the node devices.

また、ネットワーク制御装置と各ノード装置間の指示交換用コネクションについても、ネットワーク制御装置は、代表のノード装置のみに経路登録指示メッセージを送信する。各ノード装置は、ノード装置間で経路登録指示メッセージをリレーしながらネットワーク制御装置からの指示に対する処理を実施することができる。このため、その他のノード装置の指示交換用コネクションのデータ転送量を削減できる。   For the instruction exchange connection between the network control device and each node device, the network control device transmits a route registration instruction message only to the representative node device. Each node device can perform processing for an instruction from the network control device while relaying a route registration instruction message between the node devices. For this reason, the data transfer amount of the instruction exchange connection of other node devices can be reduced.

更に、ネットワークの規模を拡張する場合に、1台のネットワーク制御装置が大量のノード装置を管理する必要がある場合でも、ネットワーク制御装置は、代表のノード装置のみに経路登録指示メッセージを送信する。各ノード装置は、ノード装置間で経路登録指示メッセージをリレーしながら指示に対する処理を実施することができる。このため、ネットワーク制御装置が管理するノード装置間との制御メッセージの交換にかかるネットワーク制御指示メッセージの送信処理負荷は、ほとんど増加することが無くなる。従って、ノード装置数のスケールアウトが容易に実施できる。   Further, when expanding the scale of the network, even if one network control device needs to manage a large number of node devices, the network control device transmits a route registration instruction message only to the representative node device. Each node device can perform processing for the instruction while relaying a route registration instruction message between the node devices. For this reason, the transmission processing load of the network control instruction message related to the exchange of the control message between the node devices managed by the network control device hardly increases. Therefore, it is possible to easily scale out the number of node devices.

<第2実施形態>
以下に、本発明の第2実施形態について説明する。
Second Embodiment
The second embodiment of the present invention will be described below.

本発明の第2実施形態においても、ネットワーク構成や、ネットワーク制御装置及びノード装置については、基本的に、第1実施形態と同様である。   Also in the second embodiment of the present invention, the network configuration, the network control device, and the node device are basically the same as those in the first embodiment.

第1実施形態では、ネットワーク制御装置10からの指示で端末30−2から端末30−1へのデータ通信路を確立する場合について説明したが、本実施形態では、ネットワーク制御装置10からの指示でデータ通信経路を変更する場合について説明する。   In the first embodiment, the case where the data communication path from the terminal 30-2 to the terminal 30-1 is established by an instruction from the network control apparatus 10 has been described. However, in the present embodiment, an instruction from the network control apparatus 10 is used. A case where the data communication path is changed will be described.

[データ通信経路の変更]
図12を参照して、データ通信経路を変更する場合について説明する。
[Change data communication path]
A case where the data communication path is changed will be described with reference to FIG.

例えば、端末30−2から端末30−1へのデータ通信経路を、「ノード装置20−5」→「ノード装置20−4」→「ノード装置20−2」→「ノード装置20−1」の経路から、「ノード装置20−5」→「ノード装置20−3」→「ノード装置20−2」→「ノード装置20−1」の経路に変更するものとする。   For example, the data communication path from the terminal 30-2 to the terminal 30-1 is “node device 20-5” → “node device 20-4” → “node device 20-2” → “node device 20-1”. It is assumed that the route is changed from “node device 20-5” → “node device 20-3” → “node device 20-2” → “node device 20-1”.

このとき、ネットワーク制御装置10は、端点のノード装置20−1に対して、端末30−2から端末30−1へのデータ通信経路を変更するための経路変更指示メッセージを送信する。   At this time, the network control device 10 transmits a route change instruction message for changing the data communication route from the terminal 30-2 to the terminal 30-1 to the node device 20-1 at the end point.

ノード装置20−1は、経路変更指示メッセージを受信して、内容を解析し、解析の結果、ノード装置20−2からのパケットを端末30−1へ中継するためのフローエントリに変わりは無く、フローエントリを変更する必要が無いため、経路変更指示メッセージを、ノード装置20−2にリレーする。   The node device 20-1 receives the route change instruction message, analyzes the contents, and as a result of the analysis, there is no change in the flow entry for relaying the packet from the node device 20-2 to the terminal 30-1, Since there is no need to change the flow entry, the route change instruction message is relayed to the node device 20-2.

ノード装置20−2は、経路変更指示メッセージを受信して、内容を解析し、解析の結果に基づいて、ノード装置20−3からのパケットをノード装置20−1へ中継するための新規のフローエントリをフローテーブルに登録する。このとき、ノード装置20−2は、フローテーブルから、古い経路に関するフローエントリを削除しても良い。或いは、新規のフローエントリを登録するのでは無く、古い経路に関するフローエントリのアクションを「ノード装置20−3からのパケットをノード装置20−1へ中継する動作」に変更するようにしても良い。その後、ノード装置20−2は、ノード装置20−3に対して経路変更指示メッセージをリレーする。なお、ノード装置20−2は、古い経路に関するフローエントリを削除する必要があるノード装置20−4に対しても経路変更指示メッセージをリレーするようにしても良い。   The node device 20-2 receives the path change instruction message, analyzes the contents, and based on the result of the analysis, a new flow for relaying the packet from the node device 20-3 to the node device 20-1. Register the entry in the flow table. At this time, the node device 20-2 may delete the flow entry related to the old route from the flow table. Alternatively, instead of registering a new flow entry, the action of the flow entry relating to the old route may be changed to “operation for relaying a packet from the node device 20-3 to the node device 20-1.” Thereafter, the node device 20-2 relays a route change instruction message to the node device 20-3. The node device 20-2 may relay the route change instruction message to the node device 20-4 that needs to delete the flow entry related to the old route.

ノード装置20−3は、経路変更指示メッセージを受信して、内容を解析し、解析の結果に基づいて、ノード装置20−5からのパケットをノード装置20−2へ中継するための新規のフローエントリをフローテーブルに登録する。その後、ノード装置20−3は、ノード装置20−5に対して経路変更指示メッセージをリレーする。   The node device 20-3 receives the route change instruction message, analyzes the contents, and based on the result of the analysis, a new flow for relaying the packet from the node device 20-5 to the node device 20-2 Register the entry in the flow table. Thereafter, the node device 20-3 relays a route change instruction message to the node device 20-5.

ノード装置20−5は、経路変更指示メッセージを受信して、内容を解析し、解析の結果に基づいて、端末30−2からのパケットをノード装置20−3へ中継するための新規のフローエントリをフローテーブルに登録する。このとき、ノード装置20−5は、フローテーブルから、古い経路に関するフローエントリを削除しても良い。或いは、新規のフローエントリを登録するのでは無く、古い経路に関するフローエントリのアクションを「端末30−2からのパケットをノード装置20−3へ中継する動作」に変更するようにしても良い。   The node device 20-5 receives the route change instruction message, analyzes the contents, and based on the result of the analysis, a new flow entry for relaying the packet from the terminal 30-2 to the node device 20-3 Is registered in the flow table. At this time, the node device 20-5 may delete the flow entry related to the old route from the flow table. Alternatively, instead of registering a new flow entry, the action of the flow entry relating to the old route may be changed to “operation for relaying a packet from the terminal 30-2 to the node device 20-3”.

この時点で、端末30−2から端末30−1へのデータ通信経路の変更が完了するため、ノード装置20−5は、ネットワーク制御装置10に対して、経路変更指示メッセージに応じた変更応答メッセージを送信する。   At this point, since the change of the data communication path from the terminal 30-2 to the terminal 30-1 is completed, the node device 20-5 sends a change response message corresponding to the route change instruction message to the network control device 10. Send.

ノード装置20−5は、データ通信経路が変更された時点で、古い経路に関するフローエントリを削除する必要があるため、経路変更指示メッセージをノード装置20−4へリレーする。   Since the node device 20-5 needs to delete the flow entry related to the old route when the data communication route is changed, the node device 20-5 relays the route change instruction message to the node device 20-4.

ノード装置20−4は、経路変更指示メッセージを受信して、内容を解析し、解析の結果に基づいて、古い経路に関するフローエントリを削除する。また、ノード装置20−4は、古い経路に関するフローエントリを削除する必要があるノード装置20−2へ経路変更指示をリレーする。   The node device 20-4 receives the route change instruction message, analyzes the content, and deletes the flow entry related to the old route based on the analysis result. Further, the node device 20-4 relays a route change instruction to the node device 20-2 that needs to delete the flow entry related to the old route.

ノード装置20−2は、経路変更指示メッセージを受信して、内容を解析し、古い経路に関するフローエントリが未だフローテーブルに登録されている場合、古い経路に関するフローエントリを削除する。また、ノード装置20−2は、古い経路に関するフローエントリを削除する必要があるノード装置が他に無いため、経路変更指示メッセージを破棄する。   The node device 20-2 receives the route change instruction message, analyzes the contents, and deletes the flow entry related to the old route when the flow entry related to the old route is still registered in the flow table. Further, the node device 20-2 discards the route change instruction message because there is no other node device that needs to delete the flow entry related to the old route.

なお、実際には、ノード装置20−5では無く、経路変更指示メッセージを最後に受信したノード装置20−2が、ネットワーク制御装置10に対して、変更応答メッセージを送信するようにしても良い。   In practice, not the node device 20-5 but the node device 20-2 that has received the route change instruction message last may transmit the change response message to the network control device 10.

また、データ通信経路の変更とは別に、別途、ネットワーク制御装置10からの指示で経路を削除することもできる。   In addition to the change of the data communication path, the path can be deleted separately by an instruction from the network control apparatus 10.

[データ通信経路の削除]
図13を参照して、ネットワーク制御装置10からの指示で経路を削除する場合について説明する。
[Delete data communication path]
With reference to FIG. 13, a case where a route is deleted by an instruction from the network control device 10 will be described.

例えば、ノード装置20−5」→「ノード装置20−4」→「ノード装置20−2」→「ノード装置20−1」のデータ通信経路に関するフローエントリを、各ノード装置のフローテーブルから削除するものとする。   For example, the flow entry related to the data communication path of “node device 20-5” → “node device 20-4” → “node device 20-2” → “node device 20-1” is deleted from the flow table of each node device. Shall.

このとき、ネットワーク制御装置10は、端点のノード装置20−1に対して、端末30−2から端末30−1への古いデータ通信経路を削除するための経路削除指示メッセージを送信する。   At this time, the network control device 10 transmits a route deletion instruction message for deleting the old data communication route from the terminal 30-2 to the terminal 30-1 to the node device 20-1 at the end point.

ノード装置20−1は、経路削除指示メッセージを受信して、内容を解析し、解析の結果に基づいて、ノード装置20−2からのパケットを端末30−1へ中継するための古いフローエントリをフローテーブルから削除する。その後、ノード装置20−1は、経路削除指示メッセージを、ノード装置20−2にリレーする。   The node device 20-1 receives the route deletion instruction message, analyzes the contents, and based on the result of the analysis, an old flow entry for relaying the packet from the node device 20-2 to the terminal 30-1. Delete from the flow table. Thereafter, the node device 20-1 relays a route deletion instruction message to the node device 20-2.

ノード装置20−2は、経路削除指示メッセージを受信して、内容を解析し、解析の結果に基づいて、ノード装置20−4からのパケットをノード装置20−1へ中継するための古いフローエントリをフローテーブルから削除する。その後、ノード装置20−2は、ノード装置20−4に対して経路削除指示メッセージをリレーする。   The node device 20-2 receives the route deletion instruction message, analyzes the contents, and based on the result of the analysis, the old flow entry for relaying the packet from the node device 20-4 to the node device 20-1 Is deleted from the flow table. Thereafter, the node device 20-2 relays a route deletion instruction message to the node device 20-4.

ノード装置20−4は、経路削除指示メッセージを受信して、内容を解析し、解析の結果に基づいて、ノード装置20−5からのパケットをノード装置20−2へ中継するための古いフローエントリをフローテーブルから削除する。その後、ノード装置20−4は、ノード装置20−5に対して経路削除指示メッセージをリレーする。   The node device 20-4 receives the route deletion instruction message, analyzes the contents, and based on the result of the analysis, the old flow entry for relaying the packet from the node device 20-5 to the node device 20-2 Is deleted from the flow table. Thereafter, the node device 20-4 relays a route deletion instruction message to the node device 20-5.

ノード装置20−5は、経路削除指示メッセージを受信して、内容を解析し、解析の結果に基づいて、端末30−2からのパケットをノード装置20−4へ中継するための古いフローエントリをフローテーブルから削除する。   The node device 20-5 receives the route deletion instruction message, analyzes the contents, and based on the result of the analysis, an old flow entry for relaying the packet from the terminal 30-2 to the node device 20-4. Delete from the flow table.

この時点で、端末30−2から端末30−1への古いデータ通信経路の削除が完了するため、ノード装置20−5は、ネットワーク制御装置10に対して、経路削除指示メッセージに応じた削除応答メッセージを送信する。   At this point, since the deletion of the old data communication path from the terminal 30-2 to the terminal 30-1 is completed, the node apparatus 20-5 sends a deletion response to the network control apparatus 10 in response to the path deletion instruction message. Send a message.

[データ通信経路の使用終了時点での経路の削除]
図14を参照して、ネットワーク制御装置10からの指示に依存せず、データ通信経路の使用が終了した時点で、データ通信経路に関するフローエントリをフローテーブルから削除する場合について説明する。
[Delete the route when the data communication route ends]
Referring to FIG. 14, a case will be described in which a flow entry related to a data communication path is deleted from the flow table when use of the data communication path ends without depending on an instruction from the network control device 10.

例えば、ノード装置20−5」→「ノード装置20−4」→「ノード装置20−2」→「ノード装置20−1」のデータ通信経路に関するフローエントリが、各ノード装置のフローテーブルに登録されているものとする。   For example, a flow entry relating to a data communication path of “node device 20-5” → “node device 20-4” → “node device 20-2” → “node device 20-1” is registered in the flow table of each node device. It shall be.

このとき、端点のノード装置20−1は、端末30−2と端末30−1間のデータ通信の完了を検知した場合、経路削除指示メッセージを生成し、ノード装置20−2に対して、端末30−2から端末30−1への古いデータ通信経路を削除するための経路削除指示メッセージをリレーする。例えば、ノード装置20−1の経路生存監視部23は、端末30−2と端末30−1間のデータ通信を監視し、一定時間、一定時間、端末30−2と端末30−1間のデータ通信が無い場合、ノード装置20−1のフロー管理部22へ通知する。ノード装置20−1のフロー管理部22は、ノード装置20−2からのパケットを端末30−1へ中継するための古いフローエントリをフローテーブルから削除する。その後、ノード装置20−1の制御指示処理部21は、端末30−2から端末30−1への古いデータ通信経路を削除するための経路削除指示メッセージを生成し、隣接するノード装置20−2に対して、経路削除指示メッセージをリレーする。   At this time, when the end node device 20-1 detects the completion of the data communication between the terminal 30-2 and the terminal 30-1, the node device 20-1 generates a route deletion instruction message. A route deletion instruction message for deleting an old data communication route from 30-2 to the terminal 30-1 is relayed. For example, the path existence monitoring unit 23 of the node device 20-1 monitors data communication between the terminal 30-2 and the terminal 30-1, and the data between the terminal 30-2 and the terminal 30-1 for a certain period of time. When there is no communication, the flow management unit 22 of the node device 20-1 is notified. The flow management unit 22 of the node device 20-1 deletes the old flow entry for relaying the packet from the node device 20-2 to the terminal 30-1 from the flow table. Thereafter, the control instruction processing unit 21 of the node device 20-1 generates a route deletion instruction message for deleting an old data communication route from the terminal 30-2 to the terminal 30-1, and the adjacent node device 20-2. In response to this, the route deletion instruction message is relayed.

ノード装置20−2は、経路削除指示メッセージを受信して、内容を解析し、解析の結果に基づいて、ノード装置20−4からのパケットをノード装置20−1へ中継するための古いフローエントリをフローテーブルから削除する。その後、ノード装置20−2は、ノード装置20−4に対して経路削除指示メッセージをリレーする。   The node device 20-2 receives the route deletion instruction message, analyzes the contents, and based on the result of the analysis, the old flow entry for relaying the packet from the node device 20-4 to the node device 20-1 Is deleted from the flow table. Thereafter, the node device 20-2 relays a route deletion instruction message to the node device 20-4.

ノード装置20−4は、経路削除指示メッセージを受信して、内容を解析し、解析の結果に基づいて、ノード装置20−5からのパケットをノード装置20−2へ中継するための古いフローエントリをフローテーブルから削除する。その後、ノード装置20−4は、ノード装置20−5に対して経路削除指示メッセージをリレーする。   The node device 20-4 receives the route deletion instruction message, analyzes the contents, and based on the result of the analysis, the old flow entry for relaying the packet from the node device 20-5 to the node device 20-2 Is deleted from the flow table. Thereafter, the node device 20-4 relays a route deletion instruction message to the node device 20-5.

ノード装置20−5は、経路削除指示メッセージを受信して、内容を解析し、解析の結果に基づいて、端末30−2からのパケットをノード装置20−4へ中継するための古いフローエントリをフローテーブルから削除する。   The node device 20-5 receives the route deletion instruction message, analyzes the contents, and based on the result of the analysis, an old flow entry for relaying the packet from the terminal 30-2 to the node device 20-4. Delete from the flow table.

この時点で、端末30−2から端末30−1への古いデータ通信経路の削除が完了するため、ノード装置20−5は、ネットワーク制御装置10に対して、経路削除指示メッセージに応じた削除応答メッセージを送信する。   At this point, since the deletion of the old data communication path from the terminal 30-2 to the terminal 30-1 is completed, the node apparatus 20-5 sends a deletion response to the network control apparatus 10 in response to the path deletion instruction message. Send a message.

これにより、ネットワーク制御装置10は、各ノード装置において、古いデータ通信経路の削除が行われたことを把握する。   Thereby, the network control device 10 grasps that the old data communication path has been deleted in each node device.

<各実施形態の関係>
なお、上記の各実施形態は、組み合わせて実施することも可能である。
<Relationship between each embodiment>
Note that the above embodiments can be implemented in combination.

<本発明の特徴>
本発明では、経路設定時に、ネットワーク制御装置からの指示を、経路上のノード装置間でリレーしながら経路を設定する。
<Features of the present invention>
In the present invention, when setting the route, the route is set while relaying an instruction from the network control device between the node devices on the route.

本発明では、ネットワーク制御装置と、ネットワーク制御装置からのネットワーク制御指示メッセージを受けて実際に通信データの中継を行うノード装置とを含むネットワークシステムにおいて、ネットワーク制御装置とノード装置間のネットワーク制御メッセージの交換数を削減する。これにより、ネットワーク制御装置のCPU処理負荷と、ネットワーク制御指示メッセージを各ノード装置に送信することによるネットワーク制御装置とノード装置間の通信経路の帯域の圧迫を軽減する。また、ネットワークを拡張した場合でもネットワーク制御装置の負荷が増加しにくいネットワークシステムを提供する。   In the present invention, in a network system including a network control device and a node device that actually relays communication data in response to a network control instruction message from the network control device, the network control message between the network control device and the node device Reduce the number of exchanges. Thereby, the CPU processing load of the network control device and the compression of the bandwidth of the communication path between the network control device and the node device due to the transmission of the network control instruction message to each node device are reduced. Further, the present invention provides a network system in which the load on the network control device is hardly increased even when the network is expanded.

本発明に係るネットワークシステムは、ネットワーク制御装置と、ネットワーク制御装置から指示を受けて、データ通信経路を確立するノード装置とを含む。ネットワーク制御装置は、ノード装置へのネットワーク制御指示メッセージを、ネットワーク制御装置から指示対象の全ノード装置との間で交換するのでは無く、指示対象の端点のノード装置だけにネットワーク制御指示メッセージを送信する。ノード装置は、ネットワーク制御指示メッセージを受信した際、隣接ノードに対して、そのネットワーク制御指示メッセージをリレーし、データ通信経路を確立する。これにより、ネットワーク制御装置とノード装置間のメッセージ交換にかかる処理負荷を軽減する。   The network system according to the present invention includes a network control device and a node device that establishes a data communication path in response to an instruction from the network control device. The network control device does not exchange the network control instruction message to the node device with all the target node devices from the network control device, but transmits the network control instruction message only to the node device at the target end point. To do. When the node device receives the network control instruction message, the node device relays the network control instruction message to an adjacent node to establish a data communication path. This reduces the processing load associated with message exchange between the network control device and the node device.

本発明では、ネットワーク制御装置とノード装置との間で経路登録メッセージを交換するための制御コネクションを、ノード装置間でも用いることで、ネットワーク制御装置からのネットワーク制御指示メッセージをデータ中継装置間でリレーできるようにした。   In the present invention, the network control instruction message from the network control device is relayed between the data relay devices by using the control connection for exchanging the route registration message between the network control device and the node device also between the node devices. I was able to do it.

また、ネットワーク制御装置からの経路登録指示メッセージをノード装置間でリレーしながらデータ通信経路を確立し、最後にメッセージを受信したノード装置からネットワーク制御装置に対して、経路登録応答メッセージを送信する。   Further, a data communication path is established while relaying a path registration instruction message from the network control apparatus between the node apparatuses, and a path registration response message is transmitted to the network control apparatus from the node apparatus that finally received the message.

また、ネットワーク制御装置からの経路変更指示メッセージをノード装置間でリレーしながらデータ通信経路を変更し、最後にメッセージを受信したノード装置からネットワーク制御装置に対して、経路変更応答メッセージを送信する。   Further, the data communication path is changed while relaying the path change instruction message from the network control apparatus between the node apparatuses, and the path change response message is transmitted from the node apparatus that has received the message to the network control apparatus.

また、ネットワーク制御装置からの経路削除指示メッセージをノード装置間でリレーしながらデータ通信経路を削除し、最後にメッセージを受信したノード装置からネットワーク制御装置に対して、経路削除応答メッセージを送信する。   Further, the data communication path is deleted while relaying a path deletion instruction message from the network control apparatus between the node apparatuses, and a path deletion response message is transmitted to the network control apparatus from the node apparatus that finally received the message.

なお、各ノード装置は、ネットワーク制御装置からのネットワーク制御指示メッセージを受信して、ネットワーク制御指示メッセージを解析する機能を持つ。   Each node device has a function of receiving a network control instruction message from the network control device and analyzing the network control instruction message.

また、各ノード装置は、ネットワーク制御装置からのネットワーク制御指示メッセージを、別のノード装置にリレーできる機能を持つ。   Each node device has a function of relaying a network control instruction message from the network control device to another node device.

また、各ノード装置は、ネットワーク制御装置からのネットワーク制御指示メッセージを終端し、指示元のネットワーク制御装置に対して応答を送信する。   Each node device terminates the network control instruction message from the network control device and transmits a response to the instruction source network control device.

<備考>
以上、本発明の実施形態を詳述してきたが、実際には、上記の実施形態に限られるものでは無く、本発明の要旨を逸脱しない範囲の変更があっても本発明に含まれる。
<Remarks>
As mentioned above, although embodiment of this invention was explained in full detail, actually, it is not restricted to said embodiment, Even if there is a change of the range which does not deviate from the summary of this invention, it is included in this invention.

10… ネットワーク制御装置
11… 制御指示送受信部
12… 経路管理部
20… ノード装置
21… 制御指示処理部
22… フロー管理部
23… 経路生存監視部
30… 端末
DESCRIPTION OF SYMBOLS 10 ... Network control apparatus 11 ... Control instruction transmission / reception part 12 ... Path | route management part 20 ... Node apparatus 21 ... Control instruction | indication processing part 22 ... Flow management part 23 ... Path | route survival monitoring part 30 ... Terminal

Claims (9)

ネットワークを形成し、パケットをフローとして一律に制御するためのルールとアクションとが定義されたフローエントリに従って、受信したパケットの処理を行うノード装置と、
前記ノード装置に対して制御メッセージを送信し、前記フローエントリの設定を変更するネットワーク制御装置と
を含み、
前記ネットワーク制御装置は、前記ネットワークにおけるデータ通信経路を決定し、前記データ通信経路上のノード装置のうちの1つに対して前記制御メッセージを送信し、
前記データ通信経路上のノード装置は、隣接するノード装置に対して、前記制御メッセージをリレーする
ネットワークシステム。
A node device that processes a received packet in accordance with a flow entry in which rules and actions for forming a network and uniformly controlling packets as a flow are defined;
A network control device that transmits a control message to the node device and changes the setting of the flow entry,
The network control device determines a data communication path in the network, transmits the control message to one of the node devices on the data communication path;
A node system on the data communication path relays the control message to an adjacent node device.
請求項1に記載のネットワークシステムであって、
前記ネットワーク制御装置は、前記データ通信経路の終点のノード装置に対して前記制御メッセージを送信し、前記データ通信経路の始点のノード装置から前記制御メッセージに応じた応答メッセージを受信し、
前記データ通信経路上のノード装置は、前記データ通信経路の終点から始点に向けて、前記制御メッセージをリレーする
ネットワークシステム。
The network system according to claim 1,
The network control device transmits the control message to a node device at the end point of the data communication path, receives a response message corresponding to the control message from the node device at the start point of the data communication path,
A node system on the data communication path relays the control message from an end point of the data communication path to a start point.
請求項1又は2に記載のネットワークシステムであって、
前記データ通信経路の端点のノード装置は、前記制御メッセージが経路の変更を指示する経路変更指示メッセージである場合、変更前の経路上のノード装置に対して前記経路変更指示メッセージをリレーし、
前記変更前の経路上のノード装置は、前記経路変更指示メッセージを受信し、前記変更前の経路に関するフローエントリを削除する
ネットワークシステム。
The network system according to claim 1 or 2,
The node device at the end of the data communication route relays the route change instruction message to the node device on the route before the change when the control message is a route change instruction message instructing a route change.
The node system on the route before change receives the route change instruction message, and deletes a flow entry related to the route before change.
請求項1乃至3のいずれか一項に記載のネットワークシステムであって、
前記データ通信経路の端点のノード装置は、前記データ通信経路上のデータ通信の有無を監視し、一定時間、前記データ通信経路上のデータ通信が無い場合、前記データ通信経路に関するフローエントリを削除し、前記データ通信経路に関するフローエントリを削除するための経路削除指示メッセージを生成し、隣接するノード装置に対して、前記経路削除指示メッセージをリレーし、
前記データ通信経路上の他のノード装置は、前記経路削除指示メッセージを受信した際、前記データ通信経路に関するフローエントリを削除し、隣接するノード装置に対して、前記経路削除指示メッセージをリレーする
ネットワークシステム。
The network system according to any one of claims 1 to 3,
The node device at the end of the data communication path monitors the presence or absence of data communication on the data communication path, and deletes the flow entry related to the data communication path when there is no data communication on the data communication path for a certain period of time. , Generating a route deletion instruction message for deleting the flow entry relating to the data communication route, relaying the route deletion instruction message to the adjacent node device,
When the other node device on the data communication path receives the route deletion instruction message, it deletes the flow entry related to the data communication path and relays the route deletion instruction message to the adjacent node device. system.
ネットワークを形成し、パケットをフローとして一律に制御するためのルールとアクションとが定義されたフローエントリに従って、受信したパケットの処理を行う手段と、
ネットワーク制御装置からの制御メッセージを受信し、前記フローエントリの設定を変更する手段と、
隣接するノード装置に対して、前記制御メッセージをリレーする手段と
を具備する
ノード装置。
Means for processing a received packet in accordance with a flow entry in which rules and actions for forming a network and uniformly controlling a packet as a flow are defined;
Means for receiving a control message from a network control device and changing the setting of the flow entry;
A node device comprising means for relaying the control message to an adjacent node device.
請求項5に記載のノード装置であって、
前記制御メッセージを解析し、解析結果に基づいて、データ通信経路上で隣接するノード装置の有無を判断する手段と、
隣接するノード装置がある場合、隣接するノード装置に対して、前記制御メッセージをリレーする手段と、
隣接するノード装置が無い場合、前記ネットワーク制御装置に対して、前記制御メッセージに応じた応答メッセージを送信する手段と
を更に具備する
ノード装置。
The node device according to claim 5, wherein
Means for analyzing the control message and determining the presence or absence of an adjacent node device on the data communication path based on the analysis result;
Means for relaying the control message to an adjacent node device when there is an adjacent node device;
A node device further comprising means for transmitting a response message corresponding to the control message to the network control device when there is no adjacent node device.
請求項5又は6に記載のノード装置であって、
前記データ通信経路の端点である場合、前記データ通信経路上のデータ通信の有無を監視する手段と、
一定時間、前記データ通信経路上のデータ通信が無い場合、前記データ通信経路に関するフローエントリを削除する手段と、
前記データ通信経路に関するフローエントリを削除するための経路削除指示メッセージを生成し、隣接するノード装置に対して、前記経路削除指示メッセージをリレーする手段と、
前記経路削除指示メッセージを受信した場合、前記データ通信経路に関するフローエントリを削除する手段と
を更に具備する
ノード装置。
The node device according to claim 5 or 6, wherein
Means for monitoring the presence or absence of data communication on the data communication path, if the end point of the data communication path;
Means for deleting a flow entry related to the data communication path when there is no data communication on the data communication path for a certain period of time;
Means for generating a route deletion instruction message for deleting a flow entry relating to the data communication route, and relaying the route deletion instruction message to an adjacent node device;
A node device further comprising means for deleting a flow entry related to the data communication path when the path deletion instruction message is received.
ノード装置が、ネットワークを形成し、パケットをフローとして一律に制御するためのルールとアクションとが定義されたフローエントリに従って、受信したパケットの処理を行うことと、
ネットワーク制御装置が、前記ネットワークにおけるデータ通信経路を決定し、前記データ通信経路上のノード装置のうちの1つに対して、前記フローエントリの設定を変更するための制御メッセージを送信することと、
前記データ通信経路上のノード装置が、前記制御メッセージに基づいて、前記フローエントリの設定を変更し、隣接するノード装置に対して、前記制御メッセージをリレーすることと
を含む
ネットワーク制御方法。
A node device forms a network, processes a received packet according to a flow entry in which rules and actions for uniformly controlling the packet as a flow are defined;
A network control device determining a data communication path in the network and transmitting a control message for changing the setting of the flow entry to one of the node devices on the data communication path;
A network control method comprising: a node device on the data communication path changing a setting of the flow entry based on the control message and relaying the control message to an adjacent node device.
ネットワークを形成し、パケットをフローとして一律に制御するためのルールとアクションとが定義されたフローエントリに従って、受信したパケットの処理を行うステップと、
ネットワーク制御装置からの制御メッセージを受信し、前記フローエントリの設定を変更するステップと、
隣接するノード装置に対して、前記制御メッセージをリレーするステップと
をノード装置に実行させるための
プログラム。
Processing a received packet according to a flow entry in which rules and actions for forming a network and uniformly controlling a packet as a flow are defined;
Receiving a control message from a network control device and changing the setting of the flow entry;
A program for causing a node device to execute a step of relaying the control message to an adjacent node device.
JP2011262415A 2011-11-30 2011-11-30 Network system and network control method Pending JP2013115733A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2011262415A JP2013115733A (en) 2011-11-30 2011-11-30 Network system and network control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2011262415A JP2013115733A (en) 2011-11-30 2011-11-30 Network system and network control method

Publications (1)

Publication Number Publication Date
JP2013115733A true JP2013115733A (en) 2013-06-10

Family

ID=48710863

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2011262415A Pending JP2013115733A (en) 2011-11-30 2011-11-30 Network system and network control method

Country Status (1)

Country Link
JP (1) JP2013115733A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2015046539A1 (en) * 2013-09-30 2015-04-02 日本電気株式会社 Relay apparatus, control apparatus, communication system, monitor packet processing method, and topology management method
WO2015085518A1 (en) * 2013-12-11 2015-06-18 华为技术有限公司 Packet processing method and device

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005333454A (en) * 2004-05-20 2005-12-02 Nippon Telegr & Teleph Corp <Ntt> Server apparatus for setting path, method for setting path and path setting program
JP2010074375A (en) * 2008-09-17 2010-04-02 Nippon Telegr & Teleph Corp <Ntt> Direct path establishing method, server device, sender network node device, direct path establishment network, and program thereof
JP2011101245A (en) * 2009-11-06 2011-05-19 Nec Corp Communication system, path controller, path control method and program for path control

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005333454A (en) * 2004-05-20 2005-12-02 Nippon Telegr & Teleph Corp <Ntt> Server apparatus for setting path, method for setting path and path setting program
JP2010074375A (en) * 2008-09-17 2010-04-02 Nippon Telegr & Teleph Corp <Ntt> Direct path establishing method, server device, sender network node device, direct path establishment network, and program thereof
JP2011101245A (en) * 2009-11-06 2011-05-19 Nec Corp Communication system, path controller, path control method and program for path control

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2015046539A1 (en) * 2013-09-30 2015-04-02 日本電気株式会社 Relay apparatus, control apparatus, communication system, monitor packet processing method, and topology management method
WO2015085518A1 (en) * 2013-12-11 2015-06-18 华为技术有限公司 Packet processing method and device
US10178023B2 (en) 2013-12-11 2019-01-08 Huawei Technologies Co., Ltd. Packet processing method and apparatus
US10581735B2 (en) 2013-12-11 2020-03-03 Huawei Technologies Co., Ltd. Packet processing method and apparatus
US11134009B2 (en) 2013-12-11 2021-09-28 Huawei Technologies Co., Ltd. Packet processing method and apparatus

Similar Documents

Publication Publication Date Title
JP5846221B2 (en) Network system and topology management method
JP5610247B2 (en) Network system and policy route setting method
US9515868B2 (en) System and method for communication
JP5652475B2 (en) Network system and network management method
JP5557066B2 (en) Switch system, centralized monitoring management method
EP2562970B1 (en) Switch, and flow table control method
JP5842933B2 (en) Network system and route information synchronization method
JP5660211B2 (en) Communication path control system and communication path control method
JP5747993B2 (en) Load reduction system and load reduction method
JP5532276B2 (en) Switch system and data transfer method
WO2011093228A1 (en) Front end system and front end processing method
WO2012121098A1 (en) Network system, packet processing method, and storage medium
JP5966488B2 (en) Network system, switch, and communication delay reduction method
JP5495150B2 (en) Network system, network device, and path control method
JP2013115733A (en) Network system and network control method
JP2017050708A (en) Communication system, control unit, switch, communication method, and program
CN107566278B (en) Transmission method, device and system
JP2013143698A (en) Network system, switch, and inter-switch setting notification method
JP2015511097A (en) COMMUNICATION SYSTEM, CONTROL DEVICE, COMMUNICATION METHOD, AND PROGRAM

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20141010

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20150624

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20150630

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20151027