WO2011043363A1 - 通信システムの制御装置、制御方法及びプログラム - Google Patents

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

Info

Publication number
WO2011043363A1
WO2011043363A1 PCT/JP2010/067519 JP2010067519W WO2011043363A1 WO 2011043363 A1 WO2011043363 A1 WO 2011043363A1 JP 2010067519 W JP2010067519 W JP 2010067519W WO 2011043363 A1 WO2011043363 A1 WO 2011043363A1
Authority
WO
WIPO (PCT)
Prior art keywords
switch
route
flow
path
switches
Prior art date
Application number
PCT/JP2010/067519
Other languages
English (en)
French (fr)
Inventor
一哉 鈴木
純一 大和
Original Assignee
日本電気株式会社
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 日本電気株式会社 filed Critical 日本電気株式会社
Priority to JP2011535413A priority Critical patent/JP5640986B2/ja
Publication of WO2011043363A1 publication Critical patent/WO2011043363A1/ja
Priority to US13/067,909 priority patent/US8804487B2/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/42Centralised routing
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/12Shortest path evaluation
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/48Routing tree calculation
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/02Topology update or discovery

Definitions

  • the present invention is based on the priority claim of Japanese Patent Application No. 2009-233891 (filed on Oct. 7, 2009), the entire contents of which are incorporated herein by reference. Shall.
  • the present invention relates to a communication system control device, method, and program, and more particularly, to control a communication system in which devices constituting the communication system are separated into a switch for transferring data and a control device (controller) for controlling the switch
  • the present invention relates to an apparatus, a control method, and a program.
  • OpenFlow is a communication that considers communication as an end-to-end flow and performs path control in units of flows.
  • the switch that functions as a forwarding node includes a secure channel for communication with the controller, and operates according to an OpenFlow table that is appropriately added or instructed by the controller. In the flow table, for each flow, a set of a rule (Flowkey) that matches a packet header, an action (Action) that defines processing contents, and flow statistical information (Stats) is defined.
  • FIG. 8 is a diagram schematically showing a configuration of a communication system based on OpenFlow.
  • the communication system includes a control device (controller) 110 and a plurality of switches S, A, X, and D.
  • the control device 110 performs path control, and the switches S, A, X, and D each transfer a packet.
  • the switch S transmits the packet to the control device 110.
  • the control device 110 determines a path for the flow and writes a forwarding entry corresponding to the flow to a switch (switches S, A, X, and D) on the path. Subsequent packets that arrive at the communication system are transferred according to the forwarding entries written in the switches S, A, X, and D.
  • the path calculation in OpenFlow can handle different policies for each flow. However, below, as an example, consider the case where all flows are calculated with the same policy. As an example, consider a case in which each path is composed of a shortest path between two points.
  • FIG. 9 is a flowchart showing the operation of the control device 110.
  • 10 and 11 are diagrams for explaining the operation of the control device 110.
  • FIG. 10A shows an example of topology information between switches in the base switch group.
  • a switch X is a switch that stops the function in the switch group.
  • the control device 110 extracts a flow that passes through the switch X to be stopped (step S101).
  • the control device 110 performs steps S103 to S105 for each extracted flow (step S102).
  • the flow passing through the switch X includes a route that passes through the route S-> A-> X-> D.
  • the start point of the flow that passes through the switch X to be stopped is S (Start)
  • the end point is D (Destination).
  • the shortest path tree TS with the switch S as a root is calculated (step S103).
  • the shortest path tree TS can be obtained using a Dijkstra algorithm that can efficiently solve the shortest path problem.
  • the shortest path from the switch S to the switch D is determined based on the shortest path tree TS (step S104).
  • the shortest route from S to D that is, a new route from S to D is route S-> E-> F-> G-> D.
  • FIG. 11 shows a route before and after the switch X is stopped.
  • the arrow in FIG. 11 is the shortest path tree before the switch X is stopped.
  • the old route before switch X stops is route S-> A-> X-> D
  • the new route after switch X stops is route S-> E-> F->. G-> D.
  • the control device 110 compares the old and new routes, extracts a switch that needs to be updated, and updates the flow entry (step S105). At this time, the control device deletes the corresponding flow entry in each switch in the old route, and registers the corresponding flow entry in each switch in the new route. If a flow entry to be deleted on the old route and a flow entry to be registered on the new route are the same for a switch, the deletion and registration operations can be omitted.
  • step S103 for calculating the shortest path tree the load on the control device increases according to the number of switches constituting the switch group. Therefore, it is preferable to reduce the calculation cost of the shortest path tree.
  • the shortest path tree TS must be calculated n times. Since the shortest path tree TS is the same if the starting point is the same flow, the shortest path tree calculation count can be reduced by caching the shortest path tree TS calculated in step S103. However, even in this case, if the number of flow start points is s, it is necessary to calculate s shortest path trees.
  • An object of the present invention is made in view of the above circumstances, and is to reduce the calculation cost of path recalculation by a control device when a switch is stopped.
  • the objective of this invention is providing the control apparatus, control method, and program of a communication system which solve this subject.
  • a control device for a communication system provides: In a communication system including a plurality of switches having a predetermined topology, A switch extractor for extracting a second switch adjacent to the first switch to be stopped; Based on the topology obtained by removing the first switch from the predetermined topology, when the switches located at the start point and the end point of the flow among the plurality of switches are respectively the third switch and the fourth switch, A path tree calculation unit for calculating the shortest path tree from the switch to the fourth switch; A flow extraction unit that extracts a flow transferred from the plurality of flows passing through the communication system to the first switch after the second switch; A route determination unit that determines a route from the second switch to the fourth switch based on the shortest path tree; A path generation unit that generates a new path for the flow based on the path from the third switch to the second switch in the original path for the flow and the path determined by the path determination unit.
  • the control method of the communication system is: A control method of a communication system including a plurality of switches having a predetermined topology, The control unit of the communication system Extracting a second switch adjacent to the first switch to be stopped; Based on the topology obtained by removing the first switch from the predetermined topology, when the switches located at the start point and the end point of the flow among the plurality of switches are respectively the third switch and the fourth switch, Calculating the shortest path tree from the switch to the fourth switch; Extracting a flow transferred from the plurality of flows passing through the communication system to the first switch next to the second switch; Determining a route from the second switch to the fourth switch based on the shortest path tree; Generating a new route for the flow based on the route from the third switch to the second switch in the original route for the flow and the route determined by the route determination unit.
  • the program according to the third aspect of the present invention is: In a communication system including a plurality of switches having a predetermined topology, Extracting a second switch adjacent to the first switch to be stopped; Based on the topology obtained by removing the first switch from the predetermined topology, when the switches located at the start point and the end point of the flow among the plurality of switches are respectively the third switch and the fourth switch, Calculating the shortest path tree from the switch to the fourth switch; A process of extracting a flow transferred from the plurality of flows passing through the communication system to the first switch next to the second switch; A process for determining a route from the second switch to the fourth switch based on the shortest path tree; Generating a new route for the flow based on the route from the third switch to the second switch in the original route for the flow and the route determined by the route determination unit; Is executed on the computer.
  • control device control method, and program of the communication system according to the present invention, it is possible to reduce the calculation cost of path recalculation by the control device when the switch is stopped.
  • FIG. 5 is a diagram for explaining the operation of the control device according to the first embodiment.
  • FIG. 5 is a diagram for explaining the operation of the control device according to the first embodiment.
  • FIG. 6 is a diagram for explaining the operation of a control device in Embodiment 2.
  • FIG. 6 is a diagram for explaining the operation of a control device in Embodiment 2.
  • 1 is a diagram schematically showing a communication system based on OpenFlow. It is a flowchart which shows operation
  • FIG. 1 is a block diagram illustrating a configuration of a control device 10 according to the present embodiment.
  • the control device 10 includes a switch extraction unit 11, a path tree calculation unit 13, a flow extraction unit 14, a route determination unit 16, and a route generation unit 17.
  • the switch extraction unit 11 extracts a second switch adjacent to the first switch that stops in a communication system including a plurality of switches having a predetermined topology.
  • the path tree calculation unit 13 calculates the shortest path tree rooted at the second switch based on the predetermined topology excluding the first switch.
  • the flow extraction unit 14 extracts a flow in which the destination switch to be transferred next to the second switch is the first switch.
  • the route determination unit 16 determines the route from the second switch to the fourth switch when the switches located at the start point and the end point of the flow among the plurality of switches are the third switch and the fourth switch, respectively. It is determined based on the shortest path tree.
  • the route generation unit 17 connects the route from the third switch to the second switch in the original route for the flow and the route determined by the route determination unit, and generates a new route for the flow.
  • the control device 10 may further include a route notification unit 19.
  • the route notification unit 19 compares the original route for the flow with a new route for the flow, extracts a switch that needs to update the flow entry from the plurality of switches, and adds the extracted switch to the extracted switch. A new route for the flow is notified.
  • the control device 10 may further include a redundancy eliminating unit 18.
  • the redundancy eliminating unit 18 eliminates a redundant route in the new route when there are switches that are included in the new route.
  • the redundancy canceling unit 18 cancels the redundant path between the second switch and the same switch when the switches before and after the second switch are the same switch in the new path, and the same If the switches before and after this switch are the same, the process of eliminating redundant paths may be repeated.
  • FIG. 2 is a flowchart showing the operation of the control device according to the present embodiment.
  • the switch extraction unit 11 extracts the switch N adjacent to the switch X to be stopped (step S11).
  • the control device 10 performs the following processing for each switch N (step S12).
  • the path tree calculation unit 13 calculates the shortest path tree TN having the switch N as a root (root) using the topology excluding the switch X to be stopped (step S13).
  • the flow extraction unit 14 extracts all the flows for which the next transfer destination of the switch N is the switch X (step S14).
  • the control device 10 performs the following processing for each flow (step S15).
  • the route determination unit 16 determines a detour route from the switch N to the switch D from the shortest path tree TN (step S16).
  • the route generation unit 17 connects the old route from the switch S to the switch N and the detour route from the switch N to the switch D to generate a new route (step S17).
  • the redundancy elimination unit 18 eliminates the redundant path when there are duplicate switches in the new path (step S18).
  • the route notification unit 19 compares the old and new routes, extracts a switch that needs to be updated, and updates the flow entry (step S19).
  • the control device 10 repeats steps S15 to S19 (step S20) and steps S12 to S20 (step S21).
  • the shortest path tree calculation may be performed only m times.
  • the number m of adjacent switches is smaller than the number of flows and the number of starting points s of all flows.
  • the number of calculations of the shortest path tree having a high calculation load can be reduced, and the calculation cost of path recalculation when the switch is stopped can be reduced.
  • the control device 10 may be realized by a computer program.
  • FIG. 3 is a block diagram illustrating a hardware configuration of a computer that executes a program.
  • the computer 30 includes a CPU 31, a memory 32, a hard disk 33, an input device 34, and an output device 35.
  • the program causes the CPU 31 to execute processing in each unit of the control device 10.
  • the input device 34 may include a mouse and a keyboard.
  • the output device 35 may have a display. You may make it memorize
  • control device 10 Next, the operation of the control device 10 according to the embodiment of the present invention will be described assuming a specific topology for the switch group.
  • FIG. 4 is a diagram for explaining calculation of the shortest path tree by the control device 10 (step S13 in FIG. 2).
  • FIG. 4 shows the topology of the network in this embodiment.
  • FIG. 4A shows a base topology.
  • the switch to be stopped is the switch X.
  • the shortest path tree TA with the root of the switch A adjacent to the switch X is calculated (step S13 in FIG. 2). Based on the calculated shortest path tree TA, a detour path from the switch A to the switch D is obtained as path A-> S-> E-> F-> G-> D (step S16 in FIG. 2).
  • FIG. 5 is a diagram for explaining generation of a new path (step S17 in FIG. 2) and elimination of a redundant path (step S18 in FIG. 2) by the control device 10.
  • the old route before the switch X is stopped is route S-> A-> X-> D.
  • the detour route obtained in step S16 is route A-> S-> E-> F-> G-> D (see FIG. 4B).
  • the switches after the switch X in the old route are not used and are deleted.
  • FIG. 5B shows the old route and the detour route after deletion.
  • FIG. 5C shows a new route S-> E-> F-> G-> D after deleting the overlapping route.
  • the previous and subsequent switches are compared again with the switch S having a compressed path as the center.
  • the route S-> E-> F-> G-> D is set as a new route after the switch X is stopped.
  • control device 10 Next, the operation of the control device 10 according to the embodiment of the present invention will be described based on another network topology.
  • FIG. 6 is a diagram for explaining the relationship between the old route, the detour route, and the new route.
  • the switch X is a switch that stops.
  • the switch N is a switch adjacent to the switch X.
  • the switch S and the switch D are switches corresponding to the start point and the end point of the flow, respectively.
  • the old route before the switch X stops is the route S-> A-> B-> N-> X-> D indicated by a broken line.
  • the control device 10 makes a detour route N-> B-> A-> C-> E-> shown by a dotted line as a detour route having the switch N adjacent to the switch X as a start point and the switch D as an end point.
  • F-> D is obtained (step S16 in FIG. 2).
  • FIG. 7 is a diagram for explaining the operation of the control device in the present embodiment.
  • the new route S-> A-> B-> N -> B-> A-> C-> E-> F-> D is obtained (step S17 in FIG. 2).
  • the switches before and after the switch B that has compressed the path are all the switch A. Therefore, the redundant route A-> B-> A is further deleted (step S18 in FIG. 2). Then, the new route becomes route S-> A-> C-> E-> F-> D.
  • the path compression process is terminated (step S18 in FIG. 2).
  • the new route in the present embodiment becomes route S-> A-> C-> E-> F-> D.
  • the data structures of the route management table, route configuration information, aggregate route management table, and switch-by-switch aggregate flow entity table described in the above embodiment are merely examples of implementation, and the present invention is limited to this data structure. Of course, it is not done.
  • the node includes any switch (L2 / L3 switch), a router, or the like whose flow is controlled by the controller, in addition to the switch of the above embodiment.
  • the present invention is not limited to the above-described embodiment, and can be further modified, replaced, or adjusted without departing from the basic technical idea of the present invention.
  • the controller 10 of the above-described embodiment can also be realized as a dedicated server.
  • As a switch in addition to the above-mentioned OFS (OpenFlow Switch), a router in an IP network and an MPLS switch in an MPLS (Multi-Protocol Label Switching) network. Such a node can be realized.
  • the present invention can be applied to a network in which other controllers centrally manage nodes in the network.
  • Control device DESCRIPTION OF SYMBOLS 11 Switch extraction part 13 Path tree calculation part 14 Flow extraction part 16 Path determination part 17 Path generation part 18 Redundancy elimination part 19 Path notification part 30
  • Computer 31 CPU 32 memory 33 hard disk 34 input device 35 output devices A to H, N, S, X switch, node

