WO2014136864A1 - パケット書換装置、制御装置、通信システム、パケット送信方法及びプログラム - Google Patents

パケット書換装置、制御装置、通信システム、パケット送信方法及びプログラム Download PDF

Info

Publication number
WO2014136864A1
WO2014136864A1 PCT/JP2014/055744 JP2014055744W WO2014136864A1 WO 2014136864 A1 WO2014136864 A1 WO 2014136864A1 JP 2014055744 W JP2014055744 W JP 2014055744W WO 2014136864 A1 WO2014136864 A1 WO 2014136864A1
Authority
WO
WIPO (PCT)
Prior art keywords
packet
rewriting
switch
rule
header
Prior art date
Application number
PCT/JP2014/055744
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 US14/771,028 priority Critical patent/US10237377B2/en
Priority to JP2015504375A priority patent/JP5991424B2/ja
Publication of WO2014136864A1 publication Critical patent/WO2014136864A1/ja

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/22Parsing or analysis of headers
    • 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
    • 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/4641Virtual LANs, VLANs, e.g. virtual private networks [VPN]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W28/00Network traffic management; Network resource management
    • H04W28/02Traffic management, e.g. flow control or congestion control
    • H04W28/06Optimizing the usage of the radio link, e.g. header compression, information sizing, discarding information
    • H04W28/065Optimizing the usage of the radio link, e.g. header compression, information sizing, discarding information using assembly or disassembly of packets

