WO2012053540A1 - 通信システム、制御装置、処理規則の設定方法およびプログラム - Google Patents

通信システム、制御装置、処理規則の設定方法およびプログラム Download PDF

Info

Publication number
WO2012053540A1
WO2012053540A1 PCT/JP2011/074019 JP2011074019W WO2012053540A1 WO 2012053540 A1 WO2012053540 A1 WO 2012053540A1 JP 2011074019 W JP2011074019 W JP 2011074019W WO 2012053540 A1 WO2012053540 A1 WO 2012053540A1
Authority
WO
WIPO (PCT)
Prior art keywords
packet
flow
section
processing rule
aggregatable
Prior art date
Application number
PCT/JP2011/074019
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 EP11834379.7A priority Critical patent/EP2632091A4/en
Priority to CN201180046294.6A priority patent/CN103119901B/zh
Priority to US13/824,360 priority patent/US10075371B2/en
Publication of WO2012053540A1 publication Critical patent/WO2012053540A1/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/74Address processing for 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
    • H04L12/00Data switching networks
    • H04L12/28Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
    • H04L12/46Interconnection of networks
    • H04L12/4633Interconnection of networks using encapsulation techniques, e.g. tunneling
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/24Multipath
    • H04L45/245Link aggregation, e.g. trunking
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/50Routing or path finding of packets in data switching networks using label swapping, e.g. multi-protocol label switch [MPLS]
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D30/00Reducing energy consumption in communication networks
    • Y02D30/50Reducing energy consumption in communication networks in wire-line communication networks, e.g. low power modes or reduced link rate