Landscapes

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

Abstract

 スイッチを停止する際に制御装置によるパス再計算の計算コストを削減する。制御装置は、所定のトポロジーを有する複数のスイッチを含む通信システムにおいて停止する第1のスイッチに隣接する第2のスイッチを抽出するスイッチ抽出部と、通信システムを通過する複数のフローの中から、第2のスイッチの次に第1のスイッチへ転送されるフローを抽出するフロー抽出部と、前記フローの始点及び終点に位置するスイッチをそれぞれ第3のスイッチ及び第4のスイッチとしたときに、第2のスイッチから第4のスイッチまでの経路を、第1のスイッチを除いたトポロジーに基づいて決定する経路決定部と、前記フローに対するもとの経路における第3のスイッチから第2のスイッチまでの経路と経路決定部によって決定された経路とを接続して前記フローに対する新たな経路を生成する経路生成部とを有する。

Description

通信システムの制御装置、制御方法及びプログラム
 (関連出願についての記載)
 本発明は、日本国特許出願:特願2009-233891号(2009年10月7日出願)の優先権主張に基づくものであり、同出願の全記載内容は引用をもって本書に組み込み記載されているものとする。
 本発明は、通信システムの制御装置、方法及びプログラムに関し、特に、通信システムを構成する機器が、データ転送を行うスイッチと当該スイッチの制御を行う制御装置(コントローラ)に分離された通信システムの制御装置、制御方法及びプログラムに関する。
 データ転送を行う機器とネットワーク制御を行う機器とが分離された通信システムとして、一例として、スイッチがデータ転送を行うとともに、制御装置(コントローラ)がネットワーク制御を行うものが知られている。かかる通信システムを実現するプロトコルの一つとして、オープンフロー(OpenFlow)が挙げられる(非特許文献1)。オープンフローは、通信をエンドツーエンドのフローとして捉え、フロー単位で経路制御などを行うものである。転送ノードとして機能するスイッチは、コントローラとの通信用のセキュアチャネルを備え、コントローラから適宜、追加、又は指示されるオープンフローテーブルに従って動作する。フローテーブルには、フロー毎に、パケットヘッダと照合するルール(Flowkey)と、処理内容を定義したアクション(Action)と、フロー統計情報(Stats)との組が定義される。
 図8は、オープンフローに基づく通信システムの構成を概略的に示す図である。図8を参照すると、通信システムは、制御装置(コントローラ)110と、複数のスイッチS、A、X及びDを備えている。制御装置110は経路制御を行い、スイッチS、A、X及びDは、それぞれパケットの転送を行う。
 図8を参照して、オープンフローにおけるパケットの転送処理について説明する。フローに含まれる最初のパケット(First Packet)が通信システムの入り口のスイッチ(図8のスイッチS)に到着すると、スイッチSは当該パケットを制御装置110に送信する。制御装置110は、フローに対するパスを決定するとともに、フローに対応するフォワーディングエントリをパス上のスイッチ(スイッチS、A、X、D)に書き込む。通信システムに到着する以降のパケットは、スイッチS、A、X及びDに書き込まれたフォワーディングエントリにしたがって転送される。
 制御装置110は、すべてのパスの決定に関与することから、パスの張替え(経路決定)を行う際に必要な情報をすべて保持している。オープンフローにおけるパス計算では、フロー単位で異なるポリシーのものを扱うことができる。しかし、以下では、一例として、すべてのフローが同一のポリシーで計算される場合について考える。また、一例として、各パスは2点間の最短パスで構成される場合について考える。
