WO2014175423A1 - 通信ノード、通信システム、パケット処理方法及びプログラム - Google Patents
通信ノード、通信システム、パケット処理方法及びプログラム Download PDFInfo
- 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
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L41/00—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
- H04L41/06—Management of faults, events, alarms or notifications
- H04L41/0654—Management of faults, events, alarms or notifications using network fault recovery
- H04L41/0668—Management 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
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L12/00—Data switching networks
- H04L12/64—Hybrid switching systems
- H04L12/6418—Hybrid transport
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L41/00—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
- H04L41/08—Configuration management of networks or network elements
- H04L41/0803—Configuration setting
- H04L41/0813—Configuration setting characterised by the conditions triggering a change of settings
- H04L41/0816—Configuration setting characterised by the conditions triggering a change of settings the condition being an adaptation, e.g. in response to network events
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L41/00—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
- H04L41/40—Arrangements 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
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L45/00—Routing or path finding of packets in data switching networks
- H04L45/22—Alternate routing
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L45/00—Routing or path finding of packets in data switching networks
- H04L45/38—Flow based routing
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L45/00—Routing or path finding of packets in data switching networks
- H04L45/74—Address processing for routing
- H04L45/745—Address table lookup; Address filtering
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L45/00—Routing or path finding of packets in data switching networks
- H04L45/64—Routing 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
Description
本発明は、日本国特許出願:特願2013-093738号(2013年4月26日出願)に基づくものであり、同出願の全記載内容は引用をもって本書に組み込み記載されているものとする。
本発明は、通信ノード、通信システム、パケット処理方法及びプログラムに関し、特に、制御装置から設定された制御情報に基づいて動作する通信ノード、通信システム、パケット処理方法及びプログラムに関する。
続いて、本発明の第1の実施形態について図面を参照して詳細に説明する。図2は、本発明の第1の実施形態の通信システムの構成を示す図である。図2を参照すると、2つのネットワーク301、302のエッジに配置されたオープンフロースイッチ(以下、「OFS」)101、102と、これらOFS101、102と制御チャネル501、502を介して接続され、OFS101、102を制御するオープンフローコントローラ(以下、「OFC」)200と、OFS101、102に接続して互いに通信する端末401、402とが示されている。
続いて、上記した第1の実施形態と同様のOFSを利用してサーバ間のフェイルオーバーを実現する第2の実施形態について説明する。本実施形態は、第1の実施形態と同様の構成にて実現可能であるので、以下、その相違点を中心に説明する。
[第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の形態に展開することが可能である。
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のテーブルに格納されたエントリに対して適用する変更内容と、を対応付けた第2のテーブルを参照して、発生した事象に応じて前記第1のテーブルのエントリを書き換える自律動作部と、
を備える通信ノード。 - 所定の制御装置から、前記第1のテーブル及び前記第2のテーブルに格納するエントリの設定を受け付ける請求項1の通信ノード。
- 前記第2のテーブルを参照して、前記第1のテーブルのエントリを書き換えた場合、前記所定の制御装置に対して、前記書き換えた内容を報告する請求項2の通信ノード。
- 前記第2のテーブルに、ネットワークの障害を検出した際に、前記障害によって影響を受けるパケット転送経路を、別の経路に切り替えるためのエントリが設定されている請求項1から3いずれか一の通信ノード。
- 前記第2のテーブルに、通信先の障害を検出した際に、前記障害によって影響を受ける前記第1のテーブルのエントリのパケット転送先を、前記通信先の代替装置に変更するエントリが設定されている請求項1から3いずれか一の通信ノード。
- 受信パケットと照合するマッチ条件と、該マッチ条件に適合するパケットに適用する処理内容を定めたエントリを格納した第1のテーブルを参照して、受信パケットを処理するパケット処理部と、
事象と、該事象の発生を検出した際に前記第1のテーブルに格納されたエントリに対して適用する変更内容と、を対応付けた第2のテーブルを参照して、発生した事象に応じて前記第1のテーブルのエントリを書き換える自律動作部と、
を備える通信ノードと、
前記通信ノードの前記第1のテーブル及び前記第2のテーブルに、エントリを設定する制御装置と、
を含む通信システム。 - 受信パケットと照合するマッチ条件と、該マッチ条件に適合するパケットに適用する処理内容を定めたエントリを格納した第1のテーブルを参照して、受信パケットを処理するパケット処理部を備える通信ノードが、
所定の事象の発生を検出するステップと、
事象と、該事象の発生を検出した際に前記第1のテーブルに格納されたエントリに対して適用する変更内容と、を対応付けた第2のテーブルを参照して、発生した事象に応じて前記第1のテーブルのエントリを書き換えるステップと、
を含むパケット処理方法。 - 受信パケットと照合するマッチ条件と、該マッチ条件に適合するパケットに適用する処理内容を定めたエントリを格納した第1のテーブルを参照して、受信パケットを処理するパケット処理部を備えるコンピュータに、
所定の事象の発生を検出する処理と、
事象と、該事象の発生を検出した際に前記第1のテーブルに格納されたエントリに対して適用する変更内容と、を対応付けた第2のテーブルを参照して、発生した事象に応じて前記第1のテーブルのエントリを書き換える処理と、
を実行させるプログラム。
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)
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)
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)
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)
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 |
-
2014
- 2014-04-21 TW TW103114419A patent/TWI586124B/zh not_active IP Right Cessation
- 2014-04-25 US US14/786,971 patent/US20160112248A1/en not_active Abandoned
- 2014-04-25 WO PCT/JP2014/061694 patent/WO2014175423A1/ja active Application Filing
- 2014-04-25 CN CN201480023300.XA patent/CN105144644A/zh active Pending
- 2014-04-25 EP EP14788493.6A patent/EP2991286A4/en not_active Withdrawn
- 2014-04-25 JP JP2015513847A patent/JPWO2014175423A1/ja active Pending
- 2014-04-25 CA CA2910129A patent/CA2910129A1/en not_active Withdrawn
- 2014-04-25 RU RU2015150389A patent/RU2641232C2/ru not_active IP Right Cessation
- 2014-04-25 KR KR1020157033472A patent/KR20160003762A/ko not_active Application Discontinuation
Patent Citations (5)
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)
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)
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 |