WO2012090996A1 - 情報システム、制御装置、仮想ネットワークの提供方法およびプログラム - Google Patents

情報システム、制御装置、仮想ネットワークの提供方法およびプログラム Download PDF

Info

Publication number
WO2012090996A1
WO2012090996A1 PCT/JP2011/080181 JP2011080181W WO2012090996A1 WO 2012090996 A1 WO2012090996 A1 WO 2012090996A1 JP 2011080181 W JP2011080181 W JP 2011080181W WO 2012090996 A1 WO2012090996 A1 WO 2012090996A1
Authority
WO
WIPO (PCT)
Prior art keywords
node
virtual
physical
virtual network
external
Prior art date
Application number
PCT/JP2011/080181
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 CN201180063353.0A priority Critical patent/CN103283187B/zh
Priority to JP2012550969A priority patent/JP5534037B2/ja
Priority to US13/976,721 priority patent/US10044830B2/en
Priority to KR1020137019914A priority patent/KR101581093B1/ko
Priority to KR1020157020325A priority patent/KR101644766B1/ko
Priority to EP11854027.7A priority patent/EP2661026A4/en
Publication of WO2012090996A1 publication Critical patent/WO2012090996A1/ja
Priority to US16/034,981 priority patent/US20180324274A1/en

Links

Images

Classifications

    • 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
    • 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/4604LAN interconnection over a backbone network, e.g. Internet, Frame Relay
    • H04L12/462LAN interconnection over a bridge based backbone
    • H04L12/4625Single bridge functionality, e.g. connection of two networks over a single bridge
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/60Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources
    • 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
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/38Flow based routing
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/64Routing or path finding of packets in data switching networks using an overlay routing layer
    • 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

Definitions

  • the present invention is based on the priority claim of Japanese patent application: Japanese Patent Application No. 2010-292014 (filed on Dec. 28, 2010), the entire contents of which are incorporated herein by reference. Shall.
  • the present invention relates to an information system, a control device, a method for providing a virtual network, and a program, and in particular, an information system, a control device, and a virtual network configured using a forwarding node that processes a received packet according to a processing rule that matches the received packet.
  • the present invention relates to a providing method and program.
  • Non-Patent Documents 1 and 2 OpenFlow captures communication as an end-to-end flow and performs path control, failure recovery, load balancing, and optimization on a per-flow basis.
  • the OpenFlow switch specified in Non-Patent Document 2 includes a secure channel for communication with 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.
  • a set of a matching rule (header field) to be matched with the packet header, flow statistical information (Counters), and an action (Actions) defining the processing content is defined (FIG. 17). reference).
  • an 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. 17) 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.
  • Example 2 on page 5 of Non-Patent Document 1 describes that a virtual network such as a VLAN (Virtual Local Network) can be provided by using the above-described OpenFlow mechanism.
  • a virtual network such as a VLAN (Virtual Local Network) can be provided by using the above-described OpenFlow mechanism.
  • individual user traffic is specified by the port or MAC (Media Access Control) address of the OpenFlow switch, and an appropriate VLAN ID is assigned to the OpenFlow switch. It is described that the user authentication is performed, and further, the location of the user is taken into consideration in the assignment of the VLAN ID.
  • MAC Media Access Control
  • the non-patent document 1 only discloses a method for assigning the VLAN ID (that is, determination of a virtual network) and the like, and the OpenFlow switch is used as a virtual node or a virtual front end system on the virtual network. There is no mention of getting it up and running for the user.
  • the present invention has been made in view of the circumstances described above, and the object of the present invention is to provide physical nodes and virtual nodes in an information system in which a control device represented by the above-described OpenFlow controls a plurality of physical nodes. It is an object of the present invention to provide a configuration and method capable of dynamically and simply associating with each other.
  • a packet received from an external node is processed according to a processing rule that associates a matching rule for specifying a flow with a processing content applied to a packet that conforms to the matching rule.
  • a plurality of physical nodes, and a control device that operates the plurality of physical nodes as virtual nodes on a virtual network that can be used from the external node by setting the processing rule in the physical nodes.
  • the control device includes: a first storage unit that defines a correspondence relationship between the physical node and a virtual network; and a second storage unit that defines a correspondence relationship between the external node and a virtual node on the virtual network.
  • the external node based on information on a physical node to which the external node is connected and information on the external node included in a received packet. Determining the virtual network and virtual nodes connected, the information system according to claim is provided.
  • a packet received from an external node is processed according to a processing rule that associates a matching rule for specifying a flow with a processing content applied to a packet that conforms to the matching rule.
  • a second storage unit that is connected to a plurality of physical nodes and that defines a correspondence relationship between the physical node and a virtual network, a second storage unit that defines a correspondence relationship between the external node and a virtual node on the virtual network. And determining a virtual network and a virtual node to which the external node is connected based on the information on the physical node to which the external node is connected and the information on the external node.
  • a packet received from an external node is processed according to a processing rule that associates a matching rule for specifying a flow with a processing content applied to a packet that conforms to the matching rule.
  • the control device connected to the plurality of physical nodes determines the correspondence between the first storage unit that defines the correspondence between the physical node and the virtual network, the external node, and the virtual node on the virtual network. And determining a virtual network and a virtual node to which the external node is connected based on a physical node to which the external node is connected and information on the external node included in the received packet. And setting the processing rule on a plurality of physical nodes including a physical node corresponding to the virtual node.
  • the method of providing a virtual network including a step of operating as a virtual node on available virtual network from the external node is provided. This method is linked to a specific machine called a control device that sets the processing rule in the physical node.
  • a packet received from an external node is processed according to a processing rule that associates a matching rule for specifying a flow with a processing content applied to a packet that conforms to the matching rule.
  • a plurality of physical nodes connected to each other, a first storage unit that defines a correspondence relationship between the physical node and the virtual network, a first storage unit that defines a correspondence relationship between the external node and a virtual node on the virtual network.
  • a virtual network connected to the external node based on the physical node connected to the external node and the information on the external node included in the received packet.
  • the program for executing the process to operate as a virtual node on the virtual networks available from the external node 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.
  • a virtual node that is handled as being connected to an external node is determined, and a service by a virtual network starting from the virtual node is provided. It becomes possible to provide.
  • the present invention in one embodiment, in accordance with a processing rule that associates a matching rule for specifying a flow with a processing content applied to a packet that conforms to the matching rule, A plurality of physical nodes that process packets received from 30A to 30D and the processing rules are set in the physical nodes, so that the plurality of physical nodes can be used on virtual networks that can be used from the external nodes 30A to 30D.
  • This can be realized by a configuration including a control server (control device) 20 that operates as a node.
  • control server 20 includes a first storage unit that defines the correspondence between the physical node and the virtual network, and a second storage that defines the correspondence between the external node and the virtual node on the virtual network. And a virtual network and a virtual network to which the external node is connected based on information on the physical node to which the external node is connected (for example, the physical node 10A in FIG. 1) and information on the external node. Determine the node.
  • the virtual network and the virtual node to which the external node is connected are uniquely obtained from the physical node information and the external node information without having to associate the physical node and the virtual node on a one-to-one basis. Is possible. Further, by adopting the same configuration, for example, even if the external node moves like the external node 30A in FIG. 1, the determined virtual node can be associated with the physical node of the movement destination (reference numeral 510 in FIG. 1). 520). The communication can be continued by performing mutual conversion between the flow on the virtual network and the flow on the physical network based on the updated correspondence.
  • FIG. 2 is a diagram showing the overall configuration of the first embodiment of the present invention.
  • physical nodes 10A to 10C a control server (control device) 20 that sets processing rules for these physical nodes 10A to 10C, and an external device that communicates with other external nodes via the physical nodes 10A to 10C.
  • Nodes 30A-30D are shown.
  • the control server 20 sets the physical nodes 10A to 10C as processing rules, thereby controlling the packet transfer path and causing the physical nodes 10A to 10C to behave as virtual nodes on the virtual network recognized by the user. be able to.
  • the physical node 10C is assigned to the external nodes 30C and 30D by distributing the access from the external nodes 30A and 30B to the external nodes 30C and 30D by a predetermined algorithm.
  • 10C can be operated as a virtual load balancer.
  • FIG. 3 shows the detailed configuration of the physical nodes 10A to 10C (hereinafter referred to as “physical node 10” and “external node 30”, respectively, when there is no need to distinguish between the physical node and the external node). It is a block diagram.
  • a packet processing unit 101 that processes received packets, a processing rule storage unit 102 that holds processing rules set by the control server 20, and a control server communication unit 103 that communicates with the control server 20.
  • the configuration provided is shown.
  • FIG. 4 is a diagram for explaining the processing rule 102A held in the processing rule storage unit 102.
  • the processing rule has a configuration in which a matching rule for specifying a flow is associated with a processing content (action) applied to a packet that matches the matching rule.
  • the physical node 10 performs aging of each processing rule.
  • the packet processing unit 101 When receiving the packet, the packet processing unit 101 searches the processing rule storage unit 102 for a processing rule having a matching rule that matches the received packet. When the processing rule corresponding to the processing rule storage unit 102 exists, the packet processing unit 101 executes the processing content (for example, output from the port # 1) defined in the processing rule.
  • the processing content for example, output from the port # 1
  • the packet processing unit 101 If there is no processing rule corresponding to the processing rule storage unit 102 as a result of the search for the processing rule, the packet processing unit 101 requests the server communication unit 103 to make a processing rule setting request to the control server 20.
  • the packet processing unit 101 deletes, from the processing rule storage unit 102, a processing rule that has not received a received packet within the time (timeout value) set for the aging. Further, the packet processing unit 101 notifies the control server 20 through the server communication unit 103 that the processing rule from the processing rule storage unit 102 has been deleted.
  • the server communication unit 103 communicates with the control server 20 such as processing rule setting requests, reception of processing rules, and deletion of processing rules.
  • the processing rule setting request is sent to the control server 20 a processing rule setting request message including information necessary for creating the processing rule extracted from the received packet itself or the received packet and information for uniquely specifying the physical node 10. Done by sending.
  • the server communication unit 103 receives the processing rule from the control server 20, the server communication unit 103 stores the processing rule in the processing rule storage unit 102 via the packet processing unit 101.
  • Such a physical node 10 can be configured using an OpenFlow switch described in Non-Patent Document 2 that performs the same operation as described above.
  • FIG. 5 is a diagram illustrating a detailed configuration of the control server 20 according to the first embodiment of this invention.
  • a physical node control unit 201 that controls the physical node 10
  • the path control unit 202 performs, a virtual network control unit 203 that controls a virtual network constructed on the control server 20, and a storage unit that stores information referred to by these control units.
  • the physical node information storage unit 204 of the control server 20 is means for storing the information of the physical node 10 received from the physical node 10.
  • Such physical node information includes a physical node ID that uniquely identifies the physical node 10, a physical port ID that uniquely identifies the physical port (interface) of the physical node 10, the setting and status of the physical port, and the physical node 10.
  • the connection state with the control server 20 is mentioned.
  • the transfer path information storage unit 205 of the control server 20 is on the physical network indicating the correspondence between the transfer path between any two physical nodes 10 and the processing rule instructed to the physical node 10 on the transfer path.
  • the flow (physical flow) is stored.
  • the physical topology information storage unit 206 of the control server 20 stores a connection link state (network topology) between the physical nodes 10.
  • the virtual network path information storage unit 207 of the control server 20 includes a flow on the physical network (physical flow) managed by the transfer path information storage unit 205 and flows of two arbitrary virtual nodes on the virtual network. The correspondence with (virtual flow) is stored.
  • the physical virtual conversion information storage unit 208 of the control server 20 stores the correspondence between the physical network location information and the virtual network location information.
  • the physical network position information and the virtual network position information can be paraphrased as a correspondence relationship between the physical nodes and the virtual nodes on the virtual network, and details thereof will be described later with reference to FIG.
  • the virtual network configuration information storage unit 209 of the control server 20 includes a virtual node identified from the virtual network ID and virtual node ID constructed on the control server 20 as shown in FIG.
  • the virtual network configuration information 209A indicating the correspondence relationship is stored.
  • FIG. 7 is a diagram for explaining information held in the physical / virtual conversion information storage unit.
  • a physical position virtual position conversion information storage unit (third storage unit) 2081 a physical position virtual network conversion information storage unit (first storage unit) 2083, and an external node virtual position conversion information storage unit A configuration including (second storage unit) 2082 is shown.
  • the physical position / virtual position conversion information storage unit 2081 is an entry in which a virtual network ID, a virtual node ID, and a virtual interface ID are associated with a combination of a physical node ID, its physical port ID, and VLAN-TAG as shown in FIG. (Physical position / virtual position conversion information 2081A) is held.
  • a combination of a physical node ID, a physical port ID, and a VLAN-TAG (however, VLAN-TAG is not an indispensable item) will be referred to as “physical network location information”, and a virtual network ID, virtual node ID, and virtual interface ID will be “ Virtual network location information ”.
  • the external node virtual location conversion information storage unit 2082 associates virtual network location information with information for specifying an external node such as a source MAC address, source IP address, or source network address as shown in FIG.
  • the entry (external node virtual position conversion information 2082A) is held.
  • the physical location / virtual network conversion information storage unit 2083 holds an entry (physical location / virtual network conversion information 2083A) in which physical network location information as shown in FIG. 10 is associated with a virtual network ID.
  • the physical node control unit 201 creates a processing rule to be set in the physical node 10 on the transfer path by referring to information held in the physical node information storage unit 204 according to an instruction from the path control unit 202.
  • a function to be set in each physical node 10 and a function to receive a processing rule setting request and a processing rule deletion notification received from the physical node 10 and to notify the path control unit 202 and the virtual network control unit 203 are provided.
  • the path control unit 202 has a function of obtaining a path between any two physical nodes 10 by referring to the connection link state (network topology) between the physical nodes 10 held in the physical topology information storage unit 206. . Further, the path control unit 202 causes the physical node control unit 201 to set a processing rule for realizing the path in the physical node 10 based on an instruction from the virtual network control unit 203, so that any two physical nodes It has a function of constructing a flow for communication between 10 physical ports. Further, when receiving a processing rule deletion notification from the physical node 10, the path control unit 202 has a function of notifying the virtual network control unit 203 of deletion of the corresponding processing rule.
  • the virtual network control unit 203 has a function of identifying virtual network position information corresponding to position information on the physical network of the physical node 10 and realizing transmission and reception of packets between the physical network and the virtual network. Further, the virtual network control unit 203 has a function of performing communication emulation on the virtual network and obtaining an End-To-End communication flow between any two virtual nodes of the virtual network. Also, the virtual network control unit 203 converts the communication flow on the virtual network into an End-To-End communication flow of two arbitrary physical nodes 10 in the physical network, and sends a path on the physical network to the path control unit 202. And a function for instructing setting of a processing rule for realizing this.
  • FIG. 11 is an example of a virtual network managed by the virtual network control unit 203 as described above.
  • the virtual network includes virtual nodes such as a virtual router V1, a virtual firewall V2, a virtual load balancer V3, a virtual bridge V4, virtual servers V5, and V6, virtual interfaces belonging to these virtual nodes, and virtual interfaces. It is composed of virtual links that connect
  • the control server 20 as described above can also be realized by a computer program that causes a computer constituting the control server 20 to refer to the above-described information and uses the hardware to execute each of the above-described processes.
  • FIG. 12 is a sequence diagram showing the operation of the physical node that has received the packet transmitted from the external node 30.
  • an external node for example, 30A in FIG. 2 transmits a packet addressed to another external node (for example, 30D in FIG. 2) (step S1-1)
  • the physical node 10 converts the received packet into a received packet.
  • a processing rule having a matching collation rule is searched (step S1-2).
  • the processing rule storage unit 102 stores the process that matches the received packet.
  • the physical node 10 adds the physical node ID of the own device and the physical port ID of the physical port that received the packet to the received packet (step S1-3), and sets the processing rule in the control server 20. It is transmitted as a request (step S1-4).
  • FIGS. 13 and 14 are sequence diagrams showing the operation of the control server 20 that has received the processing rule setting request. First, an operation when virtual network position information corresponding to the position information of a physical node that has requested processing rule setting is registered in the physical position / virtual position conversion information storage unit 2081 will be described with reference to FIG.
  • the physical node control unit 201 of the control server 20 outputs a processing rule setting request received from the physical node 10 to the virtual network control unit 203 (step S1-5).
  • the virtual network control unit 203 searches the virtual network location information corresponding to the physical network location information included in the processing rule setting request with reference to the physical location / virtual location conversion information storage unit 2081 (step S1-6).
  • the virtual network control unit 203 receives the specified virtual network from the virtual network configuration information storage unit 209.
  • a virtual node in the network location information is specified (step S1-7), and a packet is transmitted to the specified virtual node (physical node corresponding to the virtual node) (step S1-8).
  • the virtual network control unit 203 emulates the communication on the virtual network, calculates the End-To-End communication flow between the virtual nodes, and converts the calculated communication flow on the virtual network to the communication flow on the physical network. Conversion processing is performed, and processing rule setting processing for realizing the converted communication flow is performed.
  • step S1-6 if the virtual network location information corresponding to the location information of the physical node that has requested the processing rule setting is not registered in the physical location / virtual location conversion information storage unit 2081, the virtual network control unit 203 Then, referring to the physical location virtual network conversion information storage unit 2083, the virtual network ID corresponding to the physical network location information is searched (step S1-9).
  • the virtual network control unit 203 when the corresponding virtual network ID is registered in the physical location virtual network conversion information storage unit 2083, the virtual network control unit 203 further refers to the external node virtual location conversion information storage unit 2082, The virtual network location information corresponding to the information specifying the external node of any one of the source MAC address, source IP address, and source network address included in the packet header of the received packet is searched (step S1-10).
  • the virtual network control unit 203 stores the physical network location information and the external node virtual location in the physical location / virtual location conversion information storage unit 2081.
  • An entry that associates the virtual network location information identified from the conversion information storage unit 2082 is added (step S1-11).
  • the packet is directly sent to the specified virtual node by referring to the physical position / virtual position conversion information storage unit 2081 according to the sequence of FIG. It becomes possible to transmit.
  • FIG. 15 is a sequence diagram showing a series of operations when a processing rule is deleted by aging in the physical node 10.
  • the physical node 10 deletes the corresponding processing rule (step S1-12), The deletion is notified to the control server 20 (step S1-13).
  • the physical node control unit 201 of the control server 20 Upon receipt of the notification, the physical node control unit 201 of the control server 20 transfers the processing rule deletion notification to the path control unit 202 (step S1-14).
  • the path control unit 202 searches the transfer path information storage unit 205 for a flow (physical flow) corresponding to the deleted processing rule (step S1-15), and sends a flow deletion notification to the virtual network control unit 203 ( Step S1-16).
  • the virtual network control unit 203 searches the virtual network path information storage unit 207 for a flow (virtual flow) corresponding to the notified flow (physical flow) (step S1-17).
  • the virtual network control unit 203 acquires physical network location information corresponding to the searched flow (physical flow from which the processing rule has been deleted) via the route control unit 202 (step S1-18).
  • the virtual network control unit 203 searches the virtual network path information storage unit 207 for another flow (virtual flow) including the acquired physical network location information (step S1-19).
  • the virtual network control unit 203 searches the physical position / virtual position conversion information storage unit 2081 for a physical position / virtual position conversion information entry that associates the physical network position information with the virtual network position information (step S1-20). ).
  • the virtual network control unit 203 deletes the searched physical position / virtual position conversion information entry immediately or after a predetermined time (step S1-21).
  • the physical position / virtual position conversion information of the control server 20 is deleted accordingly.
  • the external node 30 moves, the physical port of another physical node that receives a packet from the external node 30 is changed. Therefore, the external node 30 transmits a GARP (Gratuitive Address Resolution Protocol) packet to the other physical node (for example, the physical node 10B in FIG. 2).
  • GARP Gramuitive Address Resolution Protocol
  • the physical node 10 that has received the GARP packet transmits a processing rule setting request to the control server 20 in accordance with the sequence shown in FIG.
  • FIG. 16 is a sequence diagram showing the operation of the control server that has received the processing rule setting request for the GARP packet transmitted from the moved external node.
  • the physical node control unit 201 of the control server 20 outputs a processing rule setting request received from the physical node 10 to the virtual network control unit 203 (step S2-1).
  • the virtual network control unit 203 searches the virtual network location information corresponding to the physical network location information included in the processing rule setting request with reference to the physical location / virtual location conversion information storage unit 2081 (step S2-2).
  • the virtual network control unit 203 since the virtual network position information for the physical network position information is not registered in the physical position / virtual position conversion information storage unit 2081 due to the movement of the external node, the virtual network control unit 203 stores the physical position / virtual network conversion information storage.
  • the virtual network ID corresponding to the physical network location information is searched with reference to the unit 2083 (step S2-3).
  • the virtual network control unit 203 further refers to the external node virtual position conversion information storage unit 2082, and either the source MAC address, the source IP address, or the source network address included in the packet header of the received packet.
  • the virtual network location information corresponding to the information specifying the node is searched (step S2-4).
  • the virtual network control unit 203 stores the physical network location information and the external node virtual location in the physical location / virtual location conversion information storage unit 2081.
  • An entry that associates the virtual network location information identified from the conversion information storage unit 2082 is added (step S2-5).
  • the virtual network control unit 203 further moves the external node 30 when there is an entry in the physical location / virtual location conversion information storage unit 2081 that associates the physical network location information with the already specified virtual network location information. It is determined that the flow (virtual flow) related to the physical network location information is searched with reference to the virtual network path information storage unit 207 (step S2-6).
  • the virtual network control unit 203 instructs the path control unit 202 to delete the flow (physical flow) associated with the flow (virtual flow) ( Step S2-7).
  • the path control unit 202 refers to the transfer path information storage unit 205 and acquires a series of processing rules for realizing a flow (physical flow) (step S2-8).
  • the route control unit 202 instructs the physical node control unit 201 to delete all corresponding processing rules (step S2-9).
  • the physical node control unit 201 instructs the physical node 10 holding the processing rule that has received the deletion instruction to delete these processing rules (step S2-10). Thereafter, processing similar to that in steps S1-12 to S1-21 in FIG. 15 is performed.
  • the present invention is not limited to the above-described embodiments, and further modifications, replacements, and adjustments are possible without departing from the basic technical idea of the present invention. Can be added.
  • the number of physical nodes and virtual nodes shown in the above-described embodiment is merely an example for the purpose of briefly explaining the present invention, and it is needless to say that the present invention is not limited thereto.
  • a third storage unit that stores the correspondence between the determined virtual network and virtual node and the physical node, When the processing rule setting request is received from the physical node, the third storage unit is referred to, and if the corresponding entry cannot be found, the first and second storage units are referred to and the external
  • a virtual network and a virtual node to which the node is connected are determined, and the correspondence relationship between the determined virtual network and virtual node and the physical node is stored in the third storage unit.
  • a virtual network is associated with each interface of the physical node in the first storage unit, The controller is Preferably, the physical node determines a virtual network according to an interface that has received a packet related to a processing rule setting request.
  • Control server control device 30, 30A to 30D External node 101 Packet processing unit 102 Processing rule storage unit 103 Server communication unit 201 Physical node control unit 202 Path control unit 203 Virtual network control unit 204 Physical node information storage unit 205 Transfer path information storage unit 206 Physical topology information Storage unit 207 Virtual network path information storage unit 208 Physical virtual conversion information storage unit 209 Virtual network configuration information storage unit 2081 Physical position virtual position conversion information storage unit (third storage unit) 2082 External node virtual position conversion information storage unit (second storage unit) 2083 Physical location virtual network conversion information storage unit (first storage unit)

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

 物理ノードと仮想ノードとの対応付けを動的に、かつ、簡便に行うことができるようにする。情報システムは、フローを特定するための照合規則と、前記照合規則に適合するパケットに適用する処理内容とを対応付けた処理規則に従って、外部ノードから受信したパケットを処理する複数の物理ノードと、前記物理ノードに、前記処理規則を設定することにより、前記複数の物理ノードを、前記外部ノードから利用可能な仮想ネットワーク上の仮想ノードとして動作させる制御装置と、を含む。前記制御装置は、前記物理ノードと、仮想ネットワークとの対応関係を定めた第1の記憶部と、前記外部ノードと、仮想ネットワーク上の仮想ノードとの対応関係を定めた第2の記憶部と、を備え、前記外部ノードが接続する物理ノードの情報と、前記外部ノードの情報とに基づいて、前記外部ノードが接続する仮想ネットワークと仮想ノードとを決定する。

Description

情報システム、制御装置、仮想ネットワークの提供方法およびプログラム
[関連出願についての記載]
 本発明は、日本国特許出願:特願2010-292014号(2010年12月28日出願)の優先権主張に基づくものであり、同出願の全記載内容は引用をもって本書に組み込み記載されているものとする。
 本発明は、情報システム、制御装置、仮想ネットワークの提供方法およびプログラムに関し、特に、受信パケットに適合する処理規則に従って、受信パケットを処理する転送ノードを用いて構成した情報システム、制御装置、仮想ネットワークの提供方法およびプログラムに関する。
 近年、オープンフロー(OpenFlow)という技術が提案されている(特許文献1、非特許文献1、2参照)。オープンフローは、通信をエンドツーエンドのフローとして捉え、フロー単位で経路制御、障害回復、負荷分散、最適化を行うものである。非特許文献2に仕様化されているオープンフロースイッチは、制御装置と位置付けられるオープンフローコントローラとの通信用のセキュアチャネルを備え、オープンフローコントローラから適宜追加または書き換え指示されるフローテーブルに従って動作する。フローテーブルには、フロー毎に、パケットヘッダと照合するマッチングルール(ヘッダフィールド)と、フロー統計情報(Counters)と、処理内容を定義したアクション(Actions)と、の組が定義される(図17参照)。
 例えば、オープンフロースイッチは、パケットを受信すると、フローテーブルから、受信パケットのヘッダ情報に適合するマッチングルール(図17のヘッダフィールド参照)を持つエントリを検索する。検索の結果、受信パケットに適合するエントリが見つかった場合、オープンフロースイッチは、フロー統計情報(カウンタ)を更新するとともに、受信パケットに対して、当該エントリのアクションフィールドに記述された処理内容(指定ポートからのパケット送信、フラッディング、廃棄等)を実施する。一方、前記検索の結果、受信パケットに適合するエントリが見つからなかった場合、オープンフロースイッチは、セキュアチャネルを介して、オープンフローコントローラに対して受信パケットを転送し、受信パケットの送信元・送信先に基づいたパケットの経路の決定を依頼し、これを実現するフローエントリを受け取ってフローテーブルを更新する。このように、オープンフロースイッチは、フローテーブルに格納されたエントリを処理規則として用いてパケット転送を行っている。
国際公開第2008/095010号
Nick McKeownほか7名、"OpenFlow: Enabling Innovation in Campus Networks"、[online]、[平成22(2010)年12月1日検索]、インターネット〈URL:http://www.openflowswitch.org//documents/openflow-wp-latest.pdf〉 "OpenFlow Switch Specification" Version 1.0.0. (Wire Protocol 0x01) [平成22(2010)年12月1日検索]、インターネット〈URL:http://www.openflowswitch.org/documents/openflow-spec-v1.0.0.pdf〉
 上記特許文献及び非特許文献の全開示内容はその引用をもって本書に繰込み記載する。
 以下の分析は、本発明によって与えられたものである。
 非特許文献1の5頁のExample2には、上記のようなオープンフローの仕組みを用いてVLAN(Virtual Local Area Network)のような仮想ネットワークを提供できることが記載されている。また、その際のユーザトラヒックの特定方法として、オープンフロースイッチのポートやMAC(Media Access Control)アドレスにより個々のユーザトラヒックを特定し、オープンフロースイッチに適切なVLAN IDを付与させることや、コントローラにユーザ認証を行なわせること、さらには、前記VLAN IDの付与にユーザの位置を考慮することが記載されている。
 しかしながら、上記非特許文献1には、上記VLAN IDの付与方法(即ち、仮想ネットワークの決定)等が開示されているに止まり、上記オープンフロースイッチを仮想ネットワーク上の仮想ノードないし仮想フロンドエンドシステムとして動作させ、ユーザの利用に供することについては触れられていない。
 とりわけ、上記仮想ネットワークを提供する場合においては、オープンフロースイッチ等の物理的なノード(以下、「物理ノード」という。)と仮想ノードとの対応付けが問題となる。例えば、物理ノード(あるいはそのインタフェース)と仮想ノード(あるいはそのインタフェース)とを1対1で静的に対応付けた場合、その対応関係を更新するまで、ユーザの移動に対応できなくなってしまうほか、ネットワークの構成変更時にその都度、前記物理ノードと仮想ノードとの対応関係を更新しなければならないという問題点がある。
 本発明は、上記した事情に鑑みてなされたものであって、その目的とするところは、上記したオープンフローに代表される制御装置が複数の物理ノードを制御する情報システムにおける物理ノードと仮想ノードとの対応付けを動的に、かつ、簡便に行うことができるようにした構成および方法を提供することにある。
 本発明の第1の視点によれば、フローを特定するための照合規則と、前記照合規則に適合するパケットに適用する処理内容とを対応付けた処理規則に従って、外部ノードから受信したパケットを処理する複数の物理ノードと、前記物理ノードに、前記処理規則を設定することにより、前記複数の物理ノードを、前記外部ノードから利用可能な仮想ネットワーク上の仮想ノードとして動作させる制御装置と、を含み、前記制御装置は、前記物理ノードと、仮想ネットワークとの対応関係を定めた第1の記憶部と、前記外部ノードと、仮想ネットワーク上の仮想ノードとの対応関係を定めた第2の記憶部と、を備え、前記外部ノードが接続する物理ノードの情報と、受信パケットに含まれる前記外部ノードの情報とに基づいて、前記外部ノードが接続する仮想ネットワークと仮想ノードとを決定すること、を特徴とする情報システムが提供される。
 本発明の第2の視点によれば、フローを特定するための照合規則と、前記照合規則に適合するパケットに適用する処理内容とを対応付けた処理規則に従って、外部ノードから受信したパケットを処理する複数の物理ノードと接続され、前記物理ノードと、仮想ネットワークとの対応関係を定めた第1の記憶部と、前記外部ノードと、仮想ネットワーク上の仮想ノードとの対応関係を定めた第2の記憶部と、を備え、前記外部ノードが接続する物理ノードの情報と、前記外部ノードの情報とに基づいて、前記外部ノードが接続する仮想ネットワークと仮想ノードとを決定し、前記仮想ノードに対応する物理ノードを含む複数の物理ノードに、処理規則を設定することにより、前記複数の物理ノードを、前記外部ノードから利用可能な仮想ネットワーク上の仮想ノードとして動作させる制御装置が提供される。
 本発明の第3の視点によれば、フローを特定するための照合規則と、前記照合規則に適合するパケットに適用する処理内容とを対応付けた処理規則に従って、外部ノードから受信したパケットを処理する複数の物理ノードと接続され制御装置が、前記物理ノードと、仮想ネットワークとの対応関係を定めた第1の記憶部と、前記外部ノードと、仮想ネットワーク上の仮想ノードとの対応関係を定めた第2の記憶部と、を参照し、前記外部ノードが接続する物理ノードと受信パケットに含まれる前記外部ノードの情報とに基づいて、前記外部ノードが接続する仮想ネットワークと仮想ノードとを決定するステップと、前記仮想ノードに対応する物理ノードを含む複数の物理ノードに、前記処理規則を設定することにより、前記複数の物理ノードを、前記外部ノードから利用可能な仮想ネットワーク上の仮想ノードとして動作させるステップとを含む仮想ネットワークの提供方法が提供される。本方法は、前記物理ノードに前記処理規則を設定する制御装置という、特定の機械に結びつけられている。
 本発明の第4の視点によれば、フローを特定するための照合規則と、前記照合規則に適合するパケットに適用する処理内容とを対応付けた処理規則に従って、外部ノードから受信したパケットを処理する複数の物理ノードと、接続され、前記物理ノードと、仮想ネットワークとの対応関係を定めた第1の記憶部と、前記外部ノードと、仮想ネットワーク上の仮想ノードとの対応関係を定めた第2の記憶部と、を備える制御装置を構成するコンピュータに、前記外部ノードが接続する物理ノードと受信パケットに含まれる前記外部ノードの情報とに基づいて、前記外部ノードが接続する仮想ネットワークと仮想ノードとを決定する処理と、前記仮想ノードに対応する物理ノードを含む複数の物理ノードに、前記処理規則を設定することにより、前記複数の物理ノードを、前記外部ノードから利用可能な仮想ネットワーク上の仮想ノードとして動作させる処理とを実行させるプログラムが提供される。なお、このプログラムは、コンピュータが読み取り可能な記憶媒体に記録することができる。即ち、本発明は、コンピュータプログラム製品として具現することも可能である。
 本発明によれば、物理ノードと仮想ノードとを1対1で対応付けなくとも、外部ノードが接続しているものと取り扱う仮想ノードを決定し、該仮想ノードを始点とした仮想ネットワークによるサービスを提供することが可能となる。