N. McKeown et al., "Openflow: Enableing Innovation in Campus Networks," [平成21年9月2日検索]、インターネット、<URL:http://www.openflowswitch.org/documents/openflow-wp-latest.pdf>
 なお、上記非特許文献の全開示内容はその引用をもって本書に繰込み記載する。以下の分析は、本発明の視点から与えられたものである。
 通信システムのメンテナンスの際に、あるスイッチを停止させる場合には、そのスイッチを通過するフローを他のスイッチに移す必要がある。しかし、フロー数が膨大である場合には、制御装置(コントローラ)110において必要とされる計算量が膨大になる。以下では、その理由を具体例に基づいて説明する。
 図9は、制御装置110の動作を示すフローチャートである。図10及び図11は、制御装置110の動作を説明するための図である。図10(a)に、ベースとなるスイッチ群におけるスイッチ間のトポロジー情報の一例を示す。図10(a)において、スイッチXは、スイッチ群の中で機能を停止するスイッチである。
 図9を参照すると、制御装置110は、停止するスイッチXを通過するフローを抽出する(ステップS101)。次に、制御装置110は、抽出された各フローについて、ステップS103~S105の処理を行う(ステップS102)。いま、スイッチXを通過するフローとして、経路S->A->X->Dを経由するものが含まれるものとする。図10(a)に示すように、停止するスイッチXを通過するフローの始点をS(Start)、終点をD(Destination)とする。
 停止するスイッチXを除いたトポロジーを用いて、スイッチSを根(ルート)とする最短パスツリーTSを計算する(ステップS103)。例えば、最短パスツリーTSは、最短経路問題を効率的に解くことができるダイクストラ(Dijkstra)のアルゴリズムを用いて求めることができる。
 次に、最短パスツリーTSに基づいて、スイッチSからスイッチDまでの最短経路を決定する(ステップS104)。図10(b)を参照すると、SからDへの最短経路、すなわち、SからDへの新たな経路は、経路S->E->F->G->Dとなる。
 図11は、スイッチXを停止する前後における経路を示している。図11の矢印は、スイッチXを停止する前における最短パスツリーである。図11を参照すると、スイッチXが停止する前の旧経路は経路S->A->X->Dであり、スイッチXが停止した後の新経路は経路S->E->F->G->Dとなる。制御装置110は、新旧の経路を比較し、フローエントリの更新が必要なスイッチを抽出し、フローエントリを更新する(ステップS105)。このとき制御装置は、旧経路中の各スイッチにおける該当するフローエントリを削除し、新経路中の各スイッチに該当するフローエントリを登録する。なお、あるスイッチに対して、旧経路で削除するフローエントリと新経路で登録するフローエントリとが同一である場合には、削除及び登録の動作を省略することができる。
 すべてのフローについて、上記のステップS103~S105の処理を繰り返す(ステップS106)。
 以上の処理のうち、最短パスツリーを計算するステップS103では、スイッチ群を構成するスイッチの数に応じて制御装置の負荷が高くなる。したがって、最短パスツリーの計算コストを減らすことが好ましい。図9のフローチャートでは、フロー数をnとすると、最短パスツリーTSをn回計算しなければならない。なお、始点が同一のフローであれば最短パスツリーTSは同一であることから、ステップS103において計算した最短パスツリーTSをキャッシュすることで、最短パスツリーの計算回数を減らすこともできる。しかしながら、この場合であっても、フローの始点の数をs個とすると、s回の最短パスツリーを計算する必要がある。
 本発明の課題は、上記事情に鑑みてなされたものであり、スイッチを停止する際に、制御装置によるパス再計算の計算コストを削減することにある。本発明の目的は、かかる課題を解決する、通信システムの制御装置、制御方法及びプログラムを提供することにある。
 本発明の第1の視点に係る、通信システムの制御装置は、
 所定のトポロジーを有する複数のスイッチを含む通信システムにおいて、
 停止する第1のスイッチに隣接する第2のスイッチを抽出するスイッチ抽出部と、
 複数のスイッチのうちのフローの始点及び終点に位置するスイッチをそれぞれ第3のスイッチ及び第4のスイッチとしたときに、所定のトポロジーから第1のスイッチを除いたトポロジーに基づいて、第2のスイッチから第4のスイッチまでの最短パスツリーを計算するパスツリー計算部と、
 前記通信システムを通過する複数のフローの中から、第2のスイッチの次に第1のスイッチへ転送されるフローを抽出するフロー抽出部と、
 第2のスイッチから該第4のスイッチまでの経路を最短パスツリーに基づいて決定する経路決定部と、
 フローに対するもとの経路における第3のスイッチから第2のスイッチまでの経路と経路決定部によって決定された経路とに基づきフローに対する新たな経路を生成する経路生成部と、を備える。
 本発明の第2の視点に係る、通信システムの制御方法は、
 所定のトポロジーを有する複数のスイッチを含む通信システムの制御方法であって、
 通信システムの制御部が、
 停止する第1のスイッチに隣接する第2のスイッチを抽出する工程と、
 複数のスイッチのうちのフローの始点及び終点に位置するスイッチをそれぞれ第3のスイッチ及び第4のスイッチとしたときに、所定のトポロジーから第1のスイッチを除いたトポロジーに基づいて、第2のスイッチから第4のスイッチまでの最短パスツリーを計算する工程と、
 前記通信システムを通過する複数のフローの中から、第2のスイッチの次に第1のスイッチへ転送されるフローを抽出する工程と、
 第2のスイッチから該第4のスイッチまでの経路を最短パスツリーに基づいて決定する工程と、
 フローに対するもとの経路における第3のスイッチから第2のスイッチまでの経路と経路決定部によって決定された経路とに基づきフローに対する新たな経路を生成する工程と、を含む。
 本発明の第3の視点に係るプログラムは、
 所定のトポロジーを有する複数のスイッチを含む通信システムにおいて、
 停止する第1のスイッチに隣接する第2のスイッチを抽出する処理と、
 複数のスイッチのうちのフローの始点及び終点に位置するスイッチをそれぞれ第3のスイッチ及び第4のスイッチとしたときに、所定のトポロジーから第1のスイッチを除いたトポロジーに基づいて、第2のスイッチから第4のスイッチまでの最短パスツリーを計算する処理と、
 前記通信システムを通過する複数のフローの中から、第2のスイッチの次に第1のスイッチへ転送されるフローを抽出する処理と、
 第2のスイッチから該第4のスイッチまでの経路を最短パスツリーに基づいて決定する処理と、
 フローに対するもとの経路における第3のスイッチから第2のスイッチまでの経路と経路決定部によって決定された経路とに基づきフローに対する新たな経路を生成する処理と、
 をコンピュータに実行させる。
 本発明に係る通信システムの制御装置、制御方法及びプログラムによると、スイッチを停止する際に、制御装置によるパス再計算の計算コストを削減することができる。
