WO2014175423A1 - 通信ノード、通信システム、パケット処理方法及びプログラム - Google Patents

通信ノード、通信システム、パケット処理方法及びプログラム Download PDF

Info

Publication number
WO2014175423A1
WO2014175423A1 PCT/JP2014/061694 JP2014061694W WO2014175423A1 WO 2014175423 A1 WO2014175423 A1 WO 2014175423A1 JP 2014061694 W JP2014061694 W JP 2014061694W WO 2014175423 A1 WO2014175423 A1 WO 2014175423A1
Authority
WO
WIPO (PCT)
Prior art keywords
entry
packet
event
communication node
ofs
Prior art date
Application number
PCT/JP2014/061694
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 RU2015150389A priority Critical patent/RU2641232C2/ru
Priority to JP2015513847A priority patent/JPWO2014175423A1/ja
Priority to CN201480023300.XA priority patent/CN105144644A/zh
Priority to KR1020157033472A priority patent/KR20160003762A/ko
Priority to EP14788493.6A priority patent/EP2991286A4/en
Priority to US14/786,971 priority patent/US20160112248A1/en
Priority to CA2910129A priority patent/CA2910129A1/en
Publication of WO2014175423A1 publication Critical patent/WO2014175423A1/ja

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/06Management of faults, events, alarms or notifications
    • H04L41/0654Management of faults, events, alarms or notifications using network fault recovery
    • H04L41/0668Management of faults, events, alarms or notifications using network fault recovery by dynamic selection of recovery network elements, e.g. replacement by the most appropriate element after failure
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/64Hybrid switching systems
    • H04L12/6418Hybrid transport
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0803Configuration setting
    • H04L41/0813Configuration setting characterised by the conditions triggering a change of settings
    • H04L41/0816Configuration setting characterised by the conditions triggering a change of settings the condition being an adaptation, e.g. in response to network events
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/40Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks using virtualisation of network functions or resources, e.g. SDN or NFV entities
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/22Alternate 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/38Flow based 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/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 a Japanese patent application: Japanese Patent Application No. 2013-093738 (filed on Apr. 26, 2013), and the entire description of the application is incorporated herein by reference.
  • the present invention relates to a communication node, a communication system, a packet processing method, and a program, and more particularly, to a communication node, a communication system, a packet processing method, and a program that operate based on control information set by a control device.
  • Non-Patent Documents 1 and 2 propose a technique called open flow that realizes a centralized control type network in which a control plane and a data plane are separated.
  • OpenFlow captures communication as an end-to-end flow and performs path control, failure recovery, load balancing, and optimization on a per-flow basis.
  • the OpenFlow switch specified in Non-Patent Document 2 includes a secure channel for communication with the OpenFlow controller, and operates according to a flow table that is appropriately added or rewritten from the OpenFlow controller. For each flow, a set of match conditions (Match Fields), flow statistical information (Counters), and instructions (Instructions) that define processing contents are defined for each flow (non-patented). (Refer to “5.2 Flow Table” in Document 2).
  • the OpenFlow switch searches the flow table for an entry having a matching condition (see “5.3 Matching” in Non-Patent Document 2) that matches the header information of the received packet. If an entry that matches the received packet is found as a result of the search, the OpenFlow switch updates the flow statistical information (counter) and processes the processing (designated) in the instruction field of the entry for the received packet. Perform packet transmission, flooding, discard, etc. from the port. On the other hand, if no entry matching the received packet is found as a result of the search, the OpenFlow switch sends an entry setting request to the OpenFlow controller via the secure channel, that is, a control for processing the received packet. An information transmission request (Packet-In message) is transmitted. The OpenFlow switch receives a flow entry whose processing content is defined and updates the flow table. As described above, the OpenFlow switch performs packet transfer using the entry stored in the flow table as control information.
  • a matching condition see “5.3 Matching” in Non-Patent Document 2
  • the OpenFlow switch updates the flow statistical information (counter
  • Patent Document 1 discloses a communication device (corresponding to an OpenFlow switch) that performs high-speed path switching when a network failure or congestion using the OpenFlow occurs.
  • the communication apparatus includes a processing storage unit (corresponding to the flow table) that stores a processing rule that associates identification information of a received packet with processing for the received packet, and the processing storage for the received packet.
  • An alternative processing storage unit (a table storing alternative entries of the flow table entry) that stores processing rules including processing different from the processing stored in the unit, and the processing storage unit based on identification information of the received packet Or a processing unit that processes the received packet in accordance with a processing rule obtained by searching the alternative processing storage unit.
  • Patent Document 2 discloses an open flow controller that can reduce unnecessary flow setup (setting of control information to a switch) by setting control information (transfer rules) after confirming connection establishment between terminals. It is disclosed.
  • Patent Document 3 discloses a configuration in which the number of entries that can be held is increased by using a plurality of flow tables held in an open flow switch.
  • JP 2012-49654 A JP 2012-195807 A International Publication No. 2012/032864
  • Patent Document 1 prepares one or a plurality of flow tables in which a basic flow entry group corresponding to a normal route and an alternative flow entry group corresponding to an alternative route used at the time of failure are registered. The path is switched by referring to the basic flow entry group and referring to the alternative flow entry group at the time of failure (see paragraph 0062. In addition, there is a method or switch for executing the search of two flow entry groups in parallel. Also describes how to determine which one to execute.)
  • Patent Document 1 has a problem that an area for storing an alternative flow entry group must be secured in the flow table.
  • CAM Content-Addressable Memory
  • control plane and data plane are separated, not only detection of port down of a switch, but also communication nodes such as switches at various timings such as disconnection of communication with a control device (controller), occurrence of congestion, etc. It is desirable to change the instructions.
  • An object of the present invention is to provide a communication node, a communication system, a packet processing method, and a program that can change an instruction (control information).
  • the received packet is processed with reference to a first table storing a match condition to be matched with the received packet and an entry defining processing contents to be applied to the packet that matches the match condition. Occurs by referring to the second table in which the packet processing unit, the event, and the change content applied to the entry stored in the first table when the occurrence of the event is detected are associated with each other.
  • a communication node is provided that includes an autonomous operation unit that rewrites the entry in the first table in response to the event.
  • a communication system including the communication node described above, and a control device that sets an entry in the first table and the second table of the communication node.
  • the received packet is processed with reference to a first table that stores an entry that defines a matching condition to be matched with the received packet and a processing content to be applied to a packet that matches the matching condition.
  • This method is linked to a specific machine called a communication node that processes received packets with reference to the first table described above.
  • the received packet is processed with reference to a first table storing a match condition that is matched with the received packet and an entry that defines the processing contents to be applied to the packet that matches the match condition.
  • a computer having a packet processing unit for detecting the occurrence of a predetermined event; an event; and a change to be applied to an entry stored in the first table when the occurrence of the event is detected; And a process for rewriting the entry in the first table according to the event that has occurred are referred to.
  • 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 communication node it is possible to cause the communication node to change an instruction (control information) given from the control device without inquiring of the control device each time or without arranging an alternative flow entry at the time of failure in the flow table. Is possible.
  • the present invention includes a first table 11 storing a match condition that is matched with a received packet, and an entry that defines processing contents to be applied to a packet that matches the match condition.
  • a communication node comprising: a packet processing unit 12 that processes a received packet; and an autonomous operation unit 14 that refers to the second table 13 and rewrites the entry in the first table in accordance with the event that has occurred. 10 can be realized.
  • the second table 13 includes events that can be detected by the communication node, and changes to be applied to the entries stored in the first table 11 when the occurrence of the event is detected. Are associated with each other. Then, the entry in the first table 11 is rewritten according to the event that the autonomous operation unit 14 has occurred.
  • the communication node 10 can change the process applied to the received packet according to the generated event without inquiring of the control device.
  • FIG. 2 is a diagram illustrating the configuration of the communication system according to the first embodiment of this invention.
  • open flow switches hereinafter referred to as “OFS” 101 and 102 arranged at the edges of two networks 301 and 302 are connected to these OFS 101 and 102 via control channels 501 and 502, and OFS 101. , 102 and an open flow controller (hereinafter referred to as “OFC”) 200 and terminals 401 and 402 connected to the OFS 101 and 102 and communicating with each other.
  • OFSs 101 and 102 are open flow switches having an Ether-OAM function, and operate by referring to flow table and event table entries set from the OFC 200.
  • the Ether-OAM function is ITU-T Y. 1731, a maintenance management function of the Ethernet (registered trademark) network defined in IEEE 802.1ag or the like.
  • the OFC 200 exchanges control messages with the OFSs 101 and 102 via the control channels 501 and 502, and adds entries to the flow tables and event tables (each described later) of the OFSs 101 and 102.
  • FIG. 3 is a diagram showing a detailed configuration of the OFSs 101 and 102. Referring to FIG. 3, a configuration including a flow table 111, a packet processing unit 112, an event table 113, an autonomous operation unit 114, a protocol communication unit 115, and a monitoring unit 116 is shown.
  • the flow table 111 is a table corresponding to the first table described above that stores an entry that defines a matching condition to be matched with a received packet and a processing content to be applied to a packet that matches the matching condition. As described in Non-Patent Document 2, a plurality of flow tables 111 may be arranged.
  • the packet processing unit 112 When the packet processing unit 112 receives a packet from the outside, the packet processing unit 112 searches the flow table 111 for an entry having a matching condition that matches the input port and header information of the received packet. If an entry having a matching condition that matches the received packet is found as a result of the search, the packet processing unit 112 applies the processing content defined for the entry to the packet. If no entry having a matching condition that matches the received packet is found as a result of the search, the packet processing unit 112 executes a predetermined operation such as packet discard or transfer to the OFC 200. Further, when receiving the Ether-OAM failure notification, the packet processing unit 112 outputs it to the autonomous operation unit 114.
  • the operation of the OFS 101/102 when an Ether-OAM failure notification is received can also be realized by setting an entry instructing output to a virtual port connected to the autonomous operation unit 114 in the flow table 111.
  • the event table 113 corresponds to the second table described above that stores entries in which various event conditions that can be detected by the OFS 101/102 are associated with processing contents (event actions) executed when the event occurs. There is a table to do.
  • the entries in the event table 113 are preferably set using the result of route calculation when the OFC 200 creates an entry to be set in the flow table 111. Of course, an entry may be manually set in the event table 113 by a network administrator or the like. Since the event table 113 is considered to have a lower reference frequency and rewrite frequency than the flow table 111, the event table 113 does not have to be configured with a CAM or the like like the flow table 111.
  • the autonomous operation unit 114 executes the processing content (event action) defined in the corresponding entry.
  • the autonomous operation unit 114 performs the processing content executed on the OFC 200.
  • the contents of changes made to the flow table 111 are reported. As a result, the consistency between the flow entry set in each OFS 101/102 known by the OFC 200 and the flow entry actually set in the OFS 101/102 is maintained.
  • FIG. 4 is a diagram illustrating an example of a configuration of an event table held by the OFS 101.
  • the OFS 101 receives an Ether-OAM failure notification from the network A (network 301 in FIG. 2), it extracts an entry to be transferred to the network A in the flow table 111, and specifies the transfer destination of the entry.
  • An operation of changing to the network B (the network 302 in FIG. 2) is performed (see the first entry).
  • the OFS 101 receives an Ether-OAM failure notification from the network B (network 302 in FIG. 2)
  • the OFS 101 extracts an entry to be transferred to the network B in the flow table 111 and designates the transfer destination of the entry as the network A ( The operation for changing to the network 301 in FIG. 2 is performed (see the second entry).
  • the protocol communication unit 115 is a means for communicating with the OFC 200 using the OpenFlow protocol described in Non-Patent Document 2.
  • the monitoring unit 116 monitors the operation status and link state of the own device, and when an abnormality is found, transmits an Ether-OAM failure notification or an Ether-OAM failure recovery notification to another OFS or the like.
  • each unit (processing means) of the OFS 101/102 shown in FIG. 3 can also be realized by a computer program that causes a computer installed in the OFS to execute the above-described processes using the hardware thereof.
  • the OFS 101 When a failure occurs in the network 301 of FIG. 5 and an Ether-OAM failure notification is received from the OFS or the like in the network 301, the OFS 101 follows the entry that matches the event condition in the event table 113 and the packet between the terminal 401 and the terminal 402 To be transferred via the network 302. Specifically, the OFS 101 changes the transfer destination of the entry in the flow table 111 that defines the transfer destination of the packet addressed to the terminal 402 from the terminal 401 to the OFS or the like belonging to the network 302 from the network 301.
  • the OFS 101 sets the input port of the entry to the network It changes from 301 to the network 302 connection port.
  • the OFS 102 changes so that the packet between the terminal 401 and the terminal 402 is transferred via the network 302.
  • the packet transfer path between the terminal 401 and the terminal 402 is switched without the control of the OFC 200 as shown in FIG. For this reason, even if a failure occurs in the network 301, communication can be resumed quickly.
  • Non-Patent Document 2 when a large number of OFSs are connected to a network in which a failure has occurred, an entry registration request (Packet-In message) of the flow table 111 is sent from the large number of OFSs to the OFC 200. When issued, the OFC 200 creates an entry to be set in each OFS and transmits it. In this embodiment, since the autonomous operation unit 114 of each OFS only has to notify the change contents of the flow table 111 for the OFC 200, the communication fee is reduced by at least half.
  • FIG. 7 is a diagram showing another example of an event table for that purpose.
  • the OFS 101 receives the Ether-OAM failure recovery notification from the network B (network 302 in FIG. 2), it extracts an entry to be transferred to the network B in the flow table 111 and transfers the entry's transfer destination. Is changed to network A (network 301 in FIG. 2) (see the first entry in FIG. 7).
  • the OFS 101 receives the Ether-OAM failure recovery notification from the network A (the network 301 in FIG. 2), it extracts the entry to be transferred to the network A in the flow table 111 and sets the transfer destination of the entry to the network B.
  • the operation to change to (network 302 in FIG. 2) is performed (see the second entry in FIG. 7).
  • the packet transfer route between the terminal 401 and the terminal 402 in FIG. 6 can be returned to the route shown in FIG. 5 without the control of the OFC 200. For this reason, for example, a recovery from a state in which a failure has occurred in the network 301 and the network 302 has been temporarily used can be performed at high speed.
  • FIG. 8 is a diagram showing a configuration of a communication system according to the second exemplary embodiment of the present invention.
  • open flow switches hereinafter referred to as “OFS” 101 and 102 arranged at the edge of the network 301 are connected to these OFS 101 and 102 via control channels 501 and 502 to control the OFS 101 and 102.
  • Open flow controller hereinafter “OFC”) 200, a terminal 401 connected to the OFS 101, 102 to communicate with each other, a server 701 that provides a service in response to a request from the terminal 401, and processing instead of the server 701
  • a continuable server 702 is shown.
  • FIG. 9 is a diagram showing an example of the configuration of the event table held by the OFS 102 of FIG.
  • the OFS 102 extracts an entry to be transferred to the server 701 in the flow table 111 and changes the transfer destination of the entry to the server 702. Do (see first entry).
  • the OFS 102 transmits a packet addressed to the server 701 from the terminal 401 to the server 702 and changes the response from the server 702 to be transferred to the terminal 401. Specifically, the OFS 102 changes the transfer destination of the entry in the flow table 111 that defines the transfer destination of the packet addressed to the server 701 from the terminal 401 to the connection port of the server 702. Also, the OFS 102 adds an entry for processing a response packet addressed to the terminal 401 from the server 702 to the flow table 111.
  • the OFS 102 it is also preferable to convert the address of the server 701 set as the destination or transmission source in the packet header and the address of the server 702. By doing so, it is not necessary to change the entry of the flow table 111 in the OFS 101.
  • the packet transfer path between the terminal 401 and the server 701 can be switched without the control of the OFC 200 as shown in FIG. For this reason, even if a failure occurs in the server 701, the service can be continued by the server 702 quickly.
  • Non-Patent Documents 1 and 2 For example, in each of the above-described embodiments, the example using OFC and OFS in Non-Patent Documents 1 and 2 has been described, but in addition to the centralized control type network in which the control plane and the data plane are separated. Applicable.
  • the OFS has been described as having an Ether-OAM function, but any other equivalent function may be provided.
  • the same effect can be expected by setting an entry in the event table 113 that changes the packet transfer destination in the flow table 111 when a port link down is detected.
  • an operation of receiving control from another OFC (transferring a packet and requesting transmission of a flow entry) is also possible.

Landscapes

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

Abstract

 集中制御型ネットワークの通信ノードが、その都度制御装置に問い合わせたり、フローテーブルに障害時の代替フローエントリを配置しておかなくとも、制御装置から与えられた指示(制御情報)を変更できるようにする。通信ノードは、受信パケットと照合するマッチ条件と、該マッチ条件に適合するパケットに適用する処理内容を定めたエントリを格納した第1のテーブルを参照して、受信パケットを処理するパケット処理部と、事象と、該事象の発生を検出した際に前記第1のテーブルに格納されたエントリに対して適用する変更内容と、を対応付けた第2のテーブルを参照して、発生した事象に応じて前記第1のテーブルのエントリを書き換える自律動作部と、を備える。

Description

通信ノード、通信システム、パケット処理方法及びプログラム
 [関連出願についての記載]
 本発明は、日本国特許出願:特願2013-093738号(2013年4月26日出願)に基づくものであり、同出願の全記載内容は引用をもって本書に組み込み記載されているものとする。
 本発明は、通信ノード、通信システム、パケット処理方法及びプログラムに関し、特に、制御装置から設定された制御情報に基づいて動作する通信ノード、通信システム、パケット処理方法及びプログラムに関する。
 非特許文献1、2に、コントロールプレーンとデータプレーンの分離した集中制御型のネットワークを実現するオープンフローという技術が提案されている。オープンフローは、通信をエンドツーエンドのフローとして捉え、フロー単位で経路制御、障害回復、負荷分散、最適化を行うものである。非特許文献2に仕様化されているオープンフロースイッチは、オープンフローコントローラとの通信用のセキュアチャネルを備え、オープンフローコントローラから適宜追加または書き換え指示されるフローテーブルに従って動作する。フローテーブルには、フロー毎に、パケットヘッダと照合するマッチ条件(Match Fields)と、フロー統計情報(Counters)と、処理内容を定義したインストラクション(Instructions)と、の組が定義される(非特許文献2の「5.2 Flow Table」の項参照)。
 例えば、オープンフロースイッチは、パケットを受信すると、フローテーブルから、受信パケットのヘッダ情報に適合するマッチ条件(非特許文献2の「5.3 Matching」参照)を持つエントリを検索する。検索の結果、受信パケットに適合するエントリが見つかった場合、オープンフロースイッチは、フロー統計情報(カウンタ)を更新するとともに、受信パケットに対して、当該エントリのインストラクションフィールドに記述された処理内容(指定ポートからのパケット送信、フラッディング、廃棄等)を実施する。一方、検索の結果、受信パケットに適合するエントリが見つからなかった場合、オープンフロースイッチは、セキュアチャネルを介して、オープンフローコントローラに対してエントリ設定の要求、即ち、受信パケットを処理するための制御情報の送信要求(Packet-Inメッセージ)を送信する。オープンフロースイッチは、処理内容が定められたフローエントリを受け取ってフローテーブルを更新する。このように、オープンフロースイッチは、フローテーブルに格納されたエントリを制御情報として用いてパケット転送を行う。
 特許文献1には、上記オープンフローを用いたネットワークの障害または輻輳発生時に、高速な経路切り替えを行うという通信装置(オープンフロースイッチに相当)が開示されている。具体的には、この通信装置は、受信パケットの識別情報と前記受信パケットに対する処理とを対応付けた処理規則を記憶する処理記憶部(上記フローテーブルに相当)と、前記受信パケットに対する前記処理記憶部に記憶された処理とは異なる処理を含む処理規則を記憶する代替処理記憶部(上記フローテーブルのエントリの代替エントリを格納したテーブル)と、前記受信パケットの識別情報に基づき、前記処理記憶部または前記代替処理記憶部を検索して得られた処理規則に従って前記受信パケットの処理を行う処理部と、を備える、と記載されている。
 特許文献2には、端末間のコネクション確立を確認してから、制御情報(転送ルール)を設定することで、不要なフローセットアップ(スイッチへの制御情報の設定)を削減できるというオープンフローコントローラが開示されている。
 特許文献3には、オープンフロースイッチに保持させた複数のフローテーブルを用いて、保持可能なエントリ数を増大させる構成が開示されている。
特開2012-49674号公報 特開2012-195807号公報 国際公開第2012/032864号
Nick McKeownほか7名、"OpenFlow: Enabling Innovation in Campus Networks"、[online]、[平成25(2013)年4月10日検索]、インターネット〈URL:http://www.openflow.org/documents/openflow-wp-latest.pdf〉 "OpenFlow Switch Specification" Version 1.3.1 (Wire Protocol 0x04)、[online]、[平成25(2013)年4月10日検索]、インターネット〈URL: https://www.opennetworking.org/images/stories/downloads/sdn-resources/onf-specifications/openflow/openflow-spec-v1.3.1.pdf〉
 以下の分析は、本発明によって与えられたものである。特許文献1の段落0006~0008にも指摘されているとおり、上記オープンフローに代表されるコントロールプレーンとデータプレーンの分離したネットワークでは、障害が発生した際に、再度通信可能となるまでに時間が掛かってしまうという問題点がある。その理由は、ネットワーク配下のスイッチがコントロールプレーンを支配している制御装置(オープンフローコントローラ)に対し、次の挙動やデータの転送先を確認する必要があるためである。とりわけ、ネットワークが大規模化し、制御装置の配下のスイッチ数が増えると制御装置に一度に問い合わせが殺到してしまうため、コントロールプレーンに輻輳が発生してしまうという問題点がある。
 特許文献1には、通常時の経路に対応する基本フローエントリグループと、障害時に用いる代替経路に対応する代替フローエントリグループと、が登録された1つ又は複数のフローテーブルを用意し、通常時には、基本フローエントリグループを参照し、障害時に代替フローエントリグループを参照することで経路の切替を行っている(段落0062参照。ほかに、2つのフローエントリグループの検索を並列実行する方法やスイッチがどちらを実行するか判定する方法も記載。)。
 しかしながら、特許文献1の方法では、フローテーブルに、代替フローエントリグループを格納するための領域を確保しなければならないという問題点がある。とりわけ、フローテーブルが、CAM(Content‐Addressable Memory)等を用いて構成されている場合には、障害時にしか使用しないフローエントリに貴重な領域が占有されてしまうことになる。
 また、コントロールプレーンとデータプレーンの分離したネットワークにおいては、あるスイッチのポートダウン検出に限らず、制御装置(コントローラ)との通信断絶、輻輳の発生等の種々のタイミングで、スイッチ等の通信ノードへの指示を変更することが望まれる。
 本発明は、上記のように、障害等の所定の事象の発生時に、その都度制御装置に問い合わせたり、フローテーブルに障害時の代替フローエントリを配置しておかなくとも、制御装置から与えられた指示(制御情報)を変更できるようにした通信ノード、通信システム、パケット処理方法及びプログラムを提供することを目的とする。
 第1の視点によれば、受信パケットと照合するマッチ条件と、該マッチ条件に適合するパケットに適用する処理内容を定めたエントリを格納した第1のテーブルを参照して、受信パケットを処理するパケット処理部と、事象と、該事象の発生を検出した際に前記第1のテーブルに格納されたエントリに対して適用する変更内容と、を対応付けた第2のテーブルを参照して、発生した事象に応じて前記第1のテーブルのエントリを書き換える自律動作部と、を備える通信ノードが提供される。
 第2の視点によれば、上記した通信ノードと、前記通信ノードの前記第1のテーブル及び前記第2のテーブルに、エントリを設定する制御装置と、を含む通信システムが提供される。
 第3の視点によれば、受信パケットと照合するマッチ条件と、該マッチ条件に適合するパケットに適用する処理内容を定めたエントリを格納した第1のテーブルを参照して、受信パケットを処理するパケット処理部を備える通信ノードが、所定の事象の発生を検出するステップと、事象と、該事象の発生を検出した際に前記第1のテーブルに格納されたエントリに対して適用する変更内容と、を対応付けた第2のテーブルを参照して、発生した事象に応じて前記第1のテーブルのエントリを書き換えるステップと、を含むパケット処理方法が提供される。本方法は、上記した第1のテーブルを参照して受信パケットを処理する通信ノードという、特定の機械に結びつけられている。
 第4の視点によれば、受信パケットと照合するマッチ条件と、該マッチ条件に適合するパケットに適用する処理内容を定めたエントリを格納した第1のテーブルを参照して、受信パケットを処理するパケット処理部を備えるコンピュータに、所定の事象の発生を検出する処理と、事象と、該事象の発生を検出した際に前記第1のテーブルに格納されたエントリに対して適用する変更内容と、を対応付けた第2のテーブルを参照して、発生した事象に応じて前記第1のテーブルのエントリを書き換える処理と、を実行させるプログラムが提供される。なお、このプログラムは、コンピュータが読み取り可能な(非トランジエントな)記憶媒体に記録することができる。即ち、本発明は、コンピュータプログラム製品として具現することも可能である。
 本発明によれば、その都度制御装置に問い合わせたり、フローテーブルに障害時の代替フローエントリを配置しておかなくとも、通信ノードに、制御装置から与えられた指示(制御情報)を変更させることが可能となる。
本発明の一実施形態の構成を示す図である。 本発明の第1の実施形態の通信システムの構成を示す図である。 本発明の第1の実施形態のオープンフロースイッチ(OFS)の構成を示す図である。 本発明の第1の実施形態のオープンフロースイッチ(OFS)が保持するイベントテーブルの構成の一例を示す図である。 本発明の第1の実施形態のオープンフロースイッチ(OFS)の動作を説明するための図である。 本発明の第1の実施形態のオープンフロースイッチ(OFS)の動作を説明するための図である。 本発明の第1の実施形態のオープンフロースイッチ(OFS)が保持するイベントテーブルの構成の別の一例を示す図である。 本発明の第2の実施形態の通信システムの構成を示す図である。 本発明の第2の実施形態のオープンフロースイッチ(OFS)が保持するイベントテーブルの構成の一例を示す図である。 本発明の第1の実施形態のオープンフロースイッチ(OFS)の動作を説明するための図である。 本発明の第2の実施形態のオープンフロースイッチ(OFS)の動作を説明するための図である。
 はじめに本発明の一実施形態の概要について図面を参照して説明する。なお、この概要に付記した図面参照符号は、理解を助けるための一例として各要素に便宜上付記したものであり、本発明を図示の態様に限定することを意図するものではない。
 本発明は、その一実施形態において図1に示すように、受信パケットと照合するマッチ条件と、該マッチ条件に適合するパケットに適用する処理内容を定めたエントリを格納した第1のテーブル11を参照して、受信パケットを処理するパケット処理部12と、第2のテーブル13を参照して、発生した事象に応じて前記第1のテーブルのエントリを書き換える自律動作部14と、を備える通信ノード10にて実現できる。
 具体的には、第2のテーブル13には、通信ノードが検出可能な事象と、該事象の発生を検出した際に前記第1のテーブル11に格納されたエントリに対して適用する変更内容と、が対応付けられている。そして、自律動作部14が発生した事象に応じて前記第1のテーブル11のエントリを書き換える。
 以上により、通信ノード10は、制御装置に問い合わせなくとも、前記発生した事象に応じて、受信パケットに適用する処理を変更することができるようになる。
[第1の実施形態]
 続いて、本発明の第1の実施形態について図面を参照して詳細に説明する。図2は、本発明の第1の実施形態の通信システムの構成を示す図である。図2を参照すると、2つのネットワーク301、302のエッジに配置されたオープンフロースイッチ(以下、「OFS」)101、102と、これらOFS101、102と制御チャネル501、502を介して接続され、OFS101、102を制御するオープンフローコントローラ(以下、「OFC」)200と、OFS101、102に接続して互いに通信する端末401、402とが示されている。
 OFS101、102は、Ether-OAM機能を有するオープンフロースイッチであり、OFC200から設定されたフローテーブルやイベントテーブルのエントリを参照して動作する。Ether-OAM機能とは、ITU-T Y.1731、IEEE 802.1agなどに規定されているイーサネット(登録商標)網の保守管理機能である。
 OFC200は、制御チャネル501、502を介して、OFS101、102と制御用メッセージを授受し、OFS101、102のフローテーブルやイベントテーブル(それぞれ後述)にエントリを追加する。
 図3は、OFS101、102の詳細構成を表した図である。図3を参照すると、フローテーブル111と、パケット処理部112と、イベントテーブル113と、自律動作部114と、プロトコル通信部115と、監視部116とを備えた構成が示されている。
 フローテーブル111は、受信パケットと照合するマッチ条件と、該マッチ条件に適合するパケットに適用する処理内容を定めたエントリを格納する上述した第1のテーブルに相当するテーブルである。非特許文献2に記載されているように、フローテーブル111は複数配置されていてもよい。
 パケット処理部112は、外部からパケットを受信すると、フローテーブル111から、受信パケットの入力ポートやヘッダ情報に適合するマッチ条件を持つエントリを検索する。検索の結果、受信パケットに適合するマッチ条件を持つエントリが見つかった場合、パケット処理部112は、そのエントリに定められた処理内容をパケットに適用する。なお、検索の結果、受信パケットに適合するマッチ条件を持つエントリが見つからなかった場合、パケット処理部112は、パケット破棄、OFC200への転送等予め定められた動作を実行する。また、パケット処理部112は、Ether-OAM障害通知を受信した場合、自律動作部114に出力する。Ether-OAM障害通知を受信した場合のOFS101/102の動作は、フローテーブル111に、自律動作部114に接続された仮想ポートへの出力を指示するエントリを設定することでも実現できる。
 イベントテーブル113は、OFS101/102が検出可能な各種のイベント条件と、そのイベントが発生したときに実行する処理内容(イベントアクション)とを対応付けたエントリを格納する上記した第2のテーブルに相当するテーブルある。なお、イベントテーブル113のエントリは、OFC200が、フローテーブル111に設定するエントリの作成時に、経路計算の結果等を利用して設定することが好ましい。もちろん、ネットワーク管理者等が手動でイベントテーブル113にエントリを設定してもよい。なお、このイベントテーブル113は、フローテーブル111よりも参照頻度や書換頻度は少ないと考えられるため、フローテーブル111のようにCAM等で構成しなくともよい。
 自律動作部114は、イベントテーブル113に記載されたイベント条件に合致する状態(障害など)が発生した場合、該当エントリに定められた処理内容(イベントアクション)を実行する。また、自律動作部114は、前記イベントテーブル113のエントリに定められた処理内容(イベントアクション)を実行することによって、フローテーブル111のエントリに変更が生じた場合、OFC200に対し、実行した処理内容またはフローテーブル111に対して行った変更内容を報告する。これにより、OFC200が把握している各OFS101/102に設定しているフローエントリと、実際にOFS101/102に設定されているフローエントリとの一貫性が保たれる。
 図4は、OFS101が保持するイベントテーブルの構成の一例を示す図である。図4の例では、OFS101は、ネットワークA(図2のネットワーク301)からEther-OAM障害通知を受信すると、フローテーブル111のネットワークAへの転送を行うエントリを抽出し、そのエントリの転送先をネットワークB(図2のネットワーク302)に変更する動作を行う(1番目のエントリ参照)。同様に、OFS101は、ネットワークB(図2のネットワーク302)からEther-OAM障害通知を受信すると、フローテーブル111のネットワークBへの転送を行うエントリを抽出し、そのエントリの転送先をネットワークA(図2のネットワーク301)に変更する動作を行う(2番目のエントリ参照)。
 プロトコル通信部115は、OFC200と、非特許文献2のオープンフロープロトコル等で通信する手段である。
 監視部116は、自装置の稼働状況やリンク状態の監視を行い、異常が見つかった場合、他のOFS等に、Ether-OAM障害通知やEther-OAM障害回復通知を送信する。
 なお、図3に示したOFS101/102の各部(処理手段)は、OFSに搭載されたコンピュータに、そのハードウェアを用いて、上記した各処理を実行させるコンピュータプログラムにより実現することもできる。
 続いて、本実施形態の動作について図面を参照して詳細に説明する。以下、図5の両矢線に示すように、OFS101とOFS102のフローテーブル111に、端末401と端末402間のパケットをネットワーク301経由で転送するエントリが設定されているものとして説明する。
 図5のネットワーク301に障害が発生し、その内部のOFS等からEther-OAM障害通知を受信すると、OFS101は、イベントテーブル113の当該イベント条件に適合するエントリに従い、端末401と端末402間のパケットをネットワーク302経由で転送するよう変更する。具体的には、OFS101は、端末401から端末402宛てのパケットの転送先を規定したフローテーブル111のエントリの転送先を、ネットワーク301からネットワーク302に属するOFS等へと変更する。また、必要に応じて、OFS101は、端末402から端末401宛てのパケットを処理するためのエントリのマッチ条件中の入力ポートがネットワーク301接続ポートになっている場合、当該エントリの入力ポートを、ネットワーク301からネットワーク302接続ポートへと変更する。
 OFS102も、同様に、端末401と端末402間のパケットをネットワーク302経由で転送するよう変更する。
 以上により、端末401と端末402間のパケットの転送経路は、図6に示すようにOFC200の制御を介することなく切り替えられる。このため、ネットワーク301に障害が発生しても迅速に通信を再開することが可能となる。
 また、本実施形態によれば、OFCとOFS間の制御メッセージの授受も削減されるため、制御チャネル501、502の輻輳等も回避できる。非特許文献2の基本構成では、障害が発生したネットワークに多数のOFSが接続している場合、これら多数のOFSからOFC200に対して、フローテーブル111のエントリの登録要求(Packet-Inメッセージ)が発行され、OFC200は各OFSに設定するエントリを作成し、送信することになる。本実施形態では、各OFSの自律動作部114から、OFC200に対するフローテーブル111の変更内容を通知すればよいので、通信料は少なくとも半分に削減される。
 なお、イベントテーブル113にエントリを設定することで、図6に示した状態から図5に示すような状態へのOFS単体での復旧も実現可能である。図7は、そのためのイベントテーブルの別の一例を示す図である。図7の例では、OFS101は、ネットワークB(図2のネットワーク302)からEther-OAM障害回復通知を受信すると、フローテーブル111のネットワークBへの転送を行うエントリを抽出し、そのエントリの転送先をネットワークA(図2のネットワーク301)に変更する動作を行う(図7の1番目のエントリ参照)。同様に、OFS101は、ネットワークA(図2のネットワーク301)からEther-OAM障害回復通知を受信すると、フローテーブル111のネットワークAへの転送を行うエントリを抽出し、そのエントリの転送先をネットワークB(図2のネットワーク302)に変更する動作を行う(図7の2番目のエントリ参照)。
 以上のように、OFC200の制御を介することなく図6の端末401と端末402間のパケットの転送経路を、図5に示す経路に戻すことができる。このため、例えば、ネットワーク301に障害が発生して、一時的にネットワーク302を利用していた状態からの復旧も高速に実施することできる。
[第2の実施形態]
 続いて、上記した第1の実施形態と同様のOFSを利用してサーバ間のフェイルオーバーを実現する第2の実施形態について説明する。本実施形態は、第1の実施形態と同様の構成にて実現可能であるので、以下、その相違点を中心に説明する。
 図8は、本発明の第2の実施形態の通信システムの構成を示す図である。図8を参照すると、ネットワーク301のエッジに配置されたオープンフロースイッチ(以下、「OFS」)101、102と、これらOFS101、102と制御チャネル501、502を介して接続され、OFS101、102を制御するオープンフローコントローラ(以下、「OFC」)200と、OFS101、102に接続して互いに通信する端末401と、端末401から要求に応じてサービスを提供するサーバ701と、サーバ701に代替して処理継続可能なサーバ702とが示されている。
 図9は、図8のOFS102が保持するイベントテーブルの構成の一例を示す図である。図9の例では、OFS102は、監視部116にてサーバの故障を検出すると、フローテーブル111のサーバ701への転送を行うエントリを抽出し、そのエントリの転送先をサーバ702に変更する動作を行う(1番目のエントリ参照)。
 続いて、本実施形態の動作について図面を参照して詳細に説明する。以下、図10の両矢線に示すように、OFS101とOFS102のフローテーブル111に、端末401とサーバ701間のパケットをネットワーク301経由で転送するエントリが設定されているものとして説明する。
 図8のサーバ701に障害が発生したことを検出すると、OFS102は、端末401からサーバ701宛てのパケットをサーバ702に送り、サーバ702からの応答を端末401に転送するよう変更する。具体的には、OFS102は、端末401からサーバ701宛てのパケットの転送先を規定したフローテーブル111のエントリの転送先を、サーバ702の接続ポートに変更する。また、OFS102は、フローテーブル111に、サーバ702から端末401宛ての応答パケットを処理するためのエントリを追加する。
 さらに、OFS102において、パケットヘッダ中の宛先又は送信元に設定されているサーバ701のアドレスと、サーバ702のアドレスとの変換を行うことも好ましい。このようにすることで、OFS101におけるフローテーブル111のエントリ変更が不要となる。
 以上により、端末401とサーバ701間のパケットの転送経路は、図11に示すようにOFC200の制御を介することなく切り替えられる。このため、サーバ701に障害が発生しても迅速にサーバ702によりサービスを継続することが可能となる。
 以上、本発明の各実施形態を説明したが、本発明は、上記した実施形態に限定されるものではなく、本発明の基本的技術的思想を逸脱しない範囲で、更なる変形・置換・調整を加えることができる。例えば、各図面に示したネットワーク構成や要素の構成は、本発明の理解を助けるための一例であり、これらの図面に示した構成に限定されるものではない。
 例えば、上記した各実施形態では、非特許文献1、2のOFCとOFSとを用いた例を挙げて説明したが、その他、コントロールプレーンと、データプレーンとが分離した集中制御型のネットワークにも適用可能である。
 また、上記した各実施形態では、単一のイベントテーブルを用いる例を挙げて説明したが、非特許文献2の複数のフローテーブルを用いたパイプライン処理のように、複数のテーブルを順次参照して、最終的に、複数の条件に適合するエントリを選択して、イベントアクションを決定するようなテーブル構成も採用可能である。このようにすることで、個々のイベントテーブルを小さく持つことができ、その管理も容易化される。
 また、上記した各実施形態では、イベントテーブル113により、経路の切替えと、フェイルオーバーを行う例を挙げて説明したが、その他フローテーブルの特定のエントリを削除したり、フローテーブルの特定のエントリの処理内容をパケット破棄(Drop)に書き換えるといった変形例も採用可能である。
 また、上記した各実施形態では、OFSがEther-OAM機能を備えるものとして説明したが、その他同等の機能を備えていればよい。例えば、ポートのリンクダウンを検出した際に、フローテーブル111のパケット転送先を変更するようなエントリをイベントテーブル113に設定することでも同様の効果を期待することができる。また例えば、OFC等との制御チャネルの障害を検出した際に、別のOFCからの制御を受ける(パケットを転送し、フローエントリの送信を要求する)といった運用も可能である。
 最後に、本発明の好ましい形態を要約する。
[第1の形態]
 (上記第1の視点による通信ノード参照)
[第2の形態]
 第1の形態の通信ノードにおいて、
 所定の制御装置から、前記第1のテーブル及び前記第2のテーブルに格納するエントリの設定を受け付ける通信ノード。
[第3の形態]
 第2の形態の通信ノードにおいて、
 前記第2のテーブルを参照して、前記第1のテーブルのエントリを書き換えた場合、前記所定の制御装置に対して、前記書き換えた内容を報告する通信ノード。
[第4の形態]
 第1から第3いずれか一の形態の通信ノードにおいて、
 前記第2のテーブルに、ネットワークの障害を検出した際に、前記障害によって影響を受けるパケット転送経路を、別の経路に切り替えるためのエントリが設定されている通信ノード。
[第5の形態]
 第1から第3いずれか一の形態の通信ノードにおいて、
 前記第2のテーブルに、通信先の障害を検出した際に、前記障害によって影響を受ける前記第1のテーブルのエントリのパケット転送先を、前記通信先の代替装置に変更するエントリが設定されている通信ノード。
[第6の形態]
 (上記第2の視点による通信システム参照)
[第7の形態]
 (上記第3の視点によるパケット処理方法参照)
[第8の形態]
 (上記第4の視点によるプログラム参照)
 なお、上記第6~第8の形態は、第1の形態と同様に、第2~第5の形態に展開することが可能である。
 なお、上記の特許文献および非特許文献の各開示を、本書に引用をもって繰り込むものとする。本発明の全開示(請求の範囲を含む)の枠内において、さらにその基本的技術思想に基づいて、実施形態ないし実施例の変更・調整が可能である。また、本発明の全開示の枠内において種々の開示要素(各請求項の各要素、各実施形態ないし実施例の各要素、各図面の各要素等を含む)の多様な組み合わせ、ないし選択が可能である。すなわち、本発明は、請求の範囲を含む全開示、技術的思想にしたがって当業者であればなし得るであろう各種変形、修正を含むことは勿論である。特に、本書に記載した数値範囲については、当該範囲内に含まれる任意の数値ないし小範囲が、別段の記載のない場合でも具体的に記載されているものと解釈されるべきである。
 10 通信ノード
 11 第1のテーブル
 12 パケット処理部
 13 第2のテーブル
 14 自律動作部
 101、102 オープンフロースイッチ(OFS)
 111 フローテーブル
 112 パケット処理部
 113 イベントテーブル
 114 自律動作部
 115 プロトコル通信部
 116 監視部
 200 オープンフローコントローラ(OFC)
 301、302 ネットワーク
 401、402 端末
 501、502 制御チャネル
 701、702 サーバ

Claims (8)

  1.  受信パケットと照合するマッチ条件と、該マッチ条件に適合するパケットに適用する処理内容を定めたエントリを格納した第1のテーブルを参照して、受信パケットを処理するパケット処理部と、
     事象と、該事象の発生を検出した際に前記第1のテーブルに格納されたエントリに対して適用する変更内容と、を対応付けた第2のテーブルを参照して、発生した事象に応じて前記第1のテーブルのエントリを書き換える自律動作部と、
     を備える通信ノード。
  2.  所定の制御装置から、前記第1のテーブル及び前記第2のテーブルに格納するエントリの設定を受け付ける請求項1の通信ノード。
  3.  前記第2のテーブルを参照して、前記第1のテーブルのエントリを書き換えた場合、前記所定の制御装置に対して、前記書き換えた内容を報告する請求項2の通信ノード。
  4.  前記第2のテーブルに、ネットワークの障害を検出した際に、前記障害によって影響を受けるパケット転送経路を、別の経路に切り替えるためのエントリが設定されている請求項1から3いずれか一の通信ノード。
  5.  前記第2のテーブルに、通信先の障害を検出した際に、前記障害によって影響を受ける前記第1のテーブルのエントリのパケット転送先を、前記通信先の代替装置に変更するエントリが設定されている請求項1から3いずれか一の通信ノード。
  6.  受信パケットと照合するマッチ条件と、該マッチ条件に適合するパケットに適用する処理内容を定めたエントリを格納した第1のテーブルを参照して、受信パケットを処理するパケット処理部と、
     事象と、該事象の発生を検出した際に前記第1のテーブルに格納されたエントリに対して適用する変更内容と、を対応付けた第2のテーブルを参照して、発生した事象に応じて前記第1のテーブルのエントリを書き換える自律動作部と、
     を備える通信ノードと、
     前記通信ノードの前記第1のテーブル及び前記第2のテーブルに、エントリを設定する制御装置と、
     を含む通信システム。
  7.  受信パケットと照合するマッチ条件と、該マッチ条件に適合するパケットに適用する処理内容を定めたエントリを格納した第1のテーブルを参照して、受信パケットを処理するパケット処理部を備える通信ノードが、
     所定の事象の発生を検出するステップと、
     事象と、該事象の発生を検出した際に前記第1のテーブルに格納されたエントリに対して適用する変更内容と、を対応付けた第2のテーブルを参照して、発生した事象に応じて前記第1のテーブルのエントリを書き換えるステップと、
     を含むパケット処理方法。
  8.  受信パケットと照合するマッチ条件と、該マッチ条件に適合するパケットに適用する処理内容を定めたエントリを格納した第1のテーブルを参照して、受信パケットを処理するパケット処理部を備えるコンピュータに、
     所定の事象の発生を検出する処理と、
     事象と、該事象の発生を検出した際に前記第1のテーブルに格納されたエントリに対して適用する変更内容と、を対応付けた第2のテーブルを参照して、発生した事象に応じて前記第1のテーブルのエントリを書き換える処理と、
     を実行させるプログラム。
PCT/JP2014/061694 2013-04-26 2014-04-25 通信ノード、通信システム、パケット処理方法及びプログラム WO2014175423A1 (ja)

Priority Applications (7)

Application Number Priority Date Filing Date Title
RU2015150389A RU2641232C2 (ru) 2013-04-26 2014-04-25 Узел связи, система связи, способ обработки пакетов и программа
JP2015513847A JPWO2014175423A1 (ja) 2013-04-26 2014-04-25 通信ノード、通信システム、パケット処理方法及びプログラム
CN201480023300.XA CN105144644A (zh) 2013-04-26 2014-04-25 通信节点、通信系统、分组处理方法和程序
KR1020157033472A KR20160003762A (ko) 2013-04-26 2014-04-25 통신 노드, 통신 시스템, 패킷 처리 방법, 및 프로그램
EP14788493.6A EP2991286A4 (en) 2013-04-26 2014-04-25 COMMUNICATION NODES, COMMUNICATION SYSTEM, PACKET PROCESSING PROCESS AND PROGRAM
US14/786,971 US20160112248A1 (en) 2013-04-26 2014-04-25 Communication node, communication system, packet processing method, and program
CA2910129A CA2910129A1 (en) 2013-04-26 2014-04-25 Communication node, communication system, packet processing method, and program

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2013093738 2013-04-26
JP2013-093738 2013-04-26

Publications (1)

Publication Number Publication Date
WO2014175423A1 true WO2014175423A1 (ja) 2014-10-30

Family

ID=51791988

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2014/061694 WO2014175423A1 (ja) 2013-04-26 2014-04-25 通信ノード、通信システム、パケット処理方法及びプログラム

Country Status (9)

Country Link
US (1) US20160112248A1 (ja)
EP (1) EP2991286A4 (ja)
JP (1) JPWO2014175423A1 (ja)
KR (1) KR20160003762A (ja)
CN (1) CN105144644A (ja)
CA (1) CA2910129A1 (ja)
RU (1) RU2641232C2 (ja)
TW (1) TWI586124B (ja)
WO (1) WO2014175423A1 (ja)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2019510422A (ja) * 2016-03-31 2019-04-11 エヌイーシー ラボラトリーズ ヨーロッパ ゲーエムベーハー Sdnネットワークにおける迅速かつトポロジーに依存しない経路保護
JP2019153887A (ja) * 2018-03-01 2019-09-12 株式会社デンソー 中継装置、通信システムおよび中継制御装置
US20200021519A1 (en) * 2017-03-23 2020-01-16 NEC Laboratories Europe GmbH Software defined network forwarding

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108141376B (zh) * 2015-10-28 2020-12-01 华为技术有限公司 网络节点、通信网络及通信网络中的方法
US10341169B2 (en) * 2016-12-21 2019-07-02 Wipro Limited Method and a system for generating a notification for an event

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011061560A (ja) * 2009-09-10 2011-03-24 Nec Corp 通信ネットワーク、ネットワークノード、通信経路制御方式、及び通信経路制御プログラム
JP2012049674A (ja) 2010-08-25 2012-03-08 Nec Corp 通信装置、通信システム、通信方法、および通信プログラム
WO2012032864A1 (ja) 2010-09-08 2012-03-15 日本電気株式会社 スイッチシステム、スイッチ制御方法、及び記憶媒体
JP2012195807A (ja) 2011-03-17 2012-10-11 Nec Corp 制御サーバ、通信システム、制御方法およびプログラム
JP2013070183A (ja) * 2011-09-21 2013-04-18 Nec Corp 通信装置、制御装置、通信システム、通信制御方法及びプログラム

Family Cites Families (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
RU2115162C1 (ru) * 1996-07-05 1998-07-10 Научно-конструкторское бюро вычислительных систем Таганрогского государственного радиотехнического университета Сеть для маршрутизации сообщений
US7471625B2 (en) * 2001-10-31 2008-12-30 Nec Corporation Fault recovery system and method for a communications network
TWI308435B (en) * 2006-01-23 2009-04-01 Penton Media Technologies Co Ltd Ring-connected surveillance system with real-time backup monitoring
JP4714081B2 (ja) * 2006-06-01 2011-06-29 アラクサラネットワークス株式会社 ネットワーク接続装置
RU2460244C2 (ru) * 2007-04-25 2012-08-27 Квэлкомм Инкорпорейтед Протокол маршрутизации
WO2010018755A1 (ja) * 2008-08-11 2010-02-18 株式会社日立製作所 トランスポート制御サーバ、ネットワークシステム及びトランスポート制御方法
JP2010098625A (ja) * 2008-10-20 2010-04-30 Hitachi Ltd パケット転送装置、及び方法
US8416701B1 (en) * 2009-04-30 2013-04-09 Hewlett-Packard Development Company, L.P. System and method for updating forwarding tables
JP5416596B2 (ja) * 2010-01-07 2014-02-12 アラクサラネットワークス株式会社 ネットワーク中継装置、ネットワークシステム、それらの制御方法
US20110261696A1 (en) * 2010-04-22 2011-10-27 International Business Machines Corporation Network data congestion management probe system
EP2572473B1 (en) * 2010-05-19 2014-02-26 Telefonaktiebolaget L M Ericsson (PUBL) Methods and apparatus for use in an openflow network
US8619546B2 (en) * 2010-08-17 2013-12-31 Alcatel Lucent Method and apparatus for coping with link failures in central control plane architectures
US8885641B2 (en) * 2011-06-30 2014-11-11 Brocade Communication Systems, Inc. Efficient trill forwarding
US8755389B1 (en) * 2012-04-04 2014-06-17 Google Inc. Semi-centralized multiple path routing
EP2843887A4 (en) * 2012-04-27 2015-12-23 Nec Corp COMMUNICATION SYSTEM AND METHOD FOR CONTROLLING TRANSMISSION PATH
JPWO2014192259A1 (ja) * 2013-05-27 2017-02-23 日本電気株式会社 ネットワーク制御装置、ネットワーク制御方法、プログラムおよび通信システム
CN105264857B (zh) * 2013-12-30 2018-10-12 华为技术有限公司 发送信息的方法、装置及系统
WO2015167479A1 (en) * 2014-04-29 2015-11-05 Hewlett-Packard Development Company, L.P. Efficient routing in software defined networks

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011061560A (ja) * 2009-09-10 2011-03-24 Nec Corp 通信ネットワーク、ネットワークノード、通信経路制御方式、及び通信経路制御プログラム
JP2012049674A (ja) 2010-08-25 2012-03-08 Nec Corp 通信装置、通信システム、通信方法、および通信プログラム
WO2012032864A1 (ja) 2010-09-08 2012-03-15 日本電気株式会社 スイッチシステム、スイッチ制御方法、及び記憶媒体
JP2012195807A (ja) 2011-03-17 2012-10-11 Nec Corp 制御サーバ、通信システム、制御方法およびプログラム
JP2013070183A (ja) * 2011-09-21 2013-04-18 Nec Corp 通信装置、制御装置、通信システム、通信制御方法及びプログラム

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
NICK MCKEOWN, OPENFLOW: ENABLING INNOVATION IN CAMPUS NETWORKS, 10 April 2013 (2013-04-10), Retrieved from the Internet <URL:http://www.openflow.org/documents/openflow-wp-latest.pdf>
OPENFLOW SWITCH SPECIFICATION, 10 April 2013 (2013-04-10), Retrieved from the Internet <URL:https://www.opennetworking.org/images/stories/downloads/sdn-resourc es/onf-specifications/openflow/openflow-spec-vl.3.1.pdf>
See also references of EP2991286A4
SHOHEI KAMAMURA: "Autonomous IP Fast Rerouting with Compressed Backup Flow Entries Using OpenFlow", IEICE TRANSACTIONS ON INFORMATION AND SYSTEMS, vol. E96-D, no. 2, pages 184 - 192, XP008181371 *

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2019510422A (ja) * 2016-03-31 2019-04-11 エヌイーシー ラボラトリーズ ヨーロッパ ゲーエムベーハー Sdnネットワークにおける迅速かつトポロジーに依存しない経路保護
US20200021519A1 (en) * 2017-03-23 2020-01-16 NEC Laboratories Europe GmbH Software defined network forwarding
US11271850B2 (en) * 2017-03-23 2022-03-08 Nec Corporation Software defined network forwarding
JP2019153887A (ja) * 2018-03-01 2019-09-12 株式会社デンソー 中継装置、通信システムおよび中継制御装置
JP7063010B2 (ja) 2018-03-01 2022-05-09 株式会社デンソー 中継装置、通信システムおよび中継制御装置

Also Published As

Publication number Publication date
TW201507406A (zh) 2015-02-16
KR20160003762A (ko) 2016-01-11
US20160112248A1 (en) 2016-04-21
JPWO2014175423A1 (ja) 2017-02-23
CA2910129A1 (en) 2014-10-30
CN105144644A (zh) 2015-12-09
TWI586124B (zh) 2017-06-01
RU2641232C2 (ru) 2018-01-16
RU2015150389A (ru) 2017-05-31
EP2991286A4 (en) 2016-11-23
EP2991286A1 (en) 2016-03-02

Similar Documents

Publication Publication Date Title
US9692650B2 (en) Control apparatus, communication system, communication method, and program
US10075371B2 (en) Communication system, control apparatus, packet handling operation setting method, and program
WO2011155510A1 (ja) 通信システム、制御装置、パケットキャプチャ方法およびプログラム
JP5585660B2 (ja) 通信システム、制御装置、処理規則の設定方法およびプログラム
JP5939353B2 (ja) 制御装置、通信システム、スイッチ制御方法及びプログラム
JP5861772B2 (ja) ネットワークアプライアンス冗長化システム、制御装置、ネットワークアプライアンス冗長化方法及びプログラム
WO2014175423A1 (ja) 通信ノード、通信システム、パケット処理方法及びプログラム
WO2014017631A1 (ja) 制御装置、通信システム、通信方法及びプログラム
WO2013114489A1 (en) Control method, control apparatus, communication system, and program
JPWO2014132967A1 (ja) 通信システム、スイッチ、制御装置、制御用チャネルの構築方法及びプログラム
WO2014129624A1 (ja) 制御装置、通信システム、経路切替方法及びプログラム
JP2013223191A (ja) 通信システム、制御装置、パケット採取方法及びプログラム
JPWO2015151442A1 (ja) 通信システム、通信方法および制御装置
JP6127569B2 (ja) スイッチ、制御装置、通信システム、制御チャネルの管理方法及びプログラム
US20160094357A1 (en) Control apparatus, computer system, communication control method, and program
JP5854488B2 (ja) 通信システム、制御装置、処理規則の設定方法およびプログラム
US20170208020A1 (en) Communication control apparatus, communication system, communication control method, and medium
WO2015046539A1 (ja) 中継装置、制御装置、通信システム、監視パケットの処理方法及びトポロジ管理方法
WO2014142081A1 (ja) 転送ノード、制御装置、通信システム、パケット処理方法及びプログラム
JP2018113564A (ja) 通信システム、スイッチ、制御装置、通信方法、および、プログラム
WO2015050197A1 (ja) 通信システム、制御装置、通信方法及びプログラム
WO2014027687A1 (ja) 通信システム、制御情報記録装置、制御装置、制御情報の記録方法及びプログラム
JP2015128213A (ja) 通信ノード、制御装置、通信システム、通信方法及びプログラム

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 201480023300.X

Country of ref document: CN

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

Ref document number: 14788493

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2015513847

Country of ref document: JP

Kind code of ref document: A

Ref document number: 2910129

Country of ref document: CA

WWE Wipo information: entry into national phase

Ref document number: 14786971

Country of ref document: US

NENP Non-entry into the national phase

Ref country code: DE

WWE Wipo information: entry into national phase

Ref document number: 2014788493

Country of ref document: EP

ENP Entry into the national phase

Ref document number: 20157033472

Country of ref document: KR

Kind code of ref document: A

ENP Entry into the national phase

Ref document number: 2015150389

Country of ref document: RU

Kind code of ref document: A