本発明の概要を説明するための図である。 本発明の第1の実施形態の全体構成を表わした図である。 本発明の第1の実施形態の物理ノードの構成を表わした図である。 本発明の第1の実施形態の物理ノードに保持される処理規則を説明するための図である。 本発明の第1の実施形態の制御サーバの構成を表わした図である。 本発明の第1の実施形態の制御サーバに保持される仮想ネットワーク構成情報を説明するための図である。 本発明の第1の実施形態の制御サーバの物理仮想変換情報記憶部に保持される情報を説明するための図である。 本発明の第1の実施形態の制御サーバの物理仮想変換情報記憶部に保持される物理位置仮想位置変換情報を説明するための図である。 本発明の第1の実施形態の制御サーバの物理仮想変換情報記憶部に保持される外部ノード仮想位置変換情報を説明するための図である。 本発明の第1の実施形態の制御サーバの物理仮想変換情報記憶部に保持される物理位置仮想ネットワーク変換情報を説明するための図である。 本発明の第1の実施形態の構成によって実現される仮想ネットワークの例である。 本発明の第1の実施形態の物理ノードの動作を表したシーケンス図である。 本発明の第1の実施形態の制御サーバの動作を表したシーケンス図である。 本発明の第1の実施形態の制御サーバの別の動作を表したシーケンス図である。 本発明の第1の実施形態の制御サーバの別の動作を表したシーケンス図である。 本発明の第1の実施形態の制御サーバの別の動作(外部ノード移動時)を表したシーケンス図である。 非特許文献2に記載のフローエントリの構成を表した図である。
 はじめに本発明の一実施形態の概要を説明する。本発明は、図1に示すように、その一実施形態において、フローを特定するための照合規則と、前記照合規則に適合するパケットに適用する処理内容とを対応付けた処理規則に従って、外部ノード30A~30Dから受信したパケットを処理する複数の物理ノードと、物理ノードに、前記処理規則を設定することにより、前記複数の物理ノードを、外部ノード30A~30Dから利用可能な仮想ネットワーク上の仮想ノードとして動作させる制御サーバ(制御装置)20と、を含む構成にて実現できる。なお、この概要に付記した図面参照符号は、理解を助けるための一例として各要素に便宜上付記したものであり、本発明を図示の態様に限定することを意図するものではない。
 より具体的には、制御サーバ20は、前記物理ノードと仮想ネットワークとの対応関係を定めた第1の記憶部と、前記外部ノードと仮想ネットワーク上の仮想ノードとの対応関係を定めた第2の記憶部と、を備え、前記外部ノードが接続する物理ノードの情報(例えば、図1の物理ノード10A)と、前記外部ノードの情報とに基づいて、前記外部ノードが接続する仮想ネットワークと仮想ノードとを決定する。
 上記構成によれば、物理ノードと仮想ノードとを1対1で対応付けなくとも、物理ノードの情報と外部ノードの情報から、当該外部ノードが接続する仮想ネットワークと仮想ノードとを一意に求めることが可能となる。また、同構成を採ることにより、例えば、図1の外部ノード30Aのように外部ノードが移動しても、決定した仮想ノードを移動先の物理ノードと対応付けることができる(図1の符号510、520参照)。前記更新後の対応関係に基づいて、仮想ネットワーク上のフローと、物理ネットワーク上のフローとの相互変換を行うことにより、その通信を継続することが可能となる。