本発明の実施形態に係る制御装置の構成を示すブロック図である。 本発明の実施形態に係る制御装置の動作を示すフローチャートである。 本発明の実施形態に係るプログラムを実行させるコンピュータのハードウェア構成を示すブロック図である。 実施例1における制御装置の動作を説明するための図である。 実施例1における制御装置の動作を説明するための図である。 実施例2における制御装置の動作を説明するための図である。 実施例2における制御装置の動作を説明するための図である。 オープンフローに基づく通信システムを概略的に示す図である。 従来の制御装置の動作を示すフローチャートである。 従来の制御装置の動作を説明するための図である。 従来の制御装置の動作を説明するための図である。
 (実施形態)
 本発明の実施形態に係る制御装置について、図面を参照して説明する。図1は、本実施形態に係る制御装置10の構成を示すブロック図である。図1を参照すると、制御装置10は、スイッチ抽出部11、パスツリー計算部13、フロー抽出部14、経路決定部16及び経路生成部17を備えている。
 スイッチ抽出部11は、所定のトポロジーを有する複数のスイッチを含む通信システムにおいて停止する第1のスイッチに隣接する第2のスイッチを抽出する。
 パスツリー計算部13は、上記所定のトポロジーから第1のスイッチを除いたものに基づいて、第2のスイッチを根とする最短パスツリーを計算する。
 フロー抽出部14は、第2のスイッチの次に転送すべき宛先のスイッチが第1のスイッチであるフローを抽出する。
 経路決定部16は、複数のスイッチのうちのフローの始点及び終点に位置するスイッチをそれぞれ第3のスイッチ及び第4のスイッチとしたときに、第2のスイッチから第4のスイッチまでの経路を上記最短パスツリーに基づいて決定する。
 経路生成部17は、上記フローに対するもとの経路における第3のスイッチから第2のスイッチまでの経路と経路決定部によって決定された経路とを接続して上記フローに対する新たな経路を生成する。
 制御装置10は、さらに経路通知部19を備えていてもよい。経路通知部19は、上記フローに対するもとの経路と上記フローに対する新たな経路とを比較して、フローエントリを更新する必要があるスイッチを上記複数のスイッチから抽出し、抽出されたスイッチに上記フローに対する新たな経路を通知する。
 制御装置10は、さらに冗長性解消部18を備えていてもよい。冗長性解消部18は、新たな経路に重複して含まれるスイッチがある場合には、新たな経路における冗長な経路を解消する。冗長性解消部18は、新たな経路において第2のスイッチの前後のスイッチが同一のスイッチである場合には第2のスイッチと当該同一のスイッチとの間の冗長な経路を解消し、当該同一のスイッチの前後のスイッチが同一である場合にはさらに冗長な経路を解消するという処理を繰り返すようにしてもよい。
 次に、図面を参照して、制御装置10の動作について説明する。図2は、本実施形態に係る制御装置の動作を示すフローチャートである。図2を参照すると、スイッチ抽出部11は、停止するスイッチXに隣接するスイッチNを抽出する(ステップS11)。制御装置10は、各スイッチNに対して、以下の処理を行う(ステップS12)。
 パスツリー計算部13は、停止するスイッチXを除いたトポロジーを用いて、スイッチNを根(ルート)とする最短パスツリーTNを計算する(ステップS13)。
 フロー抽出部14は、スイッチNの次転送先がスイッチXであるフローをすべて抽出する(ステップS14)。制御装置10は、各フローに対して、以下の処理を行う(ステップS15)。
 フローの始点をS(start)、終点をD(destination)とする。このとき、経路決定部16は、スイッチNからスイッチDまでの迂回用経路を最短パスツリーTNから決定する(ステップS16)。
 経路生成部17は、スイッチSからスイッチNまでの旧経路と、スイッチNからスイッチDまでの迂回経路を繋ぎ合わせて、新経路を生成する(ステップS17)。
 冗長性解消部18は、新経路中に重複したスイッチがある場合には、冗長な経路を解消する(ステップS18)。
 経路通知部19は、新旧の経路を比較して、フローエントリの更新が必要なスイッチを抽出し、フローエントリを更新する(ステップS19)。
 制御装置10は、以上のステップS15~S19を繰り返す(ステップS20)とともに、ステップS12~S20を繰り返す(ステップS21)。
 停止するスイッチXに隣接するスイッチの数をmとしたとき、本実施形態の制御装置10によると、最短パスツリーの計算(ステップS13)はm回のみでよい。一般に、隣接するスイッチの数mは、フロー数及び全フローの始点数sと比較して小さい。このように、本実施形態の制御装置10では、計算負荷の高い最短パスツリーの計算回数を少なくすることができ、スイッチを停止する際のパス再計算の計算コストを削減することができる。
 制御装置10は、コンピュータ・プログラムによって実現してもよい。図3は、プログラムを実行するコンピュータのハードウェア構成を示すブロック図である。図3を参照すると、コンピュータ30は、CPU31、メモリ32、ハードディスク33、入力装置34及び出力装置35を備えている。プログラムは、制御装置10の各部における処理をCPU31に実行させる。入力装置34は、マウス及びキーボードを含んでいてもよい。出力装置35は、ディスプレイを有していてもよい。ハードディスク33に、上記のプログラム及びネットワークのトポロジーに関する情報を記憶させるようにしてもよい。
 次に、本発明の実施形態に係る制御装置10の動作について、スイッチ群に対する具体的なトポロジーを想定して説明する。
 図4は、制御装置10による最短パスツリーの計算(図2のステップS13)を説明するための図である。図4は、本実施例におけるネットワークのトポロジーを示す。図4(a)は、ベースとなるトポロジーを示す。停止するスイッチはスイッチXとなる。
 スイッチXに隣接するスイッチであるスイッチAを根(ルート)とした最短パスツリーTAを計算する(図2のステップS13)。計算した最短パスツリーTAに基づいて、スイッチAからのスイッチDまでの迂回用経路が、経路A->S->E->F->G->Dと求まる(図2のステップS16)。
 図5は、制御装置10による新経路の生成(図2のステップS17)と冗長な経路の解消(図2のステップS18)について説明するための図である。
 図5(a)を参照すると、スイッチXを停止する前の旧経路は、経路S->A->X->Dである。一方、ステップS16で求めた迂回経路は、経路A->S->E->F->G->Dである(図4(b)参照)。ここで、旧経路におけるスイッチX以降のスイッチは、使用されないことから、削除する。図5(b)に削除後の旧経路と迂回経路を示す。これら2つの経路をつなぎ合わせることによって、図5(c)に示すような新経路S->A->S->E->F->G->Dが得られる(図2のステップS17)。
 次に、繋ぎ合わせたスイッチAを中心に、前後のスイッチを比較して、同一のスイッチである場合には、冗長な経路を解消する(図2のステップS18)。図5(c)を参照すると、スイッチAの前後のスイッチはいずれもスイッチSであることから、重複する経路を削除する。図5(d)は、重複する経路を削除した後の新経路S->E->F->G->Dを示す。経路を圧縮したスイッチSを中心に、再度前後のスイッチを比較する。本実施例においては、これ以上圧縮することができないので、経路S->E->F->G->Dを、スイッチXの停止後の新たな経路とする。
 次に、本発明の実施形態に係る制御装置10の動作について、他のネットワークトポロジーに基づいて説明する。
 図6は、旧経路と迂回経路と新経路の関係について説明するための図である。図6を参照すると、スイッチXは、停止するスイッチである。スイッチNは、スイッチXに隣接するスイッチである。また、スイッチS及びスイッチDは、それぞれフローの始点及び終点に相当するスイッチである。スイッチXが停止する前の旧経路は破線で示した経路S->A->B->N->X->Dである。次に、制御装置10によって、スイッチXに隣接するスイッチNを始点、スイッチDを終点とする迂回用経路として、点線で示した迂回経路N->B->A->C->E->F->Dを求める(図2のステップS16)。
 図7は、本実施例における制御装置の動作について説明するための図である。図7(a)~(c)を参照すると、スイッチSからスイッチNまでの旧経路と、スイッチNからスイッチDまでの迂回経路をつなぎ合わせると、新経路S->A->B->N->B->A->C->E->F->Dが得られる(図2のステップS17)。
 この新経路において、つなぎ合わせたスイッチNの前後のスイッチは、いずれもスイッチBであることから、重複する経路B->N->Bを削除する(図2のステップS18)。すると、新経路は、経路S->A->B->A->C->E->F->Dとなる(図7(d))。
 図7(d)を参照すると、経路の圧縮を行ったスイッチBの前後のスイッチは、いずれもスイッチAである。そこで、重複する経路A->B->Aをさらに削除する(図2のステップS18)。すると、新経路は、経路S->A->C->E->F->Dとなる。
 経路の圧縮を行ったスイッチAの前後のスイッチは、異なるスイッチであることから経路の圧縮処理を終了する(図2のステップS18)。以上の処理により、本実施例における新経路は、経路S->A->C->E->F->Dとなる。
 なお、上記実施形態で説明した経路管理テーブル、経路構成情報、集約経路管理テーブル、スイッチ別集約フローエンティティテーブルのデータ構造はあくまで実装の一例を示したものであり、本発明はかかるデータ構造に制限されるものでないことは勿論である。また、本発明において、ノードは上記実施例のスイッチを含むほか、コントローラによってフローの制御が行われる任意のスイッチ(L2/L3スイッチ)、ルータ等を含む。
 本発明は、上記した実施形態に限定されるものではなく、本発明の基本的技術的思想を逸脱しない範囲で、更なる変形・置換・調整を加えることができる。上記した実施形態のコントローラ10は、専用のサーバとして実現することもでき、スイッチとしては、上記OFS(OpenFlow Switch)のほか、IP網におけるルータ、MPLS(Multi-Protocol Label Switching)網におけるMPLSスイッチのようなノードであれば実現できる。その他のコントローラがネットワーク内のノードを集中管理するようなネットワークに本発明を適用することが可能である。
 なお、本発明の全開示(請求の範囲を含む)の枠内において、さらにその基本的技術思想に基づいて、実施形態ないし実施例の変更・調整が可能である。また、本発明の請求の範囲の枠内において種々の開示要素の多様な組み合わせ、乃至、選択が可能である。すなわち、本発明は、請求の範囲を含む全開示、技術的思想にしたがって当業者であればなし得るであろう各種変形、修正を含むことは勿論である。
