JP2014168157A - Communication system, control device, control method for control device, and program - Google Patents

Communication system, control device, control method for control device, and program Download PDF

Info

Publication number
JP2014168157A
JP2014168157A JP2013039258A JP2013039258A JP2014168157A JP 2014168157 A JP2014168157 A JP 2014168157A JP 2013039258 A JP2013039258 A JP 2013039258A JP 2013039258 A JP2013039258 A JP 2013039258A JP 2014168157 A JP2014168157 A JP 2014168157A
Authority
JP
Japan
Prior art keywords
communication node
switch
transfer path
packet transfer
control device
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
JP2013039258A
Other languages
Japanese (ja)
Inventor
Junichi Yamato
純一 大和
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
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP2013039258A priority Critical patent/JP2014168157A/en
Publication of JP2014168157A publication Critical patent/JP2014168157A/en
Pending legal-status Critical Current

Links

Images

Abstract

PROBLEM TO BE SOLVED: To provide a communication system for improving availability.SOLUTION: A communication system includes: a switch which is connected to a communication node and processes a packet according to a processing rule for packet processing; a control device for setting the processing rule to the switch; and a management device which is connected to the switch and manages a redundant system composed of a communication node in an active mode and communication node in a standby mode. When a first packet transfer path between the communication node and the communication node in the active mode disappears because of a connection failure generated between the switch and communication node in the active mode, the control device deletes a processing rule related to the first packet transfer path from the switch and notifies the management device of absence of the first packet transfer path. In response to the notification from the control device, the management device exchanges the communication node in the active mode and communication node in the standby mode of the redundant system.

Description

本発明は、通信システム、制御装置、制御装置の制御方法及びプログラムに関する。特に、冗長化された通信システム、制御装置、制御装置の制御方法及びプログラムに関する。   The present invention relates to a communication system, a control device, a control method for the control device, and a program. In particular, the present invention relates to a redundant communication system, a control device, a control method for the control device, and a program.

近年、オープンフロー(OpenFlow)という技術が提案されている(非特許文献1、2参照)。オープンフローは、通信をエンドツーエンドのフローとして捉え、フロー単位で経路制御、障害回復、負荷分散、最適化を行うものである。非特許文献2に仕様化されているオープンフロースイッチは、オープンフローコントローラとの通信用のセキュアチャネルを備え、オープンフローコントローラから適宜追加又は書き換え指示されるフローテーブルに従って動作する。フローテーブルには、フロー毎に、パケットヘッダと照合するマッチ条件(Match Fields)と、フロー統計情報(Counters)と、処理内容を定義したインストラクション(Instructions)と、の組が定義される(非特許文献2の「4.1 Flow Table」の項参照)。   In recent years, a technique called OpenFlow has been proposed (see Non-Patent Documents 1 and 2). OpenFlow captures communication as an end-to-end flow and performs path control, failure recovery, load balancing, and optimization on a per-flow basis. The OpenFlow switch specified in Non-Patent Document 2 includes a secure channel for communication with the OpenFlow controller, and operates according to a flow table that is appropriately added or rewritten from the OpenFlow controller. In the flow table, for each flow, a set of a match condition (Match Fields) to be matched with a packet header, flow statistical information (Counters), and an instruction (Instructions) defining processing contents is defined (non-patented). (Refer to the section “4.1 Flow Table” in Document 2).

例えば、オープンフロースイッチは、パケットを受信すると、フローテーブルから、受信パケットのヘッダ情報に適合するマッチ条件(非特許文献2の「4.3 Match Fields」参照)を持つエントリを検索する。検索の結果、受信パケットに適合するエントリが見つかった場合、オープンフロースイッチは、フロー統計情報(カウンタ)を更新するとともに、受信パケットに対して、当該エントリのインストラクションフィールドに記述された処理内容(指定ポートからのパケット送信、フラッディング、廃棄等)を実施する。一方、検索の結果、受信パケットに適合するエントリが見つからなかった場合、オープンフロースイッチは、セキュアチャネルを介して、オープンフローコントローラに対してエントリ設定の要求、即ち、受信パケットを処理するための制御情報の送信要求(Packet−Inメッセージ)を送信する。オープンフロースイッチは、処理内容が定められたフローエントリを受け取ってフローテーブルを更新する。このように、オープンフロースイッチは、フローテーブルに格納されたエントリを制御情報として用いてパケット転送を行う。   For example, when the OpenFlow switch receives a packet, the OpenFlow switch searches the flow table for an entry having a matching condition (see “4.3 Match Fields” in Non-Patent Document 2) that matches the header information of the received packet. If an entry that matches the received packet is found as a result of the search, the OpenFlow switch updates the flow statistical information (counter) and processes the processing (designated) in the instruction field of the entry for the received packet. Perform packet transmission, flooding, discard, etc. from the port. On the other hand, if no entry matching the received packet is found as a result of the search, the OpenFlow switch sends an entry setting request to the OpenFlow controller via the secure channel, that is, a control for processing the received packet. An information transmission request (Packet-In message) is transmitted. The OpenFlow switch receives a flow entry whose processing content is defined and updates the flow table. As described above, the OpenFlow switch performs packet transfer using the entry stored in the flow table as control information.

さらに、ネットワークの信頼性及び可用性を向上させる目的で、通信ノードの冗長化が行われる。例えば、VRRP(Virtual Router Redundancy Protocol)等の冗長化プロトコルをサポートする2つの通信ノードを用意し、これらの通信ノードのうち1つを稼働系の通信ノードとして動作させ、他の通信ノードは待機系の通信ノードとして動作させる。稼働系の通信ノードに障害が生じると、稼働系の通信ノードと待機系の通信ノードが入れ替わる(フェイルオーバーの実施)ことで、ネットワークの信頼性及び可用性を高める。   Further, communication nodes are made redundant for the purpose of improving the reliability and availability of the network. For example, two communication nodes that support a redundancy protocol such as VRRP (Virtual Router Redundancy Protocol) are prepared, and one of these communication nodes is operated as an active communication node, and the other communication nodes are standby systems. As a communication node. When a failure occurs in the active communication node, the active communication node and the standby communication node are switched (execution of failover), thereby improving the reliability and availability of the network.

特許文献1において、稼働系の通信ノードと待機系の通信ノードの間で定期的な通信(所謂、ハートビート通信)を行い、稼働系のホストの生存を確認する冗長化システム(二重化システム)が開示されている。   In Patent Document 1, there is a redundant system (duplex system) that performs periodic communication (so-called heartbeat communication) between an active communication node and a standby communication node and confirms the survival of an active host. It is disclosed.

特開2004−302512号公報JP 2004-302512 A

Nick McKeownほか7名、"OpenFlow: Enabling Innovation in Campus Networks"、[online]、[平成25年2月1日検索]、インターネット〈URL:http://www.openflowswitch.org//documents/openflow-wp-latest.pdf〉Nick McKeown and seven others, "OpenFlow: Enabling Innovation in Campus Networks", [online], [searched February 1, 2013], Internet <URL: http://www.openflowswitch.org//documents/openflow- wp-latest.pdf> "OpenFlow Switch Specification" Version 1.1.0. (Wire Protocol 0x02) [平成25年2月1日検索]、インターネット〈URL:http://www.openflowswitch.org/documents/openflow-spec-v1.1.0.pdf〉"OpenFlow Switch Specification" Version 1.1.0. (Wire Protocol 0x02) [Search February 1, 2013], Internet <URL: http://www.openflowswitch.org/documents/openflow-spec-v1.1.0. pdf>

なお、上記先行技術文献の各開示を、本書に引用をもって繰り込むものとする。以下の分析は、本発明者らによってなされたものである。   Each disclosure of the above prior art document is incorporated herein by reference. The following analysis was made by the present inventors.

特許文献1が開示するような、稼働系の通信ノードと待機系の通信ノードが定期的な通信を行うことで、稼働系の通信ノードと待機系の通信ノードを入れ替える手法には、通信システム全体の信頼性及び可用性の観点からは問題がある。冗長化された通信ノードを含む通信システムが正常に動作しない状況は、稼働系の通信ノードにおける障害の発生に限らない。例えば、稼働系の通信ノードと、当該通信ノードに接続されたスイッチと、の間に接続障害が生じている場合には、通信システム全体が正常に動作しているといえない。   As disclosed in Patent Document 1, there is a method for switching between an active communication node and a standby communication node by performing regular communication between an active communication node and a standby communication node. There are problems in terms of reliability and availability. The situation where the communication system including the redundant communication node does not operate normally is not limited to the occurrence of a failure in the active communication node. For example, if a connection failure occurs between the active communication node and a switch connected to the communication node, it cannot be said that the entire communication system is operating normally.

しかし、このような場合、稼働系の通信ノード自身には障害が生じておらず、稼働系の通信ノードと待機系の通信ノード間の定期的な通信は可能である。稼働系の通信ノードと待機系の通信ノードとの間で定期的な通信が行われていれば、フェイルオーバーは生じない。即ち、稼働系の通信ノードと当該通信ノードに接続されたスイッチの間には接続障害が生じているにもかかわらず、障害を回復するための対応が実施されることはない。即ち、通信システムの可用性に関し、改善の余地がある。   However, in such a case, there is no failure in the active communication node itself, and periodic communication between the active communication node and the standby communication node is possible. If regular communication is performed between the active communication node and the standby communication node, failover does not occur. That is, no action is taken to recover from a failure even though a connection failure has occurred between the active communication node and the switch connected to the communication node. That is, there is room for improvement regarding the availability of the communication system.

本発明は、可用性を向上させることに寄与する通信システムを提供することを目的とする。   An object of the present invention is to provide a communication system that contributes to improving availability.

本発明の第1の視点によれば、通信ノードと接続され、パケットを処理するための処理規則に従いパケットを処理するスイッチと、前記スイッチに処理規則を設定する制御装置と、前記スイッチに接続され、稼働系の通信ノードと待機系の通信ノードからなる冗長化システムを管理する管理装置と、を含み、前記制御装置は、前記スイッチと前記稼働系の通信ノードの間の接続障害により、前記通信ノードと前記稼働系の通信ノード間の第1のパケット転送経路が不存在となる場合に、前記第1のパケット転送経路に関連する処理規則を、前記スイッチから削除すると共に、前記第1のパケット転送経路の不存在を前記管理装置に通知し、前記管理装置は、前記制御装置からの通知に応じて、前記冗長化システムの稼働系と待機系の通信ノードを入れ替える通信システムが提供される。   According to a first aspect of the present invention, a switch that is connected to a communication node and processes a packet according to a processing rule for processing the packet, a control device that sets a processing rule in the switch, and a switch that is connected to the switch A management device that manages a redundant system composed of an active communication node and a standby communication node, and the control device causes the communication due to a connection failure between the switch and the active communication node. When there is no first packet transfer path between the node and the active communication node, the processing rule related to the first packet transfer path is deleted from the switch, and the first packet The management device is notified of the absence of a transfer path, and the management device responds to the notification from the control device and communicates between the active system and the standby system of the redundant system. The communication system to switch the provided.

本発明の第2の視点によれば、通信ノードと接続され、パケットを処理するための処理規則に従いパケットを処理するスイッチを制御する制御装置であって、前記スイッチと、冗長化システムを構成する稼働系の通信ノードの間の接続障害により、前記通信ノードと前記稼働系の通信ノード間のパケット転送経路が不存在となる場合に、前記パケット転送経路を実現する処理規則を、前記スイッチから削除すると共に、前記パケット転送経路の不存在を、前記冗長化システムを管理する管理装置に通知する制御装置が提供される。   According to a second aspect of the present invention, there is provided a control device that controls a switch that is connected to a communication node and processes a packet in accordance with a processing rule for processing the packet, and constitutes a redundant system with the switch. When the packet transfer path between the communication node and the active communication node is not present due to a connection failure between the active communication nodes, the processing rule for realizing the packet transfer path is deleted from the switch. In addition, a control device is provided that notifies the management device that manages the redundant system of the absence of the packet transfer path.

本発明の第3の視点によれば、通信ノードと接続され、パケットを処理するための処理規則に従いパケットを処理するスイッチを制御する制御装置の制御方法であって、前記スイッチと、冗長化システムを構成する稼働系の通信ノードの間の接続障害により、前記通信ノードと前記稼働系の通信ノード間のパケット転送経路が存在するか否かを判定する工程と、前記パケット転送経路が不存在の場合に、前記パケット転送経路を実現する処理規則を、前記スイッチから削除する工程と、前記パケット転送経路が不存在の場合に、前記パケット転送経路の不存在を、前記冗長化システムを管理する管理装置に通知する工程と、を含む制御装置の制御方法が提供される。
なお、本方法は、スイッチを制御する制御装置という、特定の機械に結びつけられている。
According to a third aspect of the present invention, there is provided a control method for a control device that controls a switch that is connected to a communication node and processes a packet in accordance with a processing rule for processing the packet. Determining whether there is a packet transfer path between the communication node and the active communication node due to a connection failure between the active communication nodes constituting the network, and the packet transfer path is not present A process for deleting the processing rule for realizing the packet transfer path from the switch, and a management for managing the redundancy system for the absence of the packet transfer path when the packet transfer path is not present. And a method for controlling the control device.
The method is associated with a specific machine called a control device that controls the switch.

本発明の第4の視点によれば、通信ノードと接続され、パケットを処理するための処理規則に従いパケットを処理するスイッチを制御する制御装置を制御するコンピュータに実行させるプログラムであって、前記スイッチと、冗長化システムを構成する稼働系の通信ノードの間の接続障害により、前記通信ノードと前記稼働系の通信ノード間のパケット転送経路が存在するか否かを判定する処理と、前記パケット転送経路が不存在の場合に、前記パケット転送経路を実現する処理規則を、前記スイッチから削除する処理と、前記パケット転送経路が不存在の場合に、前記パケット転送経路の不存在を、前記冗長化システムを管理する管理装置に通知する処理と、実行させるプログラムが提供される。
なお、第4の視点に係るプログラムは、コンピュータが読み取り可能な記憶媒体に記録することができる。記憶媒体は、半導体メモリ、ハードディスク、磁気記録媒体、光記録媒体等の非トランジェント(non−transient)なものとすることができる。本発明は、コンピュータプログラム製品として具現することも可能である。
According to a fourth aspect of the present invention, there is provided a program that is executed by a computer that controls a control device that is connected to a communication node and controls a switch that processes a packet in accordance with a processing rule for processing the packet. Determining whether there is a packet transfer path between the communication node and the active communication node due to a connection failure between the active communication nodes constituting the redundant system; and the packet transfer When the route does not exist, the processing rule for realizing the packet transfer route is deleted from the switch, and when the packet transfer route does not exist, the absence of the packet transfer route is determined as the redundancy. A process for notifying a management apparatus that manages the system and a program to be executed are provided.
The program according to the fourth viewpoint can be recorded on a computer-readable storage medium. The storage medium can be non-transient such as a semiconductor memory, a hard disk, a magnetic recording medium, an optical recording medium, or the like. The present invention can also be embodied as a computer program product.

本発明の各視点によれば、可用性を向上させることに寄与する通信システム、制御装置、制御装置の制御方法及びプログラムが、提供される。   According to each aspect of the present invention, a communication system, a control device, a control method for the control device, and a program that contribute to improving availability are provided.

一実施形態の概要を説明するための図である。It is a figure for demonstrating the outline | summary of one Embodiment. 第1の実施形態に係る通信システムの一例を示す図である。It is a figure which shows an example of the communication system which concerns on 1st Embodiment. スイッチ10の内部構成の一例を示す図である。2 is a diagram illustrating an example of an internal configuration of a switch 10. FIG. スイッチ10に設定する処理規則の一例を示す図である。4 is a diagram illustrating an example of processing rules set in a switch 10. FIG. インストラクションフィールドに設定可能な処理内容とその内容の一例の図である。It is a figure of an example of the processing content which can be set to an instruction field, and its content. 制御装置20の内部構成の一例を示す図である。3 is a diagram illustrating an example of an internal configuration of a control device 20. FIG. トポロジDB22のエントリの一例を示す図である。It is a figure which shows an example of the entry of topology DB22. パケット転送経路DB25のエントリの一例を示す図である。It is a figure which shows an example of the entry of packet transfer path | route DB25. 構成管理装置40の内部構成の一例を示す図である。3 is a diagram illustrating an example of an internal configuration of a configuration management device 40. FIG. 通信ノード管理DB41のエントリの一例を示す図である。It is a figure which shows an example of the entry of communication node management DB41. スイッチ10の動作の一例を示すフローチャートである。4 is a flowchart showing an example of the operation of the switch 10. 制御装置20の動作の一例を示すフローチャートである。3 is a flowchart showing an example of the operation of the control device 20. 制御装置20の動作の一例を示すフローチャートである。3 is a flowchart showing an example of the operation of the control device 20. 制御装置20の動作の一例を示すフローチャートである。3 is a flowchart showing an example of the operation of the control device 20. 構成管理装置40の動作の一例を示すフローチャートである。4 is a flowchart showing an example of the operation of the configuration management device 40. 構成管理装置40の動作の一例を示すフローチャートである。4 is a flowchart showing an example of the operation of the configuration management device 40. 第1の実施形態に係る通信システムの動作の一例を示すシーケンス図である。It is a sequence diagram which shows an example of operation | movement of the communication system which concerns on 1st Embodiment. 第1の実施形態に係る通信システムの動作の一例を示すシーケンス図である。It is a sequence diagram which shows an example of operation | movement of the communication system which concerns on 1st Embodiment. 第1の実施形態に係る通信システムの動作の一例を示すシーケンス図である。It is a sequence diagram which shows an example of operation | movement of the communication system which concerns on 1st Embodiment. 第1の実施形態に係る通信システムの動作の一例を示すシーケンス図である。It is a sequence diagram which shows an example of operation | movement of the communication system which concerns on 1st Embodiment. 第2の実施形態に係る通信システムの動作の一例を示すシーケンス図である。It is a sequence diagram which shows an example of operation | movement of the communication system which concerns on 2nd Embodiment. 制御装置20aの動作の一例を示すフローチャートである。It is a flowchart which shows an example of operation | movement of the control apparatus 20a. 構成管理装置40の動作の一例を示すフローチャートである。4 is a flowchart showing an example of the operation of the configuration management device 40.

初めに、図1を用いて一実施形態の概要について説明する。なお、この概要に付記した図面参照符号は、理解を助けるための一例として各要素に便宜上付記したものであり、この概要の記載はなんらの限定を意図するものではない。   First, an outline of an embodiment will be described with reference to FIG. Note that the reference numerals of the drawings attached to the outline are attached to the respective elements for convenience as an example for facilitating understanding, and the description of the outline is not intended to be any limitation.

上述のように、スイッチと稼働系の通信ノードの間に接続障害が生じた場合であっても、稼働を継続する可用性の高い通信システムが望まれる。   As described above, a highly available communication system that continues operation even when a connection failure occurs between the switch and the active communication node is desired.

そこで、一例として図1に示す通信システムを提供する。図1に示す通信システムは、スイッチ100−1及び100−2と、制御装置101と、管理装置102と、を含んで構成される。通信ノード103と接続されるスイッチ100−1と、100−2は、パケットを処理するための処理規則に従い、パケットを処理する。制御装置101は、スイッチ100−1及び100−2に処理規則を設定する。管理装置102は、スイッチ100−1及び100−2に接続され、稼働系の通信ノード104と待機系の通信ノード105からなる冗長化システムを管理する。制御装置101は、スイッチ100−1と稼働系の通信ノード104の間の接続障害により、通信ノード103と稼働系の通信ノード104間の第1のパケット転送経路が不存在となる場合に、第1のパケット転送経路に関連する処理規則を、スイッチ100−1及び100−2から削除すると共に、第1のパケット転送経路の不存在を管理装置102に通知する。管理装置102は、制御装置101からの通知に応じて、冗長化システムの稼働系と待機系の通信ノードを入れ替える。   Therefore, the communication system shown in FIG. 1 is provided as an example. The communication system shown in FIG. 1 includes switches 100-1 and 100-2, a control device 101, and a management device 102. The switches 100-1 and 100-2 connected to the communication node 103 process a packet according to a processing rule for processing the packet. The control device 101 sets processing rules for the switches 100-1 and 100-2. The management device 102 is connected to the switches 100-1 and 100-2 and manages a redundant system including the active communication node 104 and the standby communication node 105. When the first packet transfer path between the communication node 103 and the active communication node 104 does not exist due to a connection failure between the switch 100-1 and the active communication node 104, the control device 101 The processing rule related to one packet transfer path is deleted from the switches 100-1 and 100-2, and the management apparatus 102 is notified of the absence of the first packet transfer path. In response to the notification from the control device 101, the management device 102 switches between the active and standby communication nodes of the redundant system.

制御装置101は、スイッチ100−1と稼働系の通信ノード104の間に生じた接続障害を、例えば、スイッチ100−1におけるポートの状態変化等により認識する。制御装置101は、その接続障害に起因し、通信ノード103と稼働系の通信ノード104間の第1のパケット転送経路が消滅した場合には、第1のパケット転送経路を実現する処理規則をスイッチ100−1及び100−2から削除する。さらに、制御装置101は、第1のパケット転送経路の不存在を、管理装置102に通知する。通知を受信した管理装置102は、稼働系の通信ノード104を待機系の通信ノードとして動作させ、待機系の通信ノード105を稼働系の通信ノードとして動作させる。その結果、稼働系の通信ノード104には障害が発生しておらず、管理装置102は、稼働系の通信ノード104を介して、通信システムの障害を認識できない状況であっても、制御装置101を介して通信システムの障害を認識できる。管理装置102は、スイッチ100−1と稼働系の通信ノード104の間の接続障害を認識すれば、待機系の通信ノード105を稼働系の通信ノードとして動作させることができる。   The control device 101 recognizes a connection failure that has occurred between the switch 100-1 and the active communication node 104, for example, based on a port state change in the switch 100-1. When the first packet transfer path between the communication node 103 and the active communication node 104 disappears due to the connection failure, the control device 101 switches the processing rule for realizing the first packet transfer path. Delete from 100-1 and 100-2. Further, the control device 101 notifies the management device 102 of the absence of the first packet transfer path. Upon receiving the notification, the management apparatus 102 operates the active communication node 104 as a standby communication node, and operates the standby communication node 105 as an active communication node. As a result, no fault has occurred in the active communication node 104, and the management apparatus 102 can recognize the fault of the communication system via the active communication node 104 even if the control apparatus 101 cannot recognize the fault. The failure of the communication system can be recognized via If the management apparatus 102 recognizes a connection failure between the switch 100-1 and the active communication node 104, the management apparatus 102 can operate the standby communication node 105 as an active communication node.

また、既に設定されていた第1のパケット転送経路を実現する処理規則は削除されるため、例えば、通信ノード103から冗長化システムに向けてパケットが送信された場合、スイッチ100−1は新規パケットを受信したと判断し、制御装置101に処理規則の設定を要求する。要求を受けた制御装置101は、通信ノード103から新たな稼働系の通信ノードへのパケット転送経路を実現する処理規則を、スイッチ100−1及び100−2に設定する。その結果、通信ノード103から冗長化システムに向けたパケット転送経路が確保され、通信システムの運用を継続できる。即ち、通信システムに生じた障害が回復され、通信システムの可用性が高まる。   In addition, since the processing rule that realizes the first packet transfer path that has already been set is deleted, for example, when a packet is transmitted from the communication node 103 to the redundant system, the switch 100-1 performs a new packet. And requests the control device 101 to set a processing rule. Upon receiving the request, the control apparatus 101 sets processing rules for realizing a packet transfer path from the communication node 103 to the new active communication node in the switches 100-1 and 100-2. As a result, a packet transfer path from the communication node 103 to the redundant system is secured, and the operation of the communication system can be continued. That is, the failure that occurred in the communication system is recovered, and the availability of the communication system is increased.

以下に具体的な実施の形態について、図面を参照してさらに詳しく説明する。   Hereinafter, specific embodiments will be described in more detail with reference to the drawings.

[第1の実施形態]
第1の実施形態について、図面を用いてより詳細に説明する。
[First Embodiment]
The first embodiment will be described in more detail with reference to the drawings.

図2は、第1の実施形態に係る通信システムの一例を示す図である。図2を参照すると、ネットワーク間の接続を実現するスイッチ10−1〜10−3と、スイッチ10−1〜10−3を含むネットワークを制御する制御装置20と、スイッチ10−1〜10−3のそれぞれに接続された通信ノード30−1〜30−3と、構成管理装置40と、を含む構成が示されている。   FIG. 2 is a diagram illustrating an example of a communication system according to the first embodiment. Referring to FIG. 2, switches 10-1 to 10-3 that realize connection between networks, a control device 20 that controls a network including the switches 10-1 to 10-3, and switches 10-1 to 10-3. A configuration including communication nodes 30-1 to 30-3 and a configuration management device 40 connected to each of the nodes is shown.

例えば、制御装置20はオープンフローコントローラに相当し、スイッチ10−1〜10−3はオープンフロースイッチに相当する。制御装置20と、スイッチ10−1〜10−3は、それぞれ、セキュアチャネルにより接続されている。また、スイッチ10−1〜10−3の間の回線は、冗長化されている。   For example, the control device 20 corresponds to an open flow controller, and the switches 10-1 to 10-3 correspond to open flow switches. The control device 20 and the switches 10-1 to 10-3 are each connected by a secure channel. Further, the lines between the switches 10-1 to 10-3 are made redundant.

なお、以降の説明において、スイッチ10−1〜10−3を特に区別する必要のないときは「スイッチ10」と表記する。同様に、通信ノード30−1〜30−3を特に区別する必要のないときは「通信ノード30」と表記する。また、図2に示す通信システムは例示であって、スイッチや通信ノードの個数及びこれらの接続は、図2の構成に限定されない。   In the following description, the switches 10-1 to 10-3 are referred to as “switch 10” when it is not necessary to distinguish them. Similarly, the communication nodes 30-1 to 30-3 are described as “communication node 30” when it is not necessary to distinguish them. The communication system shown in FIG. 2 is an example, and the number of switches and communication nodes and their connection are not limited to the configuration shown in FIG.

通信ノード30−1〜30−3は、サーバ等の計算機である。通信ノード30−1〜30−3のうち、少なくとも2以上の通信ノードにより冗長化システムを構成する。図2に示す通信システムにおいては、通信ノード30−1及び30−3が冗長化システムを構成する。また、冗長化システムを構成する通信ノード30のうち、稼働系の通信ノードは、構成管理装置40に対して、自身は稼働中であることを示すメッセージを定期的に送信する(以下、当該メッセージをハートビート(Heart_Beat)メッセージと表記する)。構成管理装置40は、ハートビートメッセージを受信することで、稼働系の通信ノードが正常に動作していることを確認する。換言するならば、構成管理装置40は、ハートビートメッセージを受信できない場合に、稼働系の通信ノードに障害が生じていると認識する。   The communication nodes 30-1 to 30-3 are computers such as servers. Of the communication nodes 30-1 to 30-3, a redundant system is configured by at least two or more communication nodes. In the communication system shown in FIG. 2, communication nodes 30-1 and 30-3 constitute a redundant system. In addition, among the communication nodes 30 configuring the redundant system, the active communication node periodically transmits a message indicating that it is operating to the configuration management device 40 (hereinafter, the message). Is represented as a heartbeat (Heart_Beat) message). The configuration management device 40 receives the heartbeat message and confirms that the active communication node is operating normally. In other words, the configuration management device 40 recognizes that a failure has occurred in the active communication node when the heartbeat message cannot be received.

また、稼働系の通信ノードは、自らに障害が生じていると認識した場合には、その旨を構成管理装置40に通知してもよい。その結果、稼働系の通信ノードは、自らの障害を構成管理装置40に対して能動的に伝達でき、稼働系と待機系の通信ノードの入れ替えを早期に実現できる。本実施形態に係る通信ノード30は、自らの障害を検出した場合には、構成管理装置40に対してその旨を通知する。なお、稼働系の通信ノードが、自らに障害が生じたことを構成管理装置40に通知する際に使用するメッセージを、障害通知(Failure_Notification)メッセージと表記し、以降の説明を行う。例えば、通信ノード30は、自身に含まれる機能モジュールが正常動作しているか否かを判定し、機能モジュールが正常に動作していないと判定した場合には、障害通知メッセージを構成管理装置40に送信する。なお、通信ノード30が、機能モジュールの動作を確認する方法はどのようなものでもよい。例えば、機能モジュールが正常動作している場合には、内部レジスタのフラグを定期的に反転させ、当該レジスタのフラグが、所定の期間、変化しない場合に、当該機能モジュールに障害が生じていると判定してもよい。   When the active communication node recognizes that a failure has occurred, it may notify the configuration management apparatus 40 to that effect. As a result, the active communication node can actively transmit its own fault to the configuration management apparatus 40, and can quickly replace the active and standby communication nodes. When the communication node 30 according to the present embodiment detects its own failure, the communication node 30 notifies the configuration management apparatus 40 to that effect. Note that a message used when the active communication node notifies the configuration management apparatus 40 that a failure has occurred is referred to as a failure notification (Failure_Notification) message, and the following description will be given. For example, the communication node 30 determines whether or not the functional module included in the communication node 30 is operating normally. If the communication node 30 determines that the functional module is not operating normally, the communication node 30 sends a failure notification message to the configuration management apparatus 40. Send. Note that any method may be used by the communication node 30 to confirm the operation of the functional module. For example, when a function module is operating normally, the flag of the internal register is periodically inverted, and if the register flag does not change for a predetermined period, the function module is faulty. You may judge.

冗長化システムを構成する通信ノード30は、構成管理装置40の指示に従い、稼働系の通信ノードから待機系の通信ノード(あるいは、その逆)に入れ替わる。より具体的には、構成管理装置40が送信するサービスストップ(Service_Stop)メッセージを受信した稼働系の通信ノード30は待機系の通信ノードへと動作モードを切り替える。また、構成管理装置40が送信するサービススタート(Service_Start)メッセージを受信した待機系の通信ノード30は稼働系の通信ノードへと動作モードを切り替える。なお、構成管理装置40が、サービスストップメッセージ及びサービススタートメッセージを送信する条件等の詳細は後述する。   The communication node 30 configuring the redundant system is switched from the active communication node to the standby communication node (or vice versa) in accordance with an instruction from the configuration management device 40. More specifically, the active communication node 30 that has received the service stop (Service_Stop) message transmitted from the configuration management device 40 switches the operation mode to the standby communication node. Further, the standby communication node 30 that has received the service start (Service_Start) message transmitted by the configuration management device 40 switches the operation mode to the active communication node. Details of conditions for the configuration management apparatus 40 to transmit a service stop message and a service start message will be described later.

構成管理装置40は、クラスタ化され、冗長化システムを構成する通信ノード群を管理し、制御する装置である。図2において、通信ノード30−1及び30−3により冗長化システムが構成され、構成管理装置40はこれらの通信ノード30を管理し、制御する。   The configuration management device 40 is a device that manages and controls a communication node group that is clustered and configures a redundant system. In FIG. 2, a redundant system is configured by the communication nodes 30-1 and 30-3, and the configuration management device 40 manages and controls these communication nodes 30.

スイッチ10は、パケットを処理するための処理規則に従い、パケットを処理する。図3は、スイッチ10の内部構成の一例を示す図である。スイッチ10は、通信部11と、テーブル管理部12と、テーブルデータベース(テーブルDB)13と、転送処理部14と、接続監視部15と、を含んで構成されている。   The switch 10 processes the packet according to a processing rule for processing the packet. FIG. 3 is a diagram illustrating an example of the internal configuration of the switch 10. The switch 10 includes a communication unit 11, a table management unit 12, a table database (table DB) 13, a transfer processing unit 14, and a connection monitoring unit 15.

通信部11は、スイッチ10に処理規則(フローエントリ)を設定する制御装置20との通信を実現する手段である。本実施形態では、通信部11は、非特許文献2のオープンフロープロトコルを用いて制御装置20と通信するものとする。但し、通信部11と制御装置20との通信プロトコルは、オープンフロープロトコルに限定されるものではない。   The communication unit 11 is means for realizing communication with the control device 20 that sets a processing rule (flow entry) in the switch 10. In the present embodiment, the communication unit 11 communicates with the control device 20 using the OpenFlow protocol of Non-Patent Document 2. However, the communication protocol between the communication unit 11 and the control device 20 is not limited to the open flow protocol.