[第1の実施形態]
 続いて、本発明の第1の実施形態について図面を参照して詳細に説明する。図2は、本発明の第1の実施形態の全体構成を表わした図である。図2を参照すると、物理ノード10A~10Cと、これら物理ノード10A~10Cに処理規則を設定する制御サーバ(制御装置)20と、物理ノード10A~10Cを介して他の外部ノードと通信する外部ノード30A~30Dとが示されている。
 制御サーバ20は、これら物理ノード10A~10Cに処理規則に設定することにより、パケット転送経路の制御のほか、物理ノード10A~10Cを、ユーザが認識している仮想ネットワーク上の仮想ノードとして振舞わせることができる。例えば、外部ノード30C、30Dを用いて仮想サーバが構成されている場合、物理ノード10Cに、外部ノード30A、30Bからのアクセスを、所定のアルゴリズムにより、外部ノード30C、30Dに振り分けることで物理ノード10Cを仮想的なロードバランサとして動作させることができる。
 図3は、上記物理ノード10A~10Cの詳細構成(以下、物理ノード、外部ノードについて特に区別する必要がないときは、それぞれ「物理ノード10」、「外部ノード30」と記す。)を表したブロック図である。
 図3を参照すると、受信パケットの処理を行うパケット処理部101と、制御サーバ20から設定された処理規則を保持する処理規則記憶部102と、制御サーバ20と通信する制御サーバ通信部103とを備えた構成が示されている。
 図4は、上記処理規則記憶部102に保持される処理規則102Aを説明するための図である。図4を参照すると、処理規則は、フローを特定するための照合規則と、前記照合規則に適合するパケットに適用する処理内容(アクション)とを対応付けた構成となっている。また、本実施形態においては、物理ノード10は、各処理規則のエージングを行う。
 パケット処理部101は、パケットを受信すると、処理規則記憶部102から、受信パケットに適合する照合規則を持つ処理規則を検索する。処理規則記憶部102に該当する処理規則が存在する場合、パケット処理部101は、当該処理規則に定められた処理内容(例えば、ポート#1から出力)を実行する。
 また、前記処理規則の検索の結果、処理規則記憶部102に該当する処理規則が存在しない場合、パケット処理部101は、サーバ通信部103に制御サーバ20に対する処理規則の設定要求を依頼する。
 パケット処理部101は、前記エージングのために設定された時間(タイムアウト値)内に受信パケットを受信しなかった処理規則を、処理規則記憶部102から削除する。また、パケット処理部101は、サーバ通信部103を介して、処理規則記憶部102からの処理規則を削除したことを制御サーバ20に通知する。
 サーバ通信部103は、制御サーバ20と、処理規則の設定要求、処理規則の受信や処理規則の削除等の通信を行う。前記処理規則の設定要求は、受信パケットそのものまたは受信パケットから抽出した処理規則の作成に必要な情報と、物理ノード10を一意に特定する情報を含んだ処理規則の設定要求メッセージを制御サーバ20に送信することによって行われる。また、サーバ通信部103は、制御サーバ20から処理規則を受信すると、パケット処理部101を介して、処理規則記憶部102に格納する。
 なお、このような物理ノード10は、上記と同様の動作を行う非特許文献2に記載されたオープンフロースイッチを用いて構成することが可能である。
 図5は、本発明の第1の実施形態の制御サーバ20の詳細構成を表わした図である。図5を参照すると、物理ノード10に処理規則を設定することにより、物理ノード10を制御する物理ノード制御部201と、物理ノード10によって構成されるネットワークトポロジに基づいたパケット転送経路の計算等を行う経路制御部202と、制御サーバ20上に構築される仮想ネットワークを制御する仮想ネットワーク制御部203と、これら各制御部が参照する情報を格納する記憶部と、から構成される。
 制御サーバ20の物理ノード情報記憶部204は、物理ノード10から受信した物理ノード10の情報を記憶する手段である。このような物理ノードの情報としては、物理ノード10を一意に特定する物理ノードID、物理ノード10の物理ポート(インタフェース)を一意に特定する物理ポートID、物理ポートの設定や状態、物理ノード10の制御サーバ20との接続状態等が挙げられる。
 制御サーバ20の転送経路情報記憶部205は、任意の2点の物理ノード10間の転送経路と、当該転送経路上の物理ノード10に指示した処理規則との対応関係を示した物理ネットワーク上のフロー(物理フロー)を記憶する。
 制御サーバ20の物理トポロジ情報記憶部206は、物理ノード10間の接続リンク状態(ネットワークトポロジ)を記憶する。
 制御サーバ20の仮想ネットワーク経路情報記憶部207は、上記転送経路情報記憶部205にて管理されている物理ネットワーク上のフロー(物理フロー)と、仮想ネットワーク上の任意の2点の仮想ノードのフロー(仮想フロー)との対応関係を記憶する。
 制御サーバ20の物理仮想変換情報記憶部208は、物理ネットワークの位置情報と仮想ネットワークの位置情報との対応関係を記憶する。この物理ネットワークの位置情報と仮想ネットワークの位置情報は、即ち、物理ノードと仮想ネットワーク上の仮想ノードとの対応関係と言い換えることもでき、その詳細は、後に図7を用いて詳細に説明する。
 制御サーバ20の仮想ネットワーク構成情報記憶部209は、図6に示されるような制御サーバ20上に構築される仮想ネットワークIDと仮想ノードのIDから特定される仮想ノードと、その仮想ノードオブジェクトとの対応関係を示す仮想ネットワーク構成情報209Aを記憶する。
 図7は、物理仮想変換情報記憶部に保持される情報を説明するための図である。図7を参照すると、物理位置仮想位置変換情報記憶部(第3の記憶部)2081と、物理位置仮想ネットワーク変換情報記憶部(第1の記憶部)2083と、外部ノード仮想位置変換情報記憶部(第2の記憶部)2082とを含んだ構成が示されている。
 物理位置仮想位置変換情報記憶部2081は、図8で示されるような物理ノードID、その物理ポートIDおよびVLAN-TAGの組に、仮想ネットワークID、仮想ノードIDおよび仮想インタフェースIDを対応付けたエントリ(物理位置仮想位置変換情報2081A)を保持する。以降、物理ノードIDと物理ポートIDとVLAN-TAG(但し、VLAN-TAGは必須項目ではない。)の組を「物理ネットワーク位置情報」とし、仮想ネットワークIDと仮想ノードIDと仮想インタフェースIDを「仮想ネットワーク位置情報」とする。
 外部ノード仮想位置変換情報記憶部2082は、図9で示されるような送信元MACアドレス、送信元IPアドレスまたは送信元ネットワークアドレス等の外部ノードを特定する情報に、仮想ネットワーク位置情報を対応付けたエントリ(外部ノード仮想位置変換情報2082A)を保持する。
 物理位置仮想ネットワーク変換情報記憶部2083は、図10で示されるような物理ネットワーク位置情報と、仮想ネットワークIDとを対応付けたエントリ(物理位置仮想ネットワーク変換情報2083A)を保持する。
 物理ノード制御部201は、経路制御部202からの指示により、物理ノード情報記憶部204に保持されている情報を参照して、転送経路上の物理ノード10に設定すべき処理規則を作成し、各物理ノード10に設定する機能と、物理ノード10から受信した処理規則の設定要求や処理規則の削除通知等を受信し、経路制御部202と仮想ネットワーク制御部203に通知する機能を有する。
 経路制御部202は、物理トポロジ情報記憶部206に保持されている物理ノード10間の接続リンク状態(ネットワークトポロジ)を参照して、任意の2点の物理ノード10間の経路を求める機能を有する。また、経路制御部202は、仮想ネットワーク制御部203からの指示に基づいて、前記物理ノード制御部201に、物理ノード10に前記経路を実現する処理規則を設定させ、任意の2点の物理ノード10の物理ポート間で通信するフローを構築する機能を有する。また、経路制御部202は、物理ノード10から処理規則の削除通知を受信した場合、該当処理規則の削除を仮想ネットワーク制御部203に通知する機能を有する。
 仮想ネットワーク制御部203は、物理ノード10の物理ネットワーク上の位置情報に対応する仮想ネットワーク位置情報を特定し、物理ネットワークと仮想ネットワーク間のパケットの送受信を実現する機能を有する。また、仮想ネットワーク制御部203は、仮想ネットワーク上の通信のエミュレーションを行い、仮想ネットワークの任意の2点の仮想ノード間のEnd-To-Endの通信フローを求める機能を有する。また、仮想ネットワーク制御部203は、仮想ネットワーク上の通信フローを物理ネットワークの任意の2点の物理ノード10のEnd-To-Endの通信フローに変換し、経路制御部202に物理ネットワーク上の経路とこれを実現する処理規則の設定を指示する機能を有する。
 図11は、上記のような仮想ネットワーク制御部203により管理される仮想ネットワークの例である。仮想ネットワークは、図11に示すように、仮想ルータV1、仮想ファイアウォールV2、仮想ロードバランサV3、仮想ブリッジV4、仮想サーバV5、V6といった仮想ノードと、これら仮想ノードに所属する仮想インタフェースと、仮想インタフェースを結ぶ仮想リンクで構成される。
 以上のような制御サーバ20は、制御サーバ20を構成するコンピュータに、上記した情報を参照させ、そのハードウェアを用いて、上記した各処理を実行させるコンピュータプログラムにより実現することもできる。
 続いて、本実施形態の動作について図面を参照して詳細に説明する。図12は、外部ノード30から送信されたパケットを受信した物理ノードの動作を表したシーケンス図である。図12を参照すると、外部ノード(例えば、図2の30A)が他の外部ノード(例えば、図2の30D)宛てのパケットを送信すると(ステップS1-1)、物理ノード10は、受信パケットに適合する照合規則を持つ処理規則を検索する(ステップS1-2)。ここでは、外部ノード(例えば、図2の30A)から他の外部ノード(例えば、図2の30D)に宛てられた最初のパケットであるため、処理規則記憶部102に、受信パケットに適合する処理規則が存在しなかったものとする。そこで、物理ノード10は、受信パケットに、自装置の物理ノードIDと当該パケットを受信した物理ポートの物理ポートIDと、を付加し(ステップS1-3)、制御サーバ20に、処理規則の設定要求として送信する(ステップS1-4)。
 図13、図14は、上記処理規則の設定要求を受信した制御サーバ20の動作を表したシーケンス図である。はじめに図13を参照して、処理規則の設定要求を行った物理ノードの位置情報に対応する仮想ネットワーク位置情報が物理位置仮想位置変換情報記憶部2081に登録されている場合の動作について説明する。
 図13を参照すると、まず、制御サーバ20の物理ノード制御部201は、物理ノード10から受信した処理規則の設定要求を仮想ネットワーク制御部203に出力する(ステップS1-5)。
 仮想ネットワーク制御部203は、物理位置仮想位置変換情報記憶部2081を参照して処理規則設定要求に含まれる物理ネットワーク位置情報に対応する仮想ネットワーク位置情報を検索する(ステップS1-6)。ここでは、物理位置仮想位置変換情報記憶部2081に、物理ネットワーク位置情報に対する仮想ネットワーク位置情報が登録されているため、仮想ネットワーク制御部203は、仮想ネットワーク構成情報記憶部209から、前記特定した仮想ネットワーク位置情報の仮想ノードを特定し(ステップS1-7)、前記特定した仮想ノード(該仮想ノードに対応する物理ノード)にパケットを送信する(ステップS1-8)。以降、仮想ネットワーク制御部203による、仮想ネットワーク上の通信のエミュレーション、仮想ノード間のEnd-To-Endの通信フローの算出、前記算出した仮想ネットワーク上の通信フローの物理ネットワーク上の通信フローへの変換し、前記変換した通信フローを実現する処理規則の設定処理が行われる。
 続いて、図14を参照して、処理規則の設定要求を行った物理ノードの位置情報に対応する仮想ネットワーク位置情報が物理位置仮想位置変換情報記憶部2081に登録されていない場合の動作について説明する。
 図14のステップS1-5、S1-6までの動作は、先に図13を参照して説明したとおりである。ステップS1-6にて、処理規則の設定要求を行った物理ノードの位置情報に対応する仮想ネットワーク位置情報が物理位置仮想位置変換情報記憶部2081に登録されていない場合、仮想ネットワーク制御部203は、物理位置仮想ネットワーク変換情報記憶部2083を参照して、物理ネットワーク位置情報に対応する仮想ネットワークIDを検索する(ステップS1-9)。
 前記検索の結果、物理位置仮想ネットワーク変換情報記憶部2083に、対応する仮想ネットワークIDが登録されていた場合、仮想ネットワーク制御部203は、さらに、外部ノード仮想位置変換情報記憶部2082を参照し、受信パケットのパケットヘッダに含まれる送信元MACアドレス、送信元IPアドレスまたは送信元ネットワークアドレスいずれかの外部ノードを特定する情報に対応する仮想ネットワーク位置情報を検索する(ステップS1-10)。
 前記検索の結果、外部ノードを特定する情報に対応する仮想ネットワーク位置情報が見つかった場合、仮想ネットワーク制御部203は、物理位置仮想位置変換情報記憶部2081に、物理ネットワーク位置情報と外部ノード仮想位置変換情報記憶部2082から特定した仮想ネットワーク位置情報とを対応付けたエントリを追加する(ステップS1-11)。これにより、同一の物理ノードから、再度の処理規則の設定要求を受けた場合は、図13のシーケンスに従って、直接、物理位置仮想位置変換情報記憶部2081を参照して特定した仮想ノードにパケットを送信することが可能となる。
 その後の動作は、図13と同様であるため説明を省略する。
 続いて、物理ノード10でのエージングにより処理規則が削除された場合における物理位置仮想位置変換情報記憶部2081のエントリの削除処理について説明する。
 図15は、物理ノード10でのエージングにより処理規則が削除された場合の一連の動作を表したシーケンス図である。まず、物理ノード10は、処理規則記憶部102の処理規則のうち、一定時間、適合する受信パケットを受信しなかった場合、該当する処理規則を削除し(ステップS1-12)、前記処理規則の削除を制御サーバ20に通知する(ステップS1-13)。
 前記通知を受けた制御サーバ20の物理ノード制御部201は、経路制御部202に、前記処理規則削除通知を転送する(ステップS1-14)。
 経路制御部202は、転送経路情報記憶部205から、前記削除された処理規則に対応するフロー(物理フロー)を検索し(ステップS1-15)、仮想ネットワーク制御部203にフロー削除通知を行う(ステップS1-16)。
 次に、仮想ネットワーク制御部203は、仮想ネットワーク経路情報記憶部207から前記通知されたフロー(物理フロー)に対応するフロー(仮想フロー)を検索する(ステップS1-17)。仮想ネットワーク制御部203は、経路制御部202を介して、前記検索されたフロー(処理規則が削除された物理フロー)に対応する物理ネットワーク位置情報を取得する(ステップS1-18)。
 仮想ネットワーク制御部203は、仮想ネットワーク経路情報記憶部207から、取得した物理ネットワーク位置情報が含まれる他のフロー(仮想フロー)を検索する(ステップS1-19)。
 次に、仮想ネットワーク制御部203は、物理位置仮想位置変換情報記憶部2081から、物理ネットワーク位置情報と仮想ネットワーク位置情報とを対応付けた物理位置仮想位置変換情報エントリを検索する(ステップS1-20)。
 最後に、仮想ネットワーク制御部203は、前記検索された物理位置仮想位置変換情報エントリを、即時または一定時間経過後に削除する(ステップS1-21)。
 以上のようにして、物理ノード10において処理規則の削除が行われた場合、これに応じて、制御サーバ20の持つ物理位置仮想位置変換情報の削除が行われる。
 続いて、上記のように物理ノード(例えば図2の物理ノード10A)に接続し、仮想ネットワーク上の仮想ノードへとパケットを送信可能となった外部ノード30が移動した場合の動作を説明する。
 外部ノード30が移動した場合、当該外部ノード30からパケットを受信する別の物理ノードの物理ポートが変更される。そこで、外部ノード30は、GARP(Gratuitous Address Resolution Protocol)パケットを、前記別の物理ノード(例えば、図2の物理ノード10B)に送信する。
 GARPパケットを受信した物理ノード10は、図12に示したシーケンスに従って、制御サーバ20に処理規則の設定要求を送信する。
 図16は、上記移動した外部ノードから送信されたGARPパケットについての処理規則設定要求を受けた制御サーバの動作を表わしたシーケンス図である。
 図16を参照すると、まず、制御サーバ20の物理ノード制御部201は、物理ノード10から受信した処理規則の設定要求を仮想ネットワーク制御部203に出力する(ステップS2-1)。
 仮想ネットワーク制御部203は、物理位置仮想位置変換情報記憶部2081を参照して処理規則設定要求に含まれる物理ネットワーク位置情報に対応する仮想ネットワーク位置情報を検索する(ステップS2-2)。ここでは、外部ノードの移動により、物理位置仮想位置変換情報記憶部2081に、物理ネットワーク位置情報に対する仮想ネットワーク位置情報が登録されていないため、仮想ネットワーク制御部203は、物理位置仮想ネットワーク変換情報記憶部2083を参照して、物理ネットワーク位置情報に対応する仮想ネットワークIDを検索する(ステップS2-3)。
 ここでは、外部ノード30は、移動前まで仮想ネットワークを利用していたので、物理位置仮想ネットワーク変換情報記憶部2083に、対応する仮想ネットワークIDが登録されている。そこで、仮想ネットワーク制御部203は、さらに、外部ノード仮想位置変換情報記憶部2082を参照し、受信パケットのパケットヘッダに含まれる送信元MACアドレス、送信元IPアドレスまたは送信元ネットワークアドレスいずれかの外部ノードを特定する情報に対応する仮想ネットワーク位置情報を検索する(ステップS2-4)。
 前記検索の結果、外部ノードを特定する情報に対応する仮想ネットワーク位置情報が見つかった場合、仮想ネットワーク制御部203は、物理位置仮想位置変換情報記憶部2081に、物理ネットワーク位置情報と外部ノード仮想位置変換情報記憶部2082から特定した仮想ネットワーク位置情報とを対応付けたエントリを追加する(ステップS2-5)。
 このときさらに、仮想ネットワーク制御部203は、物理位置仮想位置変換情報記憶部2081に、既に特定した仮想ネットワーク位置情報に対する物理ネットワーク位置情報を対応付けたエントリが存在する場合、外部ノード30が移動したものと判断し、仮想ネットワーク経路情報記憶部207を参照し、該当物理ネットワーク位置情報に関連するフロー(仮想フロー)を検索する(ステップS2-6)。
 前記検索の結果、フロー(仮想フロー)が見つかった場合、仮想ネットワーク制御部203は、経路制御部202に、前記フロー(仮想フロー)に対応付けられたフロー(物理フロー)の削除を指示する(ステップS2-7)。
 経路制御部202は転送経路情報記憶部205を参照し、フロー(物理フロー)を実現するための一連の処理規則を取得する(ステップS2-8)。
 経路制御部202は、すべての該当処理規則の削除を物理ノード制御部201に指示する(ステップS2-9)。
 最後に、物理ノード制御部201は、前記削除指示を受けた処理規則を保持する物理ノード10に、これら処理規則の削除を指示する(ステップS2-10)。以降は、図15のステップS1-12からステップS1-21と同様の処理が行われる。
 以上のように、本実施形態によれば、物理ネットワークの位置情報と仮想ネットワークの位置情報の対応を動的に対応づけることで、予め外部ノードを接続する物理ノードの物理ポートの設定を不要とすることが可能となる。また、本実施形態によれば、上記したように、外部ノード30が物理的に移動した場合でも仮想ネットワーク上の通信を継続することが可能となる。
 以上、本発明の各実施形態を説明したが、本発明は、上記した実施形態に限定されるものではなく、本発明の基本的技術的思想を逸脱しない範囲で、更なる変形・置換・調整を加えることができる。例えば、上記した実施形態で示した物理ノードや仮想ノードの個数は、本発明を簡単に説明するために例示したものであり、これらに限定するものではないことはもちろんである。
 同様に、上記した実施形態では一つの仮想ネットワークが構成されているものとして説明したが、仮想ネットワークの数も特に限定するものではない。
 最後に、本発明の好ましい形態を要約する。
[形態1]
 前記第1の視点に記載の情報システムのとおり。
[形態2]
 前記制御装置は、
 前記物理ノードからの前記処理規則の設定要求の受信を契機に、
 前記処理規則の設定要求を送信した物理ノードの情報と、前記処理規則の設定要求に含まれる前記外部ノードの情報とに基づいて、前記外部ノードが接続する仮想ネットワークと仮想ノードとを決定することが好ましい。
[形態3]
 さらに、前記決定した仮想ネットワークおよび仮想ノードと、前記物理ノードとの対応関係を記憶する第3の記憶部を備え、
 前記物理ノードから前記処理規則の設定要求を受信した際に、前記第3の記憶部を参照し、該当エントリを発見できない場合に、前記第1、第2の記憶部を参照して、前記外部ノードが接続する仮想ネットワークと仮想ノードとを決定し、前記第3の記憶部に前記決定した仮想ネットワークおよび仮想ノードと、前記物理ノードとの対応関係を記憶することが好ましい。
[形態4]
 前記第1の記憶部には、前記物理ノードのインタフェース毎に、仮想ネットワークが対応付けられており、
 前記制御装置は、
 前記物理ノードが処理規則の設定要求に係るパケットを受信したインタフェースに応じて、仮想ネットワークを決定することが好ましい。
[形態5]
 前記第2の記憶部には、前記外部ノード毎に、仮想ネットワーク上の仮想ノードとその仮想インタフェース情報が対応付けられており、
 前記制御装置は、
 前記外部ノードが、前記仮想ネットワーク上の仮想ノードに、前記仮想インタフェースを介して接続しているものとして取り扱うことが好ましい。
[形態6]
 前記第2の視点に記載の制御装置のとおり。
[形態7]
 前記第3の視点に記載の仮想ネットワークの提供方法のとおり。
[形態8]
 前記第4の視点に記載のプログラムのとおり。
 なお、仮想ネットワークの提供方法およびプログラムは、形態1の情報システムと同様に、それぞれの構成要素ないしステップについて、形態2~形態5と同様に展開することが可能である。
 なお、上記の特許文献および非特許文献の各開示を、本書に引用をもって繰り込むものとする。本発明の全開示(請求の範囲を含む)の枠内において、さらにその基本的技術思想に基づいて、実施形態の変更・調整が可能である。また、本発明の請求の範囲の枠内において種々の開示要素(各請求項の各要素、各実施形態の各要素、各図面の各要素等を含む)の多様な組み合わせ、ないし選択が可能である。すなわち、本発明は、請求の範囲を含む全開示、技術的思想にしたがって当業者であればなし得るであろう各種変形、修正を含むことは勿論である。
 10、10A~10C 物理ノード
 20 制御サーバ(制御装置)
 30、30A~30D 外部ノード
 101 パケット処理部
 102 処理規則記憶部
 103 サーバ通信部
 201 物理ノード制御部
 202 経路制御部
 203 仮想ネットワーク制御部
 204 物理ノード情報記憶部
 205 転送経路情報記憶部
 206 物理トポロジ情報記憶部
 207 仮想ネットワーク経路情報記憶部
 208 物理仮想変換情報記憶部
 209 仮想ネットワーク構成情報記憶部
 2081 物理位置仮想位置変換情報記憶部(第3の記憶部)
 2082 外部ノード仮想位置変換情報記憶部(第2の記憶部)
 2083 物理位置仮想ネットワーク変換情報記憶部(第1の記憶部)

Claims (8)

  1.  フローを特定するための照合規則と、前記照合規則に適合するパケットに適用する処理内容とを対応付けた処理規則に従って、外部ノードから受信したパケットを処理する複数の物理ノードと、
     前記物理ノードに、前記処理規則を設定することにより、前記複数の物理ノードを、前記外部ノードから利用可能な仮想ネットワーク上の仮想ノードとして動作させる制御装置と、を含み、
     前記制御装置は、
     前記物理ノードと、仮想ネットワークとの対応関係を定めた第1の記憶部と、
     前記外部ノードと、仮想ネットワーク上の仮想ノードとの対応関係を定めた第2の記憶部と、を備え、
     前記外部ノードが接続する物理ノードの情報と、前記外部ノードの情報とに基づいて、前記外部ノードが接続する仮想ネットワークと仮想ノードとを決定すること、
     を特徴とする情報システム。
  2.  前記制御装置は、
     前記物理ノードからの前記処理規則の設定要求の受信を契機に、
     前記処理規則の設定要求を送信した物理ノードの情報と、前記処理規則の設定要求に含まれる前記外部ノードの情報とに基づいて、前記外部ノードが接続する仮想ネットワークと仮想ノードとを決定する請求項1の情報システム。
  3.  さらに、前記決定した仮想ネットワークおよび仮想ノードと、前記物理ノードとの対応関係を記憶する第3の記憶部を備え、
     前記物理ノードから前記処理規則の設定要求を受信した際に、前記第3の記憶部を参照し、該当エントリを発見できない場合に、前記第1、第2の記憶部を参照して、前記外部ノードが接続する仮想ネットワークと仮想ノードとを決定し、前記第3の記憶部に前記決定した仮想ネットワークおよび仮想ノードと、前記物理ノードとの対応関係を記憶する請求項1または2の情報システム。
  4.  前記第1の記憶部には、前記物理ノードのインタフェース毎に、仮想ネットワークが対応付けられており、
     前記制御装置は、
     前記物理ノードが処理規則の設定要求に係るパケットを受信したインタフェースに応じて、仮想ネットワークを決定する請求項1から3いずれか一の情報システム。
  5.  前記第2の記憶部には、前記外部ノード毎に、仮想ネットワーク上の仮想ノードとその仮想インタフェース情報が対応付けられており、
     前記制御装置は、
     前記外部ノードが、前記仮想ネットワーク上の仮想ノードに、前記仮想インタフェースを介して接続しているものとして取り扱う請求項1から4いずれか一の情報システム。
  6.  フローを特定するための照合規則と、前記照合規則に適合するパケットに適用する処理内容とを対応付けた処理規則に従って、外部ノードから受信したパケットを処理する複数の物理ノードと接続され、
     前記物理ノードと、仮想ネットワークとの対応関係を定めた第1の記憶部と、
     前記外部ノードと、仮想ネットワーク上の仮想ノードとの対応関係を定めた第2の記憶部と、を備え、
     前記外部ノードが接続する物理ノードの情報と、前記外部ノードの情報とに基づいて、前記外部ノードが接続する仮想ネットワークと仮想ノードとを決定し、
     前記仮想ノードに対応する物理ノードを含む複数の物理ノードに、処理規則を設定することにより、前記複数の物理ノードを、前記外部ノードから利用可能な仮想ネットワーク上の仮想ノードとして動作させる制御装置。
  7.  フローを特定するための照合規則と、前記照合規則に適合するパケットに適用する処理内容とを対応付けた処理規則に従って、外部ノードから受信したパケットを処理する複数の物理ノードと接続され制御装置が、前記物理ノードと、仮想ネットワークとの対応関係を定めた第1の記憶部と、前記外部ノードと、仮想ネットワーク上の仮想ノードとの対応関係を定めた第2の記憶部と、を参照し、前記外部ノードが接続する物理ノードと前記外部ノードの情報とに基づいて、前記外部ノードが接続する仮想ネットワークと仮想ノードとを決定するステップと、
     前記仮想ノードに対応する物理ノードを含む複数の物理ノードに、前記処理規則を設定することにより、前記複数の物理ノードを、前記外部ノードから利用可能な仮想ネットワーク上の仮想ノードとして動作させるステップとを含む仮想ネットワークの提供方法。
  8.  フローを特定するための照合規則と、前記照合規則に適合するパケットに適用する処理内容とを対応付けた処理規則に従って、外部ノードから受信したパケットを処理する複数の物理ノードと、接続され、
     前記物理ノードと、仮想ネットワークとの対応関係を定めた第1の記憶部と、
     前記外部ノードと、仮想ネットワーク上の仮想ノードとの対応関係を定めた第2の記憶部と、を備える制御装置を構成するコンピュータに、
     前記外部ノードが接続する物理ノードと前記外部ノードの情報とに基づいて、前記外部ノードが接続する仮想ネットワークと仮想ノードとを決定する処理と、
     前記仮想ノードに対応する物理ノードを含む複数の物理ノードに、前記処理規則を設定することにより、前記複数の物理ノードを、前記外部ノードから利用可能な仮想ネットワーク上の仮想ノードとして動作させる処理とを実行させるプログラム。
PCT/JP2011/080181 2010-12-28 2011-12-27 情報システム、制御装置、仮想ネットワークの提供方法およびプログラム WO2012090996A1 (ja)

Priority Applications (7)

Application Number Priority Date Filing Date Title
CN201180063353.0A CN103283187B (zh) 2010-12-28 2011-12-27 信息系统、控制装置及虚拟网络的提供方法
JP2012550969A JP5534037B2 (ja) 2010-12-28 2011-12-27 情報システム、制御装置、仮想ネットワークの提供方法およびプログラム
US13/976,721 US10044830B2 (en) 2010-12-28 2011-12-27 Information system, control apparatus, method of providing virtual network, and program
KR1020137019914A KR101581093B1 (ko) 2010-12-28 2011-12-27 정보 시스템, 제어 장치, 가상 네트워크의 제공 방법 및 프로그램
KR1020157020325A KR101644766B1 (ko) 2010-12-28 2011-12-27 정보 시스템, 제어 장치, 가상 네트워크의 제공 방법 및 프로그램
EP11854027.7A EP2661026A4 (en) 2010-12-28 2011-12-27 INFORMATION SYSTEM, CONTROL DEVICE, VIRTUAL NETWORK SIZING METHOD, AND PROGRAM
US16/034,981 US20180324274A1 (en) 2010-12-28 2018-07-13 Information system, control apparatus, method of providing virtual network, and program

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2010-292014 2010-12-28
JP2010292014 2010-12-28

Related Child Applications (2)

Application Number Title Priority Date Filing Date
US13/976,721 A-371-Of-International US10044830B2 (en) 2010-12-28 2011-12-27 Information system, control apparatus, method of providing virtual network, and program
US16/034,981 Continuation US20180324274A1 (en) 2010-12-28 2018-07-13 Information system, control apparatus, method of providing virtual network, and program

Publications (1)

Publication Number Publication Date
WO2012090996A1 true WO2012090996A1 (ja) 2012-07-05

Family

ID=46383089

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2011/080181 WO2012090996A1 (ja) 2010-12-28 2011-12-27 情報システム、制御装置、仮想ネットワークの提供方法およびプログラム

Country Status (6)

Country Link
US (2) US10044830B2 (ja)
EP (1) EP2661026A4 (ja)
JP (3) JP5534037B2 (ja)
KR (2) KR101644766B1 (ja)
CN (2) CN103283187B (ja)
WO (1) WO2012090996A1 (ja)

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130003745A1 (en) * 2010-03-24 2013-01-03 Kouichi Nishimura Information system, control device, method of managing virtual network, and program
JP2014032592A (ja) * 2012-08-06 2014-02-20 Nippon Telegr & Teleph Corp <Ntt> 仮想マシンのマイグレーションシステムおよびその方法
JP2014053719A (ja) * 2012-09-06 2014-03-20 Panasonic Corp 通信装置、転送制御方法及び転送制御プログラム
WO2014098108A1 (ja) * 2012-12-19 2014-06-26 日本電気株式会社 通信ノード、制御装置、通信システム、パケット処理方法、通信ノードの制御方法及びプログラム
JP2014143617A (ja) * 2013-01-24 2014-08-07 Fujitsu Ltd 中継プログラム、中継方法および中継処理装置
WO2014147197A1 (en) * 2013-03-20 2014-09-25 Wolting Holding B.V. Compiler for and method for software defined networks
JP2014531831A (ja) * 2011-09-20 2014-11-27 ビッグ スウィッチ ネットワークス インコーポレイテッド バーチャルスイッチを介してネットワークトラフィックをコントロールするシステム及び方法
CN104620546A (zh) * 2012-09-13 2015-05-13 日本电气株式会社 信息处理装置、配置方法、通信系统和程序
JP2015138987A (ja) * 2014-01-20 2015-07-30 日本電気株式会社 通信システムおよび通信システムにおけるサービス復旧方法
CN104620546B (zh) * 2012-09-13 2018-02-09 日本电气株式会社 信息处理装置、配置方法、通信系统和程序
US10355940B2 (en) 2014-09-22 2019-07-16 Wolting Holding B.V. Compiler for and method of software defined networking, storage and compute performing operations
US10411989B2 (en) 2014-09-22 2019-09-10 Wolting Holding B.V. Compiler for and method of software defined networking, storage and compute determining physical and virtual resources
US10454708B2 (en) 2014-03-07 2019-10-22 Nec Corporation Network system, inter-site network cooperation control apparatus, network control method, and program

Families Citing this family (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102571433B (zh) * 2012-01-11 2014-07-30 华为技术有限公司 呈现网络路径的方法和装置
US9019967B2 (en) * 2012-07-30 2015-04-28 Dell Products L.P. VLAN advertisement and automated configuration
WO2015054904A1 (zh) 2013-10-18 2015-04-23 华为技术有限公司 转发报文的方法、控制器、转发设备和网络系统
KR101460048B1 (ko) * 2013-10-24 2014-11-11 에스케이텔레콤 주식회사 태깅을 이용한 다이나믹 서비스 체이닝 제어 방법 및 장치
WO2015074258A1 (zh) * 2013-11-22 2015-05-28 华为技术有限公司 一种控制业务数据在虚拟网络中转发的方法、装置及系统
WO2015144257A1 (en) * 2014-03-24 2015-10-01 Telefonaktiebolaget L M Ericsson (Publ) A method to provide elasticity in transport network virtualisation
CN103997513B (zh) * 2014-04-21 2017-08-01 北京邮电大学 一种可编程虚拟网络服务系统
US10778506B1 (en) 2017-11-30 2020-09-15 Open Invention Network Llc Coordinated switch of activity in virtual network function components
KR101982230B1 (ko) * 2018-07-06 2019-08-28 고려대학교 산학협력단 프로그래밍 가능한 네트워크 가상화에서의 플로우 룰 가상화 장치 및 그 방법
US11627080B2 (en) * 2019-01-18 2023-04-11 Vmware, Inc. Service insertion in public cloud environments
CN110474978B (zh) * 2019-08-13 2022-07-08 未鲲(上海)科技服务有限公司 虚拟消息处理方调度方法、装置、计算机设备和存储介质
US11108643B2 (en) * 2019-08-26 2021-08-31 Vmware, Inc. Performing ingress side control through egress side limits on forwarding elements
JP2021182689A (ja) * 2020-05-19 2021-11-25 富士通株式会社 スイッチ特定方法、及びスイッチ特定プログラム

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2008095010A1 (en) 2007-02-01 2008-08-07 The Board Of Trustees Of The Leland Stanford Jr. University Secure network switching infrastructure
JP2010200026A (ja) * 2009-02-25 2010-09-09 Nippon Telegr & Teleph Corp <Ntt> 論理ネットワークのトラヒック制御方法とシステムおよびプログラム

Family Cites Families (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100272108B1 (ko) 1998-10-13 2000-11-15 윤종용 Ieee 1394 가상 네트웍 생성방법 및 그 콘트롤러
EP1164754B1 (en) * 2000-06-15 2006-05-17 Telefonaktiebolaget LM Ericsson (publ) Methods and arrangements in a telecommunications system
JP4244872B2 (ja) 2004-07-09 2009-03-25 ソニー株式会社 情報処理装置および方法、並びにプログラム
JP4859471B2 (ja) * 2006-02-02 2012-01-25 株式会社日立製作所 ストレージシステム及びストレージコントローラ
CN101052051A (zh) 2006-04-05 2007-10-10 横河电机株式会社 多逻辑节点设备
US20090328193A1 (en) * 2007-07-20 2009-12-31 Hezi Moore System and Method for Implementing a Virtualized Security Platform
JP5423401B2 (ja) * 2008-02-22 2014-02-19 日本電気株式会社 情報処理装置、情報処理システム、設定プログラム送信方法及びサーバ設定プログラム
US8565218B2 (en) * 2008-06-05 2013-10-22 Hewlett-Packard Development Company, L.P. Flow path discovery in network to guarantee multiple metric QoS constraints
WO2010037420A1 (en) 2008-10-02 2010-04-08 Nokia Siemens Networks Oy Routing method in a scalable network and processing element
US8868818B2 (en) * 2009-03-03 2014-10-21 Quantum Corporation Method for associating physical address with logical communication address in a media library assembly
US8130641B2 (en) * 2009-03-13 2012-03-06 Hewlett-Packard Development Company, L.P. Methods and systems for managing network traffic within a virtual network system
JP5701288B2 (ja) * 2009-04-01 2015-04-15 ニシラ, インコーポレイテッド ネットワークおよびネットワーキングリソースを管理する方法
US9203747B1 (en) * 2009-12-07 2015-12-01 Amazon Technologies, Inc. Providing virtual networking device functionality for managed computer networks
US8594100B2 (en) * 2010-03-31 2013-11-26 International Business Machines Corporation Data frame forwarding using a distributed virtual bridge
JP5710928B2 (ja) * 2010-10-07 2015-04-30 株式会社日立製作所 ネットワークシステム、仮想ネットワーク管理方法及びルータ
US9001827B2 (en) * 2010-12-17 2015-04-07 Big Switch Networks, Inc. Methods for configuring network switches

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2008095010A1 (en) 2007-02-01 2008-08-07 The Board Of Trustees Of The Leland Stanford Jr. University Secure network switching infrastructure
JP2010200026A (ja) * 2009-02-25 2010-09-09 Nippon Telegr & Teleph Corp <Ntt> 論理ネットワークのトラヒック制御方法とシステムおよびプログラム

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
MASASHI NUMATA ET AL.: "Study for building of Virtual Tenant Network", PROCEEDINGS OF THE 2010 IEICE GENERAL CONFERENCE, TSUSHIN 2, vol. B-6-44, 2 March 2010 (2010-03-02), pages 44 *
NICK MCKEOWN, OPENFLOW: ENABLING INNOVATION IN CAMPUS NETWORKS, 1 December 2010 (2010-12-01), Retrieved from the Internet <URL:http://www.openflowswitch.org/documents/openflow-wp-latest.pdf>>
OPENFLOW SWITCH SPECIFICATION, 1 December 2010 (2010-12-01)
See also references of EP2661026A4

Cited By (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130003745A1 (en) * 2010-03-24 2013-01-03 Kouichi Nishimura Information system, control device, method of managing virtual network, and program
JP2014531831A (ja) * 2011-09-20 2014-11-27 ビッグ スウィッチ ネットワークス インコーポレイテッド バーチャルスイッチを介してネットワークトラフィックをコントロールするシステム及び方法
US9185056B2 (en) 2011-09-20 2015-11-10 Big Switch Networks, Inc. System and methods for controlling network traffic through virtual switches
JP2014032592A (ja) * 2012-08-06 2014-02-20 Nippon Telegr & Teleph Corp <Ntt> 仮想マシンのマイグレーションシステムおよびその方法
JP2014053719A (ja) * 2012-09-06 2014-03-20 Panasonic Corp 通信装置、転送制御方法及び転送制御プログラム
CN104620546B (zh) * 2012-09-13 2018-02-09 日本电气株式会社 信息处理装置、配置方法、通信系统和程序
US10097422B2 (en) 2012-09-13 2018-10-09 Nec Corporation Information processing apparatus, configuration method, communication system, and program
CN104620546A (zh) * 2012-09-13 2015-05-13 日本电气株式会社 信息处理装置、配置方法、通信系统和程序
WO2014098108A1 (ja) * 2012-12-19 2014-06-26 日本電気株式会社 通信ノード、制御装置、通信システム、パケット処理方法、通信ノードの制御方法及びプログラム
US9906438B2 (en) 2012-12-19 2018-02-27 Nec Corporation Communication node, control apparatus, communication system, packet processing method, communication node controlling method and program
JP5967221B2 (ja) * 2012-12-19 2016-08-10 日本電気株式会社 通信ノード、制御装置、通信システム、パケット処理方法、通信ノードの制御方法及びプログラム
JP2014143617A (ja) * 2013-01-24 2014-08-07 Fujitsu Ltd 中継プログラム、中継方法および中継処理装置
US9559937B2 (en) 2013-01-24 2017-01-31 Fujitsu Limited Apparatus and method for relaying communication between nodes coupled through relay devices
WO2014147197A1 (en) * 2013-03-20 2014-09-25 Wolting Holding B.V. Compiler for and method for software defined networks
US10263848B2 (en) 2013-03-20 2019-04-16 Wolting Holding B.V. Compiler for and method for software defined networks
JP2015138987A (ja) * 2014-01-20 2015-07-30 日本電気株式会社 通信システムおよび通信システムにおけるサービス復旧方法
US10454708B2 (en) 2014-03-07 2019-10-22 Nec Corporation Network system, inter-site network cooperation control apparatus, network control method, and program
US10355940B2 (en) 2014-09-22 2019-07-16 Wolting Holding B.V. Compiler for and method of software defined networking, storage and compute performing operations
US10411989B2 (en) 2014-09-22 2019-09-10 Wolting Holding B.V. Compiler for and method of software defined networking, storage and compute determining physical and virtual resources

Also Published As

Publication number Publication date
JP5590263B2 (ja) 2014-09-17
CN110086701A (zh) 2019-08-02
KR20150092351A (ko) 2015-08-12
KR101644766B1 (ko) 2016-08-01
KR101581093B1 (ko) 2015-12-30
JPWO2012090996A1 (ja) 2014-06-05
US20180324274A1 (en) 2018-11-08
US10044830B2 (en) 2018-08-07
US20130282867A1 (en) 2013-10-24
CN103283187B (zh) 2019-05-10
EP2661026A1 (en) 2013-11-06
JP5590262B2 (ja) 2014-09-17
JP2014135776A (ja) 2014-07-24
JP2014158289A (ja) 2014-08-28
KR20130099221A (ko) 2013-09-05
EP2661026A4 (en) 2014-06-11
CN103283187A (zh) 2013-09-04
JP5534037B2 (ja) 2014-06-25

Similar Documents

Publication Publication Date Title
JP5590263B2 (ja) 情報システム、制御装置、仮想ネットワークの提供方法およびプログラム
JP6053003B2 (ja) 伝送システム、伝送装置、及び伝送方法
JP5644895B2 (ja) 通信システム、制御装置、通信方法及びプログラム
JP5850471B2 (ja) 通信システム、制御装置、ノード制御方法およびプログラム
JP5674107B2 (ja) 通信システム、制御装置、処理規則の設定方法およびプログラム
JP5585660B2 (ja) 通信システム、制御装置、処理規則の設定方法およびプログラム
JP5825351B2 (ja) 通信システム、制御装置、通信方法及びプログラム
JP5854049B2 (ja) 通信システム、制御情報中継装置、制御装置、制御情報の送信方法およびプログラム
WO2014132967A1 (ja) 通信システム、スイッチ、制御装置、制御用チャネルの構築方法及びプログラム
JP6064989B2 (ja) 制御装置、通信システム、ノード制御方法及びプログラム
WO2011118574A1 (ja) 通信システム、制御装置、遅延測定方法およびプログラム
JP6440191B2 (ja) スイッチ装置、vlan設定管理方法及びプログラム
WO2015151442A1 (ja) 通信システム、通信方法および制御装置
JP6206493B2 (ja) 制御装置、通信システム、中継装置の制御方法及びプログラム
WO2014119602A1 (ja) 制御装置、スイッチ、通信システム、スイッチの制御方法及びプログラム
JP5854488B2 (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: 11854027

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2012550969

Country of ref document: JP

Kind code of ref document: A

WWE Wipo information: entry into national phase

Ref document number: 13976721

Country of ref document: US

Ref document number: 2011854027

Country of ref document: EP

NENP Non-entry into the national phase

Ref country code: DE

ENP Entry into the national phase

Ref document number: 20137019914

Country of ref document: KR

Kind code of ref document: A