Definitions

  • the present invention is based on a Japanese patent application: Japanese Patent Application No. 2013-045264 (filed on March 7, 2013), and the entire contents of this application are incorporated in the present specification by reference.
  • the present invention relates to a packet rewriting device, a control device, a communication system, a packet transmission method, and a program, and more particularly, to a packet rewriting device, a control device, a communication system, a packet transmission method, and a program arranged between tunnel endpoints.
  • Non-Patent Document 1 is a draft of VXLAN.
  • VXLAN encapsulates layer 2 frames at the tunnel end point that is the end point of the virtual tunnel.
  • VNI VXLAN Network Identifier
  • Header also referred to as outer header
  • VXLAN Frame Format This VNI is twice as long as the VLAN ID defined in IEEE802.1Q, and has received attention because it can dramatically increase the number of “tenants (physical network shared users)” in the cloud computing environment. (Maximum is about 16.77 million (2 ⁇ 24)).
  • Non-Patent Document 2 is a draft of NVGRE that performs the same tunneling as VXLAN. Also in NVGRE, the number of segments that can be logically divided is increased by Tenant Network Identifier (TNI) having a length of 24 bits.
  • TTI Tenant Network Identifier
  • Non-Patent Documents 3 and 4 OpenFlow captures communication as an end-to-end flow and performs path control, failure recovery, load balancing, and optimization on a per-flow basis.
  • the OpenFlow switch specified in Non-Patent Document 4 includes a secure channel for communication with the OpenFlow controller, and operates according to a flow table that is appropriately added or rewritten from the OpenFlow controller. For each flow, a set of match conditions (Match Fields), flow statistical information (Counters), and instructions (Instructions) that define processing contents are defined for each flow (non-patented). (Refer to the section “5.2 Flow Table” in Reference 4).
  • the OpenFlow switch when it receives a packet, it searches the flow table for an entry having a matching condition (see “5.3 Matching” in Non-Patent Document 4) that matches the header information of the received packet. If an entry that matches the received packet is found as a result of the search, the OpenFlow switch updates the flow statistical information (counter) and processes the processing (designated) in the instruction field of the entry for the received packet. Perform packet transmission, flooding, discard, etc. from the port. On the other hand, if no entry matching the received packet is found as a result of the search, the OpenFlow switch sends an entry setting request to the OpenFlow controller via the secure channel, that is, a control for processing the received packet. An information transmission request (Packet-In message) is transmitted. The OpenFlow switch receives a flow entry whose processing content is defined and updates the flow table. As described above, the OpenFlow switch performs packet transfer using the entry stored in the flow table as control information.
  • a matching condition see “5.3 Matching” in Non-Patent Document 4
  • NVGRE Network Virtualization using General Router Encapsulation
  • [online] [February 18, 2013 search]
  • “OpenFlow: Enabling Innovation in Campus Networks” [online], [Search on February 18, 2013]
  • Non-Patent Documents 3 and 4 are devices for connecting virtual tunnel endpoints.
  • the OpenFlow switch that can specify the capsule header (additional header) added between the VXLAN and NVGRE tunnel end points as a match condition is not so commercialized. For this reason, in a general OpenFlow switch, there is a problem that different processes cannot be applied based on identifiers such as VNI and TNI included in a capsule header (additional header). Of course, there are switches that can specify these identifiers as matching conditions, but they are expensive.
  • An object of the present invention is to provide a packet rewriting device, a control device, a communication system, a packet transmission method, and a program that can contribute to facilitating control of packets between tunnel endpoints of tunneling protocols such as VXLAN and NVGRE.
  • a packet rewrite rule storage unit that stores a packet rewrite rule for writing information corresponding to a virtual network identifier included in an additional header of a packet output from a tunnel end point to a predetermined area of the original header
  • a packet rewriting unit that rewrites a packet in which information corresponding to the virtual network identifier is written in the original header of the transmission packet in accordance with the packet rewriting rule, and refers to the contents of the tunnel endpoint and the original header.
  • a packet rewriting device disposed between the switch and the switch that determines the processing to be applied to the packet.
  • a packet rewrite rule creating unit for creating a packet rewrite rule for writing information corresponding to a virtual network identifier included in an additional header of a packet output from a tunnel end point into a predetermined area of the original header
  • a control unit that distributes the created packet rewriting rule to a packet rewriting device arranged between a switch and the tunnel end point.
  • the switch that determines the processing to be applied to the packet with reference to the content of the original header, the matching condition that matches the content of the original header to the switch, and the packet that matches the matching condition
  • the control device that controls the switch and the information corresponding to the virtual network identifier included in the additional header of the packet output from the tunnel end point are set in the original header.
  • a packet rewriting rule storage unit that stores a packet rewriting rule to be written in the area of the packet, and a packet rewriting unit that rewrites a packet in which information corresponding to the virtual network identifier is written in the original header of a transmission packet according to the packet rewriting rule.
  • the tunnel endpoint A switch that determines processing to be applied to a packet with reference to the content of the original header, and a packet rewriting device that is disposed between the tunnel endpoint and the tunnel endpoint.
  • a communication system that performs packet routing is provided.
  • the original header of the transmission packet is in accordance with a packet rewrite rule for writing information corresponding to the virtual network identifier included in the additional header of the packet output from the tunnel end point in a predetermined area of the original header.
  • a packet transmission method includes: rewriting information corresponding to the virtual network identifier into a packet written therein; and transmitting the rewritten packet to a switch via a predetermined physical port. The method is tied to a specific machine, a packet rewrite device that is placed between the tunnel endpoint and the switch.
  • the original header of the transmission packet is input to the process of rewriting the information corresponding to the virtual network identifier in the packet written to the switch and the process of transmitting the rewritten packet to the switch through a predetermined physical port.
  • a program to be executed by a computer is provided. This program can be recorded on a computer-readable (non-transient) storage medium. That is, the present invention can be embodied as a computer program product.
  • FIG. 1 it can be realized by a packet rewriting device 1000A arranged between a tunnel end point and a switch.
  • This packet rewriting apparatus 1000A has a packet rewriting rule storage unit 1005 for storing a packet rewriting rule for writing information corresponding to a virtual network identifier included in an additional header of a packet output from a tunnel end point in a predetermined area of the original header. And a packet rewriting unit 1004.
  • the packet rewriting unit 1004 executes processing for rewriting the output packet of the tunnel endpoint into a packet in which information corresponding to the virtual network identifier is written in the original header according to the packet rewriting rule.
  • the virtual network identifier (tenant ID) itself such as VNI or TNI included in the capsule header (additional header) itself or these Information corresponding to is written in the original header.
  • a switch disposed between the packet rewriting devices 1000A can perform transfer processing based on a virtual network identifier (tenant ID) included in the header after rewriting (see FIGS. 9 and 11). .
  • FIG. 2 is a diagram illustrating a configuration of the communication system according to the first embodiment. Referring to FIG. 2, there is shown a configuration in which two physical servers 1000 arranged at each base, a switch 10 that connects the bases, and a controller 100 that controls these switches 10 are connected.
  • the configuration shown in FIG. 2 can be employed as a configuration for connecting data centers, for example.
  • the controller 100 is connected to the switch 10 and the physical server 1000 via a control channel indicated by a broken line in the figure.
  • the switch 10 is configured by an OpenFlow switch that performs packet rewriting, forwarding, and the like in accordance with control information (flow entry) set by the controller 100.
  • the physical server 1000 includes a VM (Virtual Machine) 1001, a virtual switch 1002, a tunnel endpoint 1003, a packet rewriting unit 1004, a packet rewriting rule storage unit 1005, a controller. And a communication unit 1006.
  • the packet rewriting unit 1004 and the packet rewriting rule storage unit 1005 in FIG. 3 correspond to the packet rewriting module 1004A in FIG. In FIG. 2, the controller communication unit 1006 is omitted.
  • the VM 1001 is a virtual machine that is managed by a hypervisor (not shown) and operates on a virtualization platform on a physical server.
  • the VM 1001 belongs to one of the virtual networks (hereinafter also referred to as “tenant”), and the same virtual that operates on another physical server via the virtual switch 1002, the tunnel endpoint 1003, and the packet rewriting unit 1004. It is possible to communicate with the VM 1001 belonging to the network.
  • the virtual switch 1002 holds a MAC (Media Access Protocol) address table for each tenant, and transfers a packet received from the VM 1001 or the tunnel endpoint 1003 to an appropriate destination. More specifically, when receiving a packet, the virtual switch 1002 refers to the MAC address table for each tenant to which the packet belongs, and transfers the packet to the corresponding port of the same tenant.
  • MAC Media Access Protocol
  • the virtual switch 1002 holds information such as which tenant each VM 1001 connected to itself belongs to.
  • FIG. 4 is an example of tenant information held by the virtual switch 1002.
  • the virtual switch 1002 refers to the tenant information shown in FIG. 4 and identifies the ID of the tenant to which the VM that is the transmission source of the received packet belongs. Note that the tenant information illustrated in FIG. 4 is synchronously managed with the tenant information held by the controller via the controller communication unit 1006, for example.
  • the virtual switch 1002 transfers the packet to that VM.
  • the virtual switch 1002 transfers the packet to the tunnel endpoint 1003 in order to deliver the packet to the physical server. At that time, the virtual switch 1002 notifies the tunnel end point 1003 of the tenant ID to which the VM belongs.
  • the tunnel end point (TEP) 1003 encapsulates a packet according to a tunneling protocol such as VXLAN or NVGRE.
  • the tunnel end point 1003 holds VM management information.
  • FIG. 5 shows an example of VM management information held by the tunnel endpoint 1003.
  • information such as which tenant the VM belongs to and on which physical server is stored.
  • the tunnel end point 1003 When the tunnel end point 1003 receives a packet from the virtual switch 1002, the tunnel end point 1003 searches the VM management information in FIG. 5 for a corresponding entry using the tenant ID to which the VM of the transmission source of the packet belongs and the destination MAC address of the packet as keys. Then, the packet is encapsulated based on the entry, and the encapsulated packet is transferred to the packet rewriting unit 1004.
  • the tunnel endpoint stores the IP (Internet Protocol) address of the physical server retrieved from the VM management information and the header (additional header, outer header) outside the encapsulated packet of the MAC address of the physical server. .
  • the tunnel end point 1003 receives a packet from the packet rewriting unit 1004, it returns the encapsulated packet to the original packet (decapsulation) and transfers it to the virtual switch 1002. At that time, the tunnel end point 1003 notifies the virtual switch 1002 of the tenant ID embedded in the encapsulation header (additional header, outer header).
  • FIG. 6 is an example of packet rewrite rules held in the packet rewrite rule storage unit 1005.
  • the identifier of the destination physical server (the upper 3 octets are used in the destination MAC address field of the header (original header) before the header for encapsulation (additional header, outer header) is added, the specific value.
  • Shows an example of a packet rewriting rule for writing a tenant ID (using the lower 3 octets and embedding the tenant ID in the part of xx: xx: xx).
  • the packet rewrite rule is set in the packet rewrite rule storage unit 1005 by the controller 100 and is synchronized with the packet rewrite rule held in the packet rewrite rule storage unit 104 of the controller 100.
  • FIG. 7 is a diagram showing the contents of the destination MAC address field after rewriting according to the packet rewriting rule of FIG.
  • OUI Organizationally Unique Identifier
  • the upper 24 bits OUI Organizationally Unique Identifier
  • the lower 24 bits NIC Network Interface
  • a process of rewriting the Controller) identification unit with the tenant identifier is performed.
  • the I / G bit indicates an individual address / group address identification bit
  • the G / L bit indicates a global address / local address identification bit.
  • the packet rewriting unit 1004 When the packet rewriting unit 1004 receives a packet from the tunnel end point 1003, it rewrites the destination MAC address of the packet according to the packet rewriting rule of the packet rewriting rule storage unit 1005. Specifically, the packet rewriting unit 1004 replaces the upper 24 bits of the destination MAC address of the original header with the identifier of the physical server specified by the packet rewriting rule. Further, the packet rewriting unit 1004 extracts the tenant ID from the header for encapsulation of the received packet (additional header, outer header) and embeds it in the lower 24 bits of the MAC address of the original header.
  • the packet rewriting unit 1004 transfers the rewritten packet to the physical port.
  • the packet rewriting unit 1004 when the packet rewriting unit 1004 receives a packet from the switch 10 side, the packet rewriting unit 1004 performs an operation of restoring the packet to the original packet according to the contents of the packet rewriting rule storage unit 1005. Specifically, the packet rewriting unit 1004 performs an operation of restoring the upper 24 bits and the lower 24 bits of the destination MAC address of the original header to the contents before rewriting shown in FIG.
  • the controller communication unit 1006 performs an operation of transferring information (tenant information, VM management information, packet rewrite rules, etc.) distributed from the controller 100 to the virtual switch 1002, the tunnel endpoint 1003, and the packet rewrite rule storage unit 1005, respectively.
  • the controller 100 sets a packet rewrite rule for the physical server 1000 and sets control information (flow entry) for transferring the rewritten packet to the switch 10 on the packet transfer path.
  • FIG. 8 is a functional block diagram showing the configuration of the controller 100 of the present embodiment. Referring to FIG. 8, a configuration including a switch control unit 101, a physical server storage unit 102, a packet rewrite rule creation unit 103, a packet rewrite rule storage unit 104, and a physical server control unit 105 is shown. .
  • the switch control unit 101 grasps the network topology based on the information received from the switch 10, and routes between the physical servers in the network identified using the physical server information stored in the physical server storage unit 102 Calculate In addition, the switch control unit 101 uses the physical server information and the packet rewrite rules stored in the packet rewrite rule storage unit 104 to instruct control information (flow entry) to instruct the switch 10 on the route to transfer a packet along the route. Create Further, the switch control unit 101 sets the created control information (flow entry) in each switch. In this embodiment, the switch control unit 101 creates a route between all physical servers having tunnel endpoints, and sets control information (flow entry) so that all tunnel endpoints can communicate with each other. .
  • the physical server storage unit 102 stores physical server information including each physical server address and connection destination switch information.
  • FIG. 9 is an example of physical server information.
  • the IP address and MAC address of the physical server are used when specifying the destination address in the matching condition of the control information (flow entry).
  • the connection destination switch ID and the connection destination port number are referred to when specifying a switch that is a starting point and an ending point of a route to be calculated when performing route calculation.
  • the packet rewrite rule creation unit 103 creates a packet rewrite rule corresponding to the physical server.
  • the packet rewrite rule creation unit 103 assigns an identifier (ID) that is unique to the system to each physical server, and based on the identifier and the added physical server MAC address, the packet shown in FIG. Create a rewrite rule.
  • ID an identifier
  • the created packet rewrite rule is stored in the packet rewrite rule storage unit 104, and the physical server control unit 105 transmits it to the physical server 1000 at an appropriate timing.
  • the distribution timing of the packet rewriting rule can be as follows. For example, every time a packet rewrite rule is created, the packet rewrite rule may be distributed to all physical servers, or a method of distributing only to a physical server that needs the packet rewrite rule may be adopted. For example, when focusing on two physical servers, if virtual machines belonging to the same tenant are not operating on the two physical servers, the two physical servers do not need to communicate. Therefore, it is not necessary to distribute a packet rewrite rule for realizing communication with the other physical server to the two physical servers.
  • each physical server inquires the controller 100 when it needs a rewrite rule, instead of being distributed in advance.
  • the packet rewrite unit 1004 of the physical server 1000 receives the packet and searches for the packet rewrite rule stored in the packet rewrite rule storage unit 1005, if there is no corresponding packet rewrite rule, the packet rewrite unit 1004 A method of requesting a packet rewrite rule from the controller 100 can also be adopted.
  • the packet rewriting unit 1004 of each physical server 1000 embeds the physical server identifier and tenant ID in the destination MAC address field of the packet. Then, the controller 100 sets a flow entry including the physical server identifier and the tenant ID as a match condition in each switch 10 to realize packet transfer.
  • the physical server control unit 105 transmits a packet rewrite rule to the physical server 1000, and updates the stored contents of the packet rewrite rule storage unit 1005. Further, the physical server control unit 105 distributes the tenant information (see FIG. 4) and the VM management information (see FIG. 5) to each physical server 1000.
  • Each unit (processing means) of the physical server and controller (including the configuration divided into the OpenFlow controller and the server controller) shown in FIGS. 2, 3, 8, and 14 is connected to the computer that constitutes these devices.
  • the hardware can also be used to implement a computer program that executes the processes described above.
  • FIG. 10 is a flowchart showing the operation at the time of packet transmission of the physical server of the first embodiment.
  • the virtual switch 1002 receives a packet transmitted from the VM (step S110).
  • step S130 when the transfer destination of the received packet is a packet addressed to a VM connected to the same virtual switch (Yes in step S120), the virtual switch 1002 sends the packet to the VM connected to the same virtual switch. Transfer (step S130).
  • the virtual switch 1002 sends the received packet together with the tenant ID to the tunnel end point 1003.
  • the tunnel end point 1003 performs encapsulation by adding a capsule header (additional header) including the tenant ID to the packet (step S140).
  • the packet rewriting unit 1004 searches the packet rewriting rule storage unit 1005 for a packet rewriting rule to be applied to the packet using the destination MAC address of the encapsulated packet, that is, the MAC address of the destination physical server as a key. (Step S150).
  • the packet rewriting unit 1004 has a MAC address of 00: 00: BB: BB in the packet rewriting rule of FIG.
  • the destination MAC address of the original header of the packet is rewritten to “02: 00: 02: xx: xx: xx” using the rule: BB: BB (step S160).
  • the tenant identifier included in the capsule header is set in “xx: xx: xx”.
  • the packet rewriting unit 1004 transmits the rewritten packet to the switch 10 through the physical port (step S170).
  • the controller 100 sets the packet rewrite rule and the physical server identifier in the switch 10 on the path between the physical servers 1000 as control information (flow entry) using the matching condition. Therefore, as shown in FIG. 11, the packet transmitted from the packet rewriting unit 1004 is transferred to the opposing physical server 1000 by the switch on the path (the number #n attached to the vicinity of the switch in FIG. 11 is the port number). Showing).
  • FIG. 12 is a flowchart showing the operation at the time of packet reception of the physical server of the first embodiment.
  • the packet rewriting unit 1004 reads the contents of the rewritten MAC address field from the packet rewriting rule storage unit 1005. Using the as a key, a packet rewrite rule to be applied to the rewritten packet is searched (step S220).
  • the packet rewriting unit 1004 has the MAC address after rewriting of 00 in the packet rewriting rule of FIG.
  • the destination MAC address of the original header of the packet is restored to “00: 00: BB: BB: BB” using the rule of 0: 00: BB: BB: BB: BB (step S230).
  • the tunnel endpoint 1003 decapsulates the packet and sends it to the virtual switch 1002 (step S240).
  • the virtual switch 1002 selects the MAC address table based on the tenant ID sent from the tunnel endpoint 1003, and the packet is sent to the corresponding VM based on the entry that matches the header of the decapsulated packet, that is, the original header. Is transferred (step S250).
  • the switch 10 matches.
  • the control information (flow entry) having the highest priority (the uppermost entry in the balloon of FIG. 13) is applied to transfer the packet from the port # 4.
  • packets from other tenants do not match the uppermost entry in the callout in FIG. 13, and are transferred through the upper path in FIG. 13 (the same path as in FIG. 11).
  • flow control between bases using the tunneling technology can be realized without using an expensive switch capable of interpreting the capsule header.
  • label switching equivalent to MPLS can be realized using an OpenFlow switch.
  • the packet rewriting unit 1004 of the physical server 1000 embeds the identifier of the tunnel endpoint 1003 in the destination MAC address field of the packet. This identifier can be handled like a label in MPLS, and the switch 10 can transfer the packet.
  • the controller instructs rewriting that embeds the identifier of the tunnel end point in the packet, creates control information (flow entry) using the identifier as a match condition, and sets it in each switch 10 in the network.
  • the switch 10 does not need to create a label or calculate a route, and is advantageous in that processing is reduced as compared to an MPLS router.
  • FIG. 14 a configuration (second embodiment) in which the OpenFlow control function and the physical server control function of the controller 100 are divided and arranged in separate apparatuses can be employed.
  • the OpenFlow controller 100B in FIG. 14 provides an interface for controlling the OpenFlow network to the server controller 100A.
  • a function for registering control information (flow entry) in the switch 10 and a function for acquiring network topology information are arranged on the OpenFlow controller 100B side. Is done.
  • the source physical server 1000 embeds the tenant ID to which the VM belongs in the destination MAC address, so that there are a plurality of MAC addresses to be received by the destination physical server.
  • the physical server needs to operate its NIC in promiscuous mode.
  • the destination of the packet must be checked by software, and the packet other than its own must be discarded, which places a heavy load on the CPU (Central Processing Unit) End up.
  • CPU Central Processing Unit
  • FIG. 15 shows the operation mode of the NIC in each environment.
  • the number of MAC addresses to be processed by each physical server does not exceed the number of VMs operating on the physical server.
  • the NIC needs to be operated in the promiscuous mode.
  • it is necessary to configure the network with a switching hub so that packets other than the destination are not transferred to each physical server so that the load of packet reception processing by the software of each physical server does not increase.
  • the NIC may be operated in the normal mode. No matter how many virtual servers (VMs) are operating on the physical server, the MAC address of the packet to be received by the physical server is only one MAC address of the tunnel endpoint.
  • a network may be constructed using a repeater hub.
  • the example in which the packet is rewritten using the destination MAC address field of the original header has been described.
  • the rewritten packet can be restored by the switch on the egress side. Therefore, other fields such as the destination IP address can be rewritten.
  • the content to be rewritten need not be the virtual network ID (tenant ID) itself.
  • the same effect can be obtained by assigning a flow identifier or the like corresponding to the virtual network ID (tenant ID), writing this flow identifier in the original header, and using it as a matching condition for control information (flow entry).
  • the packet rewriting unit is a packet rewriting device that refers to the packet rewriting rule and performs a restoration process on the received packet that has been rewritten.
  • a packet rewriting device that uses a packet rewriting rule distributed from a control device that controls the switch as the packet rewriting rule.
  • a packet rewriting device that uses a packet rewriting rule that rewrites the content of a predetermined area of an original header as the packet rewriting rule to the content used in the matching condition of the control information set in the switch by the control device.
  • a packet rewriting apparatus that uses a packet rewriting rule that writes an identifier for uniquely identifying the virtual network as the packet rewriting rule.
  • [Seventh form] (Refer to the control device (controller) according to the second viewpoint)
  • [Eighth form] In the control device (controller) of the seventh aspect, A control device that creates a match condition for control information set in a subordinate switch using the packet rewrite rule.
  • the controller is A packet rewrite rule creation unit for creating a packet rewrite rule to be stored in the packet rewrite rule storage unit; A control unit that distributes the created packet rewrite rule to a packet rewrite device disposed between the switch and the tunnel end point; [Eleventh form] (Refer to the packet transmission method according to the fourth aspect above) [Twelfth embodiment] (Refer to the program from the fifth viewpoint above)
  • the tenth and eleventh forms can be developed into the second to sixth forms as in the first form.
  • Switch 100 Controller 100A Server controller 100B Open flow controller 101 Switch control part 102 Physical server memory

Landscapes

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

Abstract

 トンネリングプロトコルのトンネルエンドポイント間のパケットの制御の容易化に貢献する。パケット書換装置は、トンネルエンドポイントと、前記オリジナルヘッダの内容を参照してパケットに適用する処理を決定するスイッチと、の間に配置する。このパケット書換装置は、トンネルエンドポイントから出力されるパケットの追加ヘッダに含まれる仮想ネットワーク識別子に対応する情報を、オリジナルヘッダの所定の領域に書き込むパケット書換ルールを記憶するパケット書換ルール記憶部と、前記パケット書換ルールに従い、送信パケットの前記オリジナルヘッダに前記仮想ネットワーク識別子に対応する情報を書き込んだパケットに書き換えるパケット書換部とを備える。

Description

パケット書換装置、制御装置、通信システム、パケット送信方法及びプログラム
 [関連出願についての記載]
 本発明は、日本国特許出願:特願2013-045264号(2013年3月7日出願)に基づくものであり、同出願の全記載内容は引用をもって本書に組み込み記載されているものとする。
 本発明は、パケット書換装置、制御装置、通信システム、パケット送信方法及びプログラムに関し、特に、トンネルエンドポイント間に配置されるパケット書換装置、制御装置、通信システム、パケット送信方法及びプログラムに関する。
 近年、クラウドコンピューティングへの適用を考慮したトンネリングプロトコルとして、VXLAN(Virtual Extensible Local Area Network)、NVGRE(Network Virtualization using General Router Encapsulation)、STT(Stateless Transport Tunneling)といった技術が提案されている。非特許文献1は、VXLANのドラフトである。
 VXLANは、仮想トンネルの終端ポイントとなるトンネルエンドポイントにて、レイヤ2フレームをカプセル化するものであるが、その際に、24ビットの長さを持つVXLAN Network Identifier(VNI)をカプセルヘッダ(追加ヘッダ、アウターヘッダともいう。)に付加する(非特許文献1のPage9「5.VXLAN Frame Format」以下参照)。このVNIは、IEEE802.1Qで規定されているVLAN IDの倍の長さであり、上記クラウドコンピューティング環境における「テナント(物理ネットワークの共有ユーザ)」の数を飛躍的に増大できる点で注目されている(最大約1677万(2^24)となる)。また、非特許文献2は、VXLANと同様のトンネリングを行うNVGREのドラフトである。NVGREにおいても、24ビットの長さを持つTenant Network Identifier(TNI)により、論理分割可能なセグメントの数の増大が図られている。
 一方で、オープンフロー(OpenFlow)という技術が提案されている(非特許文献3、4参照)。オープンフローは、通信をエンドツーエンドのフローとして捉え、フロー単位で経路制御、障害回復、負荷分散、最適化を行うものである。非特許文献4に仕様化されているオープンフロースイッチは、オープンフローコントローラとの通信用のセキュアチャネルを備え、オープンフローコントローラから適宜追加または書き換え指示されるフローテーブルに従って動作する。フローテーブルには、フロー毎に、パケットヘッダと照合するマッチ条件(Match Fields)と、フロー統計情報(Counters)と、処理内容を定義したインストラクション(Instructions)と、の組が定義される(非特許文献4の「5.2 Flow Table」の項参照)。
 例えば、オープンフロースイッチは、パケットを受信すると、フローテーブルから、受信パケットのヘッダ情報に適合するマッチ条件(非特許文献4の「5.3 Matching」参照)を持つエントリを検索する。検索の結果、受信パケットに適合するエントリが見つかった場合、オープンフロースイッチは、フロー統計情報(カウンタ)を更新するとともに、受信パケットに対して、当該エントリのインストラクションフィールドに記述された処理内容(指定ポートからのパケット送信、フラッディング、廃棄等)を実施する。一方、検索の結果、受信パケットに適合するエントリが見つからなかった場合、オープンフロースイッチは、セキュアチャネルを介して、オープンフローコントローラに対してエントリ設定の要求、即ち、受信パケットを処理するための制御情報の送信要求(Packet-Inメッセージ)を送信する。オープンフロースイッチは、処理内容が定められたフローエントリを受け取ってフローテーブルを更新する。このように、オープンフロースイッチは、フローテーブルに格納されたエントリを制御情報として用いてパケット転送を行う。
M.Mahalingamほか7名、"VXLAN: A Framework for Overlaying Virtualized Layer 2 Networks over Layer 3 Network"、[online]、[平成25(2013)年2月18日検索]、インターネット〈URL:http://tools.ietf.org/pdf/draft-mahalingam-dutt-dcops-vxlan-02.pdf〉 M.Sridharanほか8名、"NVGRE: Network Virtualization using General Router Encapsulation"、[online]、[平成25(2013)年2月18日検索]、インターネット〈URL:http://tools.ietf.org/pdf/draft-sridharan-virtualization-nvgre-01.pdf〉 Nick McKeownほか7名、"OpenFlow: Enabling Innovation in Campus Networks"、[online]、[平成25(2013)年2月18日検索]、インターネット〈URL:http://www.openflow.org/documents/openflow-wp-latest.pdf〉 "OpenFlow Switch Specification" Version 1.3.1 (Wire Protocol 0x04)、[online]、[平成25(2013)年2月18日検索]、インターネット〈URL:https://www.opennetworking.org/images/stories/downloads/specification/openflow-spec-v1.3.1.pdf〉
 以下の分析は、本発明によって与えられたものである。上記VXLANやNVGREといったトンネリング技術を使って仮想ネットワークを構築する際、仮想トンネルエンドポイント間を接続する装置として、非特許文献3、4のオープンフロースイッチを利用することが考えられる。
 しかしながら、上記VXLANやNVGREのトンネルエンドポイント間にて付加されるカプセルヘッダ(追加ヘッダ)をマッチ条件として指定できるオープンフロースイッチはあまり商用化されていない。このため、一般的なオープンフロースイッチでは、カプセルヘッダ(追加ヘッダ)に含まれるVNIやTNIといった識別子を基づき異なる処理を適用するといったことができないという問題点がある。もちろん、これら識別子をマッチ条件として指定できるスイッチも存在するが高価である。
 本発明は、上記VXLANやNVGREといったトンネリングプロトコルのトンネルエンドポイント間のパケットの制御の容易化に貢献できるパケット書換装置、制御装置、通信システム、パケット送信方法及びプログラムを提供することを目的とする。
 第1の視点によれば、トンネルエンドポイントから出力されるパケットの追加ヘッダに含まれる仮想ネットワーク識別子に対応する情報を、オリジナルヘッダの所定の領域に書き込むパケット書換ルールを記憶するパケット書換ルール記憶部と、前記パケット書換ルールに従い、送信パケットの前記オリジナルヘッダに前記仮想ネットワーク識別子に対応する情報を書き込んだパケットに書き換えるパケット書換部とを備え、前記トンネルエンドポイントと、前記オリジナルヘッダの内容を参照してパケットに適用する処理を決定するスイッチと、の間に配置されるパケット書換装置が提供される。
 第2の視点によれば、トンネルエンドポイントから出力されるパケットの追加ヘッダに含まれる仮想ネットワーク識別子に対応する情報を、オリジナルヘッダの所定の領域に書き込むパケット書換ルールを作成するパケット書換ルール作成部と、スイッチと前記トンネルエンドポイントとの間に配置されたパケット書換装置に前記作成したパケット書換ルールを配付する制御部とを備える制御装置が提供される。
 第3の視点によれば、オリジナルヘッダの内容を参照してパケットに適用する処理を決定するスイッチと、前記スイッチに、オリジナルヘッダの内容と照合するマッチ条件と該マッチ条件に適合するパケットに適用する処理とを定めた制御情報を設定することにより、前記スイッチを制御する制御装置と、トンネルエンドポイントから出力されるパケットの追加ヘッダに含まれる仮想ネットワーク識別子に対応する情報を、オリジナルヘッダの所定の領域に書き込むパケット書換ルールを記憶するパケット書換ルール記憶部と、前記パケット書換ルールに従い、送信パケットの前記オリジナルヘッダに前記仮想ネットワーク識別子に対応する情報を書き込んだパケットに書き換えるパケット書換部とを備え、前記トンネルエンドポイントと、前記オリジナルヘッダの内容を参照してパケットに適用する処理を決定するスイッチと、の間に配置されるパケット書換装置と、を含み、前記スイッチ及び前記トンネルエンドポイントを介して、トンネルエンドポイント間のパケットの経路制御を行う通信システムが提供される。
 第4の視点によれば、トンネルエンドポイントから出力されるパケットの追加ヘッダに含まれる仮想ネットワーク識別子に対応する情報を、オリジナルヘッダの所定の領域に書き込むパケット書換ルールに従い、送信パケットの前記オリジナルヘッダに前記仮想ネットワーク識別子に対応する情報を書き込んだパケットに書き換えるステップと、前記書き換えたパケットを所定の物理ポートを介してスイッチに送信するステップと、を含むパケット送信方法が提供される。本方法は、トンネルエンドポイントと前記スイッチとの間に配置されるパケット書換装置という、特定の機械に結びつけられている。
 第5の視点によれば、トンネルエンドポイントから出力されるパケットの追加ヘッダに含まれる仮想ネットワーク識別子に対応する情報を、オリジナルヘッダの所定の領域に書き込むパケット書換ルールに従い、送信パケットの前記オリジナルヘッダに前記仮想ネットワーク識別子に対応する情報を書き込んだパケットに書き換える処理と、前記書き換えたパケットを所定の物理ポートを介してスイッチに送信する処理と、を前記トンネルエンドポイントから出力されたパケットが入力されるコンピュータに実行させるプログラムが提供される。なお、このプログラムは、コンピュータが読み取り可能な(非トランジエントな)記憶媒体に記録することができる。即ち、本発明は、コンピュータプログラム製品として具現することも可能である。
 本発明によれば、トンネリングプロトコルのトンネルエンドポイント間のパケットの制御の容易化に貢献することが可能となる。
一実施形態のパケット書換装置の構成を示す図である。 第1の実施形態の通信システムの構成を示す図である。 第1の実施形態の物理サーバの構成を示す機能ブロック図である。 第1の実施形態の仮想スイッチが保持するテナント情報の一例である。 第1の実施形態の動作を説明するためのVM管理情報の例である。 第1の実施形態のパケット書換ルール記憶部に保持されているパケット書換ルールの例である。 第1の実施形態のパケット書換ルールによる書換後の宛先MACアドレスフィールドの内容を示す図である。 第1の実施形態のコントローラの構成を示す機能ブロック図である。 第1の実施形態の動作を説明するための物理サーバ情報の例である。 第1の実施形態の物理サーバの動作(パケット送信時)を表したフローチャートである。 第1の実施形態のコントローラによって設定される制御情報(フローエントリ)の例である。 第1の実施形態の物理サーバの動作(パケット受信時)を表したフローチャートである。 第1の実施形態のコントローラによって設定される制御情報(フローエントリ)の別の例である。 変形実施形態を説明するためのテーブルである。 第2の実施形態のコントローラの構成を示す機能ブロック図である。
 はじめに本願開示の一実施形態の概要について図面を参照して説明する。なお、この概要に付記した図面参照符号は、理解を助けるための一例として各要素に便宜上付記したものであり、本願開示を図示の態様に限定することを意図するものではない。
 本願開示の一実施形態において、図1に示すように、トンネルエンドポイントとスイッチとの間に配置されるパケット書換装置1000Aにて実現できる。このパケット書換装置1000Aは、トンネルエンドポイントから出力されるパケットの追加ヘッダに含まれる仮想ネットワーク識別子に対応する情報を、オリジナルヘッダの所定の領域に書き込むパケット書換ルールを記憶するパケット書換ルール記憶部1005と、パケット書換部1004とを備える。そして、前記パケット書換部1004は、前記パケット書換ルールに従い、前記トンネルエンドポイントの出力パケットを、前記オリジナルヘッダに前記仮想ネットワーク識別子に対応する情報を書き込んだパケットに書き換える処理を実行する。
 以上のように、トンネルエンドポイントとスイッチとの間に、上記したパケット書換装置1000Aを配置することで、カプセルヘッダ(追加ヘッダ)に含まれるVNIやTNIといった仮想ネットワーク識別子(テナントID)そのものあるいはこれらに対応する情報が、オリジナルヘッダに書き込まれることになる。そして、パケット書換装置1000A間に配置されたスイッチが、書換後のヘッダに含まれる仮想ネットワーク識別子(テナントID)等に基づいた転送処理等を行なうことが可能となる(図9、図11参照)。なお、必要に応じて、受信側のトンネルエンドポイントにおいても、同一のパケット書換ルールを配付したパケット書換装置1000Aを配置し、受信パケットを書き換え前の状態に復元する処理を行わせることが望ましい。また、これにより双方向のフロー制御を実現することが可能となる。
[第1の実施形態]
 続いて、パケット書換装置をデータセンタ等の物理サーバ内に内蔵させた第1の実施形態について図面を参照して詳細に説明する。図2は、第1の実施形態の通信システムの構成を示す図である。図2を参照すると、それぞれの拠点に配置された2台の物理サーバ1000と、拠点間を接続するスイッチ10と、これらスイッチ10を制御するコントローラ100とを接続した構成が示されている。なお、図2に示した構成は、例えば、データセンタ間を接続する構成として採用することができる。
 コントローラ100は、図中破線で表した制御チャネルを介して、スイッチ10と物理サーバ1000に接続されている。
 スイッチ10は、コントローラ100により設定された制御情報(フローエントリ)に従い、パケットの書き換え、転送などを行うオープンフロースイッチによって構成される。
 物理サーバ1000は、図3の詳細図で示されるように、VM(Virtual Machine)1001と、仮想スイッチ1002と、トンネルエンドポイント1003と、パケット書換部1004と、パケット書換ルール記憶部1005と、コントローラ通信部1006とを備えている。なお、図3のパケット書換部1004と、パケット書換ルール記憶部1005とが図2のパケット書換モジュール1004Aに相当する。また図2においてコントローラ通信部1006は省略されている。
 VM1001は、図示省略するハイパーバイザ等により管理され、物理サーバ上の仮想化プラットフォーム上で動作する仮想マシンである。VM1001は、いずれかの仮想ネットワーク(以下、「テナント」ともいう。)に属しており、仮想スイッチ1002、トンネルエンドポイント1003、パケット書換部1004を介して、他の物理サーバ上で動作する同一仮想ネットワークに属するVM1001と通信を行うことが可能となっている。
 仮想スイッチ1002は、テナント毎にMAC(Media Access Protocol)アドレステーブルを保持し、VM1001又はトンネルエンドポイント1003から受信したパケットを適切な宛先に転送する。より具体的には、仮想スイッチ1002は、パケットを受信すると、当該パケットが属するテナント毎のMACアドレステーブルを参照し、同一テナントの該当ポートにパケットを転送する。
 そのため、仮想スイッチ1002は、自身に接続する各VM1001がそれぞれどのテナントに属するのかといった情報を保持している。図4は、仮想スイッチ1002が保持するテナント情報の一例である。仮想スイッチ1002は、図4に示すテナント情報を参照し、受信したパケットの送信元のVMが属するテナントのIDを特定する。なお、図4に示すテナント情報は、例えば、コントローラ通信部1006を介して、コントローラが保持するテナント情報と同期管理される。
 仮想スイッチ1002は、受信したパケットの宛先となっているVMが同一仮想スイッチ(自装置)に接続されている場合、そのVMへとパケットを転送する。一方、受信したパケットの宛先が、他の物理サーバ上で動作するVMであった場合、仮想スイッチ1002は、その物理サーバへとパケットを届けるために、トンネルエンドポイント1003へとパケットを転送する。その際、仮想スイッチ1002は、VMが属するテナントIDをトンネルエンドポイント1003へと通知する。
 なお、上記のような仮想スイッチに代えて、コントローラから設定される制御情報(フローエントリ)に従って動作するスイッチ10相当のオープンフロースイッチを仮想化した仮想スイッチを用いることもできる。
 トンネルエンドポイント(TEP)1003は、VXLANやNVGREといったトンネリングプロトコルに従いパケットをカプセル化する。また、トンネルエンドポイント1003は、VM管理情報を保持する。
 図5は、トンネルエンドポイント1003が保持するVM管理情報の例である。図5の例では、VMが、どのテナントに属し、どの物理サーバ上に存在するかといった情報が記憶されている。
 トンネルエンドポイント1003は、仮想スイッチ1002からパケットを受信すると、そのパケットの送信元のVMが属するテナントIDとパケットの宛先MACアドレスをキーに、図5のVM管理情報から該当するエントリを検索する。そして、前記エントリを基に、パケットをカプセル化し、パケット書換部1004へ前記カプセル化後のパケットを転送する。また、トンネルエンドポイントは、前記VM管理情報から検索した物理サーバのIP(Internet Protocol)アドレスと、物理サーバのMACアドレスを前記カプセル化したパケットの外側のヘッダ(追加ヘッダ、アウターヘッダ)に格納する。
 また逆に、トンネルエンドポイント1003は、パケット書換部1004からパケットを受信すると、カプセル化されたパケットを元のパケットに戻して(デカプセル化)から、仮想スイッチ1002に転送する。またその際に、トンネルエンドポイント1003は、仮想スイッチ1002に対し、カプセル化用のヘッダ(追加ヘッダ、アウターヘッダ)に埋め込まれたテナントIDを通知する。
 パケット書換ルール記憶部1005には、カプセル化されたパケットをどのように書き換えるかを示すルールが保存される。図6は、パケット書換ルール記憶部1005に保持されているパケット書換ルールの例である。図6の例では、カプセル化用のヘッダ(追加ヘッダ、アウターヘッダ)が付加される前のヘッダ(オリジナルヘッダ)の宛先MACアドレスフィールドに、宛先物理サーバの識別子(上位3オクテットを使用、具体値はコントローラが指定)とテナントID(下位3オクテットを使用、xx:xx:xxの部分にテナントIDを埋め込む)とを書き込むパケット書換ルールの例が示されている。なお、このパケット書換ルールは、コントローラ100によりパケット書換ルール記憶部1005に設定され、コントローラ100のパケット書換ルール記憶部104に保持されているパケット書換ルールと同期されている。
 図7は、図6のパケット書換ルールにより書換後の宛先MACアドレスフィールドの内容を示す図である。図7に示すように、図6のパケット書換ルールによれば、元々のMACアドレスの上位24ビットのOUI(Organizationally Unique Identifier)部を宛先物理サーバの識別子に書き換え、下位24ビットのNIC(Network Interface Controller)識別部をテナント識別子に書換える処理が行われる。なお、図7のI/Gビットは、個別アドレス/グループアドレス識別ビットを示す、G/Lビットは、グローバルアドレス/ローカルアドレス識別ビットを示している。
 パケット書換部1004は、トンネルエンドポイント1003からパケットを受信すると、パケット書換ルール記憶部1005のパケット書換ルールに従い、前記パケットの宛先MACアドレスを書き換える。具体的には、パケット書換部1004は、オリジナルヘッダの宛先MACアドレスの上位24ビットをパケット書換ルールにて指定された物理サーバの識別子に置き換える。また、パケット書換部1004は、受信パケットのカプセル化用のヘッダ(追加ヘッダ、アウターヘッダ)からテナントIDを取り出して、オリジナルヘッダのMACアドレスの下位24ビットに埋め込む処理を実行する。
 前記パケット書換処理が完了すると、パケット書換部1004は、前記書換したパケットを物理ポートに転送する。
 パケット書換部1004は、逆にスイッチ10側からパケットを受信すると、パケット書換ルール記憶部1005の内容に従い、前記パケットを元のパケットに復元する動作を行う。具体的には、パケット書換部1004は、オリジナルヘッダの宛先MACアドレスの上位24ビット及び下位24ビットを図6に示す書換前の内容に復元する動作を行う。
 コントローラ通信部1006は、コントローラ100から配布される情報(テナント情報、VM管理情報、パケット書換ルール等)を仮想スイッチ1002、トンネルエンドポイント1003及びパケット書換ルール記憶部1005にそれぞれ転送する動作を行う。
 続いて、スイッチ10の制御のほか、上記物理サーバ1000内の各部への設定を行うコントローラ100について説明する。コントローラ100は、物理サーバ1000に対してパケット書換ルールを設定するとともに、パケット転送経路上のスイッチ10に対して、前記書換が施されたパケットの転送用の制御情報(フローエントリ)を設定する。
 図8は、本実施形態のコントローラ100の構成を表した機能ブロック図である。図8を参照すると、スイッチ制御部101と、物理サーバ記憶部102と、パケット書換ルール作成部103と、パケット書換ルール記憶部104と、物理サーバ制御部105とを備えた構成が示されている。
 スイッチ制御部101は、スイッチ10から受信した情報を基に、ネットワークトポロジを把握し、物理サーバ記憶部102に記憶されている物理サーバ情報を用いて特定されるネットワーク中の各物理サーバ間の経路を計算する。また、スイッチ制御部101は、前記物理サーバ情報及びパケット書換ルール記憶部104のパケット書換ルールを用いて、前記経路上のスイッチ10に経路に沿ったパケット転送等を指示する制御情報(フローエントリ)を作成する。さらに、スイッチ制御部101は、前記作成した制御情報(フローエントリ)を各スイッチに設定する。本実施形態では、スイッチ制御部101は、トンネルエンドポイントを持つ全物理サーバ間の経路を作成し、全トンネルエンドポイント同士が通信可能な状態となるように、制御情報(フローエントリ)を設定する。
 物理サーバ記憶部102は、各物理サーバのアドレスや接続先のスイッチ情報を含む物理サーバ情報を記憶する。図9は物理サーバ情報の例である。物理サーバのIPアドレスやMACアドレスは、制御情報(フローエントリ)のマッチ条件中の宛先アドレスを指定する際に使用される。また、接続先スイッチIDやその接続先ポート番号は、経路計算を行う際に、計算する経路の起点、終点となるスイッチを特定する際に参照される。
 パケット書換ルール作成部103は、物理サーバ1000がネットワークに追加された際に、その物理サーバに対応するパケット書換ルールを作成する。本実施形態では、パケット書換ルール作成部103は、各物理サーバに対してシステムで一意となる識別子(ID)を割り当て、その識別子と追加された物理サーバMACアドレスを基に、図6に示すパケット書換ルールを作成する。作成されたパケット書換ルールは、パケット書換ルール記憶部104に保存され、適当なタイミングで、物理サーバ制御部105が、物理サーバ1000に送信する。
 なお、前記パケット書換ルールの配布タイミングとしては、次のようなものが考えられる。例えば、パケット書換ルールを作成する度に、全物理サーバにパケット書換ルールを配布するのでもよいし、そのパケット書換ルールを必要とする物理サーバにだけ配布する方式を採用しても良い。例えば、ある2つの物理サーバに着目した時、その2つの物理サーバ上で同一のテナントに属する仮想マシンが動作していなかった場合、その2つの物理サーバは通信する必要がない。よって、その2つの物理サーバには、他方の物理サーバとの通信を実現するためのパケット書換ルールを配布する必要はない。
 また、パケット書換ルールの配布タイミングとして、コントローラ100が事前に配布するのではなく、各物理サーバが書換ルールを必要なときにコントローラ100に問い合わせる方式もある。例えば、物理サーバ1000のパケット書換部1004がパケットを受け取り、パケット書換ルール記憶部1005に保持されているパケット書換ルールを検索した結果、該当するパケット書換ルールが無かった場合に、パケット書換部1004がコントローラ100にパケット書換ルールを要求する方式も採用可能である。
 前述のとおり、各物理サーバ1000のパケット書換部1004は、パケットの宛先MACアドレスフィールドに、物理サーバの識別子とテナントIDとを埋め込む。そして、コントローラ100が各スイッチ10に、この物理サーバ識別子とテナントIDをマッチ条件に含むフローエントリを設定することで、パケットの転送を実現することができる。
 物理サーバ制御部105は、物理サーバ1000に対し、パケット書換ルールを送信し、パケット書換ルール記憶部1005の記憶内容を更新する。また、物理サーバ制御部105は、各物理サーバ1000に対し、前述のテナント情報(図4参照)とVM管理情報(図5参照)とを配布する。
 なお、図2、図3、図8及び図14に示した物理サーバやコントローラ(オープンフローコントローラとサーバコントローラに分割した構成も含む)の各部(処理手段)は、これらの装置を構成するコンピュータに、そのハードウェアを用いて、上記した各処理を実行させるコンピュータプログラムにより実現することもできる。
 続いて、本実施形態の動作について図面を参照して詳細に説明する。図10は、第1の実施形態の物理サーバのパケット送信時の動作を表したフローチャートである。図10を参照すると、まず、仮想スイッチ1002が、VMから送信されたパケットを受信する(ステップS110)。
 次に、前記受信したパケットの転送先が、同一仮想スイッチに接続するVM宛のパケットであった場合(ステップS120のYes)、仮想スイッチ1002は、前記同一仮想スイッチに接続するVMへとパケットを転送する(ステップS130)。
 一方、前記受信したパケットの転送先が、同一仮想スイッチに接続するVM宛のパケットでない場合(ステップS120のNo)、仮想スイッチ1002は、トンネルエンドポイント1003に対し、テナントIDとともに受信パケットを送る。トンネルエンドポイント1003は、前記パケットに対して前記テナントIDを含んだカプセルヘッダ(追加ヘッダ)を付加するカプセル化を実施する(ステップS140)。
 次に、パケット書換部1004が、パケット書換ルール記憶部1005から、前記カプセル化したパケットの宛先MACアドレス、即ち、宛先物理サーバのMACアドレスをキーに、当該パケットに適用するパケット書換ルールを検索する(ステップS150)。
 例えば、宛先の物理サーバのMACアドレスが00:00:BB:BB:BB:BBである場合、パケット書換部1004は、図6のパケット書換ルールのうち、MACアドレスが00:00:BB:BB:BB:BBであるルールを用いて当該パケットのオリジナルヘッダの宛先MACアドレスを“02:00:02:xx:xx:xx”に書き換える(ステップS160)。但し、“xx:xx:xx”には、カプセルヘッダ(追加ヘッダ)に含まれるテナント識別子が設定される。
 そして、パケット書換部1004は、前記書換したパケットを物理ポートを介してスイッチ10に送信する(ステップS170)。
 一方、コントローラ100は、物理サーバ1000間の経路上のスイッチ10に、前記したパケット書換ルールと物理サーバの識別子をマッチ条件とした制御情報(フローエントリ)に設定している。従って、パケット書換部1004から送信されたパケットは、図11に示すように、経路上のスイッチにより対向する物理サーバ1000に転送される(図11のスイッチ近傍に付した数字#nは、ポート番号を示す)。
 図12は、第1の実施形態の物理サーバのパケット受信時の動作を表したフローチャートである。図12を参照すると、まず、前記パケット書換が施されたパケットをスイッチ10から受信すると(ステップS210)、パケット書換部1004は、パケット書換ルール記憶部1005から、前記書換済みのMACアドレスフィールドの内容をキーに、当該書換済みパケットに適用するパケット書換ルールを検索する(ステップS220)。
 例えば、宛先の物理サーバのMACアドレスフィールドが02:00:02:xx:xx:xxと書き換えられている場合、パケット書換部1004は、図6のパケット書換ルールのうち、書き換え後MACアドレスが00:00:BB:BB:BB:BBであるルールを用いて当該パケットのオリジナルヘッダの宛先MACアドレスを“00:00:BB:BB:BB:BB”に復元する(ステップS230)。
 トンネルエンドポイント1003は、前記パケットに対してデカプセル化を実施し、仮想スイッチ1002に送る(ステップS240)。
 仮想スイッチ1002は、トンネルエンドポイント1003から送られたテナントIDを基にMACアドレステーブルを選択し、デカプセル化されたパケットのヘッダ、即ち、オリジナルヘッダにマッチするエントリに基づいて、該当するVMにパケットを転送する(ステップS250)。
 以上のように、カプセルヘッダを付加したまま、一方の物理サーバのVMから送信されたパケットを、対向する物理サーバに転送することが可能となる。また、図11に示すように、復路(反対方向)のパケットを転送する制御情報(フローエントリ)を設定しておくことで、前記パケットを受信したVMからの応答も上記と同様の手順で、転送可能である。
 また、本実施形態によれば、特定のテナントのパケットに対してだけ特別な制御をすることもできる。図13は、テナントID=10(00:00:0a)であるVMからのパケットだけ、図13の下段に設けた経路で転送するように、制御情報(フローエントリ)を設定した例である。例えば、図13の左端のスイッチ10がテナントID=10のVMからのパケット(MACアドレスは“02:00:02:00:00:0a”に書換済み)を受信すると、スイッチ10は、マッチする制御情報(フローエントリ)の中から最優先のもの(図13の吹出し内の最上段のエントリ)を適用してポート#4からパケットを転送する。一方、その他のテナントからのパケットは、図13の吹出し内の最上段のエントリにはマッチしないため、図13の上側の経路(図11と同様の経路)で転送されることになる。
 以上のように、本実施形態によれば、カプセルヘッダを解釈できる高価なスイッチを用いなくとも、トンネリング技術を用いた拠点間のフロー制御を実現できる。
 また、本実施形態によれば、オープンフロースイッチを使ってMPLS(Multi-Protocol Label Switching)相当のラベルスイッチングも実現できる。前記第1の実施形態では、物理サーバ1000のパケット書換部1004がパケットの宛先MACアドレスフィールドに、トンネルエンドポイント1003の識別子を埋め込んでいる。この識別子をMPLSにおけるラベルのように扱い、スイッチ10にパケットを転送させることが可能である。MPLSネットワークでは、MPLSルータが自律的にラベルを計算し、隣接ルータに配布する処理が必要となる。一方、本実施形態では、コントローラがトンネルエンドポイントの識別子をパケットに埋め込む書換を指示するとともに、その識別子をマッチ条件とする制御情報(フローエントリ)を作成し、ネットワーク中の各スイッチ10に設定する。本実施形態によれば、スイッチ10は、ラベルの作成や経路計算をする必要がなく、MPLSのルータに比べて処理が減るため有利である。
 以上、本発明の実施形態を説明したが、本発明は、上記した実施形態に限定されるものではなく、本発明の基本的技術的思想を逸脱しない範囲で、更なる変形・置換・調整を加えることができる。例えば、各図面に示したネットワーク構成や要素の構成は、本発明の理解を助けるための一例であり、これらの図面に示した構成に限定されるものではない。
 例えば、図14で示すように、コントローラ100のオープンフロー制御機能と物理サーバ制御機能と分割し、それぞれ別装置に配置した構成(第2の実施形態)も採用可能である。この場合、図14のオープンフローコントローラ100Bは、サーバコントローラ100Aに対してオープンフローネットワークを制御するためのインターフェースを提供する。オープンフローコントローラ100B側には、第1の実施形態のコントローラ100の機能のうち、スイッチ10に制御情報(フローエントリ)を登録するための機能や、ネットワークのトポロジ情報を取得するための機能が配置される。
 また、上記した第1の実施形態では、送信元の物理サーバ1000は、それぞれVMが属するテナントIDを宛先MACアドレスに埋め込むので、送信先の物理サーバが受信すべきMACアドレスは複数になる。複数の宛先MACアドレスを受信するために、物理サーバは、そのNICをプロミスキャスモードで動作させる必要がある。一般的に、NICをプロミスキャスモードで動作させた場合、ソフトウェアでパケットの宛先を調べ、自分宛以外のパケットを破棄する処理をしなければならず、CPU(Central Processing Unit)に大きな負荷がかかってしまう。しかしながら、本実施形態の環境では、パケットはリピーターハブではなく、オープンフロースイッチ相当のスイッチにより制御情報(フローエントリ)にマッチしたものだけが転送されてくるので、物理サーバに自分宛て以外のパケットが転送されることはない。
 また、本実施形態では、物理サーバ間がオープンフロースイッチ相当のスイッチで接続されているものとして説明したが、その他のスイッチの適用を制限するものではない。図15は、各環境におけるNICの動作モードを表している。一般的な仮想サーバ環境において、各物理サーバが処理すべきMACアドレスの数は、その物理サーバ上に動作しているVMの数を超えない。このとき、NICはプロミスキャスモードで動作させる必要がある。各物理サーバのソフトウェアによるパケット受信処理の負荷が高くならないように、この環境ではネットワークをスイッチングハブで構成し、各物理サーバに自分の宛先以外のパケットが転送されないようにする必要がある。また、仮想サーバ環境に、VXLANやNVGREを利用して仮想ネットワークを構築する際は、NICをノーマルモードで動作させてよい。物理サーバ上にいくつ仮想サーバ(VM)が動作していようとも、物理サーバが受信すべきパケットのMACアドレスはトンネルエンドポイントのMACアドレスただ1つである。この環境においては、リピーターハブを用いてネットワークを構築しても良い。
 また、上記した実施形態では、オリジナルヘッダの宛先MACアドレスフィールドを用いてパケットを書き換える例を挙げて説明したが、上記説明したように、書換したパケットは、出口側のスイッチで復元することができるため、宛先IPアドレス等その他のフィールドを書換対象としても差し支えない。
 また、書き換える内容も仮想ネットワークID(テナントID)そのものでなくともよい。仮想ネットワークID(テナントID)に対応するフロー識別子等を割り当てて、このフロー識別子をオリジナルヘッダに書き込むとともに、制御情報(フローエントリ)のマッチ条件として用いても同様の効果を奏することができる。
 最後に、本発明の好ましい形態を要約する。
[第1の形態]
 (上記第1の視点によるパケット書換装置参照)
[第2の形態]
 第1の形態のパケット書換装置において、
 前記パケット書換部は、前記パケット書換ルールを参照して、前記書き換えが行われた受信パケットの復元処理を実行するパケット書換装置。
[第3の形態]
 第1又は第2の形態のパケット書換装置において、
 前記パケット書換ルールとして、前記スイッチを制御する制御装置から配布されたパケット書換ルールを用いるパケット書換装置。
[第4の形態]
 第1から第3いずれか一の形態のパケット書換装置において、
 前記パケット書換ルールとして、オリジナルヘッダの所定の領域の内容を、前記制御装置が前記スイッチに設定した制御情報のマッチ条件に用いられた内容に書き換えるパケット書換ルールを用いるパケット書換装置。
[第5の形態]
 第1から第4いずれか一の形態のパケット書換装置において、
 前記パケット書換ルールとして、オリジナルヘッダの所定の領域の内容を、前記仮想ネットワークを一意に識別する識別子を書き込むパケット書換ルールを用いるパケット書換装置。
[第6の形態]
 第1から第5いずれか一の形態のパケット書換装置において、
 前記トンネルエンドポイントを介して通信する仮想マシンが動作する物理サーバに内蔵されているパケット書換装置。
[第7の形態]
 (上記第2の視点による制御装置(コントローラ)参照)
[第8の形態]
 第7の形態の制御装置(コントローラ)において、
 前記パケット書換ルールを用いて、配下のスイッチに設定する制御情報のマッチ条件を作成する制御装置。
[第9の形態]
 (上記第3の視点による通信システム参照)
[第10の形態]
 第9の形態の通信システムにおいて、
 前記制御装置は、
 前記パケット書換ルール記憶部に記憶させるパケット書換ルールを作成するパケット書換ルール作成部と、
 前記作成したパケット書換ルールを、前記スイッチと前記トンネルエンドポイントとの間に配置されたパケット書換装置に配付する制御部とを備える。
[第11の形態]
 (上記第4の視点によるパケット送信方法参照)
[第12の形態]
 (上記第5の視点によるプログラム参照)
 なお、上記第10、第11の形態は、第1の形態と同様に、第2~第6の形態に展開することが可能である。
 なお、上記の非特許文献の各開示を、本書に引用をもって繰り込むものとする。本発明の全開示(請求の範囲を含む)の枠内において、さらにその基本的技術思想に基づいて、実施形態ないし実施例の変更・調整が可能である。また、本発明の請求の範囲の枠内において種々の開示要素(各請求項の各要素、各実施形態ないし実施例の各要素、各図面の各要素等を含む)の多様な組み合わせ、ないし選択が可能である。すなわち、本発明は、請求の範囲を含む全開示、技術的思想にしたがって当業者であればなし得るであろう各種変形、修正を含むことは勿論である。特に、本書に記載した数値範囲については、当該範囲内に含まれる任意の数値ないし小範囲が、別段の記載のない場合でも具体的に記載されているものと解釈されるべきである。
 10 スイッチ
 100 コントローラ
 100A サーバコントローラ
 100B オープンフローコントローラ
 101 スイッチ制御部
 102 物理サーバ記憶部
 102A 制御部
 102B 通信部
 103 パケット書換ルール作成部
 104 パケット書換ルール記憶部
 105 物理サーバ制御部
 1000 物理サーバ
 1000A パケット書換装置
 1001 VM(Virtual Machine)
 1002 仮想スイッチ
 1003 トンネルエンドポイント
 1004 パケット書換部
 1004A パケット書換モジュール
 1005 パケット書換ルール記憶部
 1006 コントローラ通信部

Claims (12)

  1.  トンネルエンドポイントから出力されるパケットの追加ヘッダに含まれる仮想ネットワーク識別子に対応する情報を、オリジナルヘッダの所定の領域に書き込むパケット書換ルールを記憶するパケット書換ルール記憶部と、
     前記パケット書換ルールに従い、送信パケットの前記オリジナルヘッダに前記仮想ネットワーク識別子に対応する情報を書き込んだパケットに書き換えるパケット書換部とを備え、
     前記トンネルエンドポイントと、前記オリジナルヘッダの内容を参照してパケットに適用する処理を決定するスイッチと、の間に配置されるパケット書換装置。
  2.  前記パケット書換部は、前記パケット書換ルールを参照して、前記書き換えが行われた受信パケットの復元処理を実行する請求項1のパケット書換装置。
  3.  前記パケット書換ルールとして、前記スイッチを制御する制御装置から配布されたパケット書換ルールを用いる請求項1又は2のパケット書換装置。
  4.  前記パケット書換ルールとして、オリジナルヘッダの所定の領域の内容を、前記制御装置が前記スイッチに設定した制御情報のマッチ条件に用いられた内容に書き換えるパケット書換ルールを用いる請求項3のパケット書換装置。
  5.  前記パケット書換ルールとして、オリジナルヘッダの所定の領域の内容を、前記仮想ネットワークを一意に識別する識別子に書き換えるパケット書換ルールを用いる請求項1から4いずれか一のパケット書換装置。
  6.  前記トンネルエンドポイントを介して通信する仮想マシンが動作する物理サーバに内蔵されている請求項1から5いずれか一のパケット書換装置。
  7.  トンネルエンドポイントから出力されるパケットの追加ヘッダに含まれる仮想ネットワーク識別子に対応する情報を、オリジナルヘッダの所定の領域に書き込むパケット書換ルールを作成するパケット書換ルール作成部と、
     スイッチと前記トンネルエンドポイントとの間に配置されたパケット書換装置に前記作成したパケット書換ルールを配付する制御部とを備える制御装置。
  8.  前記パケット書換ルールを用いて、配下のスイッチに設定する制御情報のマッチ条件を作成する請求項7の制御装置。
  9.  オリジナルヘッダの内容を参照してパケットに適用する処理を決定するスイッチと、
     前記スイッチに、オリジナルヘッダの内容と照合するマッチ条件と該マッチ条件に適合するパケットに適用する処理とを定めた制御情報を設定することにより、前記スイッチを制御する制御装置と、
     トンネルエンドポイントから出力されるパケットの追加ヘッダに含まれる仮想ネットワーク識別子に対応する情報を、オリジナルヘッダの所定の領域に書き込むパケット書換ルールを記憶するパケット書換ルール記憶部と、
     前記パケット書換ルールに従い、送信パケットの前記オリジナルヘッダに前記仮想ネットワーク識別子に対応する情報を書き込んだパケットに書き換えるパケット書換部とを備え、前記トンネルエンドポイントと、前記オリジナルヘッダの内容を参照してパケットに適用する処理を決定するスイッチと、の間に配置されるパケット書換装置と、を含み、
     前記スイッチ及び前記トンネルエンドポイントを介して、トンネルエンドポイント間のパケットの経路制御を行う通信システム。
  10.  前記制御装置は、
     前記パケット書換ルール記憶部に記憶させるパケット書換ルールを作成するパケット書換ルール作成部と、
     前記スイッチと前記トンネルエンドポイントとの間に配置されたパケット書換装置に前記作成したパケット書換ルールを配付する制御部とを備える請求項9の通信システム。
  11.  トンネルエンドポイントから出力されるパケットの追加ヘッダに含まれる仮想ネットワーク識別子に対応する情報を、オリジナルヘッダの所定の領域に書き込むパケット書換ルールに従い、送信パケットの前記オリジナルヘッダに前記仮想ネットワーク識別子に対応する情報を書き込んだパケットに書き換えるステップと、
     前記書き換えたパケットを所定の物理ポートを介してスイッチに送信するステップと、を含むパケット送信方法。
  12.  トンネルエンドポイントから出力されるパケットの追加ヘッダに含まれる仮想ネットワーク識別子に対応する情報を、オリジナルヘッダの所定の領域に書き込むパケット書換ルールに従い、送信パケットの前記オリジナルヘッダに前記仮想ネットワーク識別子に対応する情報を書き込んだパケットに書き換える処理と、
     前記書き換えたパケットを所定の物理ポートを介してスイッチに送信する処理と、
     を前記トンネルエンドポイントから出力されたパケットが入力されるコンピュータに実行させるプログラム。
PCT/JP2014/055744 2013-03-07 2014-03-06 パケット書換装置、制御装置、通信システム、パケット送信方法及びプログラム WO2014136864A1 (ja)

Priority Applications (2)

Application Number Priority Date Filing Date Title
US14/771,028 US10237377B2 (en) 2013-03-07 2014-03-06 Packet rewriting apparatus, control apparatus, communication system, packet transmission method and program
JP2015504375A JP5991424B2 (ja) 2013-03-07 2014-03-06 パケット書換装置、制御装置、通信システム、パケット送信方法及びプログラム

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2013045264 2013-03-07
JP2013-045264 2013-03-07

Publications (1)

Publication Number Publication Date
WO2014136864A1 true WO2014136864A1 (ja) 2014-09-12

Family

ID=51491372

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2014/055744 WO2014136864A1 (ja) 2013-03-07 2014-03-06 パケット書換装置、制御装置、通信システム、パケット送信方法及びプログラム

Country Status (3)

Country Link
US (1) US10237377B2 (ja)
JP (1) JP5991424B2 (ja)
WO (1) WO2014136864A1 (ja)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016134876A (ja) * 2015-01-22 2016-07-25 富士通株式会社 情報処理システム、情報処理装置、および情報処理システムの制御方法
JP2016144144A (ja) * 2015-02-04 2016-08-08 日本電信電話株式会社 負荷分散システム及び負荷分散方法
WO2016132262A1 (en) * 2015-02-16 2016-08-25 Telefonaktiebolaget Lm Ericsson (Publ) Method and system for providing "anywhere access" for fixed broadband subscribers
CN107637029A (zh) * 2015-06-10 2018-01-26 株式会社宙连 用于向无线终端提供对ip网络的访问的通信系统及通信方法
JP2018033136A (ja) * 2016-08-25 2018-03-01 エヌエイチエヌ エンターテインメント コーポレーションNHN Entertainment Corporation 仮想ネットワーク環境で仮想スイッチを利用してロードバランシングを処理する方法およびシステム
US10063470B2 (en) 2015-05-12 2018-08-28 Industrial Technology Research Institute Data center network system based on software-defined network and packet forwarding method, address resolution method, routing controller thereof
EP3280100A4 (en) * 2015-03-31 2018-12-05 Nec Corporation Control device, control method, and program
JP2019514310A (ja) * 2016-04-27 2019-05-30 新華三技術有限公司New H3C Technologies Co., Ltd. パケット転送
US11075981B2 (en) 2016-08-25 2021-07-27 Nhn Entertainment Corporation Method and system for processing direct server return load balancing using loopback interface in virtual network environment

Families Citing this family (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP3091705B1 (en) * 2014-01-23 2018-09-05 Huawei Technologies Co., Ltd. Tunnel processing method for packet, switching device and control device
CN105515992B (zh) * 2014-09-26 2019-01-11 新华三技术有限公司 Vxlan网络中的流表项处理方法及装置
US20160173600A1 (en) * 2014-12-15 2016-06-16 Cisco Technology, Inc. Programmable processing engine for a virtual interface controller
US10523796B2 (en) 2015-12-22 2019-12-31 Intel Corporation Techniques for embedding fabric address information into locally-administered Ethernet media access control addresses (MACs) and a multi-node fabric system implementing the same
CN106936939B (zh) * 2015-12-31 2020-06-02 华为技术有限公司 一种报文处理方法、相关装置及nvo3网络系统
US10237090B2 (en) * 2016-10-28 2019-03-19 Avago Technologies International Sales Pte. Limited Rule-based network identifier mapping
CN109218178B (zh) * 2017-07-05 2021-06-22 华为技术有限公司 一种报文处理方法及网络设备
US10412047B2 (en) 2017-08-17 2019-09-10 Arista Networks, Inc. Method and system for network traffic steering towards a service device
US10721651B2 (en) 2017-09-29 2020-07-21 Arista Networks, Inc. Method and system for steering bidirectional network traffic to a same service device
US10764234B2 (en) 2017-10-31 2020-09-01 Arista Networks, Inc. Method and system for host discovery and tracking in a network using associations between hosts and tunnel end points
US10778464B2 (en) * 2018-04-20 2020-09-15 Futurewei Technologies, Inc. NSH encapsulation for traffic steering establishing a tunnel between virtual extensible local area network (VxLAN) tunnel end points (VTEPS) using a NSH encapsulation header comprising a VxLAN header whose VNI field has been replaced by an NSH shim
US10917342B2 (en) 2018-09-26 2021-02-09 Arista Networks, Inc. Method and system for propagating network traffic flows between end points based on service and priority policies
US10855733B2 (en) 2018-12-04 2020-12-01 Arista Networks, Inc. Method and system for inspecting unicast network traffic between end points residing within a same zone
US10848457B2 (en) 2018-12-04 2020-11-24 Arista Networks, Inc. Method and system for cross-zone network traffic between different zones using virtual network identifiers and virtual layer-2 broadcast domains
US10749789B2 (en) * 2018-12-04 2020-08-18 Arista Networks, Inc. Method and system for inspecting broadcast network traffic between end points residing within a same zone
DE102021113670A1 (de) * 2021-05-27 2022-12-01 Dspace Gmbh Verfahren zur Datenübertragung in einem Netzwerksystem sowie Netzwerksystem
US20230164073A1 (en) * 2021-11-23 2023-05-25 Google Llc Systems and Methods for Tunneling Network Traffic to Apply Network Functions

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2011037104A1 (ja) * 2009-09-24 2011-03-31 日本電気株式会社 仮想サーバ間通信識別システム、及び仮想サーバ間通信識別方法
JP2012191554A (ja) * 2011-03-14 2012-10-04 Ntt Data Corp サーバ装置、パケット伝送システム、パケット伝送方法及びプログラム

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7606239B2 (en) * 2003-01-31 2009-10-20 Brocade Communications Systems, Inc. Method and apparatus for providing virtual ports with attached virtual devices in a storage area network
US8934486B2 (en) * 2006-03-16 2015-01-13 Cisco Technology, Inc. System and method for implementing multicast over a label-switched core network
US8036229B2 (en) * 2007-10-08 2011-10-11 Cisco Technology, Inc. Switch with virtual network identifier re-write capability

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2011037104A1 (ja) * 2009-09-24 2011-03-31 日本電気株式会社 仮想サーバ間通信識別システム、及び仮想サーバ間通信識別方法
JP2012191554A (ja) * 2011-03-14 2012-10-04 Ntt Data Corp サーバ装置、パケット伝送システム、パケット伝送方法及びプログラム

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
OPENFLOW MANAGEMENT AND CONFIGURATION PROTOCOL (OF-CONFIG 1.1, 25 June 2012 (2012-06-25) *

Cited By (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016134876A (ja) * 2015-01-22 2016-07-25 富士通株式会社 情報処理システム、情報処理装置、および情報処理システムの制御方法
JP2016144144A (ja) * 2015-02-04 2016-08-08 日本電信電話株式会社 負荷分散システム及び負荷分散方法
WO2016132262A1 (en) * 2015-02-16 2016-08-25 Telefonaktiebolaget Lm Ericsson (Publ) Method and system for providing "anywhere access" for fixed broadband subscribers
EP3280100A4 (en) * 2015-03-31 2018-12-05 Nec Corporation Control device, control method, and program
US10063470B2 (en) 2015-05-12 2018-08-28 Industrial Technology Research Institute Data center network system based on software-defined network and packet forwarding method, address resolution method, routing controller thereof
US11310655B2 (en) 2015-06-10 2022-04-19 Soracom, Inc. Communication system and communication method for providing access to IP network to wireless cable
CN107637029A (zh) * 2015-06-10 2018-01-26 株式会社宙连 用于向无线终端提供对ip网络的访问的通信系统及通信方法
US12096517B2 (en) 2015-06-10 2024-09-17 Soracom, Inc. Communication system and communication method for providing access to IP network to wireless terminals
EP3310008A4 (en) * 2015-06-10 2018-11-21 Soracom, Inc. Communication system and communication method for providing ip network access to wireless terminals
CN113473651B (zh) * 2015-06-10 2024-04-30 株式会社宙连 用于向无线终端提供对ip网络的访问的通信系统及通信方法
US11765571B2 (en) 2015-06-10 2023-09-19 Soracom, Inc. Communication system and communication method for providing access to IP network to wireless terminals
CN113473651A (zh) * 2015-06-10 2021-10-01 株式会社宙连 用于向无线终端提供对ip网络的访问的通信系统及通信方法
JP2019514310A (ja) * 2016-04-27 2019-05-30 新華三技術有限公司New H3C Technologies Co., Ltd. パケット転送
US10547567B2 (en) 2016-04-27 2020-01-28 New H3C Technologies Co., Ltd Packet forwarding
US11330044B2 (en) 2016-08-25 2022-05-10 Nhn Entertainment Corporation Method and system for processing load balancing using virtual switch in virtual network environment
US11075981B2 (en) 2016-08-25 2021-07-27 Nhn Entertainment Corporation Method and system for processing direct server return load balancing using loopback interface in virtual network environment
JP2018033136A (ja) * 2016-08-25 2018-03-01 エヌエイチエヌ エンターテインメント コーポレーションNHN Entertainment Corporation 仮想ネットワーク環境で仮想スイッチを利用してロードバランシングを処理する方法およびシステム

Also Published As

Publication number Publication date
JPWO2014136864A1 (ja) 2017-02-16
US10237377B2 (en) 2019-03-19
JP5991424B2 (ja) 2016-09-14
US20160014241A1 (en) 2016-01-14

Similar Documents

Publication Publication Date Title
JP5991424B2 (ja) パケット書換装置、制御装置、通信システム、パケット送信方法及びプログラム
US12021826B2 (en) Techniques for managing software defined networking controller in-band communications in a data center network
US10320664B2 (en) Cloud overlay for operations administration and management
US9215175B2 (en) Computer system including controller and plurality of switches and communication method in computer system
US9577958B2 (en) Method and apparatus for implementing communication between virtual machines
US10237177B2 (en) Transfer device and transfer system
CN104580024B (zh) 扩展的以太网互联结构交换机
CN102857416B (zh) 一种实现虚拟网络的方法、控制器和虚拟网络
EP3197107B1 (en) Message transmission method and apparatus
WO2016173271A1 (zh) 报文处理方法、设备及系统
US9491000B2 (en) Data transport system, transmission method, and transport apparatus
JP6248938B2 (ja) 通信システム、仮想ネットワーク管理装置、仮想ネットワークの管理方法及びプログラム
EP3069471B1 (en) Optimized multicast routing in a clos-like network
JP6206508B2 (ja) パケット転送装置、制御装置、通信システム、通信方法及びプログラム
EP2915315B1 (en) Otv scaling using site virtual mac addresses
JP5860423B2 (ja) キャリア網仮想化システム及び方法
US20160277251A1 (en) Communication system, virtual network management apparatus, communication node, communication method, and program
KR20160062688A (ko) 오버레이 네트워크 기반에서의 오리지널 패킷 플로우 매핑 장치 및 그 방법
JP2016103697A (ja) ネットワークシステム、制御装置、通信装置、通信装置の制御方法及びプログラム
JP6264469B2 (ja) 制御装置、通信システム及び中継装置の制御方法
JP2016225933A (ja) 制御装置、中継装置の制御方法、プログラム及び通信システム

Legal Events

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

Ref document number: 14760818

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 14771028

Country of ref document: US

ENP Entry into the national phase

Ref document number: 2015504375

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 14760818

Country of ref document: EP

Kind code of ref document: A1