テーブル管理部12は、テーブルDB13に保持されているフローテーブルを管理する手段である。より具体的には、テーブル管理部12は、制御装置20から指示された処理規則をテーブルDB13に登録し、転送処理部14から新規パケットを受信したことが通知されると、制御装置20に処理規則の設定を要求する。   The table management unit 12 is means for managing the flow table held in the table DB 13. More specifically, the table management unit 12 registers the processing rule instructed by the control device 20 in the table DB 13, and when notified from the transfer processing unit 14 that a new packet has been received, Require rules to be set.

テーブルDB13は、転送処理部14が受信パケットの処理を行う際に参照するフローテーブルを1つ以上格納可能なデータベースによって構成される。   The table DB 13 is configured by a database that can store one or more flow tables to be referred to when the transfer processing unit 14 processes received packets.

転送処理部14は、テーブル検索部141と、アクション実行部142と、を含んで構成される。テーブル検索部141は、テーブルDB13に格納されたフローテーブルから、受信パケットに適合するマッチフィールドを持つエントリを検索する手段である。アクション実行部142は、テーブル検索部141にて検索されたエントリのインストラクションフィールドに示す処理内容に従ってパケット処理を行う手段である。   The transfer processing unit 14 includes a table search unit 141 and an action execution unit 142. The table search unit 141 is a means for searching for an entry having a match field that matches the received packet from the flow table stored in the table DB 13. The action execution unit 142 is a unit that performs packet processing according to the processing content indicated in the instruction field of the entry searched by the table search unit 141.

転送処理部14は、受信パケットに適合するマッチフィールドを持つエントリが見つからなかった場合は、その旨をテーブル管理部12に通知する。さらに、転送処理部14は、パケット処理に応じて、テーブルDB13に登録されている統計情報を更新する。   If no entry having a match field that matches the received packet is found, the transfer processing unit 14 notifies the table management unit 12 to that effect. Further, the transfer processing unit 14 updates the statistical information registered in the table DB 13 according to the packet processing.

接続監視部15は、スイッチ10が備えるポートの接続状態を監視する。より具体的には、接続監視部15は、スイッチ10のポートに通信機器(具体的には通信ノード30、他のスイッチ10)が接続され、当該通信機器との接続が活性化することを検出する。あるいは、接続監視部15は、自身のポートに接続された通信機器が取り除かれ、当該通信機器との接続が非活性化することを検出する。このように、接続監視部15は、スイッチ10が備えるポートの状態変化を検出する。   The connection monitoring unit 15 monitors the connection state of the ports included in the switch 10. More specifically, the connection monitoring unit 15 detects that a communication device (specifically, the communication node 30 or another switch 10) is connected to the port of the switch 10 and the connection with the communication device is activated. To do. Alternatively, the connection monitoring unit 15 detects that the communication device connected to its own port is removed and the connection with the communication device is deactivated. As described above, the connection monitoring unit 15 detects a change in the state of the port included in the switch 10.

接続監視部15は、ポートの状態変化を検出した場合に、制御装置20に対して、ポートステータス(Port_Status)メッセージを、通信部11を介して送信する。ポートステータスメッセージは、スイッチ10が備えるポートの状態変化(他の通信機器とのリンク確立又はリンク切断)を制御装置20に通知するメッセージである。なお、本実施形態に係るスイッチ10は、通信ノード30と接続するポートの状態変化と、他のスイッチ10と接続するポートの状態変化と、をそれぞれ検出し、検出結果をポートステータスメッセージとして制御装置20に送信する。つまり、スイッチ10が備えるポートでのリンク確立(リンクアップ)を示すポートステータスメッセージと、スイッチ10が備えるポートでのリンク切断(リンクダウン)を示すポートステータスメッセージと、がスイッチ10から制御装置20に送信される。即ち、ポートステータスメッセージは、スイッチ10と、通信ノード30又は他のスイッチ10と、の間の接続障害の発生を制御装置20に通知するためのメッセージである。   The connection monitoring unit 15 transmits a port status (Port_Status) message to the control device 20 via the communication unit 11 when detecting a change in the state of the port. The port status message is a message for notifying the control device 20 of a change in the state of a port included in the switch 10 (link establishment or link disconnection with another communication device). Note that the switch 10 according to the present embodiment detects a change in the state of a port connected to the communication node 30 and a change in the state of a port connected to another switch 10, and uses the detection result as a port status message. 20 to send. That is, a port status message indicating link establishment (link up) at a port included in the switch 10 and a port status message indicating link disconnection (link down) at a port included in the switch 10 are transmitted from the switch 10 to the control device 20. Sent. That is, the port status message is a message for notifying the control device 20 of the occurrence of a connection failure between the switch 10 and the communication node 30 or another switch 10.

図4は、スイッチ10に設定する処理規則の一例を示す図である。図4を参照すると、受信パケットのパケットヘッダと照合するルールを格納するマッチフィールド(Match Field)と、ルールに適合するパケット等の統計情報を格納するフロー統計情報フィールド(Counters)と、ルールに適合するパケットに適用する処理内容(Action)を格納するインストラクションフィールド(Instructions)と、を対応付けたエントリ(処理規則)が示されている。なお、マッチフィールドには、入力ポートや送信元MACアドレス等に関するルールを格納する複数のカラムが含まれる。また、受信パケットのパケットヘッダと照合するルールとして、マッチフィールドの条件にワイルドカードを設定してもよい。   FIG. 4 is a diagram illustrating an example of processing rules set in the switch 10. Referring to FIG. 4, a match field (Match Field) that stores a rule that matches a packet header of a received packet, a flow statistics information field (Counters) that stores statistical information such as a packet that conforms to the rule, and a rule that matches An entry (processing rule) in which an instruction field (Instructions) for storing processing contents (Action) to be applied to a packet to be associated is shown is shown. The match field includes a plurality of columns for storing rules relating to input ports, transmission source MAC addresses, and the like. Further, as a rule for matching with the packet header of the received packet, a wild card may be set in the condition of the match field.

図5は、インストラクションフィールドに設定可能な処理内容とその内容の一例の図である。図5を参照すると、例えば、OUTPUTは、受信パケットを指定ポート(インタフェース)に出力するアクションであることが分かる。また、SET_VLAN_VIDからSET_TP_DSTは、パケットヘッダのフィールドを修正するアクションである。これらを組み合わせて、例えば、ある送信元から宛先に送信されるパケットのVLAN IDを書き換えた上で、指定ポートから出力できる。   FIG. 5 is a diagram of processing contents that can be set in the instruction field and an example of the contents. Referring to FIG. 5, for example, OUTPUT is an action for outputting a received packet to a designated port (interface). Also, SET_VLAN_VID to SET_TP_DST are actions for correcting the field of the packet header. By combining these, for example, the VLAN ID of a packet transmitted from a certain source to the destination can be rewritten and output from a designated port.

図6は、制御装置20の内部構成の一例を示す図である。制御装置20は、トポロジ管理部21と、トポロジデータベース(トポロジDB)22と、制御メッセージ処理部23と、経路・アクション計算部24と、パケット転送経路データベース(パケット転送経路DB)25と、処理規則管理部26と、処理規則データベース(処理規則DB)27と、接続変更処理部28と、スイッチ10及び構成管理装置40との通信を行うノード通信部29と、を含んで構成される。   FIG. 6 is a diagram illustrating an example of the internal configuration of the control device 20. The control device 20 includes a topology management unit 21, a topology database (topology DB) 22, a control message processing unit 23, a route / action calculation unit 24, a packet transfer route database (packet transfer route DB) 25, and a processing rule. The management unit 26 includes a processing rule database (processing rule DB) 27, a connection change processing unit 28, and a node communication unit 29 that communicates with the switch 10 and the configuration management device 40.

トポロジ管理部21は、制御メッセージ処理部23及びノード通信部29を介して、制御装置20が制御対象とするスイッチ10の接続情報(スイッチ10と通信ノード30の接続に関する情報、スイッチ10同士の接続に関する情報)を集約し、ネットワークのトポロジを管理する。より具体的には、トポロジ管理部21は、スイッチ10が送信するポートステータスメッセージから得られるリンク確立及びリンク切断に関する情報を集約し、ネットワークのトポロジを把握する。なお、ネットワークの運用開始の際には、ネットワーク管理者がネットワークのトポロジを予め制御装置20に入力してもよい。   The topology management unit 21 connects the connection information of the switch 10 to be controlled by the control device 20 (information regarding the connection between the switch 10 and the communication node 30 and the connection between the switches 10 via the control message processing unit 23 and the node communication unit 29. Information) and manage the network topology. More specifically, the topology management unit 21 collects information on link establishment and link disconnection obtained from the port status message transmitted by the switch 10 and grasps the network topology. When the network operation is started, the network administrator may input the network topology into the control device 20 in advance.

トポロジDB22は、ネットワークのトポロジを記憶するデータベースである。制御装置20が制御対象とするネットワークのトポロジは、スイッチ10同士の接続と、スイッチ10と通信ノード30との接続と、から成り立つため、トポロジDB22はこれらの接続に関する情報を記憶する。   The topology DB 22 is a database that stores the network topology. Since the topology of the network to be controlled by the control device 20 is composed of the connection between the switches 10 and the connection between the switch 10 and the communication node 30, the topology DB 22 stores information regarding these connections.

図7は、トポロジDB22のエントリの一例を示す図である。図7(a)は、スイッチ10同士の接続に関するエントリである。図7(a)を参照すると、スイッチ10同士の接続は、それぞれのスイッチ10を識別するDPID(DataPath ID)と、DPIDに対応したポート番号の組により規定される。図7(b)は、スイッチ10と通信ノード30の接続に関するエントリである。図7(b)を参照すると、スイッチ10のDPIDとそのポート番号、及び、当該ポートに接続される通信ノード30が備えるNIC(Network Interface Card)のMACアドレスの対応付けにより、スイッチ10と通信ノード30の接続が規定される。なお、以降の説明において、通信機器(例えば、スイッチ10や通信ノード30)のMACアドレスと表記した場合には、当該通信機器が備えるNICのMACアドレスを意味するものとする。   FIG. 7 is a diagram illustrating an example of entries in the topology DB 22. FIG. 7A shows an entry related to the connection between the switches 10. Referring to FIG. 7A, the connection between the switches 10 is defined by a set of DPID (DataPath ID) for identifying each switch 10 and a port number corresponding to the DPID. FIG. 7B shows an entry related to the connection between the switch 10 and the communication node 30. Referring to FIG. 7B, the switch 10 and the communication node are associated with each other by associating the DPID of the switch 10 and its port number with the MAC address of the NIC (Network Interface Card) included in the communication node 30 connected to the port. 30 connections are defined. In the following description, when a MAC address of a communication device (for example, the switch 10 or the communication node 30) is described, it means a MAC address of a NIC included in the communication device.

制御メッセージ処理部23は、スイッチ10や構成管理装置40から受信したメッセージを解析して、制御装置20内の該当する処理手段に引き渡す。   The control message processing unit 23 analyzes the message received from the switch 10 or the configuration management device 40 and passes it to the corresponding processing means in the control device 20.

経路・アクション計算部24は、トポロジDB22が記憶するネットワークのトポロジに基づいて、フローごとのパケット転送経路を計算する。経路・アクション計算部24は、計算したパケット転送経路をパケット転送経路DB25に登録する。経路・アクション計算部24は、スイッチ10から処理規則の設定を要求された場合に、パケット転送経路を計算する。なお、経路・アクション計算部24は、要求された処理規則を実現するパケット転送経路を計算できない場合には、その旨を構成管理装置40に通知する。その際に、使用するメッセージを、パスディセーブル(Path_Disable)メッセージと表記する。さらに、経路・アクション計算部24は、接続変更処理部28からの指示に従い、パケット転送経路の計算を行うこともある。   The route / action calculation unit 24 calculates a packet transfer route for each flow based on the network topology stored in the topology DB 22. The route / action calculation unit 24 registers the calculated packet transfer route in the packet transfer route DB 25. The route / action calculation unit 24 calculates a packet transfer route when the switch 10 is requested to set a processing rule. If the packet transfer path that realizes the requested processing rule cannot be calculated, the path / action calculation unit 24 notifies the configuration management apparatus 40 to that effect. At this time, a message to be used is referred to as a path disable (Path_Disable) message. Further, the route / action calculation unit 24 may calculate a packet transfer route in accordance with an instruction from the connection change processing unit 28.

図8は、パケット転送経路DB25のエントリの一例を示す図である。なお、パケット転送経路DB25のエントリは、フローごとのパケット転送経路に対応して存在する。パケット転送経路DB25のエントリは、IN情報フィールド、OUT情報フィールド及びリンク情報フィールドから構成される。IN情報フィールドは、パケットを最初に入力するポートを格納する。具体的には、IN情報フィールドには、最初にパケットを受け付けるスイッチ10のDPIDと、当該スイッチ10のポート番号と、が格納される。OUT情報フィールドは、最後にパケットを出力するポートを格納する。具体的には、OUT情報フィールドには、パケットを出力するスイッチ10のDPIDと、当該スイッチ10のポート番号と、が格納される。リンク情報フィールドは、通過するリンクに関する情報を格納する。なお、通過するリンクが複数存在する場合には、リンク情報フィールドもまた複数存在する。リンク情報フィールドには、入力側のスイッチ10のDPIDとそのポート番号、出力側のスイッチ10のDPIDとそのポート番号、の組が格納される。このように、制御装置20は、パケット転送経路に含まれる、始点のスイッチ、中間のスイッチ及び終点のスイッチに関する情報を記憶する。   FIG. 8 is a diagram illustrating an example of entries in the packet transfer path DB 25. An entry in the packet transfer path DB 25 exists corresponding to the packet transfer path for each flow. An entry in the packet transfer path DB 25 includes an IN information field, an OUT information field, and a link information field. The IN information field stores a port where a packet is first input. Specifically, the DPID of the switch 10 that first receives a packet and the port number of the switch 10 are stored in the IN information field. The OUT information field stores the port that outputs the packet last. Specifically, the DP information of the switch 10 that outputs a packet and the port number of the switch 10 are stored in the OUT information field. The link information field stores information about the link that passes through. When there are a plurality of links that pass through, there are also a plurality of link information fields. The link information field stores a set of DPID of the switch 10 on the input side and its port number, and DPID of the switch 10 on the output side and its port number. In this manner, the control device 20 stores information regarding the start point switch, the intermediate switch, and the end point switch included in the packet transfer path.

処理規則管理部26は、スイッチ10に設定する処理規則を管理する。処理規則管理部26は、経路・アクション計算部24にて計算されたパケット転送経路に基づき、スイッチ10に設定する処理規則を生成し、生成した処理規則を処理規則DB27に登録する。また、処理規則管理部26は、生成した処理規則を、制御メッセージ処理部23及びノード通信部29を介してスイッチ10に設定する。さらに、処理規則管理部26は、接続変更処理部28からの指示に従い、処理規則DB27のエントリを変更(エントリの削除及び追加を含む)する。さらにまた、処理規則管理部26は、接続変更処理部28からの指示に従い、スイッチ10に既に設定した処理規則を削除し、又は、スイッチ10に新たな処理規則を設定する。   The processing rule management unit 26 manages processing rules set in the switch 10. The processing rule management unit 26 generates a processing rule to be set in the switch 10 based on the packet transfer route calculated by the route / action calculation unit 24 and registers the generated processing rule in the processing rule DB 27. Further, the processing rule management unit 26 sets the generated processing rule in the switch 10 via the control message processing unit 23 and the node communication unit 29. Further, the processing rule management unit 26 changes the entry of the processing rule DB 27 (including deletion and addition of entries) in accordance with an instruction from the connection change processing unit 28. Furthermore, the processing rule management unit 26 deletes the processing rule already set in the switch 10 or sets a new processing rule in the switch 10 according to the instruction from the connection change processing unit 28.

接続変更処理部28は、スイッチ10におけるポートの状態変更を示すポートステータスメッセージを、制御メッセージ処理部23及びノード通信部29を介して受信する。接続変更処理部28は、受信したポートステータスメッセージに基づいて、制御装置20内部の状態変更を行う。より具体的には、ポートステータスメッセージの受信は、制御装置20が制御対象とするネットワークのトポロジが変化したことを意味するので、トポロジの変化の影響を受けるパケット転送経路に関する処理を行う。より詳細には、受信したポートステータスメッセージがリンク切断を通知する場合には、リンク切断の影響を受けるパケット転送経路が存在する可能性がある(パケットを転送できないパケット転送経路が存在する可能性がある)。この場合、そのようなパケット転送経路に関連する処理規則を削除する。接続変更処理部28は、処理規則を削除する必要がある場合に、処理規則管理部26に対して、処理規則DB27のエントリを削除する指示と、スイッチ10に既に設定されている処理規則を削除させる指示と、を行う。   The connection change processing unit 28 receives a port status message indicating a port status change in the switch 10 via the control message processing unit 23 and the node communication unit 29. The connection change processing unit 28 changes the internal state of the control device 20 based on the received port status message. More specifically, since the reception of the port status message means that the topology of the network to be controlled by the control device 20 has changed, processing related to the packet transfer path that is affected by the change in topology is performed. More specifically, when the received port status message notifies link disconnection, there may be a packet transfer path that is affected by the link disconnection (there is a possibility that there is a packet transfer path that cannot transfer a packet). is there). In this case, the processing rule related to such a packet transfer path is deleted. When the processing rule needs to be deleted, the connection change processing unit 28 instructs the processing rule management unit 26 to delete the entry in the processing rule DB 27 and deletes the processing rule already set in the switch 10. Instructions.

さらに、このようなパケット転送経路が、構成管理装置40の管理対象である通信ノード30に関連する場合がある。そこで、接続変更処理部28は、リンク切断の影響を受けるパケット転送経路であって、通信ノード30が使用するパケット転送経路が存在するのであれば、その旨を構成管理装置40に通知する。換言するならば、接続変更処理部28は、通信ノード30と冗長化システムを構成する稼働系の通信ノード30の間のパケット転送経路であって、スイッチ10に生じたリンク切断の影響により消滅するパケット転送経路の存在を(稼働系の通信ノード30へのパケット転送経路の不存在を)判定し、消滅するパケット転送経路が存在する旨を構成管理装置40に通知する。なお、接続変更処理部28が、制御メッセージ処理部23及びノード通信部29を介して、リンク切断の影響により消滅するパケット転送経路を構成管理装置40に通知する際に使用するメッセージは、上述のパスディセーブルメッセージである。なお、消滅するパケット転送経路が存在する場合には、接続変更処理部28は、このようなパケット転送経路をパケット転送経路DB25から削除する。   Further, such a packet transfer path may be related to the communication node 30 that is the management target of the configuration management device 40. Therefore, if there is a packet transfer path that is affected by the link disconnection and is used by the communication node 30, the connection change processing unit 28 notifies the configuration management apparatus 40 to that effect. In other words, the connection change processing unit 28 is a packet transfer path between the communication node 30 and the active communication node 30 constituting the redundancy system, and disappears due to the link disconnection that occurs in the switch 10. The presence of the packet transfer path is determined (the absence of the packet transfer path to the active communication node 30), and the configuration management apparatus 40 is notified that there is a packet transfer path that disappears. Note that the message used when the connection change processing unit 28 notifies the configuration management apparatus 40 of the packet transfer path that disappears due to the link disconnection via the control message processing unit 23 and the node communication unit 29 is the above-described message. This is a path disable message. When there is a packet transfer route that disappears, the connection change processing unit 28 deletes such a packet transfer route from the packet transfer route DB 25.

また、接続変更処理部28は、構成管理装置40から、後述するホストディセーブル(Host_Disable)メッセージを、制御メッセージ処理部23及びノード通信部29を介して受信する。ホストディセーブルメッセージは、構成管理装置40が管理する冗長化システム(クラスタ化された通信ノード群)に含まれる稼働系の通信ノード30が使用不能となった旨を通知するメッセージである。従って、使用不能となった通信ノード30のパケットの転送のために用意されたパケット転送経路が存在する可能性がある。このような場合も、接続変更処理部28は、処理規則管理部26に、使用不能となった通信ノードに関連するパケット転送経路を実現する処理規則を削除させる。   Further, the connection change processing unit 28 receives a host disable (Host_Disable) message, which will be described later, from the configuration management device 40 via the control message processing unit 23 and the node communication unit 29. The host disable message is a message notifying that the active communication node 30 included in the redundant system (clustered communication node group) managed by the configuration management device 40 has become unusable. Therefore, there is a possibility that there is a packet transfer path prepared for transferring the packet of the communication node 30 that has become unusable. Even in such a case, the connection change processing unit 28 causes the processing rule management unit 26 to delete the processing rule that realizes the packet transfer path related to the communication node that has become unusable.

構成管理装置40は、スイッチ10に接続され、稼働系の通信ノード30と待機系の通信ノード30により構成される冗長化システム(クラスタ化された通信ノード群)を管理する装置である。例えば、図2に示す通信システムにおいては、構成管理装置40は、通信ノード30−1及び30−3を管理し、制御する。   The configuration management apparatus 40 is an apparatus that manages a redundant system (clustered communication node group) that is connected to the switch 10 and includes the active communication node 30 and the standby communication node 30. For example, in the communication system shown in FIG. 2, the configuration management device 40 manages and controls the communication nodes 30-1 and 30-3.

図9は、構成管理装置40の内部構成の一例を示す図である。構成管理装置40は、通信ノード管理データベース(通信ノード管理DB)41と、障害処理部42と、制御装置20及び通信ノード30との通信を行う通信部43と、を含んで構成される。   FIG. 9 is a diagram illustrating an example of the internal configuration of the configuration management apparatus 40. The configuration management device 40 includes a communication node management database (communication node management DB) 41, a failure processing unit 42, and a communication unit 43 that communicates with the control device 20 and the communication node 30.

通信ノード管理DB41は、クラスタ化された通信ノード群(例えば、通信ノード30−1及び30−3)に関する情報を記憶する。   The communication node management DB 41 stores information on clustered communication node groups (for example, communication nodes 30-1 and 30-3).

図10は、通信ノード管理DB41のエントリの一例を示す図である。通信ノード管理DB41のエントリは、稼働系通信ノードフィールドと、通信ノード情報フィールドと、から構成されている。稼働系通信ノードフィールドは、クラスタ化された通信ノード群における稼働系の通信ノード30を識別する情報を格納するフィールドである。稼働系通信ノードフィールドには、稼働系の通信ノード30のMACアドレスや、通信ノード情報フィールドに使用するインデックスが格納される。   FIG. 10 is a diagram illustrating an example of entries in the communication node management DB 41. The entry of the communication node management DB 41 is composed of an active communication node field and a communication node information field. The active communication node field is a field for storing information for identifying the active communication node 30 in the clustered communication node group. The active communication node field stores the MAC address of the active communication node 30 and an index used for the communication node information field.

通信ノード情報フィールドは、クラスタ化された通信ノード群に含まれる個々の通信ノード30に関する情報を格納するフィールドである。具体的には、通信ノード情報フィールドは、個々の通信ノード30のMACアドレスと、その通信ノード30の死活状態(通信ノード30が使用可能又は使用不能)を示す死活フラグと、を格納する。なお、図10では、稼働系の通信ノード30は1つであることが前提であるが、稼働系の通信ノード30が2以上であってもよい。稼働系の通信ノード30が複数存在すれば、クラスタ化された通信ノード群により可用性が高まるだけでなく、負荷分散も実現できる。   The communication node information field is a field for storing information related to individual communication nodes 30 included in the clustered communication node group. Specifically, the communication node information field stores a MAC address of each communication node 30 and a life / death flag indicating the life / death state of the communication node 30 (the communication node 30 is usable or unusable). In FIG. 10, it is assumed that there is one active communication node 30, but there may be two or more active communication nodes 30. If there are a plurality of active communication nodes 30, not only the availability is increased by the clustered communication nodes, but also load distribution can be realized.

障害処理部42は、冗長化システムを構成する通信ノード30の状態、又は、制御装置20からの通知に基づいて、通信ノード30を制御する。より具体的には、障害処理部42は、稼働系の通信ノード30が送信するハートビートメッセージを所定の期間内に受信できなかった場合、又は、稼働系の通信ノード30から障害通知メッセージを受信した場合には、冗長化システムの稼働系の通信ノード30と待機系の通信ノード30とを入れ替える。その際、障害処理部42は、通信部43を介して、稼働系の通信ノード30に対してはサービスストップメッセージを、待機系の通信ノード30に対してはサービススタートメッセージを、送信する。あるいは、制御装置20からパスディセーブルメッセージを受信した場合に、障害処理部42は、サービスストップメッセージ及びサービススタートメッセージを送信することで、稼働系の通信ノード30と待機系の通信ノード30を入れ替える。   The failure processing unit 42 controls the communication node 30 based on the state of the communication node 30 configuring the redundant system or the notification from the control device 20. More specifically, the failure processing unit 42 receives a failure notification message from the active communication node 30 when the heartbeat message transmitted by the active communication node 30 cannot be received within a predetermined period. In this case, the active communication node 30 and the standby communication node 30 of the redundant system are switched. At that time, the failure processing unit 42 transmits a service stop message to the active communication node 30 and a service start message to the standby communication node 30 via the communication unit 43. Alternatively, when a path disable message is received from the control device 20, the failure processing unit 42 exchanges the active communication node 30 and the standby communication node 30 by transmitting a service stop message and a service start message. .

さらに、障害処理部42は、稼働系の通信ノード30が送信するハートビートメッセージを所定の期間内に受信できなかった場合、又は、稼働系の通信ノード30から障害通知メッセージを受信した場合には、ホストディセーブルメッセージを制御装置20に送信することで、使用不能となった通信ノード30の存在を制御装置20に通知する。即ち、構成管理装置40は、稼働系の通信ノード30が定期的に送信するハートビートメッセージを所定の期間内に受信できない場合に、制御装置20に、稼働系の通信ノード30の使用不能を通知する。あるいは、構成管理装置40は、稼働系の通信ノード30に生じた障害を認識した場合に、制御装置20に、稼働系の通信ノード30の使用不能を通知する。   Furthermore, when the failure processing unit 42 cannot receive the heartbeat message transmitted by the active communication node 30 within a predetermined period, or when it receives a failure notification message from the active communication node 30 By transmitting a host disable message to the control device 20, the control device 20 is notified of the presence of the communication node 30 that has become unavailable. That is, the configuration management device 40 notifies the control device 20 that the active communication node 30 is unusable when the heartbeat message periodically transmitted by the active communication node 30 cannot be received within a predetermined period. To do. Alternatively, when the configuration management device 40 recognizes a failure that has occurred in the active communication node 30, the configuration management device 40 notifies the control device 20 that the active communication node 30 is unusable.

なお、図3、図6、図9に示したスイッチ10、制御装置20、構成管理装置40の各部(処理手段)は、これらの装置を構成するコンピュータに、そのハードウェアを用いて、後述する各処理を実行させるコンピュータプログラムにより実現することもできる。   Note that each unit (processing means) of the switch 10, the control device 20, and the configuration management device 40 shown in FIGS. 3, 6, and 9 will be described later using the hardware of a computer that constitutes these devices. It can also be realized by a computer program that executes each process.

次に、スイッチ10、制御装置20及び構成管理装置40の動作について説明する。   Next, operations of the switch 10, the control device 20, and the configuration management device 40 will be described.

図11は、スイッチ10の動作の一例を示すフローチャートである。図11は、スイッチ10がパケットを受け取った際の動作例を示す。   FIG. 11 is a flowchart illustrating an example of the operation of the switch 10. FIG. 11 shows an operation example when the switch 10 receives a packet.

スイッチ10の転送処理部14は、テーブルDB13に格納されている処理規則のマッチフィールドと受信パケットのパケットヘッダを比較し、受信パケットのパケットヘッダに一致する処理規則が存在するか否かを検索する(ステップS101、S102)。   The transfer processing unit 14 of the switch 10 compares the processing rule match field stored in the table DB 13 with the packet header of the received packet, and searches for a processing rule that matches the packet header of the received packet. (Steps S101 and S102).

受信パケットのパケットヘッダに一致するマッチフィールドを持つ処理規則が存在する場合(ステップS102、Yes分岐)には、転送処理部14は、ステップS101で検索した処理規則のインストラクションフィールドに指定されている処理(Action)を受信パケットに対して実行する(ステップS103)。   When there is a processing rule having a match field that matches the packet header of the received packet (step S102, Yes branch), the transfer processing unit 14 performs processing specified in the instruction field of the processing rule searched in step S101. (Action) is executed on the received packet (step S103).

一方、受信パケットのパケットヘッダに一致するマッチフィールドを持つ処理規則が存在しない場合(ステップS102、No分岐)には、受信パケットを制御装置20に転送する(ステップS104)。   On the other hand, when there is no processing rule having a match field that matches the packet header of the received packet (step S102, No branch), the received packet is transferred to the control device 20 (step S104).

なお、図11のフローチャートには示されていないが、スイッチ10は、制御装置20から、FlowModメッセージを受け取ることで、テーブルDB13のエントリの追加(ADD)又は削除(DEL)を行う。さらに、スイッチ10は、自身のポートに通信機器が接続され、当該通信機器との接続が活性化された場合や、通信機器との接続が切断され、当該通信機器との接続が非活性化された場合に、制御装置20に対して、ポートステータスメッセージを送信する。   Although not shown in the flowchart of FIG. 11, the switch 10 adds (ADD) or deletes (DEL) an entry in the table DB 13 by receiving a FlowMod message from the control device 20. Further, the switch 10 has a communication device connected to its own port and the connection with the communication device is activated, or the connection with the communication device is disconnected and the connection with the communication device is deactivated. In the case of a failure, a port status message is transmitted to the control device 20.

図12は、制御装置20の動作の一例を示すフローチャートである。図12は、スイッチ10から受信パケットが転送された場合における制御装置20の動作例を示す。   FIG. 12 is a flowchart illustrating an example of the operation of the control device 20. FIG. 12 shows an operation example of the control device 20 when a received packet is transferred from the switch 10.

ステップS201において、経路・アクション計算部24が、トポロジDB22が記憶するネットワークのトポロジを用いて、パケットの発信元の通信ノード30と宛先の通信ノード30間のパケット転送経路の計算を試みる。   In step S <b> 201, the route / action calculation unit 24 tries to calculate a packet transfer route between the communication node 30 that is the source of the packet and the communication node 30 that is the destination using the network topology stored in the topology DB 22.

経路・アクション計算部24は、パケット転送経路の計算が可能か否かを判定(ステップS202)し、パケット転送経路が存在する場合(ステップS202、Yes分岐)には、ステップS203〜S206に係る処理が実行される。一方、パケット転送経路が存在しない場合(ステップS202、No分岐)には、ステップS207及びS208に係る処理が実行される。   The route / action calculation unit 24 determines whether or not the packet transfer route can be calculated (step S202). If there is a packet transfer route (step S202, Yes branch), the processing according to steps S203 to S206 is performed. Is executed. On the other hand, when there is no packet transfer path (step S202, No branch), the processing according to steps S207 and S208 is executed.

ステップS203において、処理規則管理部26が、経路・アクション計算部24が計算したパケット転送経路に基づいて、スイッチ10に設定する処理規則を生成する。例えば、処理規則管理部26は、スイッチ10から転送された受信パケットのパケットヘッダを用いてマッチングフィールドを計算し、インストラクションフィールドに格納する処理として、処理規則を設定しようとするスイッチ10の次のスイッチ10、又は、宛先の通信ノード30に接続されたスイッチ10のポートにパケットを出力するOUTPUTを指定する。   In step S <b> 203, the processing rule management unit 26 generates a processing rule to be set in the switch 10 based on the packet transfer route calculated by the route / action calculation unit 24. For example, the processing rule management unit 26 calculates the matching field using the packet header of the received packet transferred from the switch 10 and stores it in the instruction field. 10 or OUTPUT that outputs a packet to the port of the switch 10 connected to the destination communication node 30 is specified.

経路・アクション計算部24は、ステップS201で計算したパケット転送経路(入出力ポートに関する情報、使用するリンクに関する情報;図8参照)を、パケット転送経路DB25に登録する(ステップS204)。   The route / action calculation unit 24 registers the packet transfer route (information on input / output ports, information on links to be used; see FIG. 8) calculated in step S201 in the packet transfer route DB 25 (step S204).

ステップS205において、処理規則管理部26は、ステップS203で生成した処理規則を、制御メッセージ処理部23及びノード通信部29を介して、対応するスイッチ10に設定する。   In step S205, the processing rule management unit 26 sets the processing rule generated in step S203 to the corresponding switch 10 via the control message processing unit 23 and the node communication unit 29.

ステップS206において、処理規則管理部26は、宛先の通信ノード30に最も近接するスイッチ10に対し、宛先の通信ノード30にパケットを転送するように指示(パケットアウトを指示)すると共に、転送すべきパケットを当該通信ノード30に送信する。   In step S206, the processing rule management unit 26 instructs the switch 10 closest to the destination communication node 30 to transfer the packet to the destination communication node 30 (instruct packet out) and transfer the packet. The packet is transmitted to the communication node 30.

ステップS207において、経路・アクション計算部24は、構成管理装置40に対してパケット転送経路が計算できない旨を通知する。なお、制御装置20が、構成管理装置40に対して送信するメッセージは、上述のパスディセーブルメッセージである。制御装置20が、パスディセーブルメッセージを送信する際には、送信元の通信ノード30と宛先の通信ノード30の間に形成できないパケット転送経路の当該発信元の通信ノード30と宛先の通信ノード30に関する情報も合わせて通知する。より具体的には、制御装置20は、構成管理装置40に対し、形成できないパケット転送経路における送信元の通信ノード30と宛先の通信ノード30のMACアドレスやIPアドレスを送信する。   In step S207, the route / action calculation unit 24 notifies the configuration management apparatus 40 that the packet transfer route cannot be calculated. The message transmitted from the control device 20 to the configuration management device 40 is the above-described path disable message. When the control device 20 transmits the path disable message, the source communication node 30 and the destination communication node 30 in the packet transfer path that cannot be formed between the source communication node 30 and the destination communication node 30. Also notify about the information. More specifically, the control device 20 transmits to the configuration management device 40 the MAC addresses and IP addresses of the source communication node 30 and the destination communication node 30 on the packet transfer path that cannot be formed.

その後、経路・アクション計算部24は、スイッチ10から転送された受信パケットを廃棄する(ステップS208)。   Thereafter, the route / action calculation unit 24 discards the received packet transferred from the switch 10 (step S208).

図13は、制御装置20の動作の一例を示すフローチャートである。図13は、スイッチ10からポートステータスメッセージが送信された場合における制御装置20の動作例を示す。   FIG. 13 is a flowchart illustrating an example of the operation of the control device 20. FIG. 13 shows an operation example of the control device 20 when a port status message is transmitted from the switch 10.

ステップS211において、接続変更処理部28は、ポートステータスメッセージがリンク確立を示すメッセージか否かを判定する。   In step S211, the connection change processing unit 28 determines whether the port status message is a message indicating link establishment.

リンク確立を示すメッセージの場合(ステップS211、Yes分岐)には、接続変更処理部28は、受信したポートステータスメッセージに基づき、スイッチ10に接続された通信機器(他のスイッチ10や通信ノード30)を確認(ステップS212)する。なお、スイッチ10に接続された通信機器を確認する手法としては、接続先の通信機器がスイッチやルータであればLLDP(Link Layer Discovery Protocol)が使用できる。また、接続先の通信機器がサーバ等の計算機であれば、これらの通信機器から送信されたフレームのMACアドレスを取得することで接続された通信機器が確認できる。   In the case of a message indicating link establishment (step S211, Yes branch), the connection change processing unit 28 is a communication device connected to the switch 10 (another switch 10 or communication node 30) based on the received port status message. Is confirmed (step S212). As a method for confirming the communication device connected to the switch 10, LLDP (Link Layer Discovery Protocol) can be used if the connection destination communication device is a switch or a router. Further, if the connection destination communication device is a computer such as a server, the connected communication device can be confirmed by acquiring the MAC address of the frame transmitted from these communication devices.

さらに、接続変更処理部28は、スイッチ10に接続された通信機器に関する情報(DPID、ポート番号、MACアドレス;図7参照)をトポロジDB22に登録する(ステップS213)。   Further, the connection change processing unit 28 registers information (DPID, port number, MAC address; see FIG. 7) regarding the communication device connected to the switch 10 in the topology DB 22 (step S213).

一方、ポートステータスメッセージがリンク確立に関するメッセージではない場合(即ち、リンク切断に係るメッセージの場合;ステップS211、No分岐)には、ステップS214〜S223に係る処理が実行される。   On the other hand, when the port status message is not a message relating to link establishment (that is, a message relating to link disconnection; step S211, No branch), the processing relating to steps S214 to S223 is executed.

ステップS214において、接続変更処理部28は、ポートステータスメッセージを送信したスイッチ10のポートであって、リンク切断が通知されたポートに関連するエントリを、トポロジDB22から削除する。即ち、接続変更処理部28は、ポートステータスメッセージに基づいて、トポロジDB22を更新する。   In step S214, the connection change processing unit 28 deletes, from the topology DB 22, an entry related to the port of the switch 10 that has transmitted the port status message and is notified of the link disconnection. That is, the connection change processing unit 28 updates the topology DB 22 based on the port status message.

次に、接続変更処理部28は、パケット転送経路DB25を検索(ステップS215)し、ポートステータスメッセージを送信したスイッチ10のリンク切断が通知されたポートに関連するパケット転送経路が存在するか否かを判定する(ステップS216)。より具体的には、接続変更処理部28は、図8に示すエントリにおいて、IN情報、OUT情報及びリンク情報のうち少なくとも1以上のフィールドに、リンク切断が通知されたポートのポート番号が存在するか否かを判定する。   Next, the connection change processing unit 28 searches the packet transfer path DB 25 (step S215), and determines whether or not there is a packet transfer path related to the port notified of the link disconnection of the switch 10 that has transmitted the port status message. Is determined (step S216). More specifically, in the entry shown in FIG. 8, the connection change processing unit 28 includes the port number of the port notified of link disconnection in at least one of the IN information, OUT information, and link information fields. It is determined whether or not.

関連するパケット転送経路が存在しなければ(ステップS216、No分岐)、処理を終了する。関連するパケット転送経路が存在すれば(ステップS216、Yes分岐)、ステップS217以降の処理が実行される。より具体的には、ステップS218以降の処理において、リンク切断が通知されたポートを含むパケット転送経路を実現する処理規則を、スイッチ10のテーブルDB13及び処理規則DB27から削除する削除処理を実行する。   If there is no related packet transfer path (step S216, No branch), the process is terminated. If there is an associated packet transfer path (step S216, Yes branch), the processing after step S217 is executed. More specifically, in the processing after step S218, a deletion process is executed to delete the processing rule for realizing the packet transfer path including the port for which the link disconnection has been notified from the table DB 13 and the processing rule DB 27 of the switch 10.

ステップS217において、接続変更処理部28は、削除すべきパケット転送経路であって、未だ削除処理がなされていないパケット転送経路(以下、未処理転送経路と表記する)が存在するか否かを判定する。   In step S217, the connection change processing unit 28 determines whether there is a packet transfer path that should be deleted and that has not yet been deleted (hereinafter referred to as an unprocessed transfer path). To do.

未処理転送経路が存在しなければ(ステップS217、No分岐)、処理を終了する。未処理転送経路が存在すれば(ステップS217、Yes分岐)、ステップS215のパケット転送経路DB25の検索により得られたパケット転送経路を、削除処理の対象に設定する(ステップS218)。   If there is no unprocessed transfer path (step S217, No branch), the process ends. If there is an unprocessed transfer path (step S217, Yes branch), the packet transfer path obtained by searching the packet transfer path DB 25 in step S215 is set as the target of the deletion process (step S218).

ステップS219において、接続変更処理部28は、処理規則管理部26に対し、削除対象のパケット転送経路を実現するスイッチ10であって、パケット転送経路の入力側のスイッチ10のテーブルDB13から処理規則を削除する指示を行う。指示を受けた処理規則管理部26は、制御メッセージ処理部23及びノード通信部29を介して、FlowMod(DLL)メッセージをスイッチ10に送信することで、処理規則を削除する。より具体的には、マッチングフィールドにおける送信元MACアドレスにトポロジDB22から検索したIN情報フィールドに格納するMACアドレスを、宛先MACアドレスにOUT情報フィールドに格納するMACアドレスを、他のカラムにはワイルドカードを、それぞれ指定し、FlowMod(DLL)メッセージを用いて処理規則を削除する。   In step S219, the connection change processing unit 28 notifies the processing rule management unit 26 of the processing rule from the table DB 13 of the switch 10 that realizes the packet transfer path to be deleted and that is the input side of the packet transfer path. Instruct to delete. Upon receiving the instruction, the processing rule management unit 26 deletes the processing rule by transmitting a FlowMod (DLL) message to the switch 10 via the control message processing unit 23 and the node communication unit 29. More specifically, the MAC address stored in the IN information field retrieved from the topology DB 22 is set as the source MAC address in the matching field, the MAC address stored in the OUT information field is set as the destination MAC address, and the wild card is displayed in the other columns. Are respectively specified, and the processing rule is deleted using a FlowMod (DLL) message.

さらに、ステップS220において、接続変更処理部28は、未処理転送経路の送信元のスイッチ10(IN情報フィールドに格納するスイッチ)と、宛先のスイッチ10(OUT情報フィールドに格納するスイッチ)を記憶部(図示せず)に記憶すると共に、未処理転送経路をパケット転送経路DB25から削除する。   Further, in step S220, the connection change processing unit 28 stores the transmission source switch 10 (switch stored in the IN information field) and destination switch 10 (switch stored in the OUT information field) of the unprocessed transfer path in the storage unit. (Not shown) and the unprocessed transfer path is deleted from the packet transfer path DB 25.

ステップS221において、経路・アクション計算部24は、前ステップで記憶した送信元のスイッチ10と宛先のスイッチ10間のパケット転送経路の計算を試みる。   In step S221, the route / action calculation unit 24 tries to calculate the packet transfer route between the transmission source switch 10 and the destination switch 10 stored in the previous step.

経路・アクション計算部24は、パケット転送経路の計算が可能か否かを判定(ステップS222)し、パケット転送経路が存在する場合(ステップS222、Yes分岐)には、ステップS217に戻り処理を継続する。一方、パケット転送経路が存在しない場合(ステップS222、No分岐)には、ステップS223に係る処理が実行される。   The route / action calculation unit 24 determines whether or not the packet transfer route can be calculated (step S222). If the packet transfer route exists (step S222, Yes branch), the process returns to step S217 and continues the processing. To do. On the other hand, when there is no packet transfer path (step S222, No branch), the process according to step S223 is executed.

ステップS223においては、接続変更処理部28は、ステップS220で記憶した送信元のスイッチ10と宛先のスイッチ10の間には、パケット転送経路が存在しない旨を、構成管理装置40に通知する(パスディセーブルメッセージを送信する)。その際、接続変更処理部28は、トポロジDB22を検索し、ステップS220で記憶した送信元のスイッチ10と宛先のスイッチ10のMACアドレスを取得し、取得したMACアドレスも併せて構成管理装置40に通知する。   In step S223, the connection change processing unit 28 notifies the configuration management apparatus 40 that there is no packet transfer path between the transmission source switch 10 and the destination switch 10 stored in step S220 (path). Send disable message). At that time, the connection change processing unit 28 searches the topology DB 22, acquires the MAC addresses of the transmission source switch 10 and the destination switch 10 stored in step S 220, and also stores the acquired MAC addresses in the configuration management device 40. Notice.

図14は、制御装置20の動作の一例を示すフローチャートである。図14は、構成管理装置40から通信ノード30の使用不能が通知された場合における制御装置20の動作例を示す。なお、この場合には、構成管理装置40から制御装置20に対して、ホストディセーブルメッセージが送信される。   FIG. 14 is a flowchart illustrating an example of the operation of the control device 20. FIG. 14 shows an operation example of the control device 20 when the configuration management device 40 notifies the communication node 30 that it cannot be used. In this case, a host disable message is transmitted from the configuration management device 40 to the control device 20.

ホストディセーブルメッセージを受信した制御装置20は、ステップS231において、接続変更処理部28が、トポロジDB22を検索し、使用不能が通知された通信ノード30に接続されているスイッチ10及びそのポートを確認する。   In step S231, the control device 20 that has received the host disable message searches the topology DB 22 for the connection change processing unit 28, and confirms the switch 10 and its port connected to the communication node 30 notified of the inability to use. To do.

ステップS232において、接続変更処理部28は、パケット転送経路DB25を検索し、前ステップで確認したスイッチ10及びそのポートに関連するパケット転送経路の存在を確認する。   In step S232, the connection change processing unit 28 searches the packet transfer route DB 25 to check the existence of the packet transfer route related to the switch 10 and its port confirmed in the previous step.

関連するパケット転送経路が存在しなければ(ステップS233、No分岐)、処理を終了する。関連するパケット転送経路が存在すれば(ステップS233、Yes分岐)、ステップS234以降の処理を実行する。より具体的には、ステップS234以降の処理において、使用不能が通知された通信ノード30に接続されているスイッチ10を含むパケット転送経路を実現する処理規則を、スイッチ10のテーブルDB13及び処理規則DB27から削除する削除処理を実行する。   If there is no related packet transfer path (step S233, No branch), the process is terminated. If there is an associated packet transfer path (step S233, Yes branch), the processing after step S234 is executed. More specifically, in the processing after step S234, the processing rules for realizing the packet transfer path including the switch 10 connected to the communication node 30 notified of the unavailability are represented by the table DB 13 and the processing rule DB 27 of the switch 10. Execute deletion processing to delete from.

ステップS234において、接続変更処理部28は、削除すべきパケット転送経路であって、未だ削除処理がなされていないパケット転送経路(未処理転送経路)が存在するか否かを判定する。   In step S234, the connection change processing unit 28 determines whether there is a packet transfer path (unprocessed transfer path) that is a packet transfer path to be deleted and has not yet been deleted.

未処理転送経路が存在しなければ(ステップS234、No分岐)、処理を終了する。未処理転送経路が存在すれば(ステップS234、Yes分岐)、ステップS232のパケット転送経路DB25の検索により得られたパケット転送経路を、削除処理の対象に設定する(ステップS235)。   If there is no unprocessed transfer path (step S234, No branch), the process ends. If there is an unprocessed transfer path (step S234, Yes branch), the packet transfer path obtained by searching the packet transfer path DB 25 in step S232 is set as a deletion process target (step S235).

ステップS236において、接続変更処理部28は、処理規則管理部26に対し、削除対象のパケット転送経路を実現するスイッチ10であって、パケット転送経路の入力側のスイッチ10のテーブルDB13から処理規則を削除する指示を行う。指示を受けた処理規則管理部26は、制御メッセージ処理部23及びノード通信部29を介して、FlowMod(DLL)メッセージをスイッチ10に送信することで、処理規則を削除する。より具体的には、マッチングフィールドにおける送信元MACアドレスにトポロジDB22から検索したIN情報フィールドに格納するMACアドレスを、宛先MACアドレスにOUT情報フィールドに格納するMACアドレスを、他のカラムにはワイルドカードを、それぞれ指定し、FlowMod(DLL)メッセージを用いて処理規則を削除する。   In step S236, the connection change processing unit 28 sends a processing rule to the processing rule management unit 26 from the table DB 13 of the switch 10 that realizes the packet transfer path to be deleted and that is on the input side of the packet transfer path. Instruct to delete. Upon receiving the instruction, the processing rule management unit 26 deletes the processing rule by transmitting a FlowMod (DLL) message to the switch 10 via the control message processing unit 23 and the node communication unit 29. More specifically, the MAC address stored in the IN information field retrieved from the topology DB 22 is set as the source MAC address in the matching field, the MAC address stored in the OUT information field is set as the destination MAC address, and the wild card is displayed in the other columns. Are respectively specified, and the processing rule is deleted using a FlowMod (DLL) message.

さらに、ステップS237において、接続変更処理部28は、未処理転送経路をパケット転送経路DB25から削除する。その後、ステップS234に戻り、処理を継続する。   Furthermore, in step S237, the connection change processing unit 28 deletes the unprocessed transfer path from the packet transfer path DB 25. Then, it returns to step S234 and continues the process.

図15は、構成管理装置40の動作の一例を示すフローチャートである。図15は、稼働系の通信ノード30に障害が生じた場合における構成管理装置40の動作例を示す。   FIG. 15 is a flowchart illustrating an example of the operation of the configuration management apparatus 40. FIG. 15 shows an operation example of the configuration management apparatus 40 when a failure occurs in the active communication node 30.