Definitions

  • the present invention is based on the priority claim of Japanese patent application: Japanese Patent Application No. 2010-234752 (filed on Oct. 19, 2010), the entire contents of which are incorporated herein by reference. Shall.
  • the present invention relates to a communication system, a control device, a node, a processing rule setting method, and a program, and in particular, a communication system, a node, a control device, a communication method, and a communication method for realizing communication by transferring a packet by a node arranged in a network.
  • the program is based on the priority claim of Japanese patent application: Japanese Patent Application No. 2010-234752 (filed on Oct. 19, 2010), the entire contents of which are incorporated herein by reference. Shall.
  • 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 that functions as a forwarding node 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.
  • a set of a collation rule (matching rule) that collates with a packet header, an action (Actions) that defines processing contents, and flow statistical information (Stats) is defined (see FIG. 13). ).
  • FIG. 13 illustrates action names and action contents defined in Non-Patent Document 2.
  • OUTPUT is an action for outputting a packet to a designated port (interface).
  • SET_VLAN_VID to SET_TP_DST are actions for modifying the field of the packet header.
  • the OpenFlow switch when the OpenFlow switch receives the first packet (first packet), the OpenFlow switch searches the flow table for an entry having a matching rule (matching rule) that matches the header information of the received packet. When an entry that matches the received packet is found as a result of the search, the OpenFlow switch performs the processing content described in the action field of the entry on the received packet. On the other hand, if no entry matching the received packet is found as a result of the search, the OpenFlow switch forwards the received packet to the OpenFlow controller via the secure channel, and the source / destination of the received packet. To request the determination of the route of the packet based on the above, receive the flow entry that realizes this, and update the flow table.
  • a matching rule matching rule
  • Patent Document 2 discloses a layer 2 switch having a MAC learning table, which converts a VWAN-ID added to a frame into a degenerate VWAN-ID, and a degenerate VWAN-ID added to the frame.
  • a layer 2 switch having a restoration unit for restoring the original VWAN-ID, and at the time of registration of the VWAN-ID, one of the degenerate VWAN-IDs corresponding to this VWAN-ID is determined, and the conversion unit and the restoration unit are And a layer 2 switch control device to be set.
  • the degenerate VWAN-ID is made up of a smaller number of values than the VWAN-ID can take, and this layer 2 switch uses the MAC learning function to perform an MAC learning on an entry including the degenerate VWAN-ID. It is supposed to be registered in the table.
  • Non-Patent Documents 1 and 2 are incorporated herein by reference.
  • the analysis results of related technology issues are given below.
  • a wild card can be used in the processing rule. For example, even if the flows have different transmission sources, flows having the same destination can be aggregated into a processing rule having a matching rule that matches only the destination (see FIGS. 8 and 9).
  • the load on the node hereinafter referred to as “node” including the case of the above-mentioned OpenFlow switch
  • the control device hereinafter referred to as the above-mentioned OpenFlow controller
  • the present invention has been made in view of the above-described circumstances, and the object of the present invention is to provide a configuration capable of achieving both aggregation of processing rules and easy identification of a flow that generates abnormal traffic. It is to provide.
  • a received packet is processed according to a processing rule that associates a process to be applied to a packet with a matching rule for specifying a packet to which the process is applied.
  • a plurality of nodes that record statistical information of processing packets; and a control device that sets a processing rule for each node, wherein the control device is capable of aggregating sections of two or more packet transfer paths having aggregable sections
  • the processing rule for each flow for outputting the packet after performing the process of writing in the area to be matched with the matching rule of the packet.
  • a processing rule common to each flow for causing a node located in the middle of the aggregatable section to forward a packet conforming to the path identifier according to the packet forwarding path, and is positioned at the end point of the aggregatable section
  • a communication system for setting a processing rule for outputting a packet to a node that performs a process of restoring the content rewritten in the node located at the start point of the aggregatable section based on the flow identifier.
  • a received packet is processed according to a processing rule that associates a process to be applied to a packet with a matching rule for specifying a packet to which the process is applied.
  • the statistical information of the processed packet is recorded and transferred to the node located at the start point of the aggregatable section of the two or more packet transfer paths that are connected to a plurality of nodes and have the aggregatable section through the two or more packet transfer paths.
  • a processing rule common to each flow is set so that a packet conforming to a different child is transferred according to the packet transfer path, and a node located at an end point of the aggregatable interval is set to a node of the aggregatable interval based on the flow identifier.
  • a control device that sets a processing rule for outputting a packet after performing a process of restoring the rewritten content in a node located at a starting point.
  • a received packet is processed according to a processing rule that associates a process to be applied to a packet with a matching rule for specifying a packet to which the process is applied.
  • the control device connected to a plurality of nodes, which records statistical information of processed packets, transfers the two or more packet to a node located at the start point of the aggregatable section of two or more packet transfer paths having the aggregatable section
  • setting a processing rule for each flow that outputs packets, and the middle of the aggregable section Setting a processing rule common to each flow to cause a node conforming to the path identifier to be transferred according to the packet forwarding path, and a node located at the end point of the aggregable section based on the flow identifier.
  • a processing rule setting method includes a step of setting a processing rule for outputting a packet after performing a process of restoring the rewritten content in a node located at the start point of the aggregatable section.
  • This method is linked to a specific machine called a control device that sets processing rules for the core node and the edge node.
  • a received packet is processed according to a processing rule that associates a process to be applied to a packet with a matching rule for specifying a packet to which the process is applied.
  • a program for recording statistical information of processing packets to be executed by a computer constituting a control device connected to a plurality of nodes, which is located at the start point of the aggregatable section of two or more packet transfer paths having aggregable sections A flow identifier for identifying a flow and a path identifier used for packet transfer in the aggregatable section for a packet belonging to each flow transferred through the two or more packet transfer paths
  • a flow-specific processing rule that outputs a packet after performing processing to write in the area to be matched with the matching rule.
  • a program for causing the computer to execute the above is provided. This program can be recorded on a computer-readable storage medium. That is, the present invention can be embodied as a computer program product.
  • the processing packet statistical information can be collected at the processing rule unit, and at the node located in the aggregateable section, the processing rule This is because a configuration for aggregation is adopted.
  • the present invention processes a received packet according to a processing rule that associates a process applied to a packet with a matching rule for specifying a packet to which the process is applied.
  • a processing rule that associates a process applied to a packet with a matching rule for specifying a packet to which the process is applied.
  • This can be realized by the nodes 10-1 to 10-n that record the statistical information of the processing packets in units of the processing rules and the control device 20 that sets the processing rules in these nodes 10-1 to 10-n.
  • the reference numerals of the drawings attached to this summary are attached to the respective elements for convenience as an example for facilitating understanding, and are not intended to limit the present invention to the illustrated embodiment.
  • packet transfer paths of node 10-1, node 10-2,..., Node 10-n have been calculated as transfer paths for packets addressed to terminal C (30c) from terminal A (30a).
  • packet transfer paths of node 10-1, node 10-2,..., Node 10-n are calculated as transfer paths for packets addressed to terminal C (30c) from terminal B (30b).
  • the two packet transfer paths have overlapping sections (aggregatable sections) of node 10-1, node 10-2,..., Node 10-n.
  • the control device 20 transfers the individual flows (terminal A-terminal C, terminal B-terminal C, and the like) transferred to the node 10-1 located at the start point of the aggregation possible section through the two or more packet transfer paths.
  • a flow identifier eg, F1, F2
  • a path identifier eg, E1
  • a processing rule for each flow for outputting a packet is set after performing processing for writing to the area to be processed.
  • control device 20 transfers a packet matching the route identifier (eg, E1) to the nodes 10-2,..., 10 (n ⁇ 1) located in the middle of the aggregation possible section.
  • route identifier eg, E1
  • a processing rule common to the flows to be transferred according to the route is set.
  • control device 20 rewrites the content of the node 10-n positioned at the end point of the aggregatable section at the node positioned at the start point of the aggregatable section based on the flow identifier (eg, F1, F2).
  • a processing rule for outputting a packet is set after processing for restoring the packet.
  • packets sent from the terminal A (30a) and the terminal B (30b) to the terminal C (30c) are sent to the node 10-1 by the flow identifier (eg, F1, F2) and the path identifier (example). : E1) and the packet is transferred to the aggregatable section. Then, the packet transmitted from the terminal A (30a) and the terminal B (30b) to the terminal C (30c) at the terminal 10-n at the end point of the aggregatable section is restored to the original content.
  • a processing rule having a route identifier eg, E1
  • a processing rule for writing the flow identifier eg, F1, F2 and the path identifier (eg, E1) to a packet belonging to each flow is set in the node located at the start point of the aggregateable section. Since the statistical information of the processing packet is recorded for each processing rule unit, it is easy to identify abnormal traffic.
  • FIG. 2 is a diagram showing the configuration of the first exemplary embodiment of the present invention.
  • a plurality of OpenFlowSwitches (hereinafter referred to as “OFS” unless otherwise distinguished from each OFS) 10a to 10e for transferring packets exchanged between the terminals A and B and the terminals C and D.
  • a control device 20 that is connected to the OFS 10a to 10e through a secure channel and sets processing rules (flow entries) and collects statistical information.
  • the OFS 10a to 10e searches the flow entry table (flow table) held inside for a flow entry that matches the packet, and executes the processing contents defined in the searched flow entry. .
  • the symbols (# 1 to # 24) written near the link ends between the OFSs or between the OFS 10a to 10e and the terminals A to D represent the port numbers of the OFS.
  • the OFS_B 10b wants to output a packet addressed from the terminal A to the terminal C to the OFS_C 10c side, a process that outputs a packet that matches the matching rule (matching rule) from the port # 12 (OUT_PORT: 12) Set the flow entry that defines.
  • the OFS 10a to 10e When the OFS 10a to 10e receives a packet that does not match any flow entry stored in the flow entry table (flow table), the OFS 10a to 10e notifies the control device 20 of the packet information using a Packet-in message. To do.
  • the control device 20 that has received the Packet-in message selects a route for transferring the packet and a subsequent packet belonging to the same flow from the packet source and destination information, and performs a flow for the OFS on the packet transfer route. Set the entry.
  • FIG. 3 is a block diagram showing a detailed configuration of the control device 20.
  • the configuration includes an OpenFlow protocol processing unit 21, a switch information management unit 22, a flow entry creation unit 23, a route information management unit 24, a topology management unit 25, and a route calculation unit 26. It is shown.
  • the OpenFlow protocol processing unit 21 receives a flow entry setting request from the OFS 10a to 10e using the open flow protocol defined in Non-Patent Document 2, and sets the flow entry or sends a packet to the OFS 10a to 10e. Then, processing for instructing transfer of the recorded flow statistical information is performed.
  • the switch information management unit 22 collects and manages the identification information and physical port information of the OFSs 10a to 10e and provides them to the flow entry creation unit 23.
  • a Switch function inquiry message (Features Request) defined in Non-Patent Document 2 is transmitted to the OFS 10a to 10e, and the Switch function is transmitted from the OFS 10a to 10e.
  • a method of receiving a response message (Features Replay) can be used (see “5.3 Controller-to-Switch Messages” below in Non-Patent Document 2).
  • the topology management unit 25 holds the topology information of the OpenFlow network.
  • the topology information can be constructed by using a method of collection by a function such as one constructed in advance or LLDP (Link Layer Discovery Protocol).
  • the route calculation unit 26 refers to the topology information held in the topology management unit 25 and creates a packet transfer route between arbitrary OFSs.
  • the route information management unit 24 manages the packet transfer route calculated by the route calculation unit 26, and in response to a request from the flow entry creation unit 23, as shown in FIG. provide.
  • the route information management unit 24 manages the packet transfer route calculated by the route calculation unit 26, and in response to a request from the flow entry creation unit 23, as shown in FIG. provide.
  • topology information that defines the connection relationship of OFSs 10a to 10e shown in FIG. 2, between OFS_A-OFS_E in FIG. -It is assumed that OFS_B-OFS_D-OFS_E) has been created.
  • the flow entry creation unit 23 selects a packet transfer route held in the route information management unit 24 based on the packet information passed from the OpenFlow protocol processing unit 21, and the OFS located in the middle on the packet transfer route
  • the flow entries to be set in the OFS located at the start point, end point, and middle of the route are created so that the flow entries are aggregated.
  • the flow entry creation unit 23 adds the OFS_A 10a located at the start point of the selected packet transfer route E1 to the header of the original packet.
  • a processing rule for outputting the packet to the next hop is set after converting the source MAC address to a flow ID and the destination MAC address to a path ID.
  • control device 20 sets a processing rule for transferring a packet conforming to the route ID (for example, E1) to the OFS_B 10b and OFS_C 10c located in the middle of the packet transfer route E1 according to the packet transfer route E1.
  • route ID for example, E1
  • OFS_B 10b and OFS_C 10c located in the middle of the packet transfer route E1 according to the packet transfer route E1.
  • control device 20 sets the source MAC address and destination MAC address of the packet matching the flow ID and path ID converted by OFS_A 10a to the OFS_E10e located at the end point of the packet transfer path E1.
  • a processing rule for outputting a packet is set after processing to return to the MAC address and destination MAC address.
  • FIG. 5 is a diagram showing the correspondence relationship between the MAC addresses converted by the flow entry creation unit 23 described above.
  • control device 20 described above can also be realized by mounting a flow entry aggregation function described later on the OpenFlow controller described in Non-Patent Documents 1 and 2. Further, each unit (processing means) of the control device 20 shown in FIG. 3 can also be realized by a computer program that causes a computer constituting the control device 20 to execute the above-described processes using its hardware.
  • the control device 20 selects the packet transfer path E1 from the packet transfer path shown in FIG. 4 and connects the port to the OFS_A 10a.
  • the source MAC address in the header is set to flow ID: 1, and the destination MAC address Is converted to the route ID: E1, and then a flow entry for outputting a packet from the connection port # 10 to the next hop (OFS_B) is created and set.
  • “MATCH” represents a flow entry matching rule, that is, a matching rule.
  • “ACTION” represents a flow entry action field, that is, a processing content applied to the packet.
  • “IN_PORT”, “DL_SRC”, and “DL_DST” correspond to “In Port”, “Ether SA”, and “Ether DA” in the flow entry of FIG. 13, respectively.
  • “SET_XXX_XX” indicates an action for rewriting the header XX_XXX
  • “OUT_PORT ##” indicates a packet output from the ## port.
  • control device 20 causes the OFS_B 10b located in the middle of the packet transfer path E1 to output a packet whose destination MAC address that has entered from the port # 11 is the path ID: E1 from the port # 12 to which the OFS_C 10c is connected.
  • control device 20 sets a header for the packet whose source MAC address is flow ID: 1 and whose destination MAC address is route ID: E1 that has entered from OF ## 15 in OFS_E10e located at the end point of the packet transfer route E1.
  • any of the packet transfer paths E1 and E2 in FIG. 4 can be adopted as a packet transfer path of the flow from the terminal A to the terminal D.
  • the control device 20 selects the packet transfer path E1 in the same way as the previous flow ID: 1 in order to aggregate the flow entries.
  • the control device 20 sends the source of the header in the OFS_A 10a for a packet whose source MAC address that has entered from port # 1 is the MAC address of the terminal A and whose destination MAC address is the MAC address of the terminal D.
  • control device 20 sets a header for a packet whose source MAC address is flow ID: 2 and whose destination MAC address is route ID: E1 that has entered from OF # _15 in OFS_E10e located at the end point of the packet transfer path E1.
  • the OFS_B 10b and OFS_C 10c located in the middle of the packet transfer path E1 already have a flow entry for transferring a packet whose destination MAC address is the path ID: E1 to the next hop. ⁇ Setting is not required.
  • control device 20 can select a plurality of operation modes, and the above-described aggregation mode that aggregates flow entries and the non-aggregation mode that does not perform aggregation. May be selected.
  • FIG. 8 is a diagram showing a flow entry set in each of the OFSs 10a to 10e when the above aggregation is not performed.
  • the number of flow entries in OFS_B 10b and OFS_C 10c has been successfully reduced from 4 to 2.
  • the number of flow entries that can be reduced can be estimated as “the number of aggregated flows ⁇ (the number of nodes on the packet transfer path ⁇ 2)”.
  • the OFS_A 10a since the OFS_A 10a performs matching with the input packet for each flow, it can be easily identified which flow of the flow IDs 1-4 has generated abnormal traffic.
  • the number of flow entries of OFS_A 10a and OFS_E 10e increases compared to the case where flows having the same destination are aggregated as shown in FIG. 9, but as shown in FIG. Flows 1 and 3 and flows 2 and 4 are mixed, and it is no longer difficult to determine which one has generated abnormal traffic.
  • OFS that is located at the start point of the packet transfer path and is connected to the external node is Ingress OFS
  • the OFS that is located at the end point of the packet transfer path and is connected to the external node is OFS between the Egress OFS and Ingress and Egress.
  • Core OFS will be referred to as Core OFS.
  • FIG. 10 is a diagram showing the difference from the non-aggregation mode of the flow entry set in Ingress OFS.
  • the Ingress OFS is different in that the conversion of the source MAC address and the destination MAC address is added as an action.
  • the aggregation of flow entries in the Core OFS Packet restoration in Egress OFS is realized.
  • FIG. 11 is a diagram showing a difference from the non-aggregation mode of the flow entry set in the Core OFS.
  • a flow entry is set that uses the route ID converted in the Ingress OFS instead of the original destination MAC address as a matching rule.
  • FIG. 12 is a diagram showing the difference from the non-aggregation mode of the flow entry set in Egress OFS. As shown in the figure, in Egress OFS, in addition to the In_Port field, an action to restore the source MAC address and destination MAC address is added using the flow ID and path ID converted in Ingress OFS as matching keys. Is different.
  • the control device 20 may set a flow entry for executing header rewriting / restoration to the matching rule set in advance in the OFS located at the start point and end point of the packet transfer path. The load on the device 20 is reduced.
  • the route ID is used as a matching rule.
  • the MAC address of Egress OFS and other transfer section identifiers can be used as the route ID.
  • the source / destination MAC address is rewritten.
  • the above-described flow ID is assigned to a field that is not used for transfer in each node (OFS). It is also possible to adopt a configuration in which identifiers corresponding to the route IDs are written, these are rewritten from the original ones, and deleted or restored at the end points.
  • the OFS edge node connected to the external nodes (terminals A to D) has been described as performing packet header conversion and restoration.
  • any Core OFS The packet header may be converted and restored at the core node).
  • restoration may be performed by the OFS_C 10c and OFS_D 10d of FIG. 2, and a flow entry for performing packet processing may be set in the OFS_E 10e based on the original packet.
  • a flow entry for performing packet processing is set based on the original packet
  • the packet header is converted in the OFS_B 10b in FIG. 2
  • the OFS_C 10c and OFS_D 10d flow entry Variations such as aggregation are possible.
  • control device 20 includes the topology management unit 25 and the route calculation unit 26 and calculates the route by itself.
  • the calculated route information is separately provided to the control device 20.
  • a configuration in which a device is provided can also be employed.
  • the nodes located at the start point and end point of the aggregateable section are edge nodes arranged at the boundary with the external node
  • the node located in the middle of the aggregation possible section is a communication system that is a core node arranged between the edge nodes.
  • the said control apparatus is a communication system provided with the path
  • a control device comprising a route calculation unit for calculating a packet transfer route in response to a request from the node.
  • a route calculation unit for calculating a packet transfer route in response to a request from the node.

Landscapes

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

Abstract

 処理規則の集約と、異常トラヒックを発生させているフローの特定容易化を両立させる。制御装置は、集約可能区間を有する2以上のパケット転送経路の前記集約可能区間の始点に位置するノードに、前記2以上のパケット転送経路で転送される個々のフローに属するパケットについて、フローを識別するためのフロー識別子と、前記集約可能区間のパケット転送に用いる経路識別子とを、前記パケットの前記照合規則と照合する領域に書き込む処理を行ってから、パケットを出力させるフロー別の処理規則を設定する。また、前記集約可能区間の中間に位置するノードに、前記経路識別子に適合するパケットを、前記パケット転送経路に従って転送させる共通の処理規則を設定し、前記集約可能区間の終点に位置するノードに、前記フロー識別子に基づく復元・転送を行う処理規則を設定する。

Description

通信システム、制御装置、処理規則の設定方法およびプログラム
[関連出願についての記載]
 本発明は、日本国特許出願:特願2010-234752号(2010年10月19日出願)の優先権主張に基づくものであり、同出願の全記載内容は引用をもって本書に組み込み記載されているものとする。
 本発明は、通信システム、制御装置、ノード、処理規則の設定方法およびプログラムに関し、特に、ネットワークに配置されたノードによりパケットを転送して通信を実現する通信システム、ノード、制御装置、通信方法およびプログラムに関する。
 特許文献1、非特許文献1、2に示すとおり、近年、オープンフロー(OpenFlow)という技術が提案されている。オープンフローは、通信をエンドツーエンドのフローとして捉え、フロー単位で経路制御、障害回復、負荷分散、最適化を行うものである。転送ノードとして機能するオープンフロースイッチは、オープンフローコントローラとの通信用のセキュアチャネルを備え、オープンフローコントローラから適宜追加または書き換え指示されるフローテーブルに従って動作する。フローテーブルには、フロー毎に、パケットヘッダと照合する照合規則(マッチングルール)と、処理内容を定義したアクション(Actions)と、フロー統計情報(Stats)との組が定義される(図13参照)。
 図13に、非特許文献2に定義されているアクション名とアクションの内容を例示する。OUTPUTは、パケットを指定ポート(インタフェース)に出力するアクションである。SET_VLAN_VIDからSET_TP_DSTは、パケットヘッダのフィールドを修正するアクションである。
 例えば、オープンフロースイッチは、最初のパケット(first packet)を受信すると、フローテーブルから、受信パケットのヘッダ情報に適合する照合規則(マッチングルール)を持つエントリを検索する。検索の結果、受信パケットに適合するエントリが見つかった場合、オープンフロースイッチは、受信パケットに対して、当該エントリのアクションフィールドに記述された処理内容を実施する。一方、前記検索の結果、受信パケットに適合するエントリが見つからなかった場合、オープンフロースイッチは、セキュアチャネルを介して、オープンフローコントローラに対して受信パケットを転送し、受信パケットの送信元・送信先に基づいたパケットの経路の決定を依頼し、これを実現するフローエントリを受け取ってフローテーブルを更新する。
 また、特許文献2には、MAC学習テーブルを有するレイヤ2スイッチであって、フレームに付加されたVWAN-IDを縮退VWAN-IDに変換する変換部と、フレームに付加された縮退VWAN-IDを元のVWAN-IDに復元する復元部とを備えるレイヤ2スイッチと、VWAN-IDの登録時に、このVWAN-IDに対応する縮退VWAN-IDの一つを決定し、変換部及び復元部に対して設定するレイヤ2スイッチの制御装置とが開示されている。同公報によると、縮退VWAN-IDは、VWAN-IDがとり得る値の数よりも少ない数の値からなり、このレイヤ2スイッチは、MAC学習機能により、縮退VWAN-IDを含むエントリをMAC学習テーブルに登録する、とされている。
国際公開第2008/095010号 国際公開第2006/106588号
Nick McKeownほか7名、"OpenFlow: Enabling Innovation in Campus Networks"、[online]、[平成22(2010)年9月21日検索]、インターネット〈URL:http://www.openflowswitch.org//documents/openflow-wp-latest.pdf〉 "OpenFlow Switch Specification" Version 1.0.0. (Wire Protocol 0x01) [平成22(2010)年9月21日検索]、インターネット〈URL:http://www.openflowswitch.org/documents/openflow-spec-v1.0.0.pdf〉
 上記特許文献1、2及び非特許文献1、2の全開示内容はその引用をもって本書に繰込み記載する。
 以下に関連技術の課題の分析結果を与える。
 上記オープンフローにおいては、処理規則中にワイルドカードを使用することが可能である。例えば、送信元が異なるフローであっても、宛先が同一であるフローは、宛先だけをマッチングする照合規則を持つ処理規則に集約することが可能である(図8と図9参照)。このように処理規則を集約することにより、パケット転送経路上のノード(以下、上記オープンフロースイッチである場合も含めて「ノード」と称する。)の負荷や制御装置(以下、上記オープンフローコントローラである場合も含めて「制御装置」と称する。)の管理負担を低減することができる。
 しかしながら、上記フローの集約を行った場合、当該パケット転送経路上のノードで係数されるフロー統計情報(Stats)の粒度も当該集約されたフロー単位となり、異常トラヒックが発生したときに当該異常トラヒックを発生させたフローの特定が困難になってしまうという問題点がある。
 他方、異常トラヒック特定のため、上記集約を行わずにOSI参照モデルにおけるレイヤー3(データリンク層)の送信元/先IPアドレスや、レイヤー4(トランスポート層)のL4ポート番号などのストリクトマッチングによりフロー統計情報(Stats)を取得しようとすると、パケット転送経路上のノードが保持すべき処理規則のエントリ数が増大し、ノードの性能劣化や、障害時の経路変更が複雑になるという問題点がある。
 本発明は上記した事情に鑑みてなされたものであって、その目的とするところは、処理規則の集約と、異常トラヒックを発生させているフローの特定容易化とを両立することのできる構成を提供することにある。
 本発明の第1の視点によれば、パケットに適用する処理と前記処理を適用するパケットを特定するための照合規則とを対応付けた処理規則に従って受信パケットを処理するとともに、前記処理規則単位で処理パケットの統計情報を記録する、複数のノードと、前記各ノードに処理規則を設定する制御装置とを含み、前記制御装置は、集約可能区間を有する2以上のパケット転送経路の前記集約可能区間の始点に位置するノードに、前記2以上のパケット転送経路で転送される個々のフローに属するパケットについて、フローを識別するためのフロー識別子と、前記集約可能区間のパケット転送に用いる経路識別子とを、前記パケットの前記照合規則と照合する領域に書き込む処理を行ってから、パケットを出力させるフロー別の処理規則を設定し、前記集約可能区間の中間に位置するノードに、前記経路識別子に適合するパケットを、前記パケット転送経路に従って転送させる前記各フロー共通の処理規則を設定し、前記集約可能区間の終点に位置するノードに、前記フロー識別子に基づいて、前記集約可能区間の始点に位置するノードにおいて書き換えられた内容を復元する処理を行ってから、パケットを出力させる処理規則を設定する通信システムが提供される。
 本発明の第2の視点によれば、パケットに適用する処理と前記処理を適用するパケットを特定するための照合規則とを対応付けた処理規則に従って受信パケットを処理するとともに、前記処理規則単位で処理パケットの統計情報を記録する、複数のノードと接続され、集約可能区間を有する2以上のパケット転送経路の前記集約可能区間の始点に位置するノードに、前記2以上のパケット転送経路で転送される個々のフローに属するパケットについて、フローを識別するためのフロー識別子と、前記集約可能区間のパケット転送に用いる経路識別子とを、前記パケットの前記照合規則と照合する領域に書き込む処理を行ってから、パケットを出力させるフロー別の処理規則を設定し、前記集約可能区間の中間に位置するノードに、前記経路識別子に適合するパケットを、前記パケット転送経路に従って転送させる前記各フロー共通の処理規則を設定し、前記集約可能区間の終点に位置するノードに、前記フロー識別子に基づいて、前記集約可能区間の始点に位置するノードにおいて書き換えられた内容を復元する処理を行ってから、パケットを出力させる処理規則を設定する制御装置が提供される。
 本発明の第3の視点によれば、パケットに適用する処理と前記処理を適用するパケットを特定するための照合規則とを対応付けた処理規則に従って受信パケットを処理するとともに、前記処理規則単位で処理パケットの統計情報を記録する、複数のノードと接続された制御装置が、集約可能区間を有する2以上のパケット転送経路の前記集約可能区間の始点に位置するノードに、前記2以上のパケット転送経路で転送される個々のフローに属するパケットについて、フローを識別するためのフロー識別子と、前記集約可能区間のパケット転送に用いる経路識別子とを、前記パケットの前記照合規則と照合する領域に書き込む処理を行ってから、パケットを出力させるフロー別の処理規則を設定するステップと、前記集約可能区間の中間に位置するノードに、前記経路識別子に適合するパケットを、前記パケット転送経路に従って転送させる前記各フロー共通の処理規則を設定するステップと、前記集約可能区間の終点に位置するノードに、前記フロー識別子に基づいて、前記集約可能区間の始点に位置するノードにおいて書き換えられた内容を復元する処理を行ってから、パケットを出力させる処理規則を設定するステップと、を含む処理規則の設定方法が提供される。本方法は、上記コアノードおよびエッジノードに処理規則を設定する制御装置という、特定の機械に結びつけられている。
 本発明の第4の視点によれば、パケットに適用する処理と前記処理を適用するパケットを特定するための照合規則とを対応付けた処理規則に従って受信パケットを処理するとともに、前記処理規則単位で処理パケットの統計情報を記録する、複数のノードと接続された制御装置を構成するコンピュータに実行させるプログラムであって、集約可能区間を有する2以上のパケット転送経路の前記集約可能区間の始点に位置するノードに、前記2以上のパケット転送経路で転送される個々のフローに属するパケットについて、フローを識別するためのフロー識別子と、前記集約可能区間のパケット転送に用いる経路識別子とを、前記パケットの前記照合規則と照合する領域に書き込む処理を行ってから、パケットを出力させるフロー別の処理規則を設定する処理と、前記集約可能区間の中間に位置するノードに、前記経路識別子に適合するパケットを、前記パケット転送経路に従って転送させる前記各フロー共通の処理規則を設定する処理と、前記集約可能区間の終点に位置するノードに、前記フロー識別子に基づいて、前記集約可能区間の始点に位置するノードにおいて書き換えられた内容を復元する処理を行ってから、パケットを出力させる処理規則を設定する処理と、を前記コンピュータに実行させるプログラムが提供される。なお、このプログラムは、コンピュータが読み取り可能な記憶媒体に記録することができる。即ち、本発明は、コンピュータプログラム製品として具現することも可能である。
 本発明によれば、処理規則の集約と、異常トラヒックを発生させているフローの特定容易化とを両立することが可能となる。その理由は、パケット転送経路の集約可能区間の始点に位置するノードにおいては、処理規則単位の処理パケットの統計情報を収集できるようにするとともに、前記集約可能区間に位置するノードにおいては処理規則の集約を行う構成を採用したことにある。
本発明の概要を説明するための図である。 本発明の第1の実施形態の構成を表した図である。 本発明の第1の実施形態の制御装置の構成を表したブロック図である。 本発明の第1の実施形態に保持される経路情報の例である。 本発明の第1の実施形態の制御装置が行うMACアドレスの変換内容を説明するための図である。 本発明の第1の実施形態の制御装置の動作を説明するための図である。 本発明の第1の実施形態の制御装置により各ノードに設定する処理規則をまとめた表である。 本発明の第1の実施形態の制御装置が非集約モードで各ノードに設定する処理規則をまとめた表である。 図11の処理規則のうち宛先が同一なフローを集約してしまった場合の例である。 Ingress OFSにおいて設定されるフローエントリの非集約モードとの相違点を表した図である。 Core OFSにおいて設定されるフローエントリの非集約モードとの相違点を表した図である。 Egress OFSにおいて設定されるフローエントリの非集約モードとの相違点を表した図である。 非特許文献2に記載のフローエントリの構成を表した図である。
 はじめに、本発明の一実施形態の概要について説明する。本発明は、その一実施形態において、図1に示すように、パケットに適用する処理と前記処理を適用するパケットを特定するための照合規則とを対応付けた処理規則に従って受信パケットを処理するとともに、前記処理規則単位で処理パケットの統計情報を記録するノード10-1~10-nと、これらノード10-1~10-nに処理規則を設定する制御装置20と、により実現できる。なお、この概要に付記した図面参照符号は、理解を助けるための一例として各要素に便宜上付記したものであり、本発明を図示の態様に限定することを意図するものではない。
 例えば、端末A(30a)から端末C(30c)宛てのパケットの転送経路として、ノード10-1、ノード10-2、・・・ノード10-nというパケット転送経路が計算されていたものとする。同様に、端末B(30b)から端末C(30c)宛てのパケットの転送経路として、ノード10-1、ノード10-2、・・・ノード10-nというパケット転送経路が計算されていたものとする。従って、2つのパケット転送経路は、ノード10-1、ノード10-2、・・・ノード10-nという重複する区間(集約可能区間)を有している。
 このとき、制御装置20は、前記集約可能区間の始点に位置するノード10-1に、前記2以上のパケット転送経路で転送される個々のフロー(端末A-端末C、端末B-端末C、)に属するパケットについて、フローを識別するためのフロー識別子(例:F1、F2)と、前記集約可能区間のパケット転送に用いる経路識別子(例:E1)とを、前記パケットの前記照合規則と照合する領域に書き込む処理を行ってから、パケットを出力させるフロー別の処理規則を設定する。
 また、制御装置20は、前記集約可能区間の中間に位置するノード10-2、・・・、10(n-1)に、前記経路識別子(例:E1)に適合するパケットを、前記パケット転送経路に従って転送させる前記各フロー共通の処理規則を設定する。
 また、制御装置20は、前記集約可能区間の終点に位置するノード10-nに、フロー識別子(例:F1、F2)に基づいて、前記集約可能区間の始点に位置するノードにおいて書き換えられた内容を復元する処理を行ってから、パケットを出力させる処理規則を設定する。
 以上により、端末A(30a)、端末B(30b)から端末C(30c)に宛てて送出されたパケットは、ノード10-1で、フロー識別子(例:F1、F2)と、経路識別子(例:E1)と有するパケットに書き換えられて、前記集約可能区間を転送されていく。そして、集約可能区間の終点のノード10-nで、端末A(30a)、端末B(30b)から端末C(30c)に宛てて送出されたパケットは、オリジナルの内容に復元される。
 従って、上記集約可能区間の中間に位置するノードにおいては、照合規則として経路識別子(例:E1)を持つ処理規則に集約することが可能となる。他方、上記集約可能区間の始点に位置するノードにおいては、個々のフローに属するパケットに、前記フロー識別子(例:F1、F2)と、経路識別子(例:E1)とを書き込む処理規則が設定され、各処理規則単位で処理パケットの統計情報が記録されるため、異常トラヒックの特定が容易化される。
