WO2013180207A1 - 制御装置、通信システム、スイッチ制御方法及びプログラム - Google Patents

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

Info

Publication number
WO2013180207A1
WO2013180207A1 PCT/JP2013/064988 JP2013064988W WO2013180207A1 WO 2013180207 A1 WO2013180207 A1 WO 2013180207A1 JP 2013064988 W JP2013064988 W JP 2013064988W WO 2013180207 A1 WO2013180207 A1 WO 2013180207A1
Authority
WO
WIPO (PCT)
Prior art keywords
entry
flow table
flow
switch
match condition
Prior art date
Application number
PCT/JP2013/064988
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 CN201380027838.3A priority Critical patent/CN104365068B/zh
Priority to EP13796369.0A priority patent/EP2858317B1/en
Priority to JP2014518717A priority patent/JP6176245B2/ja
Priority to US14/404,573 priority patent/US9967177B2/en
Publication of WO2013180207A1 publication Critical patent/WO2013180207A1/ja

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/38Flow based routing
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/10Flow control; Congestion control
    • H04L47/24Traffic characterised by specific attributes, e.g. priority or QoS
    • H04L47/2483Traffic characterised by specific attributes, e.g. priority or QoS involving identification of individual flows
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/54Organization of routing tables
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/74Address processing for routing
    • H04L45/745Address table lookup; Address filtering
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/64Routing or path finding of packets in data switching networks using an overlay routing layer