障害処理部42は、稼働系の通信ノード30から定期的に送信されてくるハートビートメッセージのタイムアウトが生じているか、又は、稼働系の通信ノード30からの障害通知メッセージを受信したか確認する(ステップS401)。即ち、本ステップにおいて、障害処理部42は、稼働系の通信ノード30の状態を確認する。   The failure processing unit 42 confirms whether a timeout of the heartbeat message periodically transmitted from the active communication node 30 has occurred or whether a failure notification message from the active communication node 30 has been received ( Step S401). That is, in this step, the failure processing unit 42 confirms the state of the active communication node 30.

稼働系の通信ノード30からの障害通知メッセージを受信した場合(ステップS402、Yes分岐)には、障害処理部42は、制御装置20に対して、稼働系の通信ノード30は使用不能である旨を通知する(ステップS405)。より具体的には、障害処理部42は、通信ノード管理DB41のエントリ(稼働系通信ノードフィールド及び対応する通信ノード情報フィールド)を参照し、動作を停止させる稼働系の通信ノード30のMACアドレスを取得し、取得したMACアドレスを添えて当該通信ノード30は使用不能である旨を制御装置20に通知する(ホストディセーブルメッセージを送信する)。また、障害処理部42は、本ステップにおいて、稼働系の通信ノード30に動作の停止を指示する(サービスストップメッセージを送信する)。   When a failure notification message is received from the active communication node 30 (Yes in step S402), the failure processing unit 42 informs the control device 20 that the active communication node 30 is unusable. Is notified (step S405). More specifically, the failure processing unit 42 refers to the entry (the active communication node field and the corresponding communication node information field) in the communication node management DB 41 and determines the MAC address of the active communication node 30 whose operation is to be stopped. Acquired and notifies the control device 20 that the communication node 30 is unusable with the acquired MAC address (transmits a host disable message). In this step, the failure processing unit 42 instructs the active communication node 30 to stop the operation (transmits a service stop message).

このように、構成管理装置40から制御装置20に対して、使用不能の通信ノード30を通知することで、稼働系の通信ノード30に生じた障害に起因して稼働系の通信ノード30を正常に停止できない場合であっても、不要なパケット転送経路が削除できる。   In this way, the configuration management device 40 notifies the control device 20 of the unusable communication node 30, so that the active communication node 30 is normalized due to a failure occurring in the active communication node 30. Even if it cannot be stopped, an unnecessary packet transfer route can be deleted.

一方、所定の期間内にハートビートメッセージを受信できない(後述するタイマがタイムアウト;ステップS403、Yes分岐)場合には、動作を停止させる稼動系の通信ノード30及び死活フラグに使用不能が設定されている通信ノード30を除外した通信ノード群から、新たな稼動系の通信ノード30を選択する(ステップS406)。また、動作を停止させる稼動系の通信ノード30に対応する死活フラグに使用不能を設定し、稼動系の通信ノード30として選択された通信ノード30を、通信ノード管理DB41の稼働系通信ノードフィールドに格納する。   On the other hand, when a heartbeat message cannot be received within a predetermined period (timer described later is timed out; step S403, Yes branch), the active communication node 30 for stopping the operation and the alive flag are set as unusable. A new active communication node 30 is selected from the communication node group excluding the existing communication node 30 (step S406). In addition, the alive flag corresponding to the active communication node 30 whose operation is to be stopped is set to unusable, and the communication node 30 selected as the active communication node 30 is set in the active communication node field of the communication node management DB 41. Store.

さらに、前ステップにおいて稼動系の通信ノード30として選択された通信ノード30に対して、稼動系として動作する旨を指示(サービススタートメッセージを送信;ステップS407)し、指示を受けた通信ノード30が稼動系として動作するまで待機する(ステップS408)。   Further, the communication node 30 selected as the active communication node 30 in the previous step is instructed to operate as an active system (send service start message; step S407), and the communication node 30 that received the instruction It waits until it operates as an active system (Step S408).

ステップS404では、障害処理部42は、予め定めた時間のタイマを設定し、ステップS401に処理を戻す。   In step S404, the failure processing unit 42 sets a timer for a predetermined time, and returns the process to step S401.

図16は、構成管理装置40の動作の一例を示すフローチャートである。図16は、制御装置20からパケット転送経路の不存在を通知された構成管理装置40の動作例を示す。   FIG. 16 is a flowchart illustrating an example of the operation of the configuration management apparatus 40. FIG. 16 shows an operation example of the configuration management apparatus 40 notified from the control apparatus 20 of the absence of the packet transfer path.

ステップS411において、障害処理部42は、制御装置20からパスディセーブルメッセージと共に通知されたMACアドレスを持つ通信ノード30を含むエントリを、通信ノード管理DB41において検索する。このようなエントリが存在する場合(ステップS412、Yes分岐)に、ステップS413〜S415に係る処理が実行される。一方、このようなエントリが存在しない場合(ステップS412、No分岐)は、処理を終了する。   In step S411, the failure processing unit 42 searches the communication node management DB 41 for an entry including the communication node 30 having the MAC address notified from the control device 20 together with the path disable message. When such an entry exists (step S412, Yes branch), the processing according to steps S413 to S415 is executed. On the other hand, if such an entry does not exist (step S412, No branch), the process ends.

ステップS413において、障害処理部42は、検索したエントリに含まれる通信ノード30であって、稼働系の通信ノード30に対して、動作の停止を指示する(サービスストップメッセージを送信する)。   In step S413, the failure processing unit 42 instructs the active communication node 30 which is the communication node 30 included in the searched entry to stop the operation (transmits a service stop message).

ステップS414において、障害処理部42は、動作を停止させる稼動系の通信ノード30及び死活フラグに使用不能と設定されている通信ノード30を除外した通信ノード群から、新たな稼動系の通信ノード30を選択する。また、動作を停止させる稼動系の通信ノード30に対応する死活フラグに使用不能を設定し、稼動系の通信ノード30として選択された通信ノード30を、通信ノード管理DB41の稼働系通信ノードフィールドに格納する。   In step S414, the failure processing unit 42 creates a new active communication node 30 from the communication node group excluding the active communication node 30 whose operation is to be stopped and the communication node 30 set to be unusable in the life / death flag. Select. In addition, the alive flag corresponding to the active communication node 30 whose operation is to be stopped is set to unusable, and the communication node 30 selected as the active communication node 30 is set in the active communication node field of the communication node management DB 41. Store.

ステップS415において、障害処理部42は、前ステップにおいて選択された通信ノード30に対して、稼働系の通信ノード30として動作するように指示する(サービススタートメッセージを送信する)し、指示を受けた通信ノード30が稼動系として動作するまで待機する(ステップS416)。   In step S415, the failure processing unit 42 instructs the communication node 30 selected in the previous step to operate as the active communication node 30 (transmits a service start message), and receives the instruction. It waits until the communication node 30 operates as an active system (step S416).

なお、制御装置20は、パスディセーブルメッセージを送信する際に、2つのスイッチ10(パケット転送経路の入力側と出力側のスイッチ10)のMACアドレスを通知する。その際に、2つのMACアドレスが共に、通信ノード管理DB41のエントリに含まれる場合には、2つの対応が考えられる。第1に、双方の通信ノード30を停止させる方法である。第2に、一方の通信ノード30に限り停止させる方法である。第2の方法を採用する場合は、乱数や優先度に基づいて停止させる通信ノード30を定めることができる。   The control device 20 notifies the MAC addresses of the two switches 10 (the packet transfer path input side and output side switch 10) when transmitting the path disable message. At that time, when two MAC addresses are both included in the entry of the communication node management DB 41, two correspondences can be considered. The first method is to stop both communication nodes 30. Second, it is a method of stopping only one communication node 30. When the second method is adopted, the communication node 30 to be stopped can be determined based on a random number or priority.

図17〜図20は、本実施形態に係る通信システムの動作の一例を示すシーケンス図である。図17〜図20において、通信ノード30−1及び30−3がクラスタ化され、冗長化システムを構成する。また、通信ノード30−1が稼働系の通信ノードとする。   17 to 20 are sequence diagrams illustrating an example of the operation of the communication system according to the present embodiment. 17 to 20, communication nodes 30-1 and 30-3 are clustered to form a redundant system. The communication node 30-1 is an active communication node.

図17は、パケット転送経路がスイッチ10に設定されていない状態で、通信ノード30−2から通信ノード30−1に向けてパケットを送信する場合の動作例を示す。   FIG. 17 illustrates an operation example when a packet is transmitted from the communication node 30-2 to the communication node 30-1 in a state where the packet transfer path is not set in the switch 10.

図17を参照すると、初めに、通信ノード30−2は、スイッチ10−2に向けてパケット(図17のMessage1)を送信する。通信ノード30−2からパケットを受信したスイッチ10−2は、当該パケットを添えて制御装置20に処理規則の設定を要求する。制御装置20の経路・アクション計算部24は、パケットヘッダ及びトポロジDB22が記憶するネットワークのトポロジを参照し、パケット転送経路を計算する。その後、処理規則管理部26は、計算されたパケット転送経路に応じてスイッチ10に設定する処理規則を生成する。処理規則管理部26は、生成した処理規則を、制御メッセージ処理部23及びノード通信部29を介してスイッチ10に設定する。より詳細には、スイッチ10−1及び10−2が備えるテーブルDB13に新たなエントリを追加する(図17のFlowMod(ADD)メッセージを送信する)。   Referring to FIG. 17, first, the communication node 30-2 transmits a packet (Message 1 in FIG. 17) to the switch 10-2. The switch 10-2 that has received the packet from the communication node 30-2 requests the control device 20 to set a processing rule with the packet. The route / action calculation unit 24 of the control device 20 refers to the network header stored in the packet header and the topology DB 22 and calculates a packet transfer route. Thereafter, the processing rule management unit 26 generates a processing rule to be set in the switch 10 according to the calculated packet transfer path. The processing rule management unit 26 sets the generated processing rule in the switch 10 via the control message processing unit 23 and the node communication unit 29. More specifically, a new entry is added to the table DB 13 included in the switches 10-1 and 10-2 (the FlowMod (ADD) message in FIG. 17 is transmitted).

制御装置20は、処理規則をスイッチ10−1及び10−2に設定した後、スイッチ10−1にパケット(Message1)を転送する。スイッチ10−1は、受信したパケットを通信ノード30−1に転送する。その後、通信ノード30−2から通信ノード30−1に向けられたパケット(Message2)は、スイッチ10−1及び10−2に設定された処理規則に従い処理され、通信ノード30−1に転送される。   The control device 20 sets the processing rule to the switches 10-1 and 10-2, and then transfers the packet (Message1) to the switch 10-1. The switch 10-1 transfers the received packet to the communication node 30-1. Thereafter, the packet (Message 2) directed from the communication node 30-2 to the communication node 30-1 is processed according to the processing rules set in the switches 10-1 and 10-2, and transferred to the communication node 30-1. .

図18は、通信ノード30−2から通信ノード30−1へのパケット転送経路がスイッチ10に設定されている状態で、スイッチ10−1及び10−2の間のリンクが切断となった場合の動作例を示す。   FIG. 18 shows a case where the link between the switches 10-1 and 10-2 is disconnected while the packet transfer path from the communication node 30-2 to the communication node 30-1 is set in the switch 10. An operation example is shown.

図18を参照すると、リンク切断が判明した際に、スイッチ10−1及び10−2から制御装置20に向けてポートステータスメッセージが送信される。   Referring to FIG. 18, when link disconnection is determined, a port status message is transmitted from the switches 10-1 and 10-2 to the control device 20.

制御装置20の接続変更処理部28は、ポートステータスメッセージを受信すると、リンク切断が通知されたポートに関連する処理規則をスイッチ10−2から削除する(図18のFlowMod(DLL)メッセージを送信する)。   When receiving the port status message, the connection change processing unit 28 of the control device 20 deletes the processing rule related to the port notified of the link disconnection from the switch 10-2 (transmits the FlowMod (DLL) message in FIG. 18). ).

なお、スイッチ10からエントリが削除された後の通信システムの動作は、図17に示す動作例と一致するため、説明を省略する。   The operation of the communication system after the entry is deleted from the switch 10 is the same as the operation example shown in FIG.

図19は、図18における状況に加えて、スイッチ10−1及び10−2間のリンクがさらに切断(リンク切断;スイッチ10−1及び10−2間の冗長経路も消滅)となった場合の動作例を示す。なお、このような場合には、稼働系の通信ノード30を、通信ノード10−1から通信ノード10−3に変更する必要がある。   FIG. 19 shows a case where the link between the switches 10-1 and 10-2 is further disconnected (link disconnection; the redundant path between the switches 10-1 and 10-2 is also lost) in addition to the situation in FIG. An operation example is shown. In such a case, it is necessary to change the active communication node 30 from the communication node 10-1 to the communication node 10-3.

スイッチ10−1及び10−2にリンク切断が生じると、これらのスイッチ10から制御装置20にポートステータスメッセージが送信される。制御装置20の接続変更処理部28は、ポートステータスメッセージを受け付けると、リンク切断が通知されたポートに関連する処理規則をスイッチ10−1及び10−2から削除する(図19のFlowMod(DLL)メッセージを送信する)。   When link disconnection occurs in the switches 10-1 and 10-2, a port status message is transmitted from these switches 10 to the control device 20. When receiving the port status message, the connection change processing unit 28 of the control device 20 deletes the processing rule related to the port notified of the link disconnection from the switches 10-1 and 10-2 (FlowMod (DLL) in FIG. 19). Send a message).

さらに、接続変更処理部28は、構成管理装置40に対して、スイッチ10−1及び10−2間のパケット転送経路の不存在を通知する(図19のパスディセーブルメッセージを送信する)。パスディセーブルメッセージを受信した構成管理装置40は、稼働系の通信ノード30を、通信ノード30−1から通信ノード30−3に入れ替える。より詳細には、構成管理装置40は、通信ノード30−1に対してサービスストップメッセージを送信する。一方、構成管理装置40は、通信ノード30−3に対してサービススタートメッセージを送信する。   Further, the connection change processing unit 28 notifies the configuration management apparatus 40 of the absence of the packet transfer path between the switches 10-1 and 10-2 (transmits the path disable message in FIG. 19). The configuration management apparatus 40 that has received the path disable message replaces the active communication node 30 from the communication node 30-1 to the communication node 30-3. More specifically, the configuration management device 40 transmits a service stop message to the communication node 30-1. On the other hand, the configuration management device 40 transmits a service start message to the communication node 30-3.

サービスストップメッセージを受信した通信ノード30−1は、スイッチ10−1と接続されたポートを非活性状態とする。ポートの非活性化を検出したスイッチ10−1は、リンク切断を示すポートステータスメッセージを制御装置20に送信する。サービススタートメッセージを受信した通信ノード30−3は、スイッチ10−3と接続されたポートを活性状態とする。ポートの活性化を検出したスイッチ10−3は、リンク確立を示すポートステータスメッセージを制御装置20に送信する。   The communication node 30-1 that has received the service stop message deactivates the port connected to the switch 10-1. The switch 10-1 that has detected the deactivation of the port transmits a port status message indicating the link disconnection to the control device 20. The communication node 30-3 that has received the service start message activates the port connected to the switch 10-3. The switch 10-3 that has detected the activation of the port transmits a port status message indicating link establishment to the control device 20.

また、通信ノード30−3は、待機系から稼働系に遷移する際、スイッチ10−3と接続されたポートを活性化すると共に、GratuitousARP(Address Resolution Protocol)に係るパケットをブロードキャストしてもよい。ブロードキャストされたGratuitousARPに係るパケットは、スイッチ10−3及び制御装置20を介して、スイッチ10−2及び通信ノード30−2に転送される。   Further, when the communication node 30-3 transitions from the standby system to the active system, the communication node 30-3 may activate a port connected to the switch 10-3 and broadcast a packet related to Gratuitous ARP (Address Resolution Protocol). The broadcasted packet related to Gratuitous ARP is transferred to the switch 10-2 and the communication node 30-2 via the switch 10-3 and the control device 20.