10、110 制御装置(コントローラ)
11 スイッチ抽出部
13 パスツリー計算部
14 フロー抽出部
16 経路決定部
17 経路生成部
18 冗長性解消部
19 経路通知部
30 コンピュータ
31 CPU
32 メモリ
33 ハードディスク
34 入力装置
35 出力装置
A~H、N、S、X スイッチ、ノード

Claims (15)

  1.  所定のトポロジーを有する複数のスイッチを含む通信システムにおいて停止する第1のスイッチに隣接する第2のスイッチを抽出するスイッチ抽出部と、
     前記通信システムを通過する複数のフローの中から、前記第2のスイッチの次に前記第1のスイッチへ転送されるフローを抽出するフロー抽出部と、
     前記複数のスイッチのうちの前記フローの始点及び終点に位置するスイッチをそれぞれ第3のスイッチ及び第4のスイッチとしたときに、前記第2のスイッチから該第4のスイッチまでの経路を、前記所定のトポロジーから第1のスイッチを除いたものに基づいて決定する経路決定部と、
     前記フローに対するもとの経路における前記第3のスイッチから前記第2のスイッチまでの経路と前記経路決定部によって決定された経路とを接続して前記フローに対する新たな経路を生成する経路生成部とを備えていることを特徴とする通信システムの制御装置。
  2.  前記所定のトポロジーから前記第1のスイッチを除いたものに基づいて、前記第2のスイッチを根(ルート)とする最短パスツリーを計算するパスツリー計算部をさらに備え、
     前記経路決定部は、第2のスイッチから第4のスイッチまでの経路を前記最短パスツリーに基づいて決定することを特徴とする、請求項1に記載の制御装置。
  3.  前記フローに対するもとの経路と前記フローに対する新たな経路とを比較して、フローエントリを更新する必要があるスイッチを前記複数のスイッチから抽出し、抽出されたスイッチに前記フローに対する新たな経路を通知する経路通知部をさらに備えていることを特徴とする、請求項1または2に記載の制御装置。
  4.  前記新たな経路に重複して含まれるスイッチがある場合には、前記新たな経路における冗長な経路を解消する冗長性解消部をさらに備えていることを特徴とする、請求項1ないし3のいずれか1項に記載の制御装置。
  5.  前記冗長性解消部は、前記新たな経路において前記第2のスイッチの前後のスイッチが同一のスイッチである場合には前記第2のスイッチと該同一のスイッチとの間の冗長な経路を解消し、該同一のスイッチの前後のスイッチが同一である場合にはさらに冗長な経路を解消するという処理を繰り返すことを特徴とする、請求項4に記載の制御装置。
  6.  請求項1乃至5のいずれか1項に記載の制御装置と、
     前記複数のスイッチとを備えていることを特徴とする通信システム。
  7.  コンピュータが、所定のトポロジーを有する複数のスイッチを含む通信システムにおいて停止する第1のスイッチに隣接する第2のスイッチを抽出する工程と、
     前記通信システムを通過する複数のフローの中から、前記第2のスイッチの次に前記第1のスイッチへ転送されるフローを抽出する工程と、
     前記複数のスイッチのうちの前記フローの始点及び終点に位置するスイッチをそれぞれ第3のスイッチ及び第4のスイッチとしたときに、前記第2のスイッチから該第4のスイッチまでの経路を、前記所定のトポロジーから第1のスイッチを除いたものに基づいて決定する決定工程と、
     前記フローに対するもとの経路における前記第3のスイッチから前記第2のスイッチまでの経路と前記経路決定部によって決定された経路とを接続して前記フローに対する新たな経路を生成する工程と、を含むことを特徴とする、通信システムの制御方法。
  8.  前記所定のトポロジーから第1のスイッチを除いたものに基づいて、第2のスイッチを根(ルート)とする最短パスツリーを計算する工程をさらに含み、
     前記決定工程において、第2のスイッチから第4のスイッチまでの経路を前記最短パスツリーに基づいて決定することを特徴とする、請求項7に記載の制御方法。
  9.  コンピュータが、前記フローに対するもとの経路と前記フローに対する新たな経路とを比較して、フローエントリを更新する必要があるスイッチを前記複数のスイッチから抽出し、抽出されたスイッチに前記フローに対する新たな経路を通知する工程をさらに含むことを特徴とする、請求項7または8に記載の制御方法。
  10.  コンピュータが、前記新たな経路に重複して含まれるスイッチがある場合には、前記新たな経路における冗長な経路を解消する工程をさらに含むことを特徴とする、請求項7ないし9のいずれか1項に記載の制御方法。
  11.  前記抽出されたスイッチが、通知された新たな経路に基づいて、フローエントリを更新する工程をさらに含むことを特徴とする、請求項9または10に記載の制御方法。
  12.  所定のトポロジーを有する複数のスイッチを含む通信システムにおいて停止する第1のスイッチに隣接する第2のスイッチを抽出する処理と、
     前記通信システムを通過する複数のフローの中から、前記第2のスイッチの次に前記第1のスイッチへ転送されるフローを抽出する処理と、
     前記複数のスイッチのうちの前記フローの始点及び終点に位置するスイッチをそれぞれ第3のスイッチ及び第4のスイッチとしたときに、前記第2のスイッチから該第4のスイッチまでの経路を、前記所定のトポロジーから第1のスイッチを除いたものに基づいて決定する決定処理と、
     前記フローに対するもとの経路における前記第3のスイッチから前記第2のスイッチまでの経路と前記経路決定部によって決定された経路とを接続して前記フローに対する新たな経路を生成する処理と、をコンピュータに実行させることを特徴とするプログラム。
  13.  前記所定のトポロジーから第1のスイッチを除いたものに基づいて、第2のスイッチを根(ルート)とする最短パスツリーを計算する処理をさらにコンピュータに実行させ、
     前記決定処理において、第2のスイッチから第4のスイッチまでの経路を前記最短パスツリーに基づいて決定することを特徴とする、請求項12に記載のプログラム。
  14.  前記フローに対するもとの経路と前記フローに対する新たな経路とを比較して、フローエントリを更新する必要があるスイッチを前記複数のスイッチから抽出し、抽出されたスイッチに前記フローに対する新たな経路を通知する処理をさらにコンピュータに実行させることを特徴とする、請求項12または13に記載のプログラム。
  15.  前記新たな経路に重複して含まれるスイッチがある場合には、前記新たな経路における冗長な経路を解消する処理をさらにコンピュータに実行させることを特徴とする、請求項12ないし14のいずれか1項に記載のプログラム。
PCT/JP2010/067519 2009-10-07 2010-10-06 通信システムの制御装置、制御方法及びプログラム WO2011043363A1 (ja)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2011535413A JP5640986B2 (ja) 2009-10-07 2010-10-06 通信システムの制御装置、制御方法及びプログラム
US13/067,909 US8804487B2 (en) 2009-10-07 2011-07-06 Communication system control apparatus, control method, and program

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2009233891 2009-10-07
JP2009-233891 2009-10-07

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US13/067,909 Continuation US8804487B2 (en) 2009-10-07 2011-07-06 Communication system control apparatus, control method, and program

Publications (1)

Publication Number Publication Date
WO2011043363A1 true WO2011043363A1 (ja) 2011-04-14

Family

ID=43856816

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2010/067519 WO2011043363A1 (ja) 2009-10-07 2010-10-06 通信システムの制御装置、制御方法及びプログラム

Country Status (3)

Country Link
US (1) US8804487B2 (ja)
JP (1) JP5640986B2 (ja)
WO (1) WO2011043363A1 (ja)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9185166B2 (en) 2012-02-28 2015-11-10 International Business Machines Corporation Disjoint multi-pathing for a data center network
CN104871501A (zh) 2012-12-19 2015-08-26 日本电气株式会社 分组处理装置、流表项配置方法和程序
WO2015017967A1 (en) * 2013-08-05 2015-02-12 Telefonaktiebolaget L M Ericsson (Publ) Method and apparatus for operating routing device and relevant routing device
CN104579966B (zh) * 2013-10-14 2018-08-17 华为技术有限公司 转发表项生成的方法、转发节点和控制器

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000026336A (ja) * 1998-07-01 2000-01-25 Sumika Chemical Analysis Service Ltd スチレントリマーの製造方法
JP2008054233A (ja) * 2006-08-28 2008-03-06 Nippon Telegr & Teleph Corp <Ntt> 経路計算方法、経路計算プログラムおよび経路計算装置
JP2009060392A (ja) * 2007-08-31 2009-03-19 Hitachi Communication Technologies Ltd パケット交換ネットワーク、障害管制装置およびパケット交換装置

Family Cites Families (36)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6122753A (en) * 1997-04-09 2000-09-19 Nec Corporation Fault recovery system and transmission path autonomic switching system
US6639897B1 (en) 1998-04-22 2003-10-28 Nippon Telegraph And Telephone Corporation Communication network of linked nodes for selecting the shortest available route
JP2000236336A (ja) * 1999-02-15 2000-08-29 Nippon Telegr & Teleph Corp <Ntt> 経路選択装置
CA2269649A1 (en) * 1999-04-22 2000-10-22 Telecommunications Research Laboratories Protection of routers in a telecommunications network
US7107329B1 (en) * 1999-05-21 2006-09-12 Lucent Technologies Inc. In networks of interconnected router nodes for routing data traffic, a method of and system for imperceptibly upgrading router node software and the like without traffic interruption
GB9923070D0 (en) * 1999-09-29 1999-12-01 Nokia Telecommunications Oy Multilayer telecommunications network
US7142505B2 (en) * 2000-01-04 2006-11-28 At&T Corp. Method and apparatus for restoring a network
US6721899B1 (en) * 2000-01-12 2004-04-13 Lucent Technologies Inc. Fault-tolerant non-flooding routing
US6697334B1 (en) * 2000-01-18 2004-02-24 At&T Corp. Method for designing a network
JP4034497B2 (ja) * 2000-05-08 2008-01-16 富士通株式会社 ネットワークシステム
JP2001352342A (ja) * 2000-06-07 2001-12-21 Fujitsu Ltd ネットワーク管理方法及びネットワークノード装置並びにメッシュ型ネットワーク
US6996065B2 (en) * 2000-07-06 2006-02-07 Lucent Technologies Inc. Dynamic backup routing of network tunnel paths for local restoration in a packet network
JP4145025B2 (ja) * 2001-05-17 2008-09-03 富士通株式会社 予備パスの設定方法および装置
US20030208572A1 (en) * 2001-08-31 2003-11-06 Shah Rajesh R. Mechanism for reporting topology changes to clients in a cluster
JP3676713B2 (ja) * 2001-09-12 2005-07-27 三菱電機株式会社 経路探索装置
US7362709B1 (en) * 2001-11-02 2008-04-22 Arizona Board Of Regents Agile digital communication network with rapid rerouting
IL146588A (en) * 2001-11-20 2006-12-31 Eci Telecom Ltd High speed dissemination of failure information in mesh networks
US20030223379A1 (en) * 2002-05-28 2003-12-04 Xuguang Yang Method and system for inter-domain loop protection using a hierarchy of loop resolving protocols
US8675493B2 (en) * 2002-07-02 2014-03-18 Alcatel Lucent Routing bandwidth guaranteed paths with local restoration in label switched networks
US7180866B1 (en) * 2002-07-11 2007-02-20 Nortel Networks Limited Rerouting in connection-oriented communication networks and communication systems
US20040133590A1 (en) * 2002-08-08 2004-07-08 Henderson Alex E. Tree data structure with range-specifying keys and associated methods and apparatuses
CA2744851C (en) * 2003-02-21 2015-04-14 Nippon Telegraph And Telephone Corporation Device and method for correcting a path trouble in a communication network
JP4175928B2 (ja) * 2003-03-20 2008-11-05 富士通株式会社 ネットワーク管理装置
JP4434867B2 (ja) * 2004-07-15 2010-03-17 富士通株式会社 Mplsネットワークシステム及びノード
US7630298B2 (en) * 2004-10-27 2009-12-08 Cisco Technology, Inc. Method and apparatus for forwarding data in a data communications network
US7436838B2 (en) * 2004-12-29 2008-10-14 Cisco Technology, Inc. Automatic prioritization of BGP next-hop in IGP
US7406032B2 (en) * 2005-01-06 2008-07-29 At&T Corporation Bandwidth management for MPLS fast rerouting
US7586841B2 (en) * 2005-05-31 2009-09-08 Cisco Technology, Inc. System and method for protecting against failure of a TE-LSP tail-end node
US7869348B2 (en) * 2006-04-10 2011-01-11 Polytechnic Institute Of New York University Determining rerouting information for single-link failure recovery in an Internet protocol network
US7876672B2 (en) * 2006-04-10 2011-01-25 Polytechnic Institute Of New York University Determining rerouting information for single-node failure recovery in an internet protocol network
US8203970B2 (en) * 2006-10-16 2012-06-19 Hewlett-Packard Development Company, L.P. Method and apparatus for selecting spanning tree root
US7656792B2 (en) * 2006-11-02 2010-02-02 Nortel Networks Limited Method and apparatus for computing alternate multicast/broadcast paths in a routed network
JP5353882B2 (ja) * 2008-04-22 2013-11-27 日本電気株式会社 中継装置およびネットワークシステム及び経路切替方法並びにプログラム
JP5062058B2 (ja) * 2008-06-26 2012-10-31 富士通株式会社 ノード装置及び経路設定方法
US8780696B2 (en) * 2008-11-17 2014-07-15 Telefonaktiebolaget L M Ericsson (Publ) System and method of implementing lightweight not-via IP fast reroutes in a telecommunications network
JP5621781B2 (ja) * 2009-10-06 2014-11-12 日本電気株式会社 ネットワークシステムとコントローラと方法とプログラム

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000026336A (ja) * 1998-07-01 2000-01-25 Sumika Chemical Analysis Service Ltd スチレントリマーの製造方法
JP2008054233A (ja) * 2006-08-28 2008-03-06 Nippon Telegr & Teleph Corp <Ntt> 経路計算方法、経路計算プログラムおよび経路計算装置
JP2009060392A (ja) * 2007-08-31 2009-03-19 Hitachi Communication Technologies Ltd パケット交換ネットワーク、障害管制装置およびパケット交換装置