Definitions

  • the present invention is based on the priority claim of Japanese Patent Application: Japanese Patent Application No. 2012-1224091 (filed on May 31, 2012), the entire contents of which are incorporated herein by reference. Shall.
  • the present invention relates to a control device, a communication system, a switch control method, and a program, and more particularly, to a control device, a communication system, a switch control method, and a program that centrally control switches arranged in a network.
  • Non-Patent Document 1 stipulates specifications of a switch (open flow switch, hereinafter referred to as “OFS”) in a network called open flow.
  • OFS open flow switch
  • a control device called an OpenFlow controller hereinafter “OFC”
  • the flow table held by the OFS stores an entry (flow entry) that associates a matching condition (Match Fields) to be matched with a received packet and a processing content (Instructions) applied to a packet that matches the matching condition.
  • the OFC can perform fine control in units of flows by manipulating the contents of the flow table held by the subordinate OFS (adding, changing, deleting, etc. a new entry).
  • Match conditions are redefined data areas defined by layers 1 to 4 in the OSI reference model defined by Ethernet (registered trademark) and TCP / IP as one unit. Specifically, as a match condition (Match Fields), physical switch port, VLAN ID defined by IEEE802.1Q, MAC (Media Access Control) address, IP (Internet Protocol) address, TCP (Transmission Control Protocol) port Various information such as numbers can be set, and processing for packets can be changed with fine granularity (see FIG. 10).
  • processing contents for example, the corresponding packet can be forwarded to another port or dropped without being forwarded.
  • processing contents Instructions
  • multiple flow tables can be set by setting an instruction (Go-to Table) for instructing a transition to another flow table as processing contents (Instructions). It is also possible to carry out pipeline processing that executes a plurality of processing contents using (see “4.1.1 Pipeline Processing” of Non-Patent Document 1).
  • Patent Document 1 describes the OFC equivalent that performs load distribution of a service providing server by changing a flow entry set in a switch in response to a load distribution request from a service providing server that provides a service to a client terminal.
  • a controller is disclosed.
  • Patent Document 2 discloses a management computer capable of suppressing entry overflow of a plurality of switches arranged on a communication network. According to the publication, this management computer refers to a parameter (entry status information) that depends on the number of entries used by each switch, calculates an end-to-end switch cost, and selects a route that minimizes the switch cost. It is described that it is determined as a flow path.
  • a parameter entity status information
  • OpenFlow basically, one or more entries are created per flow to control the OFS. For this reason, when communication to be controlled increases, the number of flow entries set in each OFS increases, which affects the performance of the OFS.
  • flow is a unit for handling communication in a centralized control network such as open flow.
  • Non-Patent Document 1 uses pipeline processing to rewrite the header of a packet with an entry in a certain flow table, and then search for the corresponding entry in the header after the rewriting in the next flow table. Usage is only described.
  • a predetermined item of information that can be set as a match condition is connected to a switch having a function of processing packets by sequentially referring to a plurality of flow tables having priorities. And a second flow table that is referred to when an entry in the first flow table is hit and has an item different from the first flow table as a match condition.
  • An entry generation unit that generates entry information; an entry operation unit that instructs the switch to update the first and second flow tables based on the generated entry information; and
  • a control device is provided that includes an entry management unit that manages content.
  • the match condition includes a switch having a function of processing packets by sequentially referring to a plurality of priority flow tables, and a predetermined item of information that can be set as a match condition.
  • An entry generation unit for generating information, an entry operation unit for instructing the switch to update the first and second flow tables based on the generated entry information, and contents of each flow table of the switch There is provided a communication system including a control device including an entry management unit for managing the.
  • the first flow table having a predetermined item as the match condition in the information that can be set as the match condition, and having an item different from the first flow table as the match condition,
  • a switch control method is provided that includes a step of instructing a switch comprising: updating of the first and second flow tables based on the generated entry information. This method is linked to a specific machine called a control device that controls a switch having a function of processing a packet by sequentially referring to a plurality of flow tables having priorities.
  • a predetermined item of information that can be set as a match condition is stored in a computer that controls a switch having a function of processing a packet by sequentially referring to a plurality of flow tables having priorities.
  • the switch Based on the generated entry information, the first, the second, the switch having a process of generating entry information to be set and a function of sequentially referencing a plurality of flow tables having a priority order.
  • a program for executing a process for instructing an update of the flow table is provided. This program can be recorded on a computer-readable (non-transient) storage medium. That is, the present invention can be embodied as a computer program product.
  • the present invention includes a switch 20 having a function (packet processing unit 22) for processing packets by sequentially referring to a plurality of flow tables 23 having a priority order, and a control message.
  • a switch 20 having a function (packet processing unit 22) for processing packets by sequentially referring to a plurality of flow tables 23 having a priority order, and a control message.
  • This can be realized by a configuration including the control device 10 that realizes communication between the client 30 and the server 40 by controlling the switch 20 via the transmission / reception unit 21.
  • control device 10 has, as a match condition, a first flow table having a predetermined item as a match condition among information that can be set as a match condition, and an item different from the first flow table.
  • an entry operation unit 13 that instructs to update the first and second flow tables and an entry management unit 12 that manages the contents of each flow table of the switch 20 are provided.
  • M entries for registering M ⁇ N flows (M and N are natural numbers) represented by a combination of match conditions in the first flow table, and M entries It is possible to control with N entries registered in the second flow table that is specified by reference.
  • FIG. 2 is a diagram illustrating the configuration of the communication system according to the first embodiment of this invention.
  • a network constituted by two OFSs 20A and 20B, an OFC 10A that controls the OFSs 20A and 20B, clients 30A and 30B that communicate via the OFSs 20A and 20B, and two servers 40A and 40B. It is shown.
  • the OFS 20A has four ports P1 to P4, the client 30A is connected to the port P1, and the client 30B is connected to the port P2.
  • the OFS 20B has four ports P1 to P4.
  • a server 40A is connected to the port P1, and a server 40B is connected to the port P2.
  • the port P3 of the OFS 20A, 20B is used as a connection port with the OFC 10A.
  • the OFSs 20A and 20B are connected by a port P4.
  • the servers 40A and 40B are information processing apparatuses that provide various services to the clients 30A and 30B.
  • FIG. 3 is a diagram showing a detailed configuration of the OFC and OFS.
  • an OFC 10A including an entry generation unit 11, an entry management unit 12, a control message transmission / reception unit 13a, a control message transmission / reception unit 21, a packet processing unit 22, and a plurality of flow tables 23 are provided.
  • the provided OFS 20A is shown. Since the OFS 20B has the same configuration as the OFS 20A, the description thereof is omitted.
  • the entry generation unit 11 of the OFC 10A Upon receiving a new flow detection notification (Packet-In message) from the OFS 20A or 20B via the control message transmission / reception unit 13a, the entry generation unit 11 of the OFC 10A uses a route to transfer the packet along a predetermined route. An entry to be set in the above OFS 20A, 20B is generated.
  • the packet transfer path can be calculated with reference to a network topology, a user access policy, etc. (not shown). Details of entries generated by the entry generation unit 11 will be described later in detail with reference to the drawings.
  • the entry management unit 12 stores and manages the same contents as the entries set in the flow table 23 of each OFS 20A, 20B. Specifically, the entry management unit 12 may apply the same content as the operation content of the flow table by the control message transmission / reception unit 13a to the flow table of each OFS 20A, 20B stored in itself. In addition, the entry management unit 12 defines items used as matching conditions in the first flow table and items used as matching conditions in the second flow table, which are determined in advance for each OFS and each flow. Stores setting information.
  • the control message transmission / reception unit 13a corresponds to the above-described entry operation unit, and operates the entries stored in the flow tables of the OFS 20A and 20B (new registration, Change, delete, etc.).
  • the OFC 10A as described above can be realized by changing the OFC entry generation function of Non-Patent Document 1.
  • Each unit (processing means) of the OFC 10A can also be realized by a computer program that causes a computer that configures the OFC 10A to execute the above-described processes using its hardware.
  • the control message transmission / reception unit 21 of the OFS 20A changes the entry in the flow table 23 according to the control message received from the control message transmission / reception unit 13a of the OFC 10A.
  • the packet processing unit 22 When the packet processing unit 22 receives a packet from the client 30A or the OFS 20B, the matching condition that matches the received packet from the highest priority flow table (Table # 0 of Non-Patent Document 1) among the plurality of flow tables 23. And the processing contents (Instructions) set in the entry are executed. When an action (Go-to Table # N) for instructing reference to the specified flow table is set in the processing contents (Instructions) at this time, the packet processing unit 22 refers to the specified flow table. Search for an entry with a matching condition that matches the received packet.
  • the packet processing unit 22 notifies the OFC 10A of a new flow detection notification (Packet-) via the control message transmission / reception unit 21. In message).
  • Packet- a new flow detection notification
  • the plurality of flow tables 23 are configured by a plurality of flow tables (Table # 0, Table # 1) as shown in FIG.
  • Table # 0 is the highest priority flow table.
  • Table # 0 entry # 1 is found as an entry having a matching condition that matches the input port of the received packet and header information (source MAC address to destination IP address).
  • the table # 1 is re-searched according to the processing content (Instructions).
  • OFS 20A, 20B can be realized using the OFS of Non-Patent Document 1.
  • FIG. 4 is a flowchart showing the OFC operation (new entry setting) according to the first embodiment of this invention.
  • the MAC address of the client 30A is “00: 00: 00: 00: 0A: 01”, and the IP address is “10.0.0.1”.
  • the MAC address of the server 40B is “00: 00: 00: 00: 0B: 01”, and the IP address is “10.0.0.2”.
  • the OFS 20A that has received the packet addressed to the server 40B from the client 30A does not have a corresponding entry as a result of the search of the flow table 23, so the OFC 10A is notified of a new flow detection (Packet- In message).
  • the OFC 10A uses the received packet information included in the new flow detection notification (Packet-In message).
  • a temporary entry for processing a packet subsequent to the packet is generated (step S102).
  • VLAN ID 1 ⁇ 2
  • the OFC 10A starts a process of disassembling the generated temporary entry into entries set in the two flow tables of the OFS 20A.
  • the OFC 10A refers to the entry management unit 12, and among the generated temporary entry match conditions, an entry having the same match condition as the input port to the destination IP address is the first flow table (Table #) of the OFS 20A. 0) is confirmed (step S103).
  • the OFC 10A also registers the entry set in the OFS 20A in the entry management unit 12 of the own apparatus. Although omitted in FIG. 6, a wild card that is handled as a value that matches any value is set in a field that is not necessary for the flow identification of each entry.
  • the OFC 10A refers to the entry management unit 12, and whether an entry having a combination of the remaining match condition and processing content of the generated temporary entry is registered in the second flow table (Table # 1) of the OFS 20A. It is confirmed whether or not (step S105).
  • the VLAN ID is 1 as a match condition
  • the VLAN ID is rewritten to 2 and no entry with the processing contents to be transferred from the port P4 is set, so the OFC 10A is as shown in the lower part of FIG.
  • the OFC 10A also registers the entry set in the OFS 20A in the entry management unit 12 of the own apparatus.
  • the temporary entry generated in step S102 in this way is set after being divided into two entries as shown in FIG.
  • the OFC 10A generates only the necessary entries in the first and second flow tables according to the flow shown in FIG. And set.
  • 10 patterns of VLAN IDs 1 to 10 of the packet that can be received by the OFS 20A, and the source MAC address is 00: 00: 00: 00: 00A: 01, 00: 00: 00: 0A: 0, 00:00: If there are 10 patterns from 00: 00: 0A: 03 to 00: 00: 00: 00: 0A: 0A, 100 patterns of entries are generated in step S102 of FIG. 4 as shown in FIG.
  • the entry disassembly process shown in steps S103 to S106 in FIG. 4 is performed, so the entries set in OFS 20A are aggregated into 20 patterns of 10 + 10 as shown in FIG.
  • FIG. 9 is a flowchart showing an OFC operation (existing entry change) when a route change event such as an OFS or server failure occurs.
  • a route change event such as an OFS or server failure occurs.
  • the OFC 10A When a route change event occurs, the OFC 10A generates a temporary entry that realizes the changed packet transfer route, as in the case of setting a new entry. Then, similarly to S103 to S106 in the flowchart of FIG. 4, the first and second flow tables are updated.
  • the temporary entry is decomposed into three or more flow tables. It is also possible.
  • the first flow table (Table # 0) of FIGS. 6 and 8 can be decomposed into a flow table using the source address as a match condition and a flow table using the destination address as a match condition.
  • the flow table disassembly pattern mentioned in the above embodiment can be variously modified.
  • values of other fields shown in FIG. 10 may be added or deleted as the match condition.
  • a part of the match condition of the first flow table may be moved to the match condition of the second flow table.

Landscapes

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

Abstract

 制御対象の通信が増加しても、個々のスイッチに設定するフローエントリの数の増大を抑えることができるようにする。スイッチは、優先順位を有する複数のフローテーブルを順次参照してパケットを処理する機能を備える。このスイッチを制御する制御装置は、マッチ条件として設定可能な情報のうち予め定めた項目をマッチ条件に持つ第1のフローテーブルと、該第1のフローテーブルと異なる項目をマッチ条件に持ち、前記第1のフローテーブルのエントリにヒットした場合に参照される第2のフローテーブルとにそれぞれ設定するエントリ情報を生成するエントリ生成部と、前記生成されたエントリ情報に基づいて、前記スイッチに対し、前記第1、第2フローテーブルの更新を指示するエントリ操作部と、前記スイッチの各フローテーブルの内容を管理するエントリ管理部と、を備える。

Description

制御装置、通信システム、スイッチ制御方法及びプログラム
 [関連出願についての記載]
 本発明は、日本国特許出願:特願2012-124091号(2012年 5月31日出願)の優先権主張に基づくものであり、同出願の全記載内容は引用をもって本書に組み込み記載されているものとする。
 本発明は、制御装置、通信システム、スイッチ制御方法及びプログラムに関し、特に、ネットワークに配置されたスイッチを集中制御する制御装置、通信システム、スイッチ制御方法及びプログラムに関する。
 非特許文献1に、オープンフローと呼ばれるネットワークにおけるスイッチ(オープンフロースイッチ、以下「OFS」)の仕様が規定されている。オープンフローでは、オープンフローコントローラ(以下、「OFC」)と呼ばれる制御装置が配置される。OFSが保持するフローテーブルには、受信パケットと照合するマッチ条件(Match Fields)と、マッチ条件に適合するパケットに適用する処理内容(Instructions)とを対応付けたエントリ(フローエントリ)が格納される。OFCは、配下のOFSが保持するフローテーブルの内容を操作(新規エントリの追加、変更、削除等)することにより、フロー単位のきめ細かな制御を行うことができる。
 マッチ条件(Match Fields)とは、Ethernet(登録商標)、TCP/IPにて規定されたOSI参照モデルにおけるレイヤ1~レイヤ4の定めるデータ領域を1つの単位として再定義したものである。具体的には、マッチ条件(Match Fields)として、物理的なスイッチのポート、IEEE802.1Qの定めるVLAN ID、MAC(Media Access Control)アドレス、IP(Internet Protocol)アドレス、TCP(Transmission Control Protocol)ポート番号等、多岐に渡る情報を設定し、細かい粒度で、パケットに対する処理を変更することができる(図10参照)。
 処理内容(Instructions)としては、例えば、該当パケットを別のポートにフォワードしたり、フォワードせずにDropしたりすることが可能となっている。非特許文献1のOpenFlow Switch Specification Version 1.1.0では、処理内容(Instructions)として、他のフローテーブルへの遷移を指示する命令(Go-to Table)を設定することにより、複数のフローテーブルを使って複数の処理内容を実行するパイプライン処理を実施することもできる(非特許文献1の「4.1.1 Pipeline Processing」参照)。
 また、特許文献1には、クライアント端末にサービスを提供するサービス提供サーバからの負荷分散要求に応じてスイッチに設定したフローエントリを変更することにより、サービス提供サーバの負荷分散を行う、上記OFC相当のコントローラが開示されている。
 また、特許文献2には、通信ネットワーク上に配置された複数のスイッチのエントリあふれを抑制することができるという管理計算機が開示されている。同公報によれば、この管理計算機は、個々のスイッチの使用エントリ数に依存するパラメータ(エントリ状態情報)を参照して、エンドツーエンドのスイッチコストを計算し、スイッチコストが最小となる経路をフローの経路として決定する、と記載されている。
特開2011-170718号公報 特開2010-161473号公報
"OpenFlow Switch Specification" Version 1.1.0 Implemented (Wire Protocol 0x02)、[online]、[平成24(2012)年3月14日検索]、インターネット〈URL:http://www.openflow.org/documents/openflow-spec-v1.1.0.pdf〉
 以下の分析は、本発明によって与えられたものである。上記したオープンフローでは、基本的に1フローにつき、1つ以上のエントリを作成してOFSを制御するものである。このため、制御対象の通信が増加すると、個々のOFSに設定するフローエントリが増大し、OFSの性能に影響してしまうという問題点がある。ここで、「フロー」とは、オープンフロー等の集中制御型ネットワークにおける通信の取扱い単位である。
 例えば、オープンフローネットワークを介して、1つのサーバに対し、多くのクライアントが通信する場合、ある1つのアドレスから、多くのアドレスに対する通信が発生する。このような場合、図11のフローエントリ#1、#2に示すように、送信元アドレスと宛先アドレスの組み合わせの数に応じたフローエントリが必要となる。
 また、図12に示すように、同一のアドレス間の通信であっても、VLAN ID、VLAN Priority、IPのプロトコル番号やIP ToS等(図10参照)によりフローを識別し、処理内容を変えたいという場合もある。このような場合には、さらにフローエントリ数が増えることになる。
 この点、非特許文献1には、パイプライン処理を用いて、あるフローテーブルのエントリでパケットのヘッダを書き換えた後、次のフローテーブルでは前記書き換え後のヘッダにて該当するエントリを検索するといった用法が記載されるに止まっている。
 本発明は、制御対象の通信が増加しても、個々のスイッチに設定するフローエントリの数の増大を抑えることのできる制御装置、通信システム、スイッチ制御方法及びプログラムを提供することを目的とする。
 第1の視点によれば、優先順位を有する複数のフローテーブルを順次参照してパケットを処理する機能を備えたスイッチと接続され、マッチ条件として設定可能な情報のうち予め定めた項目をマッチ条件に持つ第1のフローテーブルと、該第1のフローテーブルと異なる項目をマッチ条件に持ち、前記第1のフローテーブルのエントリにヒットした場合に参照される第2のフローテーブルとにそれぞれ設定するエントリ情報を生成するエントリ生成部と、前記生成されたエントリ情報に基づいて、前記スイッチに対し、前記第1、第2フローテーブルの更新を指示するエントリ操作部と、前記スイッチの各フローテーブルの内容を管理するエントリ管理部と、を備える制御装置が提供される。
 第2の視点によれば、優先順位を有する複数のフローテーブルを順次参照してパケットを処理する機能を備えたスイッチと、マッチ条件として設定可能な情報のうち予め定めた項目をマッチ条件に持つ第1のフローテーブルと、該第1のフローテーブルとを異なる項目をマッチ条件に持ち、前記第1のフローテーブルのエントリにヒットした場合に参照される第2のフローテーブルとにそれぞれ設定するエントリ情報を生成するエントリ生成部と、前記生成されたエントリ情報に基づいて、前記スイッチに対し、前記第1、第2フローテーブルの更新を指示するエントリ操作部と、前記スイッチの各フローテーブルの内容を管理するエントリ管理部と、を備える制御装置と、を含む通信システムが提供される。
 第3の視点によれば、マッチ条件として設定可能な情報のうち予め定めた項目をマッチ条件に持つ第1のフローテーブルと、該第1のフローテーブルと異なる項目をマッチ条件に持ち、前記第1のフローテーブルのエントリにヒットした場合に参照される第2のフローテーブルとにそれぞれ設定するエントリ情報を生成するステップと、優先順位を有する複数のフローテーブルを順次参照してパケットを処理する機能を備えたスイッチに対し、前記生成されたエントリ情報に基づいて、前記第1、第2フローテーブルの更新を指示するステップと、を含むスイッチ制御方法が提供される。本方法は、優先順位を有する複数のフローテーブルを順次参照してパケットを処理する機能を備えたスイッチを制御する制御装置という、特定の機械に結びつけられている。
 第4の視点によれば、優先順位を有する複数のフローテーブルを順次参照してパケットを処理する機能を備えたスイッチを制御するコンピュータに、マッチ条件として設定可能な情報のうち予め定めた項目をマッチ条件に持つ第1のフローテーブルと、該第1のフローテーブルと異なる項目をマッチ条件に持ち、前記第1のフローテーブルのエントリにヒットした場合に参照される第2のフローテーブルとにそれぞれ設定するエントリ情報を生成する処理と、優先順位を有する複数のフローテーブルを順次参照してパケットを処理する機能を備えたスイッチに対し、前記生成されたエントリ情報に基づいて、前記第1、第2フローテーブルの更新を指示する処理と、を実行させるプログラムが提供される。なお、このプログラムは、コンピュータが読み取り可能な(非トランジエントな)記憶媒体に記録することができる。即ち、本発明は、コンピュータプログラム製品として具現することも可能である。
 本発明によれば、制御対象の通信が増加しても、個々のスイッチに設定するフローエントリの数の増大を抑えることが可能となる。
本発明の一実施形態の構成を示す図である。 本発明の第1の実施形態の通信システムの構成を示す図である。 本発明の第1の実施形態のOFCとOFSの詳細構成を示す図である。 本発明の第1の実施形態のOFCの動作(新規エントリ設定)を表したフローチャートである。 図4のステップS102で生成される仮のエントリの例である。 最終的にOFSに設定されるエントリの例である。 本実施形態の効果を説明するための図である。 本実施形態の効果を説明するための図である。 本発明の第1の実施形態のOFCの動作(既存エントリ変更)を表したフローチャートである。 非特許文献1のオープンフローにおいてマッチ条件として使用可能な情報を示す図である。 非特許文献1のオープンフローにおけるフローエントリの設定例を示す図である。 非特許文献1のオープンフローにおけるフローエントリの設定例を示す別の図である。
 はじめに本発明の一実施形態の概要について図面を参照して説明する。なお、この概要に付記した図面参照符号は、理解を助けるための一例として各要素に便宜上付記したものであり、本発明を図示の態様に限定することを意図するものではない。
 本発明は、その一実施形態において図1に示すように、優先順位を有する複数のフローテーブル23を順次参照してパケットを処理する機能(パケット処理部22)を備えたスイッチ20と、制御メッセージ送受信部21を介してスイッチ20を制御することによりクライアント30とサーバ40間の通信を実現する制御装置10とを含む構成にて実現できる。
 より具体的には、制御装置10は、マッチ条件として設定可能な情報のうち予め定めた項目をマッチ条件に持つ第1のフローテーブルと、該第1のフローテーブルと異なる項目をマッチ条件に持ち、前記第1のフローテーブルのエントリにヒットした場合に参照される第2のフローテーブルとにそれぞれ設定するエントリ情報を生成するエントリ生成部11と、前記生成されたエントリ情報に基づいて、スイッチ20に対し、前記第1、第2フローテーブルの更新を指示するエントリ操作部13と、前記スイッチ20の各フローテーブルの内容を管理するエントリ管理部12と、を備える。
 以上のように本発明によれば、マッチ条件の組み合わせで表されるM×N個のフロー(M、Nは自然数)を第1のフローテーブルに登録するM個のエントリと、M個のエントリにて参照指定される第2のフローテーブルに登録するN個のエントリにて制御することが可能になる。
[第1の実施形態]
 続いて、本発明の第1の実施形態について図面を参照して詳細に説明する。図2は、本発明の第1の実施形態の通信システムの構成を示す図である。図2を参照すると、2台のOFS20A、20Bによって構成されたネットワークと、OFS20A、20Bを制御するOFC10Aと、OFS20A、20Bを介して通信するクライアント30A、30Bと、2台のサーバ40A、40Bとが示されている。
 図2の例では、OFS20Aは、P1~P4の4つのポートを持ち、ポートP1には、クライアント30Aが接続され、ポートP2には、クライアント30Bが接続されている。OFS20Bは、P1~P4の4つのポートを持ち、ポートP1には、サーバ40Aが接続され、ポートP2には、サーバ40Bが接続されている。また、OFS20A、20BのポートP3はOFC10Aとの接続ポートに使用されている。さらに、OFS20A、20B間はそれぞれポートP4により接続されている。
 クライアント30A、30Bは、パーソナルコンピュータや携帯端末等の情報処理装置である。以下の説明では、クライアント30Aには、VLAN ID=1が設定され、クライアント30Bには、VLAN ID=2が設定されているものとする。
 サーバ40A、40Bは、クライアント30A、30Bに対し各種サービスを提供する情報処理装置である。以下の説明では、サーバ40Aには、VLAN ID=3が設定され、サーバ40Bには、VLAN ID=2が設定されているものとする。
 図3は、OFCとOFSの詳細構成を示す図である。図3を参照すると、エントリ生成部11と、エントリ管理部12と、制御メッセージ送受信部13aとを備えたOFC10Aと、制御メッセージ送受信部21と、パケット処理部22と、複数のフローテーブル23とを備えたOFS20Aが示されている。なお、OFS20Bは、OFS20Aと同一の構成であるので説明を省略する。
 OFC10Aのエントリ生成部11は、制御メッセージ送受信部13aを介して、OFS20Aまたは20Bから、新規フローの検出通知(Packet-Inメッセージ)を受けると、当該パケットを所定の経路で転送させるために、経路上のOFS20A、20Bに設定するエントリを生成する。なお、前記パケットの転送経路は、図示省略するネットワークトポロジやユーザのアクセスポリシ等を参照して、計算することができる。また、エントリ生成部11が生成するエントリの詳細は後に図を用いて詳細に説明する。
 エントリ管理部12は、各OFS20A、20Bのフローテーブル23に設定されているエントリと同一の内容を記憶し、管理する。具体的には、エントリ管理部12は、自身が記憶している各OFS20A、20Bのフローテーブルに、制御メッセージ送受信部13aによるフローテーブルの操作内容と同様の内容を適用するようにすればよい。また、エントリ管理部12には、OFS毎やフロー毎に予め決定しておいた、第1のフローテーブルでマッチ条件として用いる項目と、第2のフローテーブルでマッチ条件として用いる項目とを定めた設定情報が格納される。
 制御メッセージ送受信部13aは、上述したエントリ操作部に相当し、各OFS20A、20Bに対し、制御メッセージを送信することにより、各OFS20A、20Bのフローテーブルに格納されているエントリを操作(新規登録、変更、削除等)する。
 なお、上記のようなOFC10Aは、非特許文献1のOFCのエントリ生成機能に変更を加えることで実現することができる。また、OFC10Aの各部(処理手段)は、OFC10Aを構成するコンピュータに、そのハードウェアを用いて、上記した各処理を実行させるコンピュータプログラムにより実現することもできる。
 OFS20Aの制御メッセージ送受信部21は、OFC10Aの制御メッセージ送受信部13aから受信した制御メッセージに従い、フローテーブル23のエントリに変更を加える。
 パケット処理部22は、クライアント30AやOFS20Bからパケットを受信すると、複数のフローテーブル23の中から最も優先度の高いフローテーブル(非特許文献1のTable#0)から、受信パケットに適合するマッチ条件を持つエントリを検索し、当該エントリに設定されている処理内容(Instructions)を実行する。このときの処理内容(Instructions)に、指定されたフローテーブルの参照を指示するアクション(Go-to Table#N)が設定されている場合、パケット処理部22は、指定されたフローテーブルを参照し、受信パケットに適合するマッチ条件を持つエントリを検索する。なお、前記検索の結果、受信パケットに適合するマッチ条件を持つエントリが見つからなかった場合、パケット処理部22は、制御メッセージ送受信部21を介して、OFC10Aに対し、新規フローの検出通知(Packet-Inメッセージ)を送信する。
 複数のフローテーブル23は、図6に示すように、複数のフローテーブル(Table#0、Table#1)によって構成される。図6の例では、Table#0が最も優先度の高いフローテーブルであるものとする。図6のTable#0の検索の結果、受信パケットの入力ポートやヘッダ情報(送信元MACアドレス~宛先IPアドレス)に適合するマッチ条件を持つエントリとして、Table#0の#1のエントリが見つかった場合、その処理内容(Instructions)に従い、Table#1の再検索が行われる。Table#1の検索の結果、受信パケットのVLAN IDに適合するマッチ条件を持つエントリとして、Table#0の#1のエントリが見つかった場合、その処理内容(Instructions)に従い、VLAN IDを“2”に書き換える処理と、ポートP4から出力する処理が行われる。この結果、受信パケットは、ポートP4に接続されたOFS20Bに転送される。なお、図5~図8においては、フロー識別には必要のないフィールドにはワイルドカードが設定されており、これらの項目は省略されている。
 なお、このようなOFS20A、20Bは、非特許文献1のOFSを用いて実現することができる。
 続いて、本実施形態の動作について図面を参照して詳細に説明する。図4は、本発明の第1の実施形態のOFCの動作(新規エントリ設定)を表したフローチャートである。以下の説明では、図2のクライアント30Aが、サーバ40Bに対してパケットを送信した例を挙げて説明する。また、クライアント30AのMACアドレスは、“00:00:00:00:0A:01”であり、IPアドレスは、“10.0.0.1”であるものとする。また、サーバ40BのMACアドレスは、“00:00:00:00:0B:01”であり、IPアドレスは、“10.0.0.2”であるものとする。
 図4を参照すると、クライアント30Aからサーバ40Bに宛てたパケットを受信したOFS20Aは、フローテーブル23の検索の結果、該当するエントリが存在しないため、OFC10Aに対して、新規フローの検出通知(Packet-Inメッセージ)を送信する。OFS20AまたはOFS20Bから、新規フローの検出通知(Packet-Inメッセージ)を受信すると(ステップS101)、OFC10Aは、新規フローの検出通知(Packet-Inメッセージ)に含まれる受信パケットの情報を用いて、当該パケットに後続するパケットを処理するための仮のエントリを生成する(ステップS102)。
 図5は、ステップS102で生成される仮のエントリを示す図である。OFS20Aは、ポートP1で、クライアント30Aからサーバ40Bに宛てたパケットを受信したので、入力ポートP1(以下、フローテーブルにおいては、P1~P4は、それぞれ1、2、3、4と表記する。)、クライアント30A及びサーバ40BのMACアドレス、IPアドレスをマッチ条件とし、VLAN IDの書き換え(VLAN ID=1→2)と、OFS20Bへの転送(ポートP4からの転送)を処理内容(Instructions)とするエントリを生成する。
 次に、OFC10Aは、前記生成した仮のエントリをOFS20Aの2つのフローテーブルに設定するエントリに分解する処理を開始する。まず、OFC10Aは、エントリ管理部12を参照して、生成した仮のエントリのマッチ条件のうち、入力ポート~宛先IPアドレスと同一のマッチ条件を持つエントリがOFS20Aの第1のフローテーブル(Table#0)に登録されているか否かを確認する(ステップS103)。
 この時点では、クライアント30A及びサーバ40BのMACアドレス、IPアドレスをマッチ条件とするエントリは設定されていないので、OFC10Aは、エントリ管理部12の設定情報を参照し、図6の上段に示すように、入力ポート=P1、クライアント30A及びサーバ40BのMACアドレス、IPアドレスをマッチ条件とし、第2のフローテーブル(Table#1)の参照を指示するエントリを生成し、OFS20Aに設定する(ステップS104)。また、OFC10Aは、OFS20Aに設定したエントリを自装置のエントリ管理部12にも登録する。なお、図6では省略されているが、各エントリのフロー識別には必要のないフィールドにはどのような値にもマッチするものとして取り扱うワイルドカードが設定される。
 次に、OFC10Aは、エントリ管理部12を参照して、生成した仮のエントリの残るマッチ条件と処理内容の組み合わせを持つエントリがOFS20Aの第2のフローテーブル(Table#1)に登録されているか否かを確認する(ステップS105)。
 この時点では、VLAN IDが1であることをマッチ条件とし、VLAN IDを2に書き換え、ポートP4から転送する処理内容を持つエントリは設定されていないので、OFC10Aは、図6の下段に示すように、VLAN ID=1をマッチ条件とし、VLAN IDの書き換えと、ポートP4からの転送を処理内容(Instructions)とするエントリを生成し、OFS20Aに設定する(ステップS106)。また、OFC10Aは、OFS20Aに設定したエントリを自装置のエントリ管理部12にも登録する。
 このようにしてステップS102で生成された仮のエントリは、図6に示すように、2つのエントリに分解されて設定される。
 その後、例えば、クライアント30Aからサーバ40B宛てに、異なるVLAN IDのパケットが送出されたとしても、OFC10Aは、図6に示したフローにより、第1、第2のフローテーブルに必要なエントリのみを生成し、設定する。
 続いて本実施形態の効果について説明する。OFS20Aが受信しうるパケットのVLAN IDが1~10の10パターン、送信元MACアドレスが00:00:00:00:0A:01,00:00:00:00:0A:02,00:00:00:00:0A:03~00:00:00:00:0A:0Aの10パターン存在する場合、図4のステップS102では、図7に示すように100パターンのエントリが生成される。
 しかしながら、本実施形態では、図4のステップS103~S106に示すエントリの分解処理が行われるため、OFS20Aに設定されるエントリは、図8に示すように、10+10の20パターンに集約される。
 また本実施形態によれば、フローの変更時にもその処理対象エントリ数が削減される。図9は、OFSやサーバの故障等の経路変更事由が発生した際のOFCの動作(既存エントリ変更)を表したフローチャートである。経路変更事由が発生すると、OFC10Aは、新規エントリ設定時と同様に、変更後のパケット転送経路を実現する仮のエントリを生成する。そして、図4のフローチャートのS103~S106と同様に、第1、第2のフローテーブルについてそれぞれ更新を行う。
 これにより、例えば、図2のサーバ40Bに障害が発生し、サーバ40Aに切替えたい場合、図7の処理内容(Instructions)のVLAN ID書換フィールドを3に変更する必要がある。図7のフローテーブルのまま変更を行う場合、100個のエントリの変更が必要となるが、図9のフローを適用すれば、ステップS203にて第1のフローテーブルの変更は不要と判断されるので、第2のテーブルの10個のエントリを書き換えれば済むことになる。
 以上、本発明の実施形態を説明したが、本発明は、上記した実施形態に限定されるものではなく、本発明の基本的技術的思想を逸脱しない範囲で、更なる変形・置換・調整を加えることができる。例えば、上記した実施形態で用いたネットワーク構成や、クライアント、サーバの数に制約は無い。
 また、上記した実施形態では、仮のエントリを2つのフローテーブルに分解する例を挙げて説明したが、エントリ管理部12に記憶する設定情報の設定次第で、3つ以上のフローテーブルに分解することも可能である。例えば、図6、図8の第1のフローテーブル(Table#0)を、送信元アドレスをマッチ条件とするフローテーブルと、宛先アドレスをマッチ条件とするフローテーブルと、に分解することもできる。
 また、上記した実施形態で挙げたフローテーブルの分解パターンも種々の変形を加えることができる。例えば、マッチ条件として、図10に示す他のフィールドの値を追加してもよいし、削除してもよい。もちろん、第1のフロ-テーブルのマッチ条件の一部を、第2のフロ-テーブルのマッチ条件に移動してもよい。
 なお、上記の特許文献および非特許文献の各開示を、本書に引用をもって繰り込むものとする。本発明の全開示(請求の範囲を含む)の枠内において、さらにその基本的技術思想に基づいて、実施形態ないし実施例の変更・調整が可能である。また、本発明の請求の範囲の枠内において種々の開示要素(各請求項の各要素、各実施形態ないし実施例の各要素、各図面の各要素等を含む)の多様な組み合わせ、ないし選択が可能である。すなわち、本発明は、請求の範囲を含む全開示、技術的思想にしたがって当業者であればなし得るであろう各種変形、修正を含むことは勿論である。
 10 制御装置
 10A OFC(オープンフローコントローラ)
 11 エントリ生成部
 12 エントリ管理部
 13 エントリ操作部
 13a 制御メッセージ送受信部
 20 スイッチ
 20A、20B OFS(オープンフロースイッチ)
 21 制御メッセージ送受信部
 22 パケット処理部
 23 フローテーブル
 30、30A、30B クライアント
 40、40A、40B サーバ

Claims (10)

  1.  優先順位を有する複数のフローテーブルを順次参照してパケットを処理する機能を備えたスイッチと接続され、
     マッチ条件として設定可能な情報のうち予め定めた項目をマッチ条件に持つ第1のフローテーブルと、該第1のフローテーブルと異なる項目をマッチ条件に持ち、前記第1のフローテーブルのエントリにヒットした場合に参照される第2のフローテーブルとにそれぞれ設定するエントリ情報を生成するエントリ生成部と、
     前記生成されたエントリ情報に基づいて、前記スイッチに対し、前記第1、第2フローテーブルの更新を指示するエントリ操作部と、
     前記スイッチの各フローテーブルの内容を管理するエントリ管理部と、
     を備える制御装置。
  2.  前記エントリ生成部は、さらに、既存フローの変更の必要が生じた時に、前記エントリ管理部を参照して、前記第1、第2のフローテーブルの変更内容を決定し、
     前記エントリ操作部は、前記決定された変更内容に基づいて、前記スイッチに対し、前記第1、第2フローテーブルの更新を指示する請求項1の制御装置。
  3.  前記第1のフローテーブルに格納されたM個のエントリと、
     前記第2のフローテーブルに格納されたN個のエントリと、により、
     マッチ条件が異なるM×N個のフローをM+N個のエントリで制御する請求項1又は2の制御装置。
  4.  前記エントリ管理部には、予め決定しておいた、第1のフローテーブルでマッチ条件として用いる項目と、第2のフローテーブルでマッチ条件として用いる項目とを定めた設定情報が格納され、
     前記エントリ生成部は、前記スイッチから要求されたパケットを識別するためのマッチ条件を持つ仮のエントリを生成した後、前記設定情報を参照して、前記マッチ条件を分解して、前記第1、第2のフローテーブルに設定するエントリ情報を生成する請求項1から3いずれか一の制御装置。
  5.  前記エントリ生成部は、さらに、前記第2のフローテーブルと異なる項目をマッチ条件に持ち、前記第2のフローテーブルのエントリにヒットした場合に参照される第3のフローテーブルに設定するエントリ情報を生成し、
     前記エントリ操作部は、前記生成されたエントリ情報に基づいて、前記スイッチに対し、前記第1~第3フローテーブルの更新を指示する請求項1から4いずれか一の制御装置。
  6.  優先順位を有する複数のフローテーブルを順次参照してパケットを処理する機能を備えたスイッチと、
     マッチ条件として設定可能な情報のうち予め定めた項目をマッチ条件に持つ第1のフローテーブルと、該第1のフローテーブルとを異なる項目をマッチ条件に持ち、前記第1のフローテーブルのエントリにヒットした場合に参照される第2のフローテーブルとにそれぞれ設定するエントリ情報を生成するエントリ生成部と、前記生成されたエントリ情報に基づいて、前記スイッチに対し、前記第1、第2フローテーブルの更新を指示するエントリ操作部と、前記スイッチの各フローテーブルの内容を管理するエントリ管理部と、を備える制御装置と、を含む通信システム。
  7.  前記制御装置は、
     前記第1のフローテーブルに格納されたM個のエントリと、
     前記第2のフローテーブルに格納されたN個のエントリと、により、
     マッチ条件が異なるM×N個のフローをM+N個のエントリで制御する請求項6の通信システム。
  8.  前記エントリ管理部には、予め決定しておいた、第1のフローテーブルでマッチ条件として用いる項目と、第2のフローテーブルでマッチ条件として用いる項目とを定めた設定情報が格納され、
     前記エントリ生成部は、前記スイッチから要求されたパケットを識別するためのマッチ条件を持つ仮のエントリを生成した後、前記設定情報を参照して、前記マッチ条件を分解して、前記第1、第2のフローテーブルに設定するエントリ情報を生成する請求項6又は7の通信システム。
  9.  マッチ条件として設定可能な情報のうち予め定めた項目をマッチ条件に持つ第1のフローテーブルと、該第1のフローテーブルと異なる項目をマッチ条件に持ち、前記第1のフローテーブルのエントリにヒットした場合に参照される第2のフローテーブルとにそれぞれ設定するエントリ情報を生成するステップと、
     優先順位を有する複数のフローテーブルを順次参照してパケットを処理する機能を備えたスイッチに対し、前記生成されたエントリ情報に基づいて、前記第1、第2フローテーブルの更新を指示するステップと、
     を含むスイッチ制御方法。
  10.  優先順位を有する複数のフローテーブルを順次参照してパケットを処理する機能を備えたスイッチを制御するコンピュータに、
     マッチ条件として設定可能な情報のうち予め定めた項目をマッチ条件に持つ第1のフローテーブルと、該第1のフローテーブルと異なる項目をマッチ条件に持ち、前記第1のフローテーブルのエントリにヒットした場合に参照される第2のフローテーブルとにそれぞれ設定するエントリ情報を生成する処理と、
     優先順位を有する複数のフローテーブルを順次参照してパケットを処理する機能を備えたスイッチに対し、前記生成されたエントリ情報に基づいて、前記第1、第2フローテーブルの更新を指示する処理と、
     を実行させるプログラム。
PCT/JP2013/064988 2012-05-31 2013-05-30 制御装置、通信システム、スイッチ制御方法及びプログラム WO2013180207A1 (ja)

Priority Applications (4)

Application Number Priority Date Filing Date Title
CN201380027838.3A CN104365068B (zh) 2012-05-31 2013-05-30 控制装置、通信系统、交换机控制方法及非瞬态计算机可读存储介质
EP13796369.0A EP2858317B1 (en) 2012-05-31 2013-05-30 Control device, communication system, switch control method and program
JP2014518717A JP6176245B2 (ja) 2012-05-31 2013-05-30 制御装置、通信システム、スイッチ制御方法及びプログラム
US14/404,573 US9967177B2 (en) 2012-05-31 2013-05-30 Control apparatus, communication system, switch control method and program

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2012-124091 2012-05-31
JP2012124091 2012-05-31

Publications (1)

Publication Number Publication Date
WO2013180207A1 true WO2013180207A1 (ja) 2013-12-05

Family

ID=49673394

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2013/064988 WO2013180207A1 (ja) 2012-05-31 2013-05-30 制御装置、通信システム、スイッチ制御方法及びプログラム

Country Status (5)

Country Link
US (1) US9967177B2 (ja)
EP (1) EP2858317B1 (ja)
JP (1) JP6176245B2 (ja)
CN (1) CN104365068B (ja)
WO (1) WO2013180207A1 (ja)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150023147A1 (en) * 2013-07-17 2015-01-22 Kt Corporation Methods for managing transaction in software defined network
JP2016019052A (ja) * 2014-07-04 2016-02-01 富士通株式会社 パケット処理装置、制御プログラム、及びパケット処理装置の制御方法
JP2017520214A (ja) * 2014-06-30 2017-07-20 華為技術有限公司Huawei Technologies Co.,Ltd. フローエントリ構成の方法、装置及びシステム
JP2018121271A (ja) * 2017-01-27 2018-08-02 Kddi株式会社 リンク品質計測装置およびそのフローエントリ決定サーバ装置ならびにスイッチ
US10938679B2 (en) 2016-08-01 2021-03-02 New H3C Technologies Co., Ltd. Packet monitoring
CN114915602B (zh) * 2021-01-29 2024-01-26 中移(苏州)软件技术有限公司 虚拟交换机中流表的处理方法、处理装置及终端

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9686200B2 (en) 2014-03-31 2017-06-20 Nicira, Inc. Flow cache hierarchy
US9692684B2 (en) * 2014-09-05 2017-06-27 Telefonaktiebolaget L M Ericsson (Publ) Forwarding table precedence in SDN
US11178051B2 (en) * 2014-09-30 2021-11-16 Vmware, Inc. Packet key parser for flow-based forwarding elements
US10558808B2 (en) * 2016-03-03 2020-02-11 Qualcomm Incorporated Methods and apparatus for packet-based validation of control-flow transfers for hardware control-flow enforcement
CN107506412B (zh) * 2017-08-10 2019-08-09 金小二科技(上海)有限公司 一种产品信息筛选匹配系统及方法

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003198607A (ja) * 2001-12-25 2003-07-11 Hitachi Ltd パケット転送装置及びポリシーテーブルの検索方法
JP2010161473A (ja) 2009-01-06 2010-07-22 Nec Corp 通信システム、管理計算機、スタックドスイッチ、フロー経路決定方法
JP2011170718A (ja) 2010-02-19 2011-09-01 Nec Corp コンピュータシステム、コントローラ、サービス提供サーバ、及び負荷分散方法
WO2011108205A1 (ja) * 2010-03-05 2011-09-09 日本電気株式会社 通信システム、経路制御装置、パケット転送装置および経路制御方法
WO2011118586A1 (ja) * 2010-03-24 2011-09-29 日本電気株式会社 通信システム、制御装置、転送ノード、処理規則の更新方法およびプログラム

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8300525B1 (en) * 2009-01-30 2012-10-30 Juniper Networks, Inc. Managing a flow table
WO2010103909A1 (ja) * 2009-03-09 2010-09-16 日本電気株式会社 OpenFlow通信システムおよびOpenFlow通信方法
JP5614410B2 (ja) * 2009-11-27 2014-10-29 日本電気株式会社 フロー制御装置、ネットワークシステム、ネットワーク制御方法およびプログラム
CN102714628B (zh) * 2010-01-05 2015-11-25 日本电气株式会社 通信系统、控制装置、处理规则设置方法和分组传输方法
JP5370588B2 (ja) * 2010-05-28 2013-12-18 日本電気株式会社 通信システム、ノード、制御装置、通信方法およびプログラム
JP5850471B2 (ja) * 2010-08-20 2016-02-03 日本電気株式会社 通信システム、制御装置、ノード制御方法およびプログラム
US9577931B2 (en) * 2010-09-08 2017-02-21 Nec Corporation Switching system, switching control system, and storage medium
US10333827B2 (en) * 2012-04-11 2019-06-25 Varmour Networks, Inc. Adaptive session forwarding following virtual machine migration detection

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003198607A (ja) * 2001-12-25 2003-07-11 Hitachi Ltd パケット転送装置及びポリシーテーブルの検索方法
JP2010161473A (ja) 2009-01-06 2010-07-22 Nec Corp 通信システム、管理計算機、スタックドスイッチ、フロー経路決定方法
JP2011170718A (ja) 2010-02-19 2011-09-01 Nec Corp コンピュータシステム、コントローラ、サービス提供サーバ、及び負荷分散方法
WO2011108205A1 (ja) * 2010-03-05 2011-09-09 日本電気株式会社 通信システム、経路制御装置、パケット転送装置および経路制御方法
WO2011118586A1 (ja) * 2010-03-24 2011-09-29 日本電気株式会社 通信システム、制御装置、転送ノード、処理規則の更新方法およびプログラム

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
"OpenFlow Switch Specification", INTERNET, 14 March 2012 (2012-03-14), Retrieved from the Internet <URL:http://www.openflow.org/documents/openflow-spec-vl.l.0.pdf>
"OpenFlow Switch Specification, Version 1.2", OPEN NETWORKING, 5 December 2011 (2011-12-05), pages 1 - 14, XP055177510, Retrieved from the Internet <URL:https://www.opennetworking.org/images/stories/downloads/sdn-resources/onf-specifications/openflow/openflow-spec-v1.2.pdf> [retrieved on 20130712] *
See also references of EP2858317A4
SHIGEAKI MAEDA: "OpenFlow verl.1 Oyobi verl.2 no Tsuika Kino to Katsuyorei", RENSAI: OPENFLOW -IMAMADE NO GAINEN O KUTSUGAESU ATARASHII NETWORK NO JITSUGEN-, THINKIT, 23 February 2012 (2012-02-23), XP055177509, Retrieved from the Internet <URL:http://thinkit.co.jp/story/2012/02/23/3388> [retrieved on 20130712] *

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150023147A1 (en) * 2013-07-17 2015-01-22 Kt Corporation Methods for managing transaction in software defined network
US10404581B2 (en) 2013-07-17 2019-09-03 Kt Corporation Methods for managing transaction in software defined network
JP2017520214A (ja) * 2014-06-30 2017-07-20 華為技術有限公司Huawei Technologies Co.,Ltd. フローエントリ構成の方法、装置及びシステム
US10305777B2 (en) 2014-06-30 2019-05-28 Huawei Technologies Co., Ltd. Flow entry configuration method, apparatus, and system
US10659342B2 (en) 2014-06-30 2020-05-19 Huawei Technologies Co., Ltd. Flow entry configuration method, apparatus, and system
JP2016019052A (ja) * 2014-07-04 2016-02-01 富士通株式会社 パケット処理装置、制御プログラム、及びパケット処理装置の制御方法
US10938679B2 (en) 2016-08-01 2021-03-02 New H3C Technologies Co., Ltd. Packet monitoring
JP2018121271A (ja) * 2017-01-27 2018-08-02 Kddi株式会社 リンク品質計測装置およびそのフローエントリ決定サーバ装置ならびにスイッチ
CN114915602B (zh) * 2021-01-29 2024-01-26 中移(苏州)软件技术有限公司 虚拟交换机中流表的处理方法、处理装置及终端

Also Published As

Publication number Publication date
JP6176245B2 (ja) 2017-08-09
US9967177B2 (en) 2018-05-08
JPWO2013180207A1 (ja) 2016-01-21
EP2858317A4 (en) 2016-01-13
CN104365068A (zh) 2015-02-18
CN104365068B (zh) 2017-08-04
EP2858317A1 (en) 2015-04-08
US20150172174A1 (en) 2015-06-18
EP2858317B1 (en) 2017-07-12

Similar Documents

Publication Publication Date Title
JP6176245B2 (ja) 制御装置、通信システム、スイッチ制御方法及びプログラム
CN102577275B (zh) 中继控制设备、中继控制系统、中继控制方法
JP5850068B2 (ja) 制御装置、通信システム、通信方法およびプログラム
JP5494668B2 (ja) 情報システム、制御サーバ、仮想ネットワーク管理方法およびプログラム
JP5994851B2 (ja) 転送装置の制御装置、転送装置の制御方法、通信システムおよびプログラム
WO2012050071A1 (ja) 通信システム、制御装置、処理規則の設定方法およびプログラム
WO2010116606A1 (ja) 通信フロー制御システム、通信フロー制御方法及び通信フロー処理プログラム
JP5858141B2 (ja) 制御装置、通信装置、通信システム、通信方法及びプログラム
WO2014112616A1 (ja) 制御装置、通信装置、通信システム、スイッチの制御方法及びプログラム
WO2014080993A1 (ja) 通信システム、仮想ネットワーク管理装置、通信ノード、通信方法及びプログラム
WO2014061583A1 (ja) 通信ノード、制御装置、通信システム、パケット処理方法及びプログラム
JP6440191B2 (ja) スイッチ装置、vlan設定管理方法及びプログラム
JP5747997B2 (ja) 制御装置、通信システム、仮想ネットワークの管理方法およびプログラム
WO2014112614A1 (ja) 制御情報管理装置、制御情報提示方法及びプログラム
US20190089674A1 (en) Communication system, flow control apparatus, flow processing apparatus, and control method
JP5991427B2 (ja) 制御装置、通信システム、制御情報の送信方法及びプログラム
EP3214806B1 (en) Network control device and network information management method
WO2014119602A1 (ja) 制御装置、スイッチ、通信システム、スイッチの制御方法及びプログラム
WO2014142081A1 (ja) 転送ノード、制御装置、通信システム、パケット処理方法及びプログラム
WO2015159881A1 (ja) 通信装置、制御装置、通信システム、通信方法、通信装置の制御方法及びプログラム
WO2014027687A1 (ja) 通信システム、制御情報記録装置、制御装置、制御情報の記録方法及びプログラム
WO2015129727A1 (ja) 通信端末、通信方法およびプログラム
JP2018113564A (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: 13796369

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2014518717

Country of ref document: JP

Kind code of ref document: A

WWE Wipo information: entry into national phase

Ref document number: 14404573

Country of ref document: US

NENP Non-entry into the national phase

Ref country code: DE

REEP Request for entry into the european phase

Ref document number: 2013796369

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 2013796369

Country of ref document: EP