GratuitousARPに係るパケットを受信すると、各通信機器(スイッチ10−3や制御装置20等)は、自身のARPテーブルを更新する(IPアドレスとMACアドレスの対応関係を更新する)。なお、スイッチ10−3と通信ノード30−3の接続ポートが既に活性化状態にあれば、スイッチ10−3から制御装置20に向けたポートステータスメッセージの送信は不要である。さらに、通信ノード30−3が、GratuitousARPに係るパケットをブローキャストしない場合には、通信ノード30−2から通信ノード30−3に向けた通信を開始する際のARPにより、IPアドレスとMACアドレスの対応関係が更新される。   When receiving a packet related to Gratuitous ARP, each communication device (switch 10-3, control device 20, etc.) updates its own ARP table (updates the correspondence between the IP address and the MAC address). If the connection port between the switch 10-3 and the communication node 30-3 is already activated, it is not necessary to transmit a port status message from the switch 10-3 to the control device 20. Furthermore, when the communication node 30-3 does not broadcast a packet related to Gratuitous ARP, the IP address and the MAC address are determined by ARP when starting communication from the communication node 30-2 to the communication node 30-3. Correspondence is updated.

なお、通信ノード30−3が稼働系として動作を開始した後の通信システムの動作は、図17に示す動作例と一致するため、説明を省略する。   Note that the operation of the communication system after the communication node 30-3 starts operating as an active system is the same as the operation example shown in FIG.

図20は、通信ノード30−2から通信ノード30−1へのパケット転送経路が設定されており、且つ、通信ノード30−1が稼働系の通信ノードである場合において、通信ノード30−1に障害が生じたことにより、稼働系の通信ノードが通信ノード30−3に入れ替わる場合の動作例を示す。このような場合には、構成管理装置40が、制御装置20にホストディセーブルメッセージを送信する。   FIG. 20 illustrates the case where the packet transfer path from the communication node 30-2 to the communication node 30-1 is set and the communication node 30-1 is an active communication node. An operation example in the case where the active communication node is replaced with the communication node 30-3 due to a failure will be described. In such a case, the configuration management device 40 transmits a host disable message to the control device 20.

ホストディセーブルメッセージを受信した制御装置20は、スイッチ10−1及び10−2が備えるテーブルDB13のエントリを削除する(図20のFlowMod(DLL)メッセージを送信する)。   The control device 20 that has received the host disable message deletes the entry in the table DB 13 included in the switches 10-1 and 10-2 (transmits the FlowMod (DLL) message in FIG. 20).

なお、その後の通信システムの動作は、図17に示す動作例と一致するため、説明を省略する。   The subsequent operation of the communication system is identical to the operation example shown in FIG.

以上のように、本実施形態に係る制御装置20は、スイッチ10と稼働系の通信ノード30の間に生じた接続障害に起因するパケット転送経路の消滅を、構成管理装置40に通知する。通知を受け取った構成管理装置40は、稼働系の通信ノード30を待機系の通信ノードとして動作させ、待機系の通信ノード30を稼働系の通信ノードとして動作させる。その結果、稼働系の通信ノード30には障害が発生しておらず、構成管理装置40は、通信システムの障害を認識できない状況であっても、制御装置20を介して通信システムの障害を認識できる。構成管理装置40は、スイッチ10と稼働系の通信ノード30の間の接続障害を認識すれば、待機系の通信ノード30を稼働系の通信ノードとして動作させる。その結果、通信システムに生じた障害が回復され、通信システムの可用性が高まる。   As described above, the control device 20 according to the present embodiment notifies the configuration management device 40 of the disappearance of the packet transfer path due to the connection failure that occurs between the switch 10 and the active communication node 30. Upon receiving the notification, the configuration management apparatus 40 operates the active communication node 30 as a standby communication node, and operates the standby communication node 30 as an active communication node. As a result, no failure has occurred in the active communication node 30, and the configuration management device 40 recognizes the failure of the communication system via the control device 20 even in a situation where the failure of the communication system cannot be recognized. it can. If the configuration management apparatus 40 recognizes a connection failure between the switch 10 and the active communication node 30, the configuration management apparatus 40 operates the standby communication node 30 as an active communication node. As a result, a failure occurring in the communication system is recovered, and the availability of the communication system is increased.

[第2の実施形態]
続いて、第2の実施形態について図面を参照して詳細に説明する。
[Second Embodiment]
Next, a second embodiment will be described in detail with reference to the drawings.

本実施形態に係る通信システムは、スイッチ10間のリンクが存在しない場合、パケット転送経路を再計算し、再計算したパケット転送経路に基づいて、スイッチ10に処理規則を設定する。なお、本実施形態に係る通信システムに含まれる通信ノード、スイッチ及び構成管理装置は、第1の実施形態において説明した内容と相違する点は存在しないため、さらなる説明を省略する。また、本実施形態に係る制御装置20aと制御装置20は、経路・アクション計算部24及び処理規則管理部26の機能が異なるが、他の機能は同一であるため、制御装置20aに関する図6に相当する説明を省略する。   When there is no link between the switches 10, the communication system according to the present embodiment recalculates the packet transfer path, and sets a processing rule in the switch 10 based on the recalculated packet transfer path. Note that the communication node, the switch, and the configuration management device included in the communication system according to the present embodiment are not different from the contents described in the first embodiment, and thus further description thereof is omitted. Further, the control device 20a and the control device 20 according to the present embodiment are different in functions of the route / action calculation unit 24 and the processing rule management unit 26, but the other functions are the same. The corresponding explanation is omitted.

初めに、本実施形態に係る通信システムの動作について説明する。その際、図2に示す通信システムにおいて、通信ノード30−2から通信ノード30−1へのパケット転送経路が設定されている状態で、スイッチ10−1及び10−2間のリンクのうち、パケット転送経路が使用するリンクが切断された場合の動作について説明する。   First, the operation of the communication system according to the present embodiment will be described. At that time, in the communication system shown in FIG. 2, in the state where the packet transfer path from the communication node 30-2 to the communication node 30-1 is set, the packet of the links between the switches 10-1 and 10-2. An operation when the link used by the transfer path is disconnected will be described.

図21は、本実施形態に係る通信システムの動作の一例を示すシーケンス図である。図21は、スイッチ10−1及び10−2間のリンクのうち、パケット転送経路が使用するリンクが切断された場合の動作例を示す。   FIG. 21 is a sequence diagram illustrating an example of the operation of the communication system according to the present embodiment. FIG. 21 shows an operation example when the link used by the packet transfer path is disconnected among the links between the switches 10-1 and 10-2.

図18と図21に示すシーケンス図の相違点は、制御装置20aが、スイッチ10−2に設定されている処理規則を削除(FlowMod(DLL)メッセージを送信)した後、スイッチ10−2に新たな処理規則を設定(FlowMod(ADD)メッセージを送信)する点である。即ち、制御装置20aは、スイッチ10−1及び10−2の間のリンクの切断が判明した際に、パケット転送経路を再計算し、再計算したパケット転送経路に基づいて処理規則をスイッチ10に設定する。   The difference between the sequence diagrams shown in FIG. 18 and FIG. 21 is that the control device 20a deletes the processing rule set in the switch 10-2 (transmits a FlowMod (DLL) message) and then adds a new one to the switch 10-2. The processing rule is set (a FlowMod (ADD) message is transmitted). That is, when it is determined that the link between the switches 10-1 and 10-2 is broken, the control device 20a recalculates the packet transfer path, and sets the processing rule to the switch 10 based on the recalculated packet transfer path. Set.

次に、制御装置20aの動作について説明する。   Next, the operation of the control device 20a will be described.

図22は、制御装置20aの動作の一例を示すフローチャートである。図22は、スイッチ10からポートステータスメッセージが送信された場合における制御装置20aの動作例を示す。図13と図22に示すフローチャートにおいて、ステップS211〜S223に係る処理は同一のため、さらなる説明を省略する。   FIG. 22 is a flowchart illustrating an example of the operation of the control device 20a. FIG. 22 shows an operation example of the control device 20a when a port status message is transmitted from the switch 10. In the flowcharts shown in FIGS. 13 and 22, the processes according to steps S <b> 211 to S <b> 223 are the same, and further description is omitted.

図22に示すフローチャートでは、ステップS224〜S226に係る処理が追加されている。   In the flowchart shown in FIG. 22, processes related to steps S224 to S226 are added.

ステップS221においてパケット転送経路の計算を試みた際に、パケット転送経路が存在する(ステップS222、Yes分岐)場合に、処理規則管理部26は、ステップS221にて再計算されたパケット転送経路に基づいて、スイッチ10に設定する処理規則を生成する。その後、処理規則管理部26は、生成した処理規則を処理規則DB27に登録(ステップS225)し、スイッチ10に処理規則を設定する(ステップS226)。なお、処理規則の生成に代えて、予め処理規則DB27にエントリを登録しておき、登録された処理規則から、適合する処理規則を選択してスイッチ10に設定してもよい。あるいは、スイッチ10から処理規則を削除する前に、スイッチからの削除が予定される処理規則を取得し、取得した処理規則の一部(例えば、マッチングフィールド)を流用してもよい。   If the packet transfer path exists when the packet transfer path is calculated in step S221 (step S222, Yes branch), the processing rule management unit 26 uses the packet transfer path recalculated in step S221. Thus, a processing rule to be set in the switch 10 is generated. Thereafter, the processing rule management unit 26 registers the generated processing rule in the processing rule DB 27 (step S225), and sets the processing rule in the switch 10 (step S226). Instead of generating a processing rule, an entry may be registered in the processing rule DB 27 in advance, and a suitable processing rule may be selected from the registered processing rules and set in the switch 10. Alternatively, before deleting a processing rule from the switch 10, a processing rule scheduled to be deleted from the switch may be acquired, and a part of the acquired processing rule (for example, a matching field) may be used.

このように、本実施形態に係る制御装置20aは、再計算されたパケット転送経路に基づいて、スイッチ10に処理規則を設定する。その結果、ネットワークを継続して運用でき、通信システムの信頼性及び可用性が向上する。   As described above, the control device 20a according to this embodiment sets a processing rule in the switch 10 based on the recalculated packet transfer path. As a result, the network can be continuously operated, and the reliability and availability of the communication system are improved.

なお、以上説明した第1及び第2実施形態は単なる例示に過ぎず、様々な変形を施すことができる。例えば、図23に示すように、構成管理装置40は、稼働系の通信ノード30が送信するハートビートメッセージを所定の期間内に受信できなかった場合にも、制御装置20に通信ノード30の使用不能を通知することが考えられる。その結果、稼働系の通信ノード30と接続するスイッチ10のポートがリンク切断とならない場合であっても、制御装置20のトポロジDB22から正常動作していない通信ノード30を削除できる。即ち、構成管理装置40とだけ通信できず、且つ、稼働系の通信ノード30自身は稼働している状態であっても、他の装置との接続を断つことができ、障害の生じている稼働系の通信ノード30が、ネットワーク上に存在することが防止できる。   The first and second embodiments described above are merely examples, and various modifications can be made. For example, as shown in FIG. 23, the configuration management device 40 uses the communication node 30 to the control device 20 even when the heartbeat message transmitted by the active communication node 30 cannot be received within a predetermined period. It is possible to notify the impossibility. As a result, even if the port of the switch 10 connected to the active communication node 30 is not disconnected, the communication node 30 that is not operating normally can be deleted from the topology DB 22 of the control device 20. In other words, even if the communication node 30 itself cannot be communicated with only the configuration management device 40 and the active communication node 30 itself is in operation, the connection with other devices can be disconnected, and the operation in which a failure has occurred. It is possible to prevent the communication node 30 of the system from existing on the network.

また、構成管理装置40の機能を制御装置20に組み込むこと、あるいは、制御装置20の機能を構成管理装置40に組み込むことができる。即ち、制御装置20と構成管理装置40を同一の通信機器で実現できる。あるいは、スイッチ10や通信ノード30は、仮想マシン(Virtual Machine)であってもよい。さらに、通信システムには、仮想マシンと物理マシンのスイッチ10や通信ノード30が、混在していてもよい。さらにまた、第1及び第2の実施形態において、制御装置20が制御対象とするスイッチ10は複数存在する前提で説明したが、スイッチ10は1つであってもよい。   Further, the function of the configuration management device 40 can be incorporated into the control device 20, or the function of the control device 20 can be incorporated into the configuration management device 40. That is, the control device 20 and the configuration management device 40 can be realized by the same communication device. Alternatively, the switch 10 and the communication node 30 may be a virtual machine. Furthermore, a virtual machine and a physical machine switch 10 and a communication node 30 may be mixed in the communication system. Furthermore, although the first and second embodiments have been described on the assumption that there are a plurality of switches 10 to be controlled by the control device 20, the number of switches 10 may be one.

第1及び第2の実施形態に係る通信システムは、ユーザから高い信頼性及び可用性が求められる、通信ノード30をサーバとして用いて構成されるデータセンターに好適に利用できる。   The communication system according to the first and second embodiments can be suitably used for a data center configured using the communication node 30 as a server, which requires high reliability and availability from the user.

最後に、好ましい形態を要約する。   Finally, the preferred form is summarized.