Also Published As

Publication number Publication date
US8804487B2 (en) 2014-08-12
JP5640986B2 (ja) 2014-12-17
JPWO2011043363A1 (ja) 2013-03-04
US20110267979A1 (en) 2011-11-03

Similar Documents

Publication Publication Date Title
JP5440691B2 (ja) パケット転送システム、制御装置、転送装置、処理規則の作成方法およびプログラム
JP5304947B2 (ja) 通信システム、制御装置、ノードの制御方法およびプログラム
JP5850068B2 (ja) 制御装置、通信システム、通信方法およびプログラム
JP5494668B2 (ja) 情報システム、制御サーバ、仮想ネットワーク管理方法およびプログラム
JP5674107B2 (ja) 通信システム、制御装置、処理規則の設定方法およびプログラム
WO2011118585A1 (ja) 情報システム、制御装置、仮想ネットワークの管理方法およびプログラム
WO2011155510A1 (ja) 通信システム、制御装置、パケットキャプチャ方法およびプログラム
JP5370588B2 (ja) 通信システム、ノード、制御装置、通信方法およびプログラム
JP5900353B2 (ja) 通信システム、制御装置、通信ノードおよび通信方法
JP5854048B2 (ja) 通信システム、転送ノード、制御装置、通信制御方法およびプログラム
JP6176245B2 (ja) 制御装置、通信システム、スイッチ制御方法及びプログラム
JP5733438B2 (ja) 通信システム、制御装置および通信方法
JP2012049674A (ja) 通信装置、通信システム、通信方法、および通信プログラム
JPWO2012050071A1 (ja) 通信システム、制御装置、処理規則の設定方法およびプログラム
JP5640986B2 (ja) 通信システムの制御装置、制御方法及びプログラム
JP5682620B2 (ja) 経路選択方法、情報処理装置、ネットワークシステムおよび経路選択プログラム
JPWO2014175423A1 (ja) 通信ノード、通信システム、パケット処理方法及びプログラム
JP5747997B2 (ja) 制御装置、通信システム、仮想ネットワークの管理方法およびプログラム
WO2016068238A1 (ja) ネットワークの制御システム、制御装置、ネットワーク情報の管理方法及びプログラム
WO2014119602A1 (ja) 制御装置、スイッチ、通信システム、スイッチの制御方法及びプログラム
JP5854488B2 (ja) 通信システム、制御装置、処理規則の設定方法およびプログラム
JP6418167B2 (ja) ネットワーク制御装置、ネットワークシステム、ネットワーク制御方法、および、プログラム
JPWO2014104278A1 (ja) 制御装置、制御装置の制御方法及びプログラム
WO2014027687A1 (ja) 通信システム、制御情報記録装置、制御装置、制御情報の記録方法及びプログラム

Legal Events

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

Ref document number: 10822033

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 2011535413

Country of ref document: JP

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 10822033

Country of ref document: EP

Kind code of ref document: A1