[第1の実施形態]
 続いて、本発明の第1の実施形態について図面を参照して詳細に説明する。図2は、本発明の第1の実施形態の構成を表した図である。図2を参照すると、端末A、Bと、端末C、D間でやり取りされるパケットを転送する複数台のOpenFlowSwitch(以下、各OFSを特に区別しない場合「OFS」と称する。)10a~10eと、OFS10a~10eとセキュアチャンネルにより接続され、処理規則(フローエントリ)の設定や統計情報の収集を行う制御装置20と、が示されている。
 OFS10a~10eは、パケットを受信すると、内部で保持しているフローエントリテーブル(フローテーブル)から、当該パケットに適合するフローエントリを検索し、検索されたフローエントリに定義された処理内容を実行する。
 なお、図2において、OFS同士、あるいは、OFS10a~10eと端末A~D間のリンク端部付近に記した符号(#1~#24)は、OFSのポート番号を表すものとする。例えば、OFS_B10bに、端末Aから端末Cに宛てられたパケットをOFS_C10c側に出力させたい場合、該当する照合規則(マッチングルール)に適合するパケットを、ポート#12から出力させる処理(OUT_PORT:12)を定義したフローエントリを設定する。
 また、OFS10a~10eは、フローエントリテーブル(フローテーブル)に格納されているいずれのフローエントリにもマッチしないパケットを受信した場合、そのパケット情報をPacket-inメッセージを使用して制御装置20に通知する。
 Packet-inメッセージを受信した制御装置20は、パケットの送信元、送信先情報などから、当該パケットおよび同一フローに属する後続パケットを転送する経路を選択し、パケット転送経路上のOFSに対してフローエントリを設定する。
 図3は、制御装置20の詳細構成を表したブロック図である。図3を参照すると、OpenFlowプロトコル処理部21と、スイッチ情報管理部22と、フローエントリ作成部23と、経路情報管理部24と、トポロジ管理部25と、経路計算部26と、を備えた構成が示されている。
 OpenFlowプロトコル処理部21は、非特許文献2に規定されているオープンフロープロトコルを用いて、OFS10a~10eからフローエントリの設定要求を受け付けるとともに、OFS10a~10eに対してフローエントリの設定やパケットの送出、記録したフロー統計情報の転送等を指示する処理を行う。
 スイッチ情報管理部22は、OFS10a~10eの識別情報や物理ポート情報を収集・管理し、フローエントリ作成部23に提供する。OFS10a~10eの識別情報や物理ポート情報を収集する方法としては、OFS10a~10eに、非特許文献2に規定されているSwitch機能問い合わせメッセージ(Features Request)を送信し、OFS10a~10eから、Switch機能応答メッセージ(Features Replay)を受信する方法を用いることができる(非特許文献2の「5.3 Controller-to-Switch Messages」以下参照。)。
 トポロジ管理部25は、上記オープンフローネットワークのトポロジ情報を保持する。トポロジ情報としては、予め構築されたものやLLDP(Link Layer Discovery Protocol)など機能による収集する方法を用いて構築することができる。
 経路計算部26は、トポロジ管理部25にて保持されているトポロジ情報を参照して、任意のOFS間のパケット転送経路を作成する。
 経路情報管理部24は、経路計算部26にて計算されたパケット転送経路を管理し、フローエントリ作成部23からの要求に応じて、図4に示すように、経路IDを付与した経路情報を提供する。ここでは、図2に示すOFS10a~10eの接続関係を定めたトポロジ情報から、図2のOFS_A-OFS_E間においては、パケット転送経路E1(OFS_A - OFS_B - OFS_C - OFS_E)とパケット転送経路E2(OFS_A - OFS_B - OFS_D - OFS_E)が作成されているものとする。
 フローエントリ作成部23は、OpenFlowプロトコル処理部21から渡されたパケットの情報に基づいて、経路情報管理部24に保持されたパケット転送経路を選択し、当該パケット転送経路上の中間に位置するOFSでフローエントリの集約を実現するように、当該経路の始点、終点、中間に位置するOFSに設定すべきフローエントリを作成する。
 例えば、端末Aから端末Cに向けのフローについて上記パケット転送経路E1を選択した場合、フローエントリ作成部23は、選択したパケット転送経路E1の始点に位置するOFS_A10aに、オリジナルのパケットのヘッダ中の送信元MACアドレスをフローIDに、宛先MACアドレスを経路IDに変換してから、パケットを次ホップ(OFS_B)に出力させる処理規則を設定する。
 また、制御装置20は、上記パケット転送経路E1の中間に位置するOFS_B10bおよびOFS_C10cに、前記経路ID(例:E1)に適合するパケットを、前記パケット転送経路E1に従って転送させる処理規則を設定する。
 また、制御装置20は、上記パケット転送経路E1の終点に位置するOFS_E10eに、OFS_A10aにて変換したフローIDおよび経路IDに適合するパケットの送信元MACアドレス、宛先MACアドレスをオリジナルのパケットの送信元MACアドレス、宛先MACアドレスに戻す処理を行ってから、パケットを出力させる処理規則を設定する。
 図5は、上記のフローエントリ作成部23にて変換されるMACアドレスの対応関係を表した図である。
 なお、上記した制御装置20は、非特許文献1、2に記載されているオープンフローコントローラに、後記するフローエントリの集約機能を実装することにより実現することもできる。また、図3に示した制御装置20の各部(処理手段)は、制御装置20を構成するコンピュータに、そのハードウェアを用いて、上記した各処理を実行させるコンピュータプログラムにより実現することもできる。
 続いて、本実施形態の動作について図面を参照して詳細に説明する。以下の説明では、図6の太線で表された、端末A-端末Cを流れるフローID:1、端末A-端末Dを流れるフローID:2、端末B-端末Cを流れるフローID:3、端末B-端末Dを流れるフローID:4の順でフローエントリの設定要求がなされたものとする。
 まず、制御装置20は、OFS_A10aから、端末Aから端末C向けのフローのフローエントリの作成を依頼された場合、図4に示すパケット転送経路から、パケット転送経路E1を選択し、OFS_A10aに、ポート#1から入ってきた送信元MACアドレスが端末AのMACアドレスであり、宛先MACアドレスが端末CのMACアドレスであるパケットについて、ヘッダ中の送信元MACアドレスをフローID:1に、宛先MACアドレスを経路ID:E1に変換してから、次ホップ(OFS_B)への接続ポート#10からパケットを出力させるフローエントリを作成・設定する。
 この時点で、図7の「OFS_A」、フローID=1の欄に示すように、フローエントリが作成・設定される。図7中、「MATCH」は、フローエントリのマッチングルール、即ち、照合規則を表し、図7中、「ACTION」は、フローエントリのアクションフィールド、即ち、該当パケットに適用する処理内容を表している。また、「IN_PORT」、「DL_SRC」、「DL_DST」は、図13のフローエントリの「In Port」、「Ether SA」、「Ether DA」にそれぞれ対応する。また、「SET_XX_XXX」は、ヘッダXX_XXXを書き換えるアクションを示すし、「OUT_PORT ##」は、##番ポートからのパケット出力を意味する。
 また、制御装置20は、パケット転送経路E1の中間に位置するOFS_B10bに、ポート#11から入ってきた宛先MACアドレスが経路ID:E1であるパケットを、OFS_C10cが接続されたポート#12から出力させるフローエントリを作成・設定する(図7の「OFS_B」、フローID=1の欄参照)。同様に、制御装置20は、OFS_C10cに、ポート#13から入ってきた宛先MACアドレスが経路ID:E1であるパケットを、OFS_E10eが接続されたポート#14から出力させるフローエントリを作成・設定する(図7の「OFS_C」、フローID=1の欄参照)。
 また、制御装置20は、パケット転送経路E1の終点に位置するOFS_E10eに、ポート#15から入ってきた送信元MACアドレスがフローID:1、宛先MACアドレスが経路ID:E1であるパケットについて、ヘッダ中の送信元MACアドレスを端末AのMACアドレスに、宛先MACアドレスを端末CのMACアドレスに復元してから、端末Cが接続されたポート#3から出力させるフローエントリを作成・設定する(図7の「OFS_E」、フローID=1の欄参照)。
 次に、制御装置20が、OFS_A10aから、端末Aから端末D向けのフローのフローエントリの作成を依頼された場合を考える。端末Dは、OFS_E10eに接続されているため、端末Aから端末D向けのフローのパケット転送経路としては、図4のパケット転送経路E1、E2のいずれも採用することできる。ここでは、制御装置20は、フローエントリの集約を図るべく、先のフローID:1と同様に、パケット転送経路E1を選択したものとする。
 この場合、制御装置20は、OFS_A10aに、ポート#1から入ってきた送信元MACアドレスが端末AのMACアドレスであり、宛先MACアドレスが端末DのMACアドレスであるパケットについて、ヘッダ中の送信元MACアドレスをフローID:2に、宛先MACアドレスを経路ID:E1に変換してから、次ホップ(OFS_B)への接続ポート#10からパケットを出力させるフローエントリを作成・設定する(図7の「OFS_A」、フローID=2の欄参照)。
 また、制御装置20は、パケット転送経路E1の終点に位置するOFS_E10eに、ポート#15から入ってきた送信元MACアドレスがフローID:2、宛先MACアドレスが経路ID:E1であるパケットについて、ヘッダ中の送信元MACアドレスを端末AのMACアドレスに、宛先MACアドレスを端末DのMACアドレスに復元してから、端末Dが接続されたポート#4から出力させるフローエントリを作成・設定する(図7の「OFS_E」、フローID=2の欄参照)。
 他方、パケット転送経路E1の中間に位置するOFS_B10bおよびOFS_C10cには、すでに、宛先MACアドレスが経路ID:E1であるパケットを、次ホップに転送させるフローエントリが設定されているので、フローエントリの作成・設定は要しない。
 OFS_A10aから、端末Bから端末C向けのフローのフローエントリの作成を依頼された場合も、同様にして、制御装置20は、OFS_A10a、OFS_E10eについてのみ、ヘッダの書換え・復元を伴うフローエントリを作成する(図7のフローID=3の行参照)。
 また、各OFSの負荷や、各フローのサービス属性などを考慮して、制御装置20に、異なるパケット転送経路を選択させることもできる。例えば、図7の例では、OFS_A10aから、端末Bから端末D向けのフローのフローエントリの作成を依頼された場合に、制御装置20は、パケット転送経路E2を選択し、OFS10a~10eにそれぞれフローエントリを作成・設定する(図7のフローID=4の行参照)。
 以上、本実施形態の動作を説明したが、上記した制御装置20に、複数の動作モードを選択できるようにして、上記したフローエントリの集約を行う集約モードと、集約を行わない非集約モードとを選択できるようにしてもよい。
 図8は、上記した集約を行わなかった場合に各OFS10a~10eに設定されるフローエントリを示す図である。図7と図8を対比すれば明らかなとおり、本実施形態では、OFS_B10bおよびOFS_C10cにおけるフローエントリの数を、4から2に削減することに成功している。前記削減可能なフローエントリの数は、「集約したフローの数×(パケット転送経路上のノード数-2)」と見積もることができる。また同時に、OFS_A10aでは、フロー毎に入力パケットとのマッチングを行っているので、フローID:1-4のうち、どのフローが異常なトラヒックを発生させていたかも容易に特定することができる。
 また、経路障害発生による経路変更が生じた場合は、図8のような非集約モードでは、影響を受けるすべてのフローエントリの設定/削除が必要となるが、図7のように集約を行っている場合には、設定/削除が必要なフローエントリの数も少なくなるため、切替処理時間の短縮や、耐障害性能も向上する。
 なお、本実施形態では、図9に示すように宛先が同一であるフローを集約してしまった場合と比較して、OFS_A10aおよびOFS_E10eのフローエントリの数は増えてしまうが、図9のように、フロー1と3、フロー2と4が混在してしまい、どちらが異常なトラヒックを発生させていたか判別し難いということは生じなくなる。
 図10から図12は、各OFSにおける本実施形態で説明した集約モードで設定されるフローエントリと、図8のような非集約モードで設定されるフローエントリとの相違をまとめたものである。以下の説明では、パケット転送経路の始点に位置し、外部ノードと接続するOFSをIngress OFS、パケット転送経路の終点に位置し、外部ノードと接続するOFSをEgress OFS、IngressとEgressの間のOFSをCore OFSと呼ぶこととする。
 図10は、Ingress OFSにおいて設定されるフローエントリの非集約モードとの相違点を表した図である。同図に表されたように、Ingress OFSにおいては、アクションとして、送信元MACアドレスと宛先MACアドレスの変換が追加されている点で相違しており、これにより、Core OFSにおけるフローエントリの集約とEgress OFSにおけるパケットの復元が実現される。
 図11は、Core OFSにおいて設定されるフローエントリの非集約モードとの相違点を表した図である。同図に表されたCore OFSにおいては、オリジナルの宛先MACアドレスではなく、Ingress OFSにおいて変換された経路IDをマッチングルールとするフローエントリが設定される。
 図12は、Egress OFSにおいて設定されるフローエントリの非集約モードとの相違点を表した図である。同図に表されたように、Egress OFSにおいては、In_Portフィールドのほか、Ingress OFSにおいて変換されたフローIDおよび経路IDをマッチングキーとして、送信元MACアドレスと宛先MACアドレスを復元するアクションが追加されている点で相違している。
 以上、本発明の好適な実施形態を説明したが、本発明は、上記した実施形態に限定されるものではなく、本発明の基本的技術的思想を逸脱しない範囲で、更なる変形・置換・調整を加えることができる。
 例えば、上記したパケット転送経路の中間に位置するOFSに設定するフローエントリは、経路IDをマッチングルールとするため、OFSからのフローエントリの設定依頼を待つことなく事前に設定することが可能である。この場合、制御装置20は、パケット転送経路の始点と終点に位置するOFSに、前記事前に設定しておいたマッチングルールへのヘッダ書換え・復元を実行させるフローエントリを設定すればよく、制御装置20の負荷が軽減される。
 また、上記した実施形態では、経路IDをマッチングルールとして用いるものとして説明したが、経路IDとして、Egress OFSのMACアドレスやその他集約区間の転送用の識別子を用いることも可能である。
 また、上記した実施形態では、送信元/宛先MACアドレスを書き換えるものとして説明したが、図13に示したフィールドのうち、各ノード(OFS)での転送等に使用しないフィールドに、上記したフローIDや経路IDに相当する識別子を書き込んだり、これらをオリジナルのものから書き換え、終点で削除または復元する構成も採用可能である。
 また、上記した実施形態では、外部ノード(端末A~D)と接続するOFS(エッジノード)にて、パケットヘッダの変換と、復元を行うものとして説明したが、その内側の任意のCore OFS(コアノード)にて、パケットヘッダの変換と、復元を行うものとしてもよい。例えば、図2のOFS_C10cおよびOFS_D10dにて、復元を行ってしまい、OFS_E10eに、オリジナルのパケットに基づいて、パケット処理を行うフローエントリを設定してしまってもよい。また例えば、図2のOFS_A10aには、オリジナルのパケットに基づいて、パケット処理を行うフローエントリを設定しておき、図2のOFS_B10bにて、パケットヘッダの変換を行い、OFS_C10cおよびOFS_D10dのフローエントリの集約を図るといった変形実施も可能である。
 また、上記した実施形態では、制御装置20が、トポロジ管理部25や経路計算部26を備えて、自ら経路を計算するものとして説明したが、別途、制御装置20に計算した経路情報を提供する装置を設ける構成も採用可能である。
 最後に、本発明の好ましい形態を要約する。
[第1の形態]
 (上記第1の視点による通信システム参照)
[第2の形態]
 第1の形態において、
 前記集約可能区間の中間に位置するノードに、前記経路識別子に適合するパケットを、予め計算したパケット転送経路に従って転送させる処理規則を設定しておき、
 新規に処理規則の設定要求を受けた場合に、前記予め計算したパケットの転送経路を割り当てる通信システム。
[第3の形態]
 第1または第2の形態において、
 パケットヘッダの送信元MACアドレスフィールドに前記フロー識別子を書き込む通信システム。
[第4の形態]
 第1から第3いずれか一の形態において、
 パケットヘッダの宛先MACアドレスフィールドに前記経路識別子を書き込む通信システム。
[第5の形態]
 第1から第4いずれか一の形態において、
 前記集約可能区間の始点および終点に位置するノードは、外部ノードとの境界に配置されるエッジノードであり、
 前記集約可能区間の中間に位置するノードは、前記エッジノード間に配置されたコアノードである通信システム。
[第6の形態]
 前記制御装置は、さらに、前記ノードからの要求に応じて、パケット転送経路を計算する経路計算部を備える通信システム。
[第7の形態]
 (上記第2の視点による制御装置参照)
[第8の形態]
 第7の形態において、
 前記集約可能区間の中間に位置するノードに、前記経路識別子に適合するパケットを、予め計算したパケット転送経路に従って転送させる処理規則を設定しておき、
 新規に処理規則の設定要求を受けた場合に、前記予め計算したパケットの転送経路を割り当てる制御装置。
[第9の形態]
 第7または第8の形態において、
 パケットヘッダの送信元MACアドレスフィールドに前記フロー識別子を書き込み、
宛先MACアドレスフィールドに前記経路識別子を書き込む制御装置。
[第10の形態]
 第7から第9いずれか一の形態において、
 さらに、前記ノードからの要求に応じて、パケット転送経路を計算する経路計算部を備える制御装置。
[第11の形態]
 (上記第3の視点による処理規則の設定方法参照)
[第12の形態]
 (上記第4の視点によるプログラム参照)
 なお、上記第11、第12の形態は、第1の形態と同様に、第2~第6の形態に展開することが可能である。
 本発明の全開示(請求の範囲を含む)の枠内において、さらにその基本的技術思想に基づいて、実施形態ないし実施例の変更・調整が可能である。また、本発明の請求の範囲の枠内において種々の開示要素(各請求項の各要素、各実施例の各要素、各図面の各要素等を含む)の多様な組み合わせ、ないし、選択が可能である。すなわち、本発明は、請求の範囲を含む全開示、技術的思想にしたがって当業者であればなし得るであろう各種変形、修正を含むことは勿論である。
 10-1~10-n ノード
 10a~10e OFS(オープンフロースイッチ)
 20 制御装置
 21 OpenFlowプロトコル処理部
 22 スイッチ情報管理部
 23 フローエントリ作成部
 24 経路情報管理部
 25 トポロジ管理部
 26 経路計算部
 30a~30d 端末

Claims (10)

  1.  パケットに適用する処理と前記処理を適用するパケットを特定するための照合規則とを対応付けた処理規則に従って受信パケットを処理するとともに、前記処理規則単位で処理パケットの統計情報を記録する、複数のノードと、
     前記各ノードに処理規則を設定する制御装置とを含み、
     前記制御装置は、集約可能区間を有する2以上のパケット転送経路の前記集約可能区間の始点に位置するノードに、前記2以上のパケット転送経路で転送される個々のフローに属するパケットについて、フローを識別するためのフロー識別子と、前記集約可能区間のパケット転送に用いる経路識別子とを、前記パケットの前記照合規則と照合する領域に書き込む処理を行ってから、パケットを出力させるフロー別の処理規則を設定し、
     前記集約可能区間の中間に位置するノードに、前記経路識別子に適合するパケットを、前記パケット転送経路に従って転送させる前記各フロー共通の処理規則を設定し、
     前記集約可能区間の終点に位置するノードに、前記フロー識別子に基づいて、前記集約可能区間の始点に位置するノードにおいて書き換えられた内容を復元する処理を行ってから、パケットを出力させる処理規則を設定すること、
     を特徴とする通信システム。
  2.  前記集約可能区間の中間に位置するノードに、前記経路識別子に適合するパケットを、予め計算したパケット転送経路に従って転送させる処理規則を設定しておき、
     新規に処理規則の設定要求を受けた場合に、前記予め計算したパケットの転送経路を割り当てる請求項1の通信システム。
  3.  パケットヘッダの送信元MACアドレスフィールドに前記フロー識別子を書き込む請求項1または2の通信システム。
  4.  パケットヘッダの宛先MACアドレスフィールドに前記経路識別子を書き込む請求項1から3いずれか一の通信システム。
  5.  前記集約可能区間の始点および終点に位置するノードは、外部ノードとの境界に配置されるエッジノードであり、
     前記集約可能区間の中間に位置するノードは、前記エッジノード間に配置されたコアノードである請求項1から4いずれか一の通信システム。
  6.  パケットに適用する処理と前記処理を適用するパケットを特定するための照合規則とを対応付けた処理規則に従って受信パケットを処理するとともに、前記処理規則単位で処理パケットの統計情報を記録する、複数のノードと接続され、
     集約可能区間を有する2以上のパケット転送経路の前記集約可能区間の始点に位置するノードに、前記2以上のパケット転送経路で転送される個々のフローに属するパケットについて、フローを識別するためのフロー識別子と、前記集約可能区間のパケット転送に用いる経路識別子とを、前記パケットの前記照合規則と照合する領域に書き込む処理を行ってから、パケットを出力させるフロー別の処理規則を設定し、
     前記集約可能区間の中間に位置するノードに、前記経路識別子に適合するパケットを、前記パケット転送経路に従って転送させる前記各フロー共通の処理規則を設定し、
     前記集約可能区間の終点に位置するノードに、前記フロー識別子に基づいて、前記集約可能区間の始点に位置するノードにおいて書き換えられた内容を復元する処理を行ってから、パケットを出力させる処理規則を設定する制御装置。
  7.  前記集約可能区間の中間に位置するノードに、前記経路識別子に適合するパケットを、予め計算したパケット転送経路に従って転送させる処理規則を設定しておき、
     新規に処理規則の設定要求を受けた場合に、前記予め計算したパケットの転送経路を割り当てる請求項6の制御装置。
  8.  パケットヘッダの送信元MACアドレスフィールドに前記フロー識別子を書き込み、
     宛先MACアドレスフィールドに前記経路識別子を書き込む請求項6または7の制御装置。
  9.  パケットに適用する処理と前記処理を適用するパケットを特定するための照合規則とを対応付けた処理規則に従って受信パケットを処理するとともに、前記処理規則単位で処理パケットの統計情報を記録する、複数のノードと接続された制御装置が、
     集約可能区間を有する2以上のパケット転送経路の前記集約可能区間の始点に位置するノードに、前記2以上のパケット転送経路で転送される個々のフローに属するパケットについて、フローを識別するためのフロー識別子と、前記集約可能区間のパケット転送に用いる経路識別子とを、前記パケットの前記照合規則と照合する領域に書き込む処理を行ってから、パケットを出力させるフロー別の処理規則を設定するステップと、
     前記集約可能区間の中間に位置するノードに、前記経路識別子に適合するパケットを、前記パケット転送経路に従って転送させる前記各フロー共通の処理規則を設定するステップと、
     前記集約可能区間の終点に位置するノードに、前記フロー識別子に基づいて、前記集約可能区間の始点に位置するノードにおいて書き換えられた内容を復元する処理を行ってから、パケットを出力させる処理規則を設定するステップと、を含む処理規則の設定方法。
  10.  パケットに適用する処理と前記処理を適用するパケットを特定するための照合規則とを対応付けた処理規則に従って受信パケットを処理するとともに、前記処理規則単位で処理パケットの統計情報を記録する、複数のノードと接続された制御装置を構成するコンピュータに実行させるプログラムであって、
     集約可能区間を有する2以上のパケット転送経路の前記集約可能区間の始点に位置するノードに、前記2以上のパケット転送経路で転送される個々のフローに属するパケットについて、フローを識別するためのフロー識別子と、前記集約可能区間のパケット転送に用いる経路識別子とを、前記パケットの前記照合規則と照合する領域に書き込む処理を行ってから、パケットを出力させるフロー別の処理規則を設定する処理と、
     前記集約可能区間の中間に位置するノードに、前記経路識別子に適合するパケットを、前記パケット転送経路に従って転送させる前記各フロー共通の処理規則を設定する処理と、
     前記集約可能区間の終点に位置するノードに、前記フロー識別子に基づいて、前記集約可能区間の始点に位置するノードにおいて書き換えられた内容を復元する処理を行ってから、パケットを出力させる処理規則を設定する処理と、
     を前記コンピュータに実行させるプログラム。
PCT/JP2011/074019 2010-10-19 2011-10-19 通信システム、制御装置、処理規則の設定方法およびプログラム WO2012053540A1 (ja)

Priority Applications (3)

Application Number Priority Date Filing Date Title
EP11834379.7A EP2632091A4 (en) 2010-10-19 2011-10-19 COMMUNICATION SYSTEM, CONTROL APPARATUS, METHOD OF CONFIGURING TREATMENT RULES, AND PROGRAM
CN201180046294.6A CN103119901B (zh) 2010-10-19 2011-10-19 通信系统、控制装置、分组处理操作设置方法
US13/824,360 US10075371B2 (en) 2010-10-19 2011-10-19 Communication system, control apparatus, packet handling operation setting method, and program

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2010234752A JP5674107B2 (ja) 2010-10-19 2010-10-19 通信システム、制御装置、処理規則の設定方法およびプログラム
JP2010-234752 2010-10-19

Publications (1)

Publication Number Publication Date
WO2012053540A1 true WO2012053540A1 (ja) 2012-04-26

Family

ID=45975251

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2011/074019 WO2012053540A1 (ja) 2010-10-19 2011-10-19 通信システム、制御装置、処理規則の設定方法およびプログラム

Country Status (5)

Country Link
US (1) US10075371B2 (ja)
EP (1) EP2632091A4 (ja)
JP (1) JP5674107B2 (ja)
CN (2) CN103119901B (ja)
WO (1) WO2012053540A1 (ja)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2014002460A1 (en) * 2012-06-26 2014-01-03 Nec Corporation Communication method, communication system, information processing apparatus, communication terminal, and program
WO2014002481A1 (en) * 2012-06-26 2014-01-03 Nec Corporation Communication method, information processing apparatus, communication system, communication terminal, and program
WO2014002455A1 (en) * 2012-06-26 2014-01-03 Nec Corporation Communication method, information processing apparatus, communication system, program, node, and communication terminal

Families Citing this family (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2609732A4 (en) 2010-08-27 2015-01-21 Intel Corp METHOD FOR EXTENDING A DIGITAL SCREEN GRAPHIC
EP3678326B1 (en) 2010-12-01 2023-01-04 Nec Corporation Communication system, control device and communication method
JP5458038B2 (ja) * 2011-02-21 2014-04-02 日本電信電話株式会社 フロースイッチ、フロー制御システムおよびフロー制御方法
JP5975907B2 (ja) 2012-04-11 2016-08-23 株式会社半導体エネルギー研究所 半導体装置
CN103379039B (zh) * 2012-04-23 2016-12-14 华为技术有限公司 一种用于流统计的方法、装置及系统
US9544223B2 (en) 2012-11-16 2017-01-10 Nec Corporation Communication system, control apparatus, method for controlling same, and program
US9860178B2 (en) 2013-03-11 2018-01-02 Nec Corporation Control message relay apparatus, control message relay method, and program
JP6314970B2 (ja) * 2013-03-14 2018-04-25 日本電気株式会社 通信システム、制御装置、通信方法およびプログラム
US9210074B2 (en) * 2013-05-03 2015-12-08 Alcatel Lucent Low-cost flow matching in software defined networks without TCAMs
CN104243319B (zh) * 2013-06-06 2018-01-09 新华三技术有限公司 一种邻居发现的方法及装置
JP6221501B2 (ja) 2013-08-19 2017-11-01 富士通株式会社 ネットワークシステム、その制御方法、ネットワーク制御装置及びその制御プログラム
JP6061829B2 (ja) * 2013-09-27 2017-01-18 Kddi株式会社 リンク品質計測装置ならびにそのフローエントリ集約方法およびプログラム
JP6226691B2 (ja) * 2013-10-18 2017-11-08 Kddi株式会社 リンク品質計測装置ならびにそのフローエントリ集約方法およびプログラム
EP3148134B1 (en) * 2014-06-18 2020-02-26 Huawei Technologies Co., Ltd. Method and device for controlling service data flow
CN105791169A (zh) * 2014-12-16 2016-07-20 电信科学技术研究院 软件定义网络中交换机转发控制、转发方法及相关设备
PL412663A1 (pl) * 2015-06-11 2016-12-19 Akademia Górniczo-Hutnicza im. Stanisława Staszica w Krakowie Sposób agregacji przepływów w sieciach teleinformatycznych
JP2017059885A (ja) * 2015-09-14 2017-03-23 富士通株式会社 コントローラ及び経路再設定方法
US10313231B1 (en) 2016-02-08 2019-06-04 Barefoot Networks, Inc. Resilient hashing for forwarding packets
US10063407B1 (en) * 2016-02-08 2018-08-28 Barefoot Networks, Inc. Identifying and marking failed egress links in data plane
US10237206B1 (en) 2017-03-05 2019-03-19 Barefoot Networks, Inc. Equal cost multiple path group failover for multicast
US10404619B1 (en) 2017-03-05 2019-09-03 Barefoot Networks, Inc. Link aggregation group failover for multicast
CN110535782B (zh) * 2019-06-15 2023-06-20 华为技术有限公司 一种实现QoS保障的报文处理方法、设备和系统

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001251343A (ja) * 2000-03-06 2001-09-14 Fujitsu Ltd ラベルスイッチネットワークシステム
JP2006197591A (ja) * 2005-01-11 2006-07-27 Samsung Electronics Co Ltd イーサネットを介したmplsマルチキャストパケットの転送装置及び方法
WO2010103909A1 (ja) * 2009-03-09 2010-09-16 日本電気株式会社 OpenFlow通信システムおよびOpenFlow通信方法

Family Cites Families (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7123620B1 (en) * 2000-04-25 2006-10-17 Cisco Technology, Inc. Apparatus and method for scalable and dynamic traffic engineering in a data communication network
WO2002032051A2 (en) * 2000-10-12 2002-04-18 Signafor, Inc. Advanced switching mechanism for providing high-speed communications with high quality of service
JP2002223235A (ja) 2001-01-26 2002-08-09 Kddi Corp Mpls経路設定装置
AUPR893201A0 (en) 2001-11-16 2001-12-13 Telstra New Wave Pty Ltd Active networks
US6754213B2 (en) * 2001-12-27 2004-06-22 Institute For Information Industry Flexible and high-speed network packet classifying method
US8693323B1 (en) 2004-04-05 2014-04-08 Verizon Business Global Llc System and method for managing communications in an access network
KR101111099B1 (ko) * 2004-09-09 2012-02-17 아바야 테크놀러지 코퍼레이션 네트워크 트래픽 보안 방법들 및 시스템들
GB0428541D0 (en) 2004-12-31 2005-02-09 British Telecomm Out-of-band switch control
KR20070095374A (ko) * 2004-12-31 2007-09-28 브리티쉬 텔리커뮤니케이션즈 파블릭 리미티드 캄퍼니 비연결형 통신 트래픽을 위한 연결형 통신 방법
JP4726498B2 (ja) 2005-01-14 2011-07-20 富士通株式会社 情報処理方法及びルータ
JP2006279784A (ja) * 2005-03-30 2006-10-12 Fujitsu Ltd エッジスイッチ
JP4454661B2 (ja) 2005-03-31 2010-04-21 富士通株式会社 フレーム転送装置
US7606147B2 (en) * 2005-04-13 2009-10-20 Zeugma Systems Inc. Application aware traffic shaping service node positioned between the access and core networks
FI20051320A0 (fi) * 2005-12-22 2005-12-22 Nokia Corp Menetelmä pakettivirtojen kohdentamiseksi siirtoteille viestintäjärjestelmässä
JP2008113409A (ja) * 2006-10-04 2008-05-15 Alaxala Networks Corp トラフィック制御システム及び管理サーバ
CN101005437B (zh) 2007-01-16 2011-04-20 中兴通讯股份有限公司 一种实现堆叠虚拟局域网的方法及系统
US20080189769A1 (en) 2007-02-01 2008-08-07 Martin Casado Secure network switching infrastructure

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001251343A (ja) * 2000-03-06 2001-09-14 Fujitsu Ltd ラベルスイッチネットワークシステム
JP2006197591A (ja) * 2005-01-11 2006-07-27 Samsung Electronics Co Ltd イーサネットを介したmplsマルチキャストパケットの転送装置及び方法
WO2010103909A1 (ja) * 2009-03-09 2010-09-16 日本電気株式会社 OpenFlow通信システムおよびOpenFlow通信方法

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
HIDEYUKI SHIMONISHI ET AL.: "A network OS for integrated control plane and its application to OpenFlow controller", IEICE TECHNICAL REPORT (TECHNICAL REPORT OF IEICE), vol. 109, no. 448, 25 February 2010 (2010-02-25), pages 1 - 6, XP008167796 *
See also references of EP2632091A4 *

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2014002460A1 (en) * 2012-06-26 2014-01-03 Nec Corporation Communication method, communication system, information processing apparatus, communication terminal, and program
WO2014002481A1 (en) * 2012-06-26 2014-01-03 Nec Corporation Communication method, information processing apparatus, communication system, communication terminal, and program
WO2014002455A1 (en) * 2012-06-26 2014-01-03 Nec Corporation Communication method, information processing apparatus, communication system, program, node, and communication terminal
CN104412547A (zh) * 2012-06-26 2015-03-11 日本电气株式会社 通信方法、信息处理装置、通信系统、通信终端和程序
CN104412545A (zh) * 2012-06-26 2015-03-11 日本电气株式会社 通信方法、信息处理装置、通信系统、程序、节点和通信终端
JP2015525981A (ja) * 2012-06-26 2015-09-07 日本電気株式会社 通信方法、情報処理装置、通信システム、プログラム、ノードおよび通信端末
EP2865143A4 (en) * 2012-06-26 2016-02-17 Nec Corp COMMUNICATION METHOD, INFORMATION PROCESSING DEVICE, COMMUNICATION SYSTEM, COMMUNICATION TERMINAL AND PROGRAM
US9794170B2 (en) 2012-06-26 2017-10-17 Nec Corporation Communication method, communication system, information processing apparatus, communication terminal, and program

Also Published As

Publication number Publication date
CN104702504A (zh) 2015-06-10
CN103119901A (zh) 2013-05-22
JP2012090058A (ja) 2012-05-10
US20130177016A1 (en) 2013-07-11
JP5674107B2 (ja) 2015-02-25
US10075371B2 (en) 2018-09-11
CN103119901B (zh) 2016-02-10
EP2632091A1 (en) 2013-08-28
EP2632091A4 (en) 2014-08-13

Similar Documents

Publication Publication Date Title
JP5674107B2 (ja) 通信システム、制御装置、処理規則の設定方法およびプログラム
US9769054B2 (en) Network topology discovery method and system
JP5304947B2 (ja) 通信システム、制御装置、ノードの制御方法およびプログラム
JP5440691B2 (ja) パケット転送システム、制御装置、転送装置、処理規則の作成方法およびプログラム
JP5590263B2 (ja) 情報システム、制御装置、仮想ネットワークの提供方法およびプログラム
JP5850471B2 (ja) 通信システム、制御装置、ノード制御方法およびプログラム
JP5862769B2 (ja) 通信システム、制御装置、通信方法及びプログラム
RU2589340C2 (ru) Сетевая система и способ получения данных тега vlan
JP5413517B2 (ja) 通信システム、制御装置、通信方法およびプログラム
WO2011155510A1 (ja) 通信システム、制御装置、パケットキャプチャ方法およびプログラム
JP5585660B2 (ja) 通信システム、制御装置、処理規則の設定方法およびプログラム
JP2013545320A (ja) 通信システム、制御装置、通信方法及びプログラム
US10069648B2 (en) Communication system, control apparatus, communication control method and program
JP5534033B2 (ja) 通信システム、ノード、パケット転送方法およびプログラム
WO2011118586A1 (ja) 通信システム、制御装置、転送ノード、処理規則の更新方法およびプログラム
JPWO2014175423A1 (ja) 通信ノード、通信システム、パケット処理方法及びプログラム
WO2014126094A1 (ja) 通信システム、通信方法、制御装置、制御装置の制御方法及びプログラム
JP5854488B2 (ja) 通信システム、制御装置、処理規則の設定方法およびプログラム
JP2014158084A (ja) パケット中継装置及びパケット中継方法

Legal Events

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

Ref document number: 201180046294.6

Country of ref document: CN

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

Ref document number: 11834379

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 2011834379

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 13824360

Country of ref document: US

NENP Non-entry into the national phase

Ref country code: DE