[形態1]
上述の第1の視点に係る通信システムのとおりである。
[形態2]
前記制御装置は、前記スイッチのポートであって、前記稼働系の通信ノードと接続する第1のポートの状態変化に応じて、前記第1のパケット転送経路が存在するか否かを判定する形態1の通信システム。
[形態3]
前記制御装置は、前記スイッチのポートであって、他のスイッチと接続する第2のポートの状態変化に応じて、前記第1のパケット転送経路が存在するか否かを判定する形態1又は2の通信システム。
[形態4]
前記制御装置は、パケット転送経路に含まれる、始点のスイッチ、中間のスイッチ及び終点のスイッチに関する情報に基づいて、前記第1のパケット転送経路が存在するか否かを判定する形態1乃至3のいずれか一に記載の通信システム。
[形態5]
前記制御装置は、前記第1のパケット転送経路が不存在となる場合に、前記通信ノードと前記待機系の通信ノード間の第2のパケット転送経路を計算し、前記計算された第2のパケット転送経路を実現する処理規則を、前記スイッチに設定する形態1乃至4のいずれか一に記載の通信システム。
[形態6]
前記管理装置は、前記稼働系の通信ノードに生じた障害を認識した場合に、前記制御装置に、前記稼働系の通信ノードの使用不能を通知する形態1乃至5のいずれか一に記載の通信システム。
[形態7]
前記制御装置は、前記使用不能が通知された稼働系の通信ノードに関連する処理規則を、前記スイッチから削除する形態6の通信システム。
[形態8]
通信ノードと接続され、パケットを処理するための処理規則に従いパケットを処理するスイッチと、前記スイッチに接続され、冗長化システムを構成する稼働系の通信ノードと、の間の接続障害により前記通信ノードと前記稼働系の通信ノード間のパケット転送経路が存在するか否かを判定する工程と、前記パケット転送経路が不存在の場合に、前記パケット転送経路を実現する処理規則を、スイッチから削除する工程と、前記パケット転送経路が不存在の場合に、前記冗長化システムの稼働系と待機系の通信ノードを入れ替える工程と、を含む通信方法。
なお、本方法は、スイッチ及び冗長化システムという、特定の機械に結びつけられている。
[形態9]
上述の第2の視点に係る制御装置のとおりである。
[形態10]
上述の第3の視点に係る制御装置の制御方法のとおりである。
[形態11]
上述の第4の視点に係るプログラムのとおりである。
[形態12]
スイッチを介して通信ノードと接続される、稼働系の通信ノードと待機系の通信ノードからなる冗長化システムを管理する管理装置であって、前記スイッチを制御する制御装置から、前記通信ノードと前記稼働系の通信ノード間のパケット転送経路が不存在となる通知を受信した場合に、前記冗長化システムの稼働系と待機系の通信ノードを入れ替える管理装置。
[形態13]
スイッチを介して通信ノードと接続される、稼働系の通信ノードと待機系の通信ノードからなる冗長化システムを管理する管理装置の制御方法であって、前記スイッチを制御する制御装置からの通知を受信する工程と、前記制御装置が、前記通信ノードと前記稼働系の通信ノード間のパケット転送経路の不存在を通知する場合に、前記冗長化システムの稼働系と待機系の通信ノードを入れ替える工程と、を含む管理装置の制御方法。
なお、本方法は、冗長化システムを管理する管理装置という、特定の機械に結びつけられている。
[形態14]
スイッチを介して通信ノードと接続される、稼働系の通信ノードと待機系の通信ノードからなる冗長化システムを管理する管理装置を制御するコンピュータに実行させるプログラムであって、前記スイッチを制御する制御装置からの通知を受信する処理と、前記制御装置が、前記通信ノードと前記稼働系の通信ノード間の第1のパケット転送経路の不存在を通知する場合に、前記冗長化システムの稼働系と待機系の通信ノードを入れ替える処理と、を実行させるプログラム。
なお、第8の形態〜第14の形態は、第1の形態と同様に、第2の形態〜第7の形態に展開することが可能である。
[Form 1]
The communication system according to the first aspect described above.
[Form 2]
The control device determines whether or not the first packet transfer path exists according to a change in a state of a first port connected to the active communication node, which is a port of the switch. 1 communication system.
[Form 3]
The control device determines whether or not the first packet transfer path exists in accordance with a change in a state of a second port connected to another switch, which is a port of the switch. Communication system.
[Form 4]
In the first to third aspects, the control device determines whether or not the first packet transfer path exists based on information about a start switch, an intermediate switch, and an end switch included in the packet transfer path. The communication system as described in any one.
[Form 5]
The control device calculates a second packet transfer path between the communication node and the standby communication node when the first packet transfer path does not exist, and calculates the calculated second packet. The communication system according to any one of Embodiments 1 to 4, wherein a processing rule for realizing a transfer path is set in the switch.
[Form 6]
The communication according to any one of aspects 1 to 5, wherein when the management device recognizes a failure that has occurred in the active communication node, the management device notifies the control device that the active communication node is unusable. system.
[Form 7]
The communication system according to mode 6, wherein the control device deletes, from the switch, a processing rule related to an active communication node notified of the unusability.
[Form 8]
Due to a connection failure between a switch connected to a communication node and processing a packet in accordance with a processing rule for processing the packet, and an active communication node connected to the switch and constituting a redundant system, the communication node Determining whether there is a packet transfer path between the active communication node and the active communication node, and if the packet transfer path is not present, the processing rule for realizing the packet transfer path is deleted from the switch A communication method including: a step; and a step of replacing the active and standby communication nodes of the redundant system when the packet transfer path is absent.
Note that the method is tied to specific machines, switches and redundant systems.
[Form 9]
It is as the control apparatus which concerns on the above-mentioned 2nd viewpoint.
[Mode 10]
It is as the control method of the control apparatus which concerns on the above-mentioned 3rd viewpoint.
[Form 11]
It is as the program which concerns on the above-mentioned 4th viewpoint.
[Form 12]
A management device that manages a redundant system composed of an active communication node and a standby communication node connected to a communication node via a switch, from the control device that controls the switch, the communication node and the A management device that replaces the active and standby communication nodes of the redundant system when a notification indicating that there is no packet transfer path between active communication nodes is received.
[Form 13]
A control method for a management device that manages a redundant system composed of an active communication node and a standby communication node that is connected to a communication node via a switch, wherein a notification is sent from the control device that controls the switch. And a step of replacing the active and standby communication nodes of the redundant system when the control device notifies the absence of a packet transfer path between the communication node and the active communication node. And a control method for a management device.
Note that this method is linked to a specific machine called a management device that manages the redundant system.
[Form 14]
A program that is executed by a computer that controls a management device that manages a redundant system that includes an active communication node and a standby communication node that is connected to a communication node via a switch, and that controls the switch A process of receiving a notification from a device, and when the control device notifies the absence of a first packet transfer path between the communication node and the active communication node, A program for executing a process of replacing a standby communication node.
In addition, the 8th form-14th form can be expand | deployed to the 2nd form-7th form similarly to the 1st form.

なお、引用した上記の特許文献等の各開示は、本書に引用をもって繰り込むものとする。本発明の全開示(請求の範囲を含む)の枠内において、さらにその基本的技術思想に基づいて、実施形態ないし実施例の変更・調整が可能である。また、本発明の請求の範囲の枠内において種々の開示要素(各請求項の各要素、各実施形態ないし実施例の各要素、各図面の各要素等を含む)の多様な組み合わせ、ないし、選択が可能である。すなわち、本発明は、請求の範囲を含む全開示、技術的思想にしたがって当業者であればなし得るであろう各種変形、修正を含むことは勿論である。特に、本書に記載した数値範囲については、当該範囲内に含まれる任意の数値ないし小範囲が、別段の記載のない場合でも具体的に記載されているものと解釈されるべきである。   Each disclosure of the cited patent documents and the like cited above is incorporated herein by reference. Within the scope of the entire disclosure (including claims) of the present invention, the embodiments and examples can be changed and adjusted based on the basic technical concept. Various disclosed elements (including each element of each claim, each element of each embodiment or example, each element of each drawing, etc.) within the scope of the claims of the present invention, Selection is possible. That is, the present invention of course includes various variations and modifications that could be made by those skilled in the art according to the entire disclosure including the claims and the technical idea. In particular, with respect to the numerical ranges described in this document, any numerical value or small range included in the range should be construed as being specifically described even if there is no specific description.

10、10−1〜10−3、100−1、100−2 スイッチ
11、43 通信部
12 テーブル管理部
13 テーブルデータベース(テーブルDB)
14 転送処理部
15 接続監視部
20、20a、101 制御装置
21 トポロジ管理部
22 トポロジデータベース(トポロジDB)
23 制御メッセージ処理部
24 経路・アクション計算部
25 パケット転送経路データベース(パケット転送経路DB)
26 処理規則管理部
27 処理規則データベース(処理規則DB)
28 接続変更処理部
29 ノード通信部
30、30−1〜30−3、103 通信ノード
40 構成管理装置
41 通信ノード管理データベース(通信ノード管理DB)
42 障害処理部
102 管理装置
104 稼働系の通信ノード
105 待機系の通信ノード
141 テーブル検索部
142 アクション実行部
10, 10-1 to 10-3, 100-1, 100-2 Switch 11, 43 Communication unit 12 Table management unit 13 Table database (table DB)
14 Transfer processing unit 15 Connection monitoring unit 20, 20a, 101 Control device 21 Topology management unit 22 Topology database (topology DB)
23 Control Message Processing Unit 24 Route / Action Calculation Unit 25 Packet Transfer Route Database (Packet Transfer Route DB)
26 processing rule management unit 27 processing rule database (processing rule DB)
28 Connection Change Processing Unit 29 Node Communication Units 30, 30-1 to 30-3, 103 Communication Node 40 Configuration Management Device 41 Communication Node Management Database (Communication Node Management DB)
42 Fault processing unit 102 Management device 104 Active communication node 105 Standby communication node 141 Table search unit 142 Action execution unit

Claims (10)

通信ノードと接続され、パケットを処理するための処理規則に従いパケットを処理するスイッチと、
前記スイッチに処理規則を設定する制御装置と、
前記スイッチに接続され、稼働系の通信ノードと待機系の通信ノードからなる冗長化システムを管理する管理装置と、
を含み、
前記制御装置は、前記スイッチと前記稼働系の通信ノードの間の接続障害により、前記通信ノードと前記稼働系の通信ノード間の第1のパケット転送経路が不存在となる場合に、前記第1のパケット転送経路に関連する処理規則を、前記スイッチから削除すると共に、前記第1のパケット転送経路の不存在を前記管理装置に通知し、
前記管理装置は、前記制御装置からの通知に応じて、前記冗長化システムの稼働系と待機系の通信ノードを入れ替える通信システム。
A switch that is connected to the communication node and processes the packet in accordance with a processing rule for processing the packet;
A control device for setting processing rules in the switch;
A management device connected to the switch for managing a redundant system comprising an active communication node and a standby communication node;
Including
When the first packet transfer path between the communication node and the active communication node is absent due to a connection failure between the switch and the active communication node, the control device A processing rule related to the packet transfer path of the first packet transfer path is deleted from the switch, and the management apparatus is notified of the absence of the first packet transfer path,
The management device is a communication system in which the active and standby communication nodes of the redundant system are switched in response to a notification from the control device.
前記制御装置は、前記スイッチのポートであって、前記稼働系の通信ノードと接続する第1のポートの状態変化に応じて、前記第1のパケット転送経路が存在するか否かを判定する請求項1の通信システム。   The control device determines whether or not the first packet transfer path exists according to a change in a state of a first port connected to the active communication node, which is a port of the switch. Item 4. The communication system according to Item 1. 前記制御装置は、前記スイッチのポートであって、他のスイッチと接続する第2のポートの状態変化に応じて、前記第1のパケット転送経路が存在するか否かを判定する請求項1又は2の通信システム。   2. The control device according to claim 1, wherein the control device determines whether or not the first packet transfer path exists according to a state change of a second port connected to another switch, which is a port of the switch. 2 communication system. 前記制御装置は、パケット転送経路に含まれる、始点のスイッチ、中間のスイッチ及び終点のスイッチに関する情報に基づいて、前記第1のパケット転送経路が存在するか否かを判定する請求項1乃至3のいずれか一項に記載の通信システム。   The control device determines whether or not the first packet transfer path exists based on information about a start switch, an intermediate switch, and an end switch included in the packet transfer path. The communication system according to any one of the above. 前記制御装置は、前記第1のパケット転送経路が不存在となる場合に、前記通信ノードと前記待機系の通信ノード間の第2のパケット転送経路を計算し、前記計算された第2のパケット転送経路を実現する処理規則を、前記スイッチに設定する請求項1乃至4のいずれか一項に記載の通信システム。   The control device calculates a second packet transfer path between the communication node and the standby communication node when the first packet transfer path does not exist, and calculates the calculated second packet. The communication system according to any one of claims 1 to 4, wherein a processing rule for realizing a transfer path is set in the switch. 前記管理装置は、前記稼働系の通信ノードに生じた障害を認識した場合に、前記制御装置に、前記稼働系の通信ノードの使用不能を通知する請求項1乃至5のいずれか一項に記載の通信システム。   6. The management device according to claim 1, wherein when the failure that occurred in the active communication node is recognized, the management device notifies the control device that the active communication node is unusable. 7. Communication system. 前記制御装置は、前記使用不能が通知された稼働系の通信ノードに関連する処理規則を、前記スイッチから削除する請求項6の通信システム。   The communication system according to claim 6, wherein the control device deletes, from the switch, a processing rule related to an active communication node notified of the unusability. 通信ノードと接続され、パケットを処理するための処理規則に従いパケットを処理するスイッチを制御する制御装置であって、
前記スイッチと、冗長化システムを構成する稼働系の通信ノードの間の接続障害により、前記通信ノードと前記稼働系の通信ノード間のパケット転送経路が不存在となる場合に、前記パケット転送経路を実現する処理規則を、前記スイッチから削除すると共に、前記パケット転送経路の不存在を、前記冗長化システムを管理する管理装置に通知する制御装置。
A control device that is connected to a communication node and controls a switch that processes a packet in accordance with a processing rule for processing the packet,
When the packet transfer path between the communication node and the active communication node becomes non-existent due to a connection failure between the switch and the active communication node constituting the redundant system, the packet transfer path is A control device that deletes a processing rule to be realized from the switch and notifies a management device that manages the redundancy system of the absence of the packet transfer path.
通信ノードと接続され、パケットを処理するための処理規則に従いパケットを処理するスイッチを制御する制御装置の制御方法であって、
前記スイッチと、冗長化システムを構成する稼働系の通信ノードの間の接続障害により、前記通信ノードと前記稼働系の通信ノード間のパケット転送経路が存在するか否かを判定する工程と、
前記パケット転送経路が不存在の場合に、前記パケット転送経路を実現する処理規則を、前記スイッチから削除する工程と、
前記パケット転送経路が不存在の場合に、前記パケット転送経路の不存在を、前記冗長化システムを管理する管理装置に通知する工程と、
を含む制御装置の制御方法。
A control method of a control device that is connected to a communication node and controls a switch that processes a packet according to a processing rule for processing the packet,
Determining whether there is a packet transfer path between the communication node and the active communication node due to a connection failure between the switch and the active communication node constituting the redundant system;
Deleting the processing rule for realizing the packet transfer path from the switch when the packet transfer path is absent;
Notifying the management device that manages the redundancy system of the absence of the packet transfer path when the packet transfer path is not present;
A control method for a control device including:
通信ノードと接続され、パケットを処理するための処理規則に従いパケットを処理するスイッチを制御する制御装置を制御するコンピュータに実行させるプログラムであって、
前記スイッチと、冗長化システムを構成する稼働系の通信ノードの間の接続障害により、前記通信ノードと前記稼働系の通信ノード間のパケット転送経路が存在するか否かを判定する処理と、
前記パケット転送経路が不存在の場合に、前記パケット転送経路を実現する処理規則を、前記スイッチから削除する処理と、
前記パケット転送経路が不存在の場合に、前記パケット転送経路の不存在を、前記冗長化システムを管理する管理装置に通知する処理と、
実行させるプログラム。
A program connected to a communication node and executed by a computer that controls a control device that controls a switch that processes a packet in accordance with a processing rule for processing the packet,
A process of determining whether or not a packet transfer path between the communication node and the active communication node exists due to a connection failure between the switch and the active communication node constituting the redundant system;
When the packet transfer path is not present, a process rule for realizing the packet transfer path is deleted from the switch; and
A process of notifying the management device that manages the redundancy system of the absence of the packet transfer path when the packet transfer path is not present;
The program to be executed.
JP2013039258A 2013-02-28 2013-02-28 Communication system, control device, control method for control device, and program Pending JP2014168157A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2013039258A JP2014168157A (en) 2013-02-28 2013-02-28 Communication system, control device, control method for control device, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2013039258A JP2014168157A (en) 2013-02-28 2013-02-28 Communication system, control device, control method for control device, and program

Publications (1)

Publication Number Publication Date
JP2014168157A true JP2014168157A (en) 2014-09-11

Family

ID=51617647

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2013039258A Pending JP2014168157A (en) 2013-02-28 2013-02-28 Communication system, control device, control method for control device, and program

Country Status (1)

Country Link
JP (1) JP2014168157A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017221970A1 (en) * 2016-06-23 2017-12-28 日本電気株式会社 Log information creation device, log information creation method, recording medium having log information creation program recorded therein, and information processing system

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017221970A1 (en) * 2016-06-23 2017-12-28 日本電気株式会社 Log information creation device, log information creation method, recording medium having log information creation program recorded therein, and information processing system
JP2017228977A (en) * 2016-06-23 2017-12-28 日本電気株式会社 Log information creation device, log information creation method, log information creation program, and information processing system
US11336510B2 (en) 2016-06-23 2022-05-17 Nec Corporation Information processing system, information processing method, and non-transitory recording medium

Similar Documents

Publication Publication Date Title
US10148554B2 (en) System and methods for load placement in data centers
US9521070B2 (en) Apparatus, information processing method and information processing system
RU2612599C1 (en) Control device, communication system, method for controlling switches and program
JP5941404B2 (en) Communication system, path switching method, and communication apparatus
JP2008288880A (en) Node, communicating method, and program for node
JP2011070549A (en) Computer system and migration method of virtual machine
KR101691759B1 (en) Virtual chassis system control protocols
US9215078B2 (en) Multicast method and multicast device
JP5861772B2 (en) Network appliance redundancy system, control device, network appliance redundancy method and program
US8625407B2 (en) Highly available virtual packet network device
JP6299745B2 (en) COMMUNICATION SYSTEM, CONTROL DEVICE, COMMUNICATION METHOD, AND PROGRAM
WO2014084198A1 (en) Storage area network system, control device, access control method, and program
WO2014175423A1 (en) Communication node, communication system, packet processing method and program
JP6109954B2 (en) System and method for pass-through mode in a virtual chassis system
KR101689096B1 (en) Network node and method in a node operable in a virtual chassis system wherein it is determined whether to issue a warning that an administrative action triggers a virtual chassis split
JP6127569B2 (en) Switch, control device, communication system, control channel management method and program
US20170078193A1 (en) Communication system, control apparatus, communication apparatus, and communication method
JP2014168157A (en) Communication system, control device, control method for control device, and program
US10257120B2 (en) Converting an aggregated flow to a real flow for core nodes
JP6282222B2 (en) Communication device
JP2017220812A (en) Control device, communication system, communication method and program
KR101880222B1 (en) Switch, controller and method failure recovery using openflow based on openflow
JP2015128213A (en) Communication node, controller, communication system, communication method, and program