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

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

Info

Publication number
WO2012050071A1
WO2012050071A1 PCT/JP2011/073294 JP2011073294W WO2012050071A1 WO 2012050071 A1 WO2012050071 A1 WO 2012050071A1 JP 2011073294 W JP2011073294 W JP 2011073294W WO 2012050071 A1 WO2012050071 A1 WO 2012050071A1
Authority
WO
WIPO (PCT)
Prior art keywords
packet
trunked
link
node
processing rule
Prior art date
Application number
PCT/JP2011/073294
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 CN201180048888.0A priority Critical patent/CN103155501B/zh
Priority to US13/878,750 priority patent/US20130195110A1/en
Priority to EP11832506.7A priority patent/EP2629464A1/en
Priority to JP2012538673A priority patent/JP5585660B2/ja
Publication of WO2012050071A1 publication Critical patent/WO2012050071A1/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/72Routing based on the source address
    • 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/02Topology update or discovery
    • 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 No. 2010-231635 (filed on Oct. 14, 2010), the entire contents of which are incorporated herein by reference. Shall.
  • the present invention relates to a communication system, a control device, a processing rule setting method, and a program, and in particular, a received packet according to a processing rule in which a process applied to a packet is associated with a matching rule for specifying a packet to which the process is applied.
  • the present invention relates to a communication system, a control device, a node control method, and a program including a node that performs transfer and the like.
  • 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 relay device includes a secure channel for communication with an OpenFlow controller that is positioned as a control device, and operates according to a flow table that is appropriately added or rewritten from the OpenFlow controller.
  • an action that defines a matching rule (header field) to be matched with a packet header, flow statistical information (Counters), and processing contents to be applied to a packet that matches the matching rule (header field) ( Actions) is defined (see FIG. 7).
  • the OpenFlow switch when it receives a packet, it searches the flow table for an entry having a matching rule (see the header field in FIG. 7) 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 updates the flow statistical information (counter) and processes the process (specified) in the action 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 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. As described above, the OpenFlow switch performs packet transfer using an entry stored in the flow table as a processing rule.
  • Patent Document 2 and Non-Patent Document 3 describe link aggregation techniques called trunking and link aggregation. These are also called port trunking, bonding, teaming, etc., with their own devices as function names by vendors of network devices. In either case, a plurality of links in the same section are treated as one virtual link, and redundancy (availability improvement), load distribution, parallelization, and the like are performed.
  • trunking a method of bundling a plurality of links in the same section and treating them virtually as one link
  • trunk port a port connected to the trunked link.
  • Patent Document 3 in a bridged network composed of a plurality of switches each supporting a multiple spanning tree protocol, when each switch receives a frame having an individual destination address from the terminal side, An inquiry frame is sent to the destination terminal of the individual address via the default spanning tree, and when the inquiry frame is received, if the destination terminal is connected, an inquiry response frame is sent to all spanning trees.
  • a configuration is disclosed that includes a transmitting / receiving unit that performs an operation, and an optimal path selection processing unit that selects an optimal spanning tree based on information in the response frame from all spanning trees.
  • Patent Document 1-3 and Non-Patent Document 1-3 are incorporated herein by reference.
  • the following analysis has been made by the present invention.
  • the control device OpenFlow controller
  • the OpenFlow switch handles the OpenFlow switch under its control as if it were one huge switch.
  • load distribution and redundancy ensuring in a specific link such as between a host and an OpenFlow switch or between an OpenFlow switch and an OpenFlow switch are not taken into consideration.
  • the trunking in Patent Documents 2 and 3 and Non-Patent Document 3 perform load distribution and ensure redundancy between a plurality of links in the same section, and increase the load on the devices in the section itself. There is a problem that it is not possible to deal with when a failure occurs.
  • the present invention has been made in view of the above-described circumstances, and the object of the present invention is to load balance and ensure redundancy (improvement of availability) as the entire network, and load distribution and redundancy in a specific link. It is an object of the present invention to provide a communication system, a control device, a processing rule setting method, and a program capable of achieving both ensuring.
  • a plurality of packet processing units that process 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 trunk port management unit that manages a trunked link in a network including the node, a trunk port management unit that manages the trunked link according to the characteristics of a packet requested to set a processing rule by an arbitrary node.
  • a path control unit that selects any one of the links trunked according to a predetermined rule, and based on the topology of the network, Calculate the packet transfer path including the selected link and Comprise a control device for setting the processing rules for implementing the packet transfer route, a communication system is provided, wherein.
  • a plurality of packet processing units that process 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 trunk port management unit that is connected to a node and manages a trunked link in the network including the node, and the trunk port according to the characteristics of a packet requested to set a processing rule from any node.
  • a route control unit that determines whether or not to use a link, and selects a link that is trunked according to a predetermined rule when a trunked link is used, and is based on the topology of the network Calculating a packet transfer path including the selected link, and And, the control apparatus is provided for setting the processing rules for implementing the packet transfer route.
  • a plurality of packet processing units that process 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 setting method in a communication system including a node and a control device having a trunk port management unit for managing a trunked link in a network including the node, the processing rule being set from any node Determining whether or not to use the trunked link according to the characteristics of the packet requested to be set, and if the trunked link is used, it is trunked according to a predetermined rule. Selecting one of the links, and selecting the selected link based on the topology of the network.
  • setting processing rules comprising the steps of setting processing rules for implementing the packet forwarding path is provided.
  • This method is linked to a specific machine called a control device that controls the plurality of nodes described above.
  • a plurality of packet processing units that process a received packet 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 connected to a node and executed by a control device having a trunk port management unit for managing a trunked link in the network including the node, and requested to set a processing rule from an arbitrary node
  • a program for executing a process of setting the processing rules for implementing the packet forwarding path 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.
  • FIG. 1 It is a figure for demonstrating the outline
  • the present invention is arranged between hosts 201 and 202 and associates a process applied to a packet with a matching rule for identifying a packet to which the process is applied.
  • This can be realized by a plurality of nodes 101 to 103 each including a packet processing unit that processes a received packet according to a processing rule, and a control device 901 that controls these nodes.
  • 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.
  • the node 103 that has received the packet from the host 202 transmits the received packet information or the packet itself to the control device 901 and inquires which of the nodes 101 and 102 should be transmitted.
  • the control device 901 Upon receipt of the inquiry, the control device 901 first determines whether or not the packet related to the inquiry should be transferred via the trunked link. In the example of FIG. 1, since all the links between the host 201 and the nodes 101 and 102 are trunked, the control device 901 uses the predetermined link selection criterion to select one of the trunked links. One link is selected, and a packet transfer path including the link is calculated. For example, when the link between port # 1 of the host 201 and port # 2 of the node 101 is selected in the trunking target section of FIG. 1, packets are transmitted in the order of port # 2 of the node 103 and port # 2 of the node 101. Is calculated.
  • the control device 901 creates a processing rule that causes the node 103 to output the received packet and the subsequent packet from the port # 2 according to the packet transfer path, and sets the processing rule in the node 103. Similarly, the control device 901 creates a processing rule that causes the node 101 to output the packet received from the node 103 and the subsequent packet from the port # 2 according to the packet transfer path, and sets the processing rule in the node 101.
  • a packet transmitted from the host 202 to the host 201 and a subsequent packet can be transferred according to the packet transfer path.
  • the control device 901 considers the load state of the link between port # 1 of the host 201 and port # 2 of the node 101, and the link between the port # 2 of the host 201 and the port # 3 of the node 101 or the node 102. Load distribution is realized by performing an operation of switching to a link passing through.
  • there are four links between the host 201 and the nodes 101 and 102 it is possible to cope with not only the failure of any one of the trunk ports of the node 101 but also the failure of the node 101 itself. The property is also sufficiently secured.
  • FIG. 2 is a diagram showing the configuration of the first exemplary embodiment of the present invention.
  • a control device 901 that is arranged between hosts 201 and 202 and has nodes 101 to 103 that transfer packets exchanged between the hosts 201 and 202, a path control unit 902, and a trunk port management unit 903.
  • a configuration in which is arranged is shown.
  • the host 201 has four ports # 1 to # 4. Among these, the ports # 1 and # 2 of the host 201 are connected to the ports # 2 and # 3 of the node 101. The ports # 3 and # 4 of the host 201 are connected to the ports # 2 and # 3 of the node 102. Therefore, the ports # 1 to # 4 of the host 201 can be used as trunk ports.
  • the port # 4 of the node 101 is connected to the port # 2 of the node 103, and the port # 4 of the node 102 is connected to the port # 3 of the node 103.
  • the port # 1 of the nodes 101 to 103 is connected to the node connection port of the control device 901. Further, port # 1 of the host 202 is connected to port # 4 of the node 103.
  • the nodes 101 to 103 described above are processing rules similar to the OpenFlow switch of Non-Patent Documents 1 and 2 that perform packet processing with a flow table that stores a flow entry corresponding to the processing rule.
  • a network device that performs a packet transfer operation using (flow entry) can be used.
  • the nodes 101 to 103 are open flow switches of Non-Patent Documents 1 and 2.
  • the trunk port management unit 903 of the control device 901 manages the trunked links in the network as described above.
  • the trunked links are linked to each other and managed using a table storing links such as port # 4 of the host 201 and port # 3 of the node 102.
  • FIG. 3 is an example of a table held in the trunk port management unit 903, in which the host-side port is omitted and the trunked node ID and the port number are associated with each other.
  • FIG. 4 shows a form in which the IDs of the nodes at both ends of the trunked link are associated with the port number. In this example, the port number on the host side is also described.
  • the route control unit 902 of the control device 901 holds configuration information (port information of each node) and network topology information of the nodes 101 to 103.
  • the routing control unit 902 receives processing rule setting requests from the nodes 101 to 103, the routing control unit 902 refers to the trunk port management unit 903 to determine whether the port of the node that is the final output destination of the packet is a trunk port. If it is a trunk port, one link is selected from the linked links using a predetermined link selection criterion.
  • the path control unit 902 of the control device 901 refers to the network topology described above, calculates a packet transfer path including the selected link, and realizes the packet transfer path in a node on the packet transfer path. Set processing rules.
  • the control device 901 as described above can be realized by adding a trunk port management unit 903 to the OpenFlow controllers of Non-Patent Documents 1 and 2 and operating like the route control unit 902.
  • a device that notifies the OpenFlow controller of Non-Patent Documents 1 and 2 of the selected link calculates a packet transfer path including the link, and sets a processing rule for a node on the packet transfer path is added. This can also be realized by the above configuration.
  • control device 901 as described above can also be realized by a computer program that causes a computer constituting the control device 901 to execute the above-described processes using its hardware.
  • the data packet transmitted from the host 201 to the host 202 is input to port # 4 of the node 103 connected to the host 201 (step S101 in FIG. 5).
  • the node 103 searches a processing rule (flow entry) having a matching rule (matching rule) that matches the received data packet from a flow table or the like in the storage device of the own device.
  • a processing rule (flow entry) that matches the data packet received from the host 201 cannot be found. Therefore, the node 103 requests the control device 901 to set a processing rule for processing the data packet and subsequent data packets (step S102 “Packet-In” in FIG. 5).
  • the control device 901 Upon receiving the processing rule setting request, the control device 901 refers to the configuration information of each of the nodes 101 to 103 (connection relationship of each port, etc.), and corresponds to the edge node (node connected to the host) corresponding to the destination of the packet. ) Port (output port) is specified (step S103 in FIG. 5). Here, it is assumed that the port # 2 of the node 101 is specified.
  • control device 901 refers to the trunk port management unit 903 and confirms whether or not the identified port is a trunk port (step S104 in FIG. 5).
  • the control device 901 selects a link (port) to be used from the trunked links associated with the trunk port management unit 903 (step S105 in FIG. 5). ).
  • the control device 901 can select any one of the port # 2, port # 3 of the node 101, the port # 2 of the node 102, and the trunk port of the port # 3. Will be selected.
  • the control device 901 has selected the port # 3 of the node 102 in consideration of the load situation and the like.
  • step S104 If the identified port is not a trunk port as a result of confirmation in step S104 (No in step S104 in FIG. 5), the port identified in step S103 is selected as it is.
  • control device 901 calculates a packet transfer route via the selected trunk port (or non-trunk port) (step S106 in FIG. 5).
  • a packet transfer path for transferring packets to the host 201 in the order of port # 3 of the node 103 and port # 3 of the node 102 in FIG. 2 is calculated.
  • the control device 901 creates a processing rule corresponding to the calculated packet transfer path, and sets a processing rule for a node on the packet transfer path (step S107 in FIG. 5).
  • the node 103 is set with a processing rule that defines the action of outputting the relevant packet from the port # 3
  • the node 102 has a processing rule that defines the action of outputting the relevant packet from the port # 3. It is set (setting of the processing rule to the node 101 is unnecessary).
  • the packet transferred in step S101 and the subsequent packet are delivered to the host 202 via the trunk port (for example, port # 3 of the node 102) selected in consideration of the load status and the like.
  • a packet addressed from the host 201 to the host 202 passes through one of the nodes 101 and 102, and then the node 103, starting from the port used by the host 201 during transmission (ports # 1 to # 4 of the host 201). And transferred to the host 202.
  • the load distribution can be appropriately realized by the host 201 selecting the trunk port.
  • the control device 901 selects the trunk port again, calculates the packet transfer route, and resets the processing rule. Thus, communication can be continued.
  • the control device 901 detects a failure of a node trunk port or the node itself, the control device 901 periodically collects configuration information of the nodes 101 to 103, or the nodes 101 to 103 have their own ports. This can be realized by notifying the control device of the abnormality.
  • the timing for resetting the processing rule may be the timing at which a failure of the trunk port of the node or the node itself is detected, or the time when a processing rule setting request is received again.
  • a trunked link is set between one host and a plurality of nodes, load distribution and redundancy maintenance as a whole network are achieved. It is possible to achieve both load distribution and ensuring redundancy in a specific link.
  • FIG. 6 is a sequence diagram for explaining the operation of the second embodiment of the present invention. The difference from FIG. 5 showing the sequence of the first embodiment is the operation of the control device 901 that has received a processing rule setting request in step S203 and subsequent steps, and therefore, step S203 and subsequent steps will be described below.
  • control device 901 Upon receiving the processing rule setting request from the node 103, the control device 901 calculates a packet transfer path via the packet based on the header information of the packet that has received the setting request (step S203 in FIG. 6).
  • control device 901 refers to the trunk port management unit 903 and confirms whether or not a trunk port is included in the packet transfer path (step S204 in FIG. 6).
  • the control device 901 When a trunk port is included in the packet transfer path, the control device 901 reselects a link (port) to be used from among the trunked links associated with the trunk port management unit 903 (FIG. 6). Step S205). For example, an operation of selecting port # 3 of node 102 instead of port # 2 of node 101 on the original packet transfer path is possible.
  • step S204 if the trunk port is not included in the packet transfer path (No in step S204 in FIG. 6), the packet transfer path created in step S203 is adopted.
  • control device 901 creates a processing rule corresponding to the packet transfer path, and sets the processing rule for a node on the packet transfer path (step S107 in FIG. 6). .
  • the present invention is also realized in an aspect in which a packet transfer route is calculated first, and when a trunked link is included in the packet transfer route, the trunked link is reselected. Is possible.
  • the present embodiment is also applicable to the case where the link between arbitrary nodes is trunked. It is possible to apply the invention.
  • the control device further includes: A communication system for determining whether or not to use the trunked link based on whether or not an output port of a packet requested to set a processing rule from the arbitrary node is a trunked port.
  • the control device is a communication system that performs an operation of switching a link in the packet transfer path to another trunked link in accordance with a load or a failure in the trunked link.
  • the control device determines whether or not to use a trunked link based on information written in a predetermined field of a header of a packet requested to set a processing rule from the arbitrary node. .
  • the communication system determines whether or not to use a trunked link based on a transmission source or destination of a packet requested to set a processing rule from the arbitrary node.
  • a control device that determines whether or not to use the trunked link depending on whether or not an output port of a packet requested to set a processing rule from the arbitrary node is a trunked port.
  • a control device for determining whether or not to use a trunked link based on information written in a predetermined field of a header of a packet requested to set a processing rule from the arbitrary node In the control device according to any one of the sixth to eighth aspects, A control device that determines whether or not to use a trunked link based on a transmission source or destination of a packet requested to set a processing rule from the arbitrary node.

Landscapes

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

Abstract

 ネットワーク全体としての負荷分散と冗長性確保と、特定のリンクにおける負荷分散と冗長性確保とを両立する。通信システムは、パケットに適用する処理と前記処理を適用するパケットを特定するための照合規則とを対応付けた処理規則に従って受信パケットを処理するパケット処理部を備える複数のノードと、前記ノードを含むネットワーク中のトランキングされたリンクを管理するトランクポート管理部と、任意のノードから処理規則の設定を要求されたパケットの特徴に応じて、前記トランキングされたリンクを利用するか否かを判別し、トランキングされたリンクを利用する場合は所定の規則によりトランキングされたいずれかのリンクを選択する経路制御部と、を含む。前記制御装置は、前記選択したリンクを含むパケット転送経路を計算し、前記パケット転送経路上のノードに対し、前記パケット転送経路を実現する処理規則を設定する。

Description

通信システム、制御装置、処理規則の設定方法およびプログラム
[関連出願についての記載]
 本発明は、日本国特許出願:特願2010-231635号(2010年10月14日出願)の優先権主張に基づくものであり、同出願の全記載内容は引用をもって本書に組み込み記載されているものとする。
 本発明は、通信システム、制御装置、処理規則の設定方法およびプログラムに関し、特に、パケットに適用する処理と前記処理を適用するパケットを特定するための照合規則とを対応付けた処理規則に従って受信パケットの転送等を行うノードを含む通信システム、制御装置、ノード制御方法およびプログラムに関する。
 近年、オープンフロー(OpenFlow)というネットワークアーキテクチャが注目を浴びている(特許文献1、非特許文献1、2参照)。オープンフローは、通信をエンドツーエンドのフローとして捉え、フロー単位で経路制御、障害回復、負荷分散、最適化を行うものである。中継装置として機能するオープンフロースイッチは、制御装置と位置付けられるオープンフローコントローラとの通信用のセキュアチャネルを備え、オープンフローコントローラから適宜追加または書き換え指示されるフローテーブルに従って動作する。フローテーブルには、フロー毎に、パケットヘッダと照合するマッチングルール(ヘッダフィールド)と、フロー統計情報(Counters)と、マッチングルール(ヘッダフィールド)に適合するパケットに適用する処理内容を定義したアクション(Actions)と、の組が定義される(図7参照)。
 例えば、オープンフロースイッチは、パケットを受信すると、フローテーブルから、受信パケットのヘッダ情報に適合するマッチングルール(図7のヘッダフィールド参照)を持つエントリを検索する。検索の結果、受信パケットに適合するエントリが見つかった場合、オープンフロースイッチは、フロー統計情報(カウンタ)を更新するとともに、受信パケットに対して、当該エントリのアクションフィールドに記述された処理内容(指定ポートからのパケット送信、フラッディング、廃棄等)を実施する。一方、前記検索の結果、受信パケットに適合するエントリが見つからなかった場合、オープンフロースイッチは、セキュアチャネルを介して、オープンフローコントローラに対して受信パケットを転送し、受信パケットの送信元・送信先に基づいたパケットの経路の決定を依頼し、これを実現するフローエントリを受け取ってフローテーブルを更新する。このように、オープンフロースイッチは、フローテーブルに格納されたエントリを処理規則として用いてパケット転送を行っている。
 また、特許文献2および非特許文献3には、トランキング(Tranking)、リンクアグリゲーションなどと呼ばれるリンク集約手法が記載されている。これらは、各ネットワーク機器のベンダ等により、それぞれ自社の装置を機能名称としてポートトランキング、ボンディング(Bonding)、チーミング(Teaming)などとも呼ばれているものである。いずれも、同一区間の複数のリンクを仮想的な一つのリンクとして扱い、冗長化(可用性向上)、負荷分散、並列化等を行うものである。以下、同一区間の複数のリンクを束ね、仮想的に1つのリンクとして扱う手法を総称して「トランキング」と称し、また、トランキングされたリンクに繋がっているポートを「トランクポート」と称する。
 また、特許文献3には、各々がマルチプルスパニングツリープロトコルをサポートしている複数のスイッチで構成されているブリッジド・ネットワークにおいて、個々のスイッチが端末側から個別宛先アドレスを有するフレームを受信したとき、該デフォルト・スパニングツリーを経由して該個別アドレスの宛先端末に問合せフレームを送出するとともに、該問合せフレームを受信したとき、該宛先端末が接続されていれば、問合せ応答フレームを全スパニングツリーに送出する送受信部と、全スパニングツリーからの該応答フレーム中の情報に基づき最適なスパニングツリーを選択する最適経路選択処理部とを備えた構成が開示されている。
国際公開第2008/095010号 特許第3792707号公報 特開2003-87290号公報
Nick McKeownほか7名、"OpenFlow: Enabling Innovation in Campus Networks"、[online]、[平成22(2010)年9月6日検索]、インターネット〈URL:http://www.openflowswitch.org/documents/openflow-wp-latest.pdf〉 "OpenFlow Switch Specification" Version 1.0.0. (Wire Protocol 0x01) [平成22(2010)年9月6日検索]、インターネット〈URL:http://www.openflowswitch.org/documents/openflow-spec-v1.0.0.pdf〉 IEEE Standard 802.3ad, Aggregation of Multiple Link Segments, 2000.
 上記特許文献1-3及び非特許文献1-3の全開示内容はその引用をもって本書に繰込み記載する。
 以下の分析は、本発明によってなされたものである。
 特許文献1、非特許文献1、2のオープンフローアーキテクチャでは、制御装置(オープンフローコントローラ)が配下のオープンフロースイッチをあたかも一つの巨大なスイッチとして扱うものであるため、全体としての負荷分散と冗長性確保を実現することが可能であるが、ホストとオープンフロースイッチ間、オープンフロースイッチ-オープンフロースイッチ間といった特定のリンクにおける負荷分散と冗長性確保は考慮されていないという問題点がある。
 また、特許文献2、3、非特許文献3のトランキングは、上記したとおり、同一区間の複数のリンク間で負荷分散と冗長性確保を行うものであり、当該区間にある装置そのものに負荷増大や故障等が生じた場合に、対応できないという問題点がある。
 本発明は、上記した事情に鑑みてなされたものであって、その目的とするところは、上記ネットワーク全体としての負荷分散と冗長性確保(可用性向上)と、特定のリンクにおける負荷分散と冗長性確保とを両立することのできる通信システム、制御装置、処理規則の設定方法およびプログラムを提供することにある。
 本発明の第1の視点によれば、パケットに適用する処理と前記処理を適用するパケットを特定するための照合規則とを対応付けた処理規則に従って受信パケットを処理するパケット処理部を備える複数のノードと、前記ノードを含むネットワーク中のトランキングされたリンクを管理するトランクポート管理部と、任意のノードから処理規則の設定を要求されたパケットの特徴に応じて、前記トランキングされたリンクを利用するか否かを判別し、トランキングされたリンクを利用する場合は所定の規則によりトランキングされたいずれかのリンクを選択する経路制御部と、を備え、前記ネットワークのトポロジーに基づいて、前記選択したリンクを含むパケット転送経路を計算するとともに、前記パケット転送経路上のノードに対し、前記パケット転送経路を実現する処理規則を設定する制御装置と、を含むこと、を特徴とする通信システムが提供される。
 本発明の第2の視点によれば、パケットに適用する処理と前記処理を適用するパケットを特定するための照合規則とを対応付けた処理規則に従って受信パケットを処理するパケット処理部を備える複数のノードと接続され、前記ノードを含むネットワーク中のトランキングされたリンクを管理するトランクポート管理部と、任意のノードから処理規則の設定を要求されたパケットの特徴に応じて、前記トランキングされたリンクを利用するか否かを判別し、トランキングされたリンクを利用する場合は所定の規則によりトランキングされたいずれかのリンクを選択する経路制御部と、を備え、前記ネットワークのトポロジーに基づいて、前記選択したリンクを含むパケット転送経路を計算するとともに、前記パケット転送経路上のノードに対し、前記パケット転送経路を実現する処理規則を設定する制御装置が提供される。
 本発明の第3の視点によれば、パケットに適用する処理と前記処理を適用するパケットを特定するための照合規則とを対応付けた処理規則に従って受信パケットを処理するパケット処理部を備える複数のノードと、前記ノードを含むネットワーク中のトランキングされたリンクを管理するトランクポート管理部を備えた制御装置と、を含む通信システムにおける前記処理規則の設定方法であって、任意のノードから処理規則の設定を要求されたパケットの特徴に応じて、前記トランキングされたリンクを利用するか否かを判別するステップと、前記トランキングされたリンクを利用する場合は所定の規則によりトランキングされたいずれかのリンクを選択するステップと、前記ネットワークのトポロジーに基づいて、前記選択したリンクを含むパケット転送経路を計算するとともに、前記パケット転送経路上のノードに対し、前記パケット転送経路を実現する処理規則を設定するステップと、を含む処理規則の設定方法が提供される。本方法は、上記した複数のノードを制御する制御装置という、特定の機械に結びつけられている。
 本発明の第4の視点によれば、パケットに適用する処理と前記処理を適用するパケットを特定するための照合規則とを対応付けた処理規則に従って受信パケットを処理するパケット処理部を備える複数のノードと接続され、前記ノードを含むネットワーク中のトランキングされたリンクを管理するトランクポート管理部を備えた制御装置に実行させるプログラムであって、任意のノードから処理規則の設定を要求されたパケットの特徴に応じて、前記トランキングされたリンクを利用するか否かを判別する処理と、前記トランキングされたリンクを利用する場合は所定の規則によりトランキングされたいずれかのリンクを選択する処理と、前記ネットワークのトポロジーに基づいて、前記選択したリンクを含むパケット転送経路を計算するとともに、前記パケット転送経路上のノードに対し、前記パケット転送経路を実現する処理規則を設定する処理と、を実行させるプログラムが提供される。なお、このプログラムは、コンピュータが読み取り可能な記憶媒体に記録することができる。即ち、本発明は、コンピュータプログラム製品として具現することも可能である。
 本発明によれば、ネットワーク全体としての負荷分散と冗長性確保と、特定のリンクにおける負荷分散と冗長性確保とを両立することが可能となる。
本発明の概要を説明するための図である。 本発明の第1の実施形態の構成を表した図である。 本発明の第1の実施形態のトランクポート管理部に保持されるテーブルの一例である。 本発明の第1の実施形態のトランクポート管理部に保持されるテーブルの別の一例である。 本発明の第1の実施形態の動作を説明するためのシーケンス図である。 本発明の第2の実施形態の動作を説明するためのシーケンス図である。 非特許文献2に記載のフローエントリの構成を表した図である。
 はじめに、本発明の一実施形態の概要について説明する。本発明は、その一実施形態において、図1に示すように、ホスト201、202間に配置され、パケットに適用する処理と前記処理を適用するパケットを特定するための照合規則とを対応付けた処理規則に従って受信パケットを処理するパケット処理部を備える複数のノード101~103と、これらのノードを制御する制御装置901と、により実現できる。なお、この概要に付記した図面参照符号は、理解を助けるための一例として各要素に便宜上付記したものであり、本発明を図示の態様に限定することを意図するものではない。
 以下の説明では、ホスト201とノード101間およびホスト201とノード102間、それぞれ2つのリンクがトランキングされているものとして説明する(図1の「トランキング対象区間」参照)。以下、ホスト202がホスト201に宛ててパケットを送信したものとして説明する。
 前記ホスト202からパケットを受信したノード103は、受信したパケットの情報またはパケットそのものを制御装置901に送信し、ノード101、102のどちらに送信すべきかを問い合わせる。
 前記問い合わせを受けた制御装置901は、まず、前記問い合わせに係るパケットが上記トランキングされたリンクを経由して転送すべきものであるか否かを判別する。図1の例では、ホスト201とノード101、102間のリンクはすべてトランキングされているので、制御装置901は、前記所定のリンク選択基準を用いて、上記トランキングされたリンクの中から1つのリンクを選択し、当該リンクを含むパケット転送経路を計算する。例えば、図1のトランキング対象区間のうち、ホスト201のポート#1とノード101のポート#2間のリンクを選択した場合、ノード103のポート#2、ノード101のポート#2の順でパケットを出力するパケット転送経路が計算される。
 制御装置901は、前記パケット転送経路に従い、ノード103に受信パケットおよび後続するパケットをポート#2から出力させる処理規則を作成し、ノード103に設定する。同様に、制御装置901は、前記パケット転送経路に従い、ノード101にノード103から受信したパケットおよび後続するパケットをポート#2から出力させる処理規則を作成し、ノード101に設定する。
 パケット転送経路上のノード103、101にそれぞれ処理規則が設定されると、パケット転送経路に従い、ホスト202からホスト201に宛てて送信されたパケットおよび後続パケットの転送が可能となる。その後、制御装置901が、ホスト201のポート#1とノード101のポート#2間のリンクの負荷状況を考慮して、ホスト201のポート#2とノード101のポート#3間のリンクやノード102を経由するリンクに切り替える動作を行うことで、負荷分散が実現される。また、ホスト201とノード101、102間には、都合4つのリンクがあるので、ノード101のいずれか1つのトランクポート障害発生時のみならず、ノード101自体の障害時にも対応可能であり、冗長性も充分に確保されたものとなっている。
[第1の実施形態]
 続いて、本発明の第1の実施形態について図面を参照して詳細に説明する。図2は、本発明の第1の実施形態の構成を表した図である。図2を参照すると、ホスト201、202間に配置され、ホスト201、202間でやり取りされるパケットを転送するノード101~103と、経路制御部902およびトランクポート管理部903を備えた制御装置901と、を配置した構成が示されている。
 図2の例では、ホスト201は、ポート#1~#4の4つのポートを備えている。このうち、ホスト201のポート#1、#2は、ノード101のポート#2、#3と接続されている。また、ホスト201のポート#3、#4は、ノード102のポート#2、#3と接続されている。従って、ホスト201のポート#1~#4は、トランクポートとして利用可能となっている。
 ノード101のポート#4は、ノード103のポート#2と接続され、ノード102のポート#4は、ノード103のポート#3と接続されている。ノード101~103のポート#1は、制御装置901のノード接続ポートと接続されている。また、ホスト202のポート#1は、ノード103のポート#4と接続されている。
 なお、上記したノード101~103としては、処理規則に相当するフローエントリを格納したフローテーブルを備えてパケット処理を行う非特許文献1、2のオープンフロースイッチや、オープンフロースイッチと同様に処理規則(フローエントリ)を用いてパケット転送動作を行うネットワーク機器を用いることができる。以下の説明では、ノード101~103は、非特許文献1、2のオープンフロースイッチであるものとして説明する。
 制御装置901のトランクポート管理部903は、上記のようなネットワーク中のトランキングされたリンクを管理する。トランクポート管理部903は、例えば、ホスト201のポート#1-ノード101のポート#2、ホスト201のポート#2-ノード101のポート#3、ホスト201のポート#3-ノード102のポート#2、ホスト201のポート#4-ノード102のポート#3といったリンクを格納したテーブル等を用いてトランキングされたリンクを互いに紐付けて管理する。図3は、トランクポート管理部903に保持されるテーブルの一例であり、ホスト側のポートを省略し、トランキングされたノードのIDとポート番号を対応付けた形態となっている。図4は、トランキングされたリンクの両端のノードのIDとポート番号を対応付けた形態となっており、この例では、ホスト側のポート番号も記述されている。
 制御装置901の経路制御部902は、ノード101~103の構成情報(各ノードのポート情報)やネットワークトポロジー情報を保持している。経路制御部902は、ノード101~103から処理規則の設定要求を受けると、トランクポート管理部903を参照して、当該パケットの最終的な出力先となるノードのポートがトランクポートであるか否かを判別し、トランクポートである場合、所定のリンク選択基準を用いて紐付けられたリンクの中から一つのリンクを選択する。さらに、制御装置901の経路制御部902は、上記したネットワークトポロジーを参照して、前記選択したリンクを含むパケット転送経路を計算し、当該パケット転送経路上のノードに、当該パケット転送経路を実現する処理規則を設定する。
 上記のような制御装置901は、非特許文献1、2のオープンフローコントローラに、トランクポート管理部903を追加し、上記経路制御部902のように動作させることにより実現できる。また、非特許文献1、2のオープンフローコントローラに、前記選択したリンクを通知し、当該リンクを含んだパケット転送経路を計算させるとともに、パケット転送経路上のノードに処理規則を設定させる装置を追加した構成によっても実現できる。
 また、上記のような制御装置901は、制御装置901を構成するコンピュータに、そのハードウェアを用いて、上記した各処理を実行させるコンピュータプログラムにより実現することもできる。
 続いて、本実施形態の動作について図2、図5を参照して詳細に説明する。はじめに、ホスト202が、ホスト201に宛ててパケットを送信するケースを説明する。
 ホスト201からホスト202に宛てて送信されたデータパケットは、ホスト201と接続されたノード103のポート#4に入力される(図5のステップS101)。
 ノード103は、自装置の記憶装置内のフローテーブル等から、受信したデータパケットに適合する照合規則(マッチングルール)を持つ処理規則(フローエントリ)を検索する。ここでは、ホスト201から受信したデータパケットは、最初のパケット(ノード103にとって未知のパケット)であるため、ホスト201から受信したデータパケットに適合する処理規則(フローエントリ)は見つからない。そこで、ノード103は、制御装置901に対し、当該データパケットおよび後続するデータパケットを処理するための処理規則の設定を要求する(図5のステップS102「Packet-In」)。
 前記処理規則の設定要求を受けた制御装置901は、ノード101~103の構成情報(各ポートの接続関係等)を参照して、当該パケットの宛先に対応するエッジノード(ホストと接続されたノード)のポート(出力ポート)を特定する(図5のステップS103)。ここでは、ノード101のポート#2が特定されたものとする。
 次に、制御装置901は、トランクポート管理部903を参照して、前記特定したポートがトランクポートであるか否かを確認する(図5のステップS104)。
 前記特定したポートがトランクポートである場合、制御装置901は、トランクポート管理部903に紐付けられたトランキングされたリンクの中から、利用するリンク(ポート)を選択する(図5のステップS105)。ここでは、ノード101のポート#2は、トランクポートであるため、制御装置901は、ノード101のポート#2、ポート#3、ノード102のポート#2、ポート#3のトランクポートの中からいずれかを選択することになる。ここでは、制御装置901は、負荷状況などを考慮して、ノード102のポート#3を選択したものとする。
 なお、ステップS104で確認した結果、特定したポートがトランクポートでなかった場合(図5のステップS104のNo)、ステップS103で特定したポートがそのまま選択される。
 次に、制御装置901は、前記選択したトランクポート(また非トランクポート)を経由するパケット転送経路を計算する(図5のステップS106)。ここでは、前記選択結果を踏まえて、図2のノード103のポート#3、ノード102のポート#3の順でパケットをホスト201に転送するパケット転送経路が計算されたものとする。
 次に、制御装置901は、前記計算したパケット転送経路に対応する処理規則を作成し、当該パケット転送経路上のノードに処理規則を設定する(図5のステップS107)。具体的には、ノード103には、該当パケットをポート#3から出力するアクションを定めた処理規則が設定され、ノード102には、該当パケットをポート#3から出力するアクションを定めた処理規則が設定される(ノード101への処理規則の設定は不要である)。
 以上により、ステップS101で転送されたパケットおよび後続するパケットが、負荷状況等を考慮して選択されたトランクポート(例えば、ノード102のポート#3)を介してホスト202に届けられる。
 他方、ホスト201からホスト202に宛てて反対方向にパケットが送信された場合も、図5のシーケンスに従って処理が行われる。この場合、ステップS103で、宛先に対応するエッジノードおよびポートとしてノード103のポート#4が特定されるため、ステップS105のトランクポートの選択は省略される。
 従って、ホスト201からホスト202に宛てたパケットは、ホスト201が送信時に使用したポート(ホスト201のポート#1~#4)を始点として、ノード101、102のいずれか、次いで、ノード103を経由して、ホスト202に転送される。
 このように、逆方向においても、ホスト201がトランクポートを選択することにより、適宜負荷分散を実現することができる。
 また、上記した通信を行っている場合において、ノードのトランクポートまたはノードそのものが故障した場合、制御装置901が、トランクポートを再度選択してパケット転送経路を計算し、処理規則を再設定することで、通信を継続することができる。制御装置901が、ノードのトランクポートまたはノードそのものの故障を検出する仕組みとしては、制御装置901が定期的にノード101~103の構成情報を収集することや、ノード101~103が自身のポートの異常を制御装置に通知することによって実現できる。また、処理規則を再設定するタイミングとしては、ノードのトランクポートまたはノードそのものの故障を検出したタイミングでも、再度の処理規則の設定要求を受けたときのいずれでもよい。
 以上のように本発明の第1の実施形態によれば、一つのホストと複数のノード間に、トランキングされたリンクを設定しているため、ネットワーク全体としての負荷分散と冗長性確保と、特定のリンクにおける負荷分散と冗長性確保とを両立することが可能となる。
[第2の実施形態]
 続いて、上記第1の実施形態に変更を加えた第2の実施形態について説明する。本発明の第2の実施形態は、上記第1の実施形態と同一の構成で実現可能であり、動作に変更を加えたものであるので、以下、その相違点を中心に説明する。
 図6は、本発明の第2の実施形態の動作を説明するためのシーケンス図である。第1の実施形態のシーケンスを表わした図5との相違点は、ステップS203以下の処理規則の設定要求を受けた制御装置901の動作であるので、以下、ステップS203以降を説明する。
 ノード103から処理規則の設定要求を受けた制御装置901は、前記設定要求を受けたパケットのヘッダ情報等に基づいて、当該パケットを経由するパケット転送経路を計算する(図6のステップS203)。
 次に、制御装置901は、トランクポート管理部903を参照して、前記パケット転送経路上にトランクポートが含まれる否かを確認する(図6のステップS204)。
 前記パケット転送経路上にトランクポートが含まれる場合、制御装置901は、トランクポート管理部903に紐付けられたトランキングされたリンクの中から、利用するリンク(ポート)を再選択する(図6のステップS205)。例えば、当初のパケット転送経路上のノード101のポート#2に代えて、ノード102のポート#3を選択するといった動作が可能である。
 なお、ステップS204で確認した結果、前記パケット転送経路上にトランクポートが含まれない場合(図6のステップS204のNo)、ステップS203で作成したパケット転送経路が採用される。
 次に、制御装置901は、第1の実施形態と同様に、前記パケット転送経路に対応する処理規則を作成し、当該パケット転送経路上のノードに処理規則を設定する(図6のステップS107)。
 以上のように、本発明は、パケット転送経路を先に計算し、その中にトランキングされたリンクが含まれている場合に、トランキングされたリンクの再選択を行うという態様でも実現することが可能である。
 以上のように、本実施形態によれば、トランキングされている任意のノード間のリンクの利用を制御することも可能である。
 以上、本発明の好適な実施形態を説明したが、本発明は、上記した実施形態に限定されるものではなく、本発明の基本的技術的思想を逸脱しない範囲で、更なる変形・置換・調整を加えることができる。例えば、上記した各実施形態で示したホスト、ノード、制御装置の数およびトランキングされたリンクの数および場所はあくまで例示であり、それぞれ制限を受けないことはもちろんである。
 また例えば、上記した第1、第2の実施形態では、ホストとエッジノード間がトランキングされている例を挙げて説明したが、任意のノード間のリンクがトランキングされている場合にも本発明を適用することは可能である。
 最後に、本発明の好ましい形態を要約する。
[第1の形態]
 (上記第1の視点による通信システム参照)
[第2の形態]
 第1の形態の通信システムにおいて、
 前記制御装置は、さらに、
 前記任意のノードから処理規則の設定を要求されたパケットの出力ポートがトランキングされたポートであるか否かにより、前記トランキングされたリンクを利用するか否かを判別する通信システム。
[第3の形態]
 第1または第2の形態の通信システムにおいて、
 前記制御装置は、前記トランキングされたリンクにおける負荷または障害に応じて、前記パケット転送経路中のリンクをトランキングされた他のリンクに切り替える動作を行う通信システム。
[第4の形態]
 第1~第3いずれか一の形態の通信システムにおいて、
 前記制御装置は、前記任意のノードから処理規則の設定を要求されたパケットのヘッダの所定のフィールドに書き込まれた情報に基づいて、トランキングされたリンクを利用するか否かを判別する通信システム。
[第5の形態]
 第1~第3いずれか一の形態の通信システムにおいて、
 前記制御装置は、前記任意のノードから処理規則の設定を要求されたパケットの送信元または宛先に基づいて、トランキングされたリンクを利用するか否かを判別する通信システム。
[第6の形態]
 (上記第2の視点による制御装置参照)
[第7の形態]
 第6の形態の制御装置において、
 前記任意のノードから処理規則の設定を要求されたパケットの出力ポートがトランキングされたポートであるか否かにより、前記トランキングされたリンクを利用するか否かを判別する制御装置。
[第8の形態]
 第6または第7の形態の制御装置において、
 前記トランキングされたリンクにおける負荷または障害に応じて、前記パケット転送経路中のリンクをトランキングされた他のリンクに切り替える動作を行う制御装置。
[第9の形態]
 第6~第8いずれか一の形態の制御装置において、
 前記任意のノードから処理規則の設定を要求されたパケットのヘッダの所定のフィールドに書き込まれた情報に基づいて、トランキングされたリンクを利用するか否かを判別する制御装置。
[第10の形態]
 第6~第8いずれか一の形態の制御装置において、
 前記任意のノードから処理規則の設定を要求されたパケットの送信元または宛先に基づいて、トランキングされたリンクを利用するか否かを判別する制御装置。
[第11の形態]
 (上記第3の視点による処理規則の設定方法参照)
[第12の形態]
 (上記第4の視点によるプログラム参照)
 なお、上記第11、第12の形態は、第1の形態と同様に、第2~第5の形態に展開することが可能である。
 なお、上記特許文献1-3および非特許文献1-3の各開示を、本書に引用をもって繰り込むものとする。本発明の全開示(請求の範囲を含む)の枠内において、さらにその基本的技術思想に基づいて、実施形態ないし実施例の変更・調整が可能である。また、本発明の請求の範囲の枠内において種々の開示要素(各請求項の各要素、各実施例の各要素、各図面の各要素等を含む)の多様な組み合わせ、ないし、選択が可能である。すなわち、本発明は、請求の範囲を含む全開示、技術的思想にしたがって当業者であればなし得るであろう各種変形、修正を含むことは勿論である。
 101~104 ノード
 201、202 ホスト
 901 制御装置(コントローラ)
 902 経路制御部
 903 トランクポート管理部

Claims (10)

  1.  パケットに適用する処理と前記処理を適用するパケットを特定するための照合規則とを対応付けた処理規則に従って受信パケットを処理するパケット処理部を備える複数のノードと、
     前記ノードを含むネットワーク中のトランキングされたリンクを管理するトランクポート管理部と、
     任意のノードから処理規則の設定を要求されたパケットの特徴に応じて、前記トランキングされたリンクを利用するか否かを判別し、トランキングされたリンクを利用する場合は所定の規則によりトランキングされたいずれかのリンクを選択する経路制御部と、を備え、
     前記ネットワークのトポロジーに基づいて、前記選択したリンクを含むパケット転送経路を計算するとともに、前記パケット転送経路上のノードに対し、前記パケット転送経路を実現する処理規則を設定する制御装置と、を含むこと、
     を特徴とする通信システム。
  2.  前記制御装置は、前記任意のノードから処理規則の設定を要求されたパケットの出力ポートがトランキングされたポートであるか否かにより、前記トランキングされたリンクを利用するか否かを判別する請求項1の通信システム。
  3.  前記制御装置は、前記トランキングされたリンクにおける負荷または障害に応じて、前記パケット転送経路中のリンクをトランキングされた他のリンクに切り替える動作を行う請求項1または2の通信システム。
  4.  前記制御装置は、前記任意のノードから処理規則の設定を要求されたパケットのヘッダの所定のフィールドに書き込まれた情報に基づいて、トランキングされたリンクを利用するか否かを判別する請求項1から3いずれか一の通信システム。
  5.  前記制御装置は、前記任意のノードから処理規則の設定を要求されたパケットの送信元または宛先に基づいて、トランキングされたリンクを利用するか否かを判別する請求項1から3いずれか一の通信システム。
  6.  パケットに適用する処理と前記処理を適用するパケットを特定するための照合規則とを対応付けた処理規則に従って受信パケットを処理するパケット処理部を備える複数のノードと接続され、
     前記ノードを含むネットワーク中のトランキングされたリンクを管理するトランクポート管理部と、
     任意のノードから処理規則の設定を要求されたパケットの特徴に応じて、前記トランキングされたリンクを利用するか否かを判別し、トランキングされたリンクを利用する場合は所定の規則によりトランキングされたいずれかのリンクを選択する経路制御部と、を備え、
     前記ネットワークのトポロジーに基づいて、前記選択したリンクを含むパケット転送経路を計算するとともに、前記パケット転送経路上のノードに対し、前記パケット転送経路を実現する処理規則を設定する制御装置。
  7.  前記任意のノードから処理規則の設定を要求されたパケットの出力ポートがトランキングされたポートであるか否かにより、前記トランキングされたリンクを利用するか否かを判別する請求項6の制御装置。
  8.  前記トランキングされたリンクにおける負荷または障害に応じて、前記パケット転送経路中のリンクをトランキングされた他のリンクに切り替える動作を行う請求項6または7の制御装置。
  9.  パケットに適用する処理と前記処理を適用するパケットを特定するための照合規則とを対応付けた処理規則に従って受信パケットを処理するパケット処理部を備える複数のノードと、
     前記ノードを含むネットワーク中のトランキングされたリンクを管理するトランクポート管理部を備えた制御装置と、を含む通信システムにおける前記処理規則の設定方法であって、
     任意のノードから処理規則の設定を要求されたパケットの特徴に応じて、前記トランキングされたリンクを利用するか否かを判別するステップと、
     前記トランキングされたリンクを利用する場合は所定の規則によりトランキングされたいずれかのリンクを選択するステップと、
     前記ネットワークのトポロジーに基づいて、前記選択したリンクを含むパケット転送経路を計算するとともに、前記パケット転送経路上のノードに対し、前記パケット転送経路を実現する処理規則を設定するステップと、を含む
     処理規則の設定方法。
  10.  パケットに適用する処理と前記処理を適用するパケットを特定するための照合規則とを対応付けた処理規則に従って受信パケットを処理するパケット処理部を備える複数のノードと接続され、
     前記ノードを含むネットワーク中のトランキングされたリンクを管理するトランクポート管理部を備えた制御装置に実行させるプログラムであって、
     任意のノードから処理規則の設定を要求されたパケットの特徴に応じて、前記トランキングされたリンクを利用するか否かを判別する処理と、
     前記トランキングされたリンクを利用する場合は所定の規則によりトランキングされたいずれかのリンクを選択する処理と、
     前記ネットワークのトポロジーに基づいて、前記選択したリンクを含むパケット転送経路を計算するとともに、前記パケット転送経路上のノードに対し、前記パケット転送経路を実現する処理規則を設定する処理と、を実行させるプログラム。
PCT/JP2011/073294 2010-10-14 2011-10-11 通信システム、制御装置、処理規則の設定方法およびプログラム WO2012050071A1 (ja)

Priority Applications (4)

Application Number Priority Date Filing Date Title
CN201180048888.0A CN103155501B (zh) 2010-10-14 2011-10-11 通信系统、控制设备、设置处理规则的方法
US13/878,750 US20130195110A1 (en) 2010-10-14 2011-10-11 Communication system, control device, method for setting processing rules, and program
EP11832506.7A EP2629464A1 (en) 2010-10-14 2011-10-11 Communication system, control device, method for setting processing rules, and program
JP2012538673A JP5585660B2 (ja) 2010-10-14 2011-10-11 通信システム、制御装置、処理規則の設定方法およびプログラム

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2010-231635 2010-10-14
JP2010231635 2010-10-14

Publications (1)

Publication Number Publication Date
WO2012050071A1 true WO2012050071A1 (ja) 2012-04-19

Family

ID=45938300

Family Applications (1)

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

Country Status (5)

Country Link
US (1) US20130195110A1 (ja)
EP (1) EP2629464A1 (ja)
JP (1) JP5585660B2 (ja)
CN (1) CN103155501B (ja)
WO (1) WO2012050071A1 (ja)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5503762B1 (ja) * 2013-02-19 2014-05-28 三菱電機インフォメーションシステムズ株式会社 オープンフローネットワークシステム
CN104335536A (zh) * 2012-05-25 2015-02-04 日本电气株式会社 分组传送系统、控制装置、分组传送方法及程序
EP3014826A4 (en) * 2013-06-28 2017-01-04 Hangzhou H3C Technologies Co., Ltd. Link aggregation

Families Citing this family (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9787567B1 (en) 2013-01-30 2017-10-10 Big Switch Networks, Inc. Systems and methods for network traffic monitoring
CN103782552B (zh) 2013-09-03 2016-10-12 华为技术有限公司 一种业务路径的保护方法、控制器、设备及系统
US10270645B2 (en) 2014-07-21 2019-04-23 Big Switch Networks, Inc. Systems and methods for handling link aggregation failover with a controller
WO2016072424A1 (ja) * 2014-11-05 2016-05-12 日本電気株式会社 制御装置、通信システム及び中継装置の制御方法
WO2016105330A1 (en) 2014-12-22 2016-06-30 Hewlett Packard Enterprise Development Lp Response to an inoperative network device managed by a controller
US9693282B2 (en) 2014-12-23 2017-06-27 Industrial Technology Research Institute Control method, controller and packet processing method for software-defined network
US9813323B2 (en) 2015-02-10 2017-11-07 Big Switch Networks, Inc. Systems and methods for controlling switches to capture and monitor network traffic
CN105871451A (zh) * 2016-03-21 2016-08-17 杭州东方通信软件技术有限公司 一种网络割接切换方法及装置
GB2567026B (en) * 2017-02-11 2022-03-23 Pismo Labs Technology Ltd Methods and systems for transmitting information packets through tunnel groups at a network node
US10419327B2 (en) 2017-10-12 2019-09-17 Big Switch Networks, Inc. Systems and methods for controlling switches to record network packets using a traffic monitoring network
CN117915432B (zh) * 2024-03-19 2024-06-07 中铁四局集团有限公司 一种中继网络传输优化方法

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003087290A (ja) 2001-09-17 2003-03-20 Fujitsu Ltd スイッチ及びブリッジド・ネットワーク
JP3792707B2 (ja) 2003-03-31 2006-07-05 富士通株式会社 データ通信負荷分散制御プログラム、およびデータ負荷分散制御方法
WO2008095010A1 (en) 2007-02-01 2008-08-07 The Board Of Trustees Of The Leland Stanford Jr. University Secure network switching infrastructure
JP2008288880A (ja) * 2007-05-17 2008-11-27 Nec Corp ノード、通信方法およびノード用プログラム
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
JPH06120943A (ja) * 1992-10-08 1994-04-28 Mitsubishi Electric Corp 最適迂回経路選択方式
US5559877A (en) * 1995-03-21 1996-09-24 At&T Automatic provisioning of trunking and routing parameters in a telecommunications network
JP3829467B2 (ja) * 1998-03-30 2006-10-04 Kddi株式会社 網間経路制御装置
EP1032164A1 (en) * 1999-02-26 2000-08-30 International Business Machines Corporation Method of self-learning for the switching nodes of a data transmission network
US6944150B1 (en) * 2000-02-28 2005-09-13 Sprint Communications Company L.P. Method and system for providing services in communications networks
US6829345B2 (en) * 2001-12-21 2004-12-07 Sbc Services, Inc. Trunk design optimization for public switched telephone network
JP2005039362A (ja) * 2003-07-16 2005-02-10 Japan Telecom Co Ltd パケット通信システムの経路制御方法及び経路制御システム
US7593336B2 (en) * 2003-10-31 2009-09-22 Brocade Communications Systems, Inc. Logical ports in trunking
US7499411B2 (en) * 2005-05-26 2009-03-03 Symbol Technologies, Inc. System and method for providing automatic load balancing and redundancy in access port adoption
US8649497B1 (en) * 2006-04-28 2014-02-11 At&T Intellectual Property Ii, L.P. Method and apparatus for providing reliable path for direct inward dial calls
JP2008160385A (ja) * 2006-12-22 2008-07-10 Nec Corp ネットワーク経路制御システム、経路制御装置および経路制御方法
JP2008177806A (ja) * 2007-01-18 2008-07-31 Hitachi Communication Technologies Ltd パケット交換ネットワークおよび障害完成装置
JP5029685B2 (ja) * 2007-02-28 2012-09-19 富士通株式会社 バックアップ装置
US8493855B2 (en) * 2009-03-31 2013-07-23 Infineon Technologies Ag Network retransmission protocols using a proxy node
JP5493926B2 (ja) * 2010-02-01 2014-05-14 日本電気株式会社 インタフェース制御方式、インタフェース制御方法、及びインタフェース制御用プログラム
US9021116B2 (en) * 2010-08-10 2015-04-28 Dell Products, Lp System and method to create virtual links for end-to-end virtualization
US20120054349A1 (en) * 2010-08-26 2012-03-01 Microsoft Corporation Session admission control on sip trunk legs

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003087290A (ja) 2001-09-17 2003-03-20 Fujitsu Ltd スイッチ及びブリッジド・ネットワーク
JP3792707B2 (ja) 2003-03-31 2006-07-05 富士通株式会社 データ通信負荷分散制御プログラム、およびデータ負荷分散制御方法
WO2008095010A1 (en) 2007-02-01 2008-08-07 The Board Of Trustees Of The Leland Stanford Jr. University Secure network switching infrastructure
JP2008288880A (ja) * 2007-05-17 2008-11-27 Nec Corp ノード、通信方法およびノード用プログラム
WO2010103909A1 (ja) * 2009-03-09 2010-09-16 日本電気株式会社 OpenFlow通信システムおよびOpenFlow通信方法

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104335536A (zh) * 2012-05-25 2015-02-04 日本电气株式会社 分组传送系统、控制装置、分组传送方法及程序
CN104335536B (zh) * 2012-05-25 2017-07-18 日本电气株式会社 分组传送系统、控制装置、分组传送方法
US9832114B2 (en) 2012-05-25 2017-11-28 Nec Corporation Packet forwarding system, control apparatus, packet forwarding method, and program
JP5503762B1 (ja) * 2013-02-19 2014-05-28 三菱電機インフォメーションシステムズ株式会社 オープンフローネットワークシステム
EP3014826A4 (en) * 2013-06-28 2017-01-04 Hangzhou H3C Technologies Co., Ltd. Link aggregation

Also Published As

Publication number Publication date
JPWO2012050071A1 (ja) 2014-02-24
US20130195110A1 (en) 2013-08-01
JP5585660B2 (ja) 2014-09-10
CN103155501A (zh) 2013-06-12
CN103155501B (zh) 2016-10-26
EP2629464A1 (en) 2013-08-21

Similar Documents

Publication Publication Date Title
JP5585660B2 (ja) 通信システム、制御装置、処理規則の設定方法およびプログラム
JP5850068B2 (ja) 制御装置、通信システム、通信方法およびプログラム
US20180324274A1 (en) Information system, control apparatus, method of providing virtual network, and program
JP5644895B2 (ja) 通信システム、制御装置、通信方法及びプログラム
JP5825351B2 (ja) 通信システム、制御装置、通信方法及びプログラム
KR101810340B1 (ko) 정보 시스템, 제어 장치, 통신 방법 및 기록 매체
JP5861772B2 (ja) ネットワークアプライアンス冗長化システム、制御装置、ネットワークアプライアンス冗長化方法及びプログラム
JP5987971B2 (ja) 通信システム、スイッチ、制御装置、制御用チャネルの構築方法及びプログラム
WO2014112616A1 (ja) 制御装置、通信装置、通信システム、スイッチの制御方法及びプログラム
JP6070700B2 (ja) パケット転送システム、制御装置、パケット転送方法及びプログラム
RU2586019C2 (ru) Устройство управления, система связи, способ управления узлом и программа
WO2014175423A1 (ja) 通信ノード、通信システム、パケット処理方法及びプログラム
JP6440191B2 (ja) スイッチ装置、vlan設定管理方法及びプログラム
WO2014126094A1 (ja) 通信システム、通信方法、制御装置、制御装置の制御方法及びプログラム
WO2014104277A1 (ja) 制御装置、通信システム、通信ノードの制御方法及びプログラム
WO2015093561A1 (ja) パケット転送システム、制御装置、中継装置の制御方法及びプログラム
WO2015046539A1 (ja) 中継装置、制御装置、通信システム、監視パケットの処理方法及びトポロジ管理方法
JP6264469B2 (ja) 制御装置、通信システム及び中継装置の制御方法
JP2018113564A (ja) 通信システム、スイッチ、制御装置、通信方法、および、プログラム

Legal Events

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

Ref document number: 201180048888.0

Country of ref document: CN

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

Ref document number: 11832506

Country of ref document: EP

Kind code of ref document: A1

REEP Request for entry into the european phase

Ref document number: 2011832506

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 2011832506

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 13878750

Country of ref document: US

ENP Entry into the national phase

Ref document number: 2012538673

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE