CN109981493B - Method and device for configuring virtual machine network - Google Patents

Method and device for configuring virtual machine network Download PDF

Info

Publication number
CN109981493B
CN109981493B CN201910278426.6A CN201910278426A CN109981493B CN 109981493 B CN109981493 B CN 109981493B CN 201910278426 A CN201910278426 A CN 201910278426A CN 109981493 B CN109981493 B CN 109981493B
Authority
CN
China
Prior art keywords
virtual machine
network
network card
computing node
routing
Prior art date
Legal status (The legal status 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 status listed.)
Active
Application number
CN201910278426.6A
Other languages
Chinese (zh)
Other versions
CN109981493A (en
Inventor
魏传程
胡玉鹏
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Suzhou Inspur Intelligent Technology Co Ltd
Original Assignee
Suzhou Inspur Intelligent Technology Co Ltd
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 Suzhou Inspur Intelligent Technology Co Ltd filed Critical Suzhou Inspur Intelligent Technology Co Ltd
Priority to CN201910278426.6A priority Critical patent/CN109981493B/en
Publication of CN109981493A publication Critical patent/CN109981493A/en
Application granted granted Critical
Publication of CN109981493B publication Critical patent/CN109981493B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/04Network management architectures or arrangements
    • H04L41/046Network management architectures or arrangements comprising network management agents or mobile agents therefor
    • 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
    • H04L45/028Dynamic adaptation of the update intervals, e.g. event-triggered updates
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L49/00Packet switching elements
    • H04L49/70Virtual switches

Abstract

The application discloses a method and a device for configuring a virtual machine network, wherein the method comprises the following steps: when a computing node network agent in a computing node receives a network change request sent by a Neutron server, updating flow table information of a virtual switch of the computing node by the computing node network agent according to a static routing table stored in the Neutron server; and updating a routing table inside the virtual machine by a cloud host network agent of the virtual machine in the computing node according to the routing information acquired from the Neutron server, so that the routing information inside the virtual machine is matched with the flow table information of the virtual switch, and the virtual machine sends the data packet to a specified gateway through a network card selected according to the routing information. According to the scheme, after the virtual machine runs, the network route of the virtual machine can be set and updated under the condition that the virtual machine is not logged in to modify the route information, and other network cards are used for routing data.

Description

Method and device for configuring virtual machine network
Technical Field
The present application relates to the field of virtual machines, and more particularly, to a method and apparatus for configuring a virtual machine network.
Background
In terms of network management of a virtual machine, generally, an IP address of the virtual machine is obtained by using a DHCP (Dynamic host configuration Protocol) and recorded in a Neutron database. The IP obtaining mode of the virtual machine obtains the metadata of the IP address of the virtual machine from the Neutron server through a cloud-init tool, and the metadata is injected into the virtual machine operating system when the virtual machine is initially created and started. However, this method only works when the virtual machine is first created, and after the virtual machine has been operated, if a network card is dynamically added to the virtual machine, the virtual machine cannot normally acquire a new address, and the virtual machine cannot automatically set a static route and a default route when the virtual machine has multiple network cards, which may cause route confusion. Therefore, the virtual machine needs to be reset after logging in, and the processing mode is not suitable for large-scale cloud environment.
Disclosure of Invention
In order to solve the above technical problem, the present application provides a method and an apparatus for configuring a virtual machine network, which can set and update a network route of a virtual machine without logging in the virtual machine to modify routing information after the virtual machine runs, and use another network card to route data.
In order to achieve the object of the present invention, an embodiment of the present invention provides a method for configuring a virtual machine network, where the method includes:
when a computing node network agent in a computing node receives a network change request sent by a Neutron server, the computing node network agent updates flow table information of a virtual switch Openvswitch of the computing node according to a static routing table stored in the Neutron server so as to ensure that a virtual machine in the computing node correctly sends a data packet to the virtual switch;
and updating a routing table inside the virtual machine by a cloud host network agent of the virtual machine in the computing node according to the routing information acquired from the Neutron server, so that the routing information inside the virtual machine is matched with the flow table information of the Openvswitch, and the virtual machine sends the data packet to a specified gateway through a network card selected according to the routing information.
Further, in an optional embodiment, the network change request is a request for switching one network card of the multiple network cards of the virtual machine to another network card, or a request for switching the network card of the virtual machine to a network card added for the virtual machine.
Further, in an optional embodiment, if the network change request is a request to switch one of the network cards of the virtual machine to another network card, the network change request includes a request to set the IP address, the mac address, and the default routing information of the network card of the virtual machine to the IP address, the mac address, and the corresponding routing information of the switched network card, respectively.
Further, in an optional embodiment, if the network change request is a request to switch the network card of the virtual machine to the network card added to the virtual machine, the network change request includes a request to set the IP address and mac address of the network card of the virtual machine and the default routing information of the virtual machine to the IP address and mac address of the added network card and the corresponding routing information.
Further, in an optional embodiment, a plurality of static routing tables are maintained in the Neutron server before the step of updating, by the compute node network agent, the flow table information of the virtual switch Openvswitch of the compute node according to the static routing tables maintained in the Neutron server; each static routing table sets a routing rule for a corresponding virtual machine network, so that one virtual machine accesses one of the multiple networks through one network card of the virtual machine.
To achieve the object of the present invention, an embodiment of the present invention provides an apparatus for configuring a virtual machine network, the apparatus including a memory and a processor,
the memory is for storing computer readable instructions;
the processor is configured to execute the computer-readable instructions to perform operations comprising:
when a computing node network agent in a computing node receives a network change request sent by a Neutron server, the computing node network agent updates flow table information of a virtual switch Openvswitch of the computing node according to a static routing table stored in the Neutron server so as to ensure that a virtual machine in the computing node correctly sends a data packet to the virtual switch;
and updating a routing table inside the virtual machine by a cloud host network agent of the virtual machine in the computing node according to the routing information acquired from the Neutron server, so that the routing information inside the virtual machine is matched with the flow table information of the Openvswitch, and the virtual machine sends the data packet to a specified gateway through a network card selected according to the routing information.
Further, in an optional embodiment, the network change request is a request for switching one network card of the multiple network cards of the virtual machine to another network card, or a request for switching the network card of the virtual machine to a network card added for the virtual machine.
Further, in an optional embodiment, if the network change request is a request to switch one of the network cards of the virtual machine to another network card, the network change request includes a request to set the IP address, the mac address, and the default routing information of the network card of the virtual machine to the IP address, the mac address, and the corresponding routing information of the switched network card, respectively.
Further, in an optional embodiment, if the network change request is a request to switch the network card of the virtual machine to the network card added to the virtual machine, the network change request includes a request to set the IP address and mac address of the network card of the virtual machine and the default routing information of the virtual machine to the IP address and mac address of the added network card and the corresponding routing information.
Further, in an optional embodiment, a plurality of static routing tables are maintained in the Neutron server before the step of updating, by the compute node network agent, the flow table information of the virtual switch Openvswitch of the compute node according to the static routing tables maintained in the Neutron server; each static routing table sets a routing rule for a corresponding virtual machine network, so that one virtual machine accesses one of the multiple networks through one network card of the virtual machine.
The method and the device have the advantages that after the network change request is received by the network agent of the computing node, the flow table information of the virtual switch of the computing node is updated according to the static routing table stored in the Neutron server, and the routing table in the virtual machine is updated by the network agent of the cloud host of the virtual machine according to the routing information acquired from the Neutron server, so that after the virtual machine runs, the network routing of the virtual machine can be set and updated, other network cards can be used for routing data, the virtual machine does not need to be logged in to modify the routing information, and the management efficiency of the virtual machine network of the OpenStack platform is improved. Meanwhile, the network routing information can be updated without logging in a virtual machine, and the safety of the cloud host is improved.
Additional features and advantages of the invention will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by practice of the invention. The objectives and other advantages of the invention will be realized and attained by the structure particularly pointed out in the written description and claims hereof as well as the appended drawings.
Drawings
The accompanying drawings are included to provide a further understanding of the invention and are incorporated in and constitute a part of this specification, illustrate embodiments of the invention and together with the example serve to explain the principles of the invention and not to limit the invention.
Fig. 1 is a flowchart of a method for configuring a virtual machine network according to an embodiment of the present invention;
fig. 2 is a block diagram of an apparatus for configuring a virtual machine network according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, embodiments of the present invention will be described in detail below with reference to the accompanying drawings. It should be noted that the embodiments and features of the embodiments in the present application may be arbitrarily combined with each other without conflict.
The steps illustrated in the flow charts of the figures may be performed in a computer system such as a set of computer-executable instructions. Also, while a logical order is shown in the flow diagrams, in some cases, the steps shown or described may be performed in an order different than here.
Openstack is used as an open-source cloud computing management platform, and can very conveniently manage various virtualization platform resources, and in terms of network management of virtual machines, generally, IP addresses of the virtual machines are acquired in a DHCP manner and recorded in a Neutron database. The IP obtaining mode of the virtual machine obtains the metadata of the IP address of the virtual machine from the Neutron server through the cloud-init, and the metadata is injected into the virtual machine operating system when the virtual machine is initially created and started. However, this method only works when the virtual machine is first created, and after the virtual machine has been operated, if a network card is dynamically added to the virtual machine, the virtual machine cannot normally acquire a new address, and the virtual machine cannot automatically set a static route and a default route when the virtual machine has multiple network cards, which may cause route confusion. Therefore, the virtual machine needs to be reset after logging in, and the processing mode is not suitable for large-scale cloud environment.
In order to solve the above problem, in one aspect, an embodiment of the present invention provides a method for configuring a virtual machine network, as shown in fig. 1, the method includes steps S101 to S103.
Step S101, when a computing node network agent in a computing node receives a network change request sent by a Neutron server, the computing node network agent updates flow table information of a virtual switch Openvswitch of the computing node according to a static routing table stored in the Neutron server so as to ensure that a virtual machine in the computing node correctly sends a data packet to the virtual switch.
Step S103, updating a routing table inside the virtual machine by a cloud host network agent of the virtual machine in the computing node according to the routing information acquired from the Neutron server, so that the routing information inside the virtual machine is matched with the flow table information of the Openvswitch, and the virtual machine sends the data packet to a specified gateway through a network card selected according to the routing information.
The method and the device have the advantages that after the network change request is received by the network agent of the computing node, the flow table information of the virtual switch of the computing node is updated according to the static routing table stored in the Neutron server, and the routing table in the virtual machine is updated by the network agent of the cloud host of the virtual machine according to the routing information acquired from the Neutron server, so that after the virtual machine runs, the network routing of the virtual machine can be set and updated, other network cards can be used for routing data, the virtual machine does not need to be logged in to modify the routing information, and the management efficiency of the virtual machine network of the OpenStack platform is improved. Meanwhile, the network routing information can be updated without logging in a virtual machine, and the safety of the cloud host is improved.
Further, in an optional embodiment, the network change request is a request for switching one network card of the multiple network cards of the virtual machine to another network card, or a request for switching the network card of the virtual machine to a network card added for the virtual machine.
Based on the foregoing optional embodiments, further, in an optional embodiment, if the network change request is a request to switch one network card of the multiple network cards of the virtual machine to another network card, the network change request includes a request to set an IP address and a mac address of the network card of the virtual machine and default routing information of the virtual machine as an IP address and a mac address of the switched network card and corresponding routing information, respectively.
Based on the foregoing optional embodiments, further, in an optional embodiment, if the network change request is a request to switch the network card of the virtual machine to the network card added to the virtual machine, the network change request includes a request to set the IP address and mac address of the network card of the virtual machine and the default routing information of the virtual machine as the IP address and mac address of the network card added and the corresponding routing information.
Further, in an optional embodiment, a plurality of static routing tables are maintained in the Neutron server before the step of updating, by the compute node network agent, the flow table information of the virtual switch Openvswitch of the compute node according to the static routing tables maintained in the Neutron server; each static routing table sets a routing rule for a corresponding virtual machine network, so that one virtual machine accesses one of the multiple networks through one network card of the virtual machine.
In order to solve the above technical problem, an embodiment of the present invention provides an apparatus for configuring a virtual machine network, which includes a memory 10 and a processor 20, as shown in fig. 2.
A memory 10 for storing computer readable instructions;
a processor 20 for executing computer readable instructions to perform the following operations:
when a computing node network agent in a computing node receives a network change request sent by a Neutron server, the computing node network agent updates flow table information of a virtual switch Openvswitch of the computing node according to a static routing table stored in the Neutron server so as to ensure that a virtual machine in the computing node correctly sends a data packet to the virtual switch;
and updating a routing table inside the virtual machine by a cloud host network agent of the virtual machine in the computing node according to the routing information acquired from the Neutron server, so that the routing information inside the virtual machine is matched with the flow table information of the Openvswitch, and the virtual machine sends the data packet to a specified gateway through a network card selected according to the routing information.
The method and the device have the advantages that after the network change request is received by the network agent of the computing node, the flow table information of the virtual switch of the computing node is updated according to the static routing table stored in the Neutron server, and the routing table in the virtual machine is updated by the network agent of the cloud host of the virtual machine according to the routing information acquired from the Neutron server, so that after the virtual machine runs, the network routing of the virtual machine can be set and updated, other network cards can be used for routing data, the virtual machine does not need to be logged in to modify the routing information, and the management efficiency of the virtual machine network of the OpenStack platform is improved. Meanwhile, the network routing information can be updated without logging in a virtual machine, and the safety of the cloud host is improved.
Further, in an optional embodiment, the network change request is a request for switching one network card of the multiple network cards of the virtual machine to another network card, or a request for switching the network card of the virtual machine to a network card added for the virtual machine.
Based on the foregoing optional embodiments, further, in an optional embodiment, if the network change request is a request to switch one network card of the multiple network cards of the virtual machine to another network card, the network change request includes a request to set an IP address and a mac address of the network card of the virtual machine and default routing information of the virtual machine as an IP address and a mac address of the switched network card and corresponding routing information, respectively.
Based on the foregoing optional embodiments, further, in an optional embodiment, if the network change request is a request to switch the network card of the virtual machine to the network card added to the virtual machine, the network change request includes a request to set the IP address and mac address of the network card of the virtual machine and the default routing information of the virtual machine as the IP address and mac address of the network card added and the corresponding routing information.
Further, in an optional embodiment, a plurality of static routing tables are maintained in the Neutron server before the step of updating, by the compute node network agent, the flow table information of the virtual switch Openvswitch of the compute node according to the static routing tables maintained in the Neutron server; each static routing table sets a routing rule for a corresponding virtual machine network, so that one virtual machine accesses one of the multiple networks through one network card of the virtual machine.
Although the embodiments of the present invention have been described above, the above description is only for the convenience of understanding the present invention, and is not intended to limit the present invention. It will be understood by those skilled in the art that various changes in form and details may be made therein without departing from the spirit and scope of the invention as defined by the appended claims.

Claims (8)

1. A method for configuring a virtual machine network, the method comprising:
when a computing node network agent in a computing node receives a network change request sent by a Neutron server, updating flow table information of a virtual switch Openvswitch of the computing node according to a static routing table stored in the Neutron server by the computing node network agent so as to ensure that a virtual machine in the computing node correctly sends a data packet to the virtual switch;
updating, by a cloud host network agent of a virtual machine in the computing node, a routing table inside the virtual machine according to the routing information acquired from the Neutron server, so that the routing information inside the virtual machine matches flow table information of Openvswitch, and the virtual machine sends a packet to a prescribed gateway through a network card selected according to the routing information,
the network change request is a request for switching one of the network cards of the virtual machine to another network card, or a request for switching the network card of the virtual machine to a network card added to the virtual machine.
2. The method of claim 1, wherein if the network change request is a request to switch one of the plurality of network cards of the virtual machine to another network card, the network change request comprises a request to set an IP address, a mac address, and default routing information of the network card of the virtual machine to the IP address, the mac address, and corresponding routing information of the switched network card, respectively.
3. The method of claim 1, wherein if the network change request is a request to switch a network card of a virtual machine to an added network card for the virtual machine, the network change request comprises a request to set an IP address, a mac address, and default routing information of the network card of the virtual machine to the IP address, the mac address, and corresponding routing information of the added network card.
4. The method of claim 1, wherein a plurality of static routing tables are maintained in the Neutron server prior to the step of updating, by the compute node network agent, flow table information for the virtual switch Openvswitch of the compute node from the static routing tables maintained in the Neutron server; each static routing table sets routing rules for a corresponding virtual machine network, so that one virtual machine accesses one of the multiple networks through one network card of the virtual machine.
5. An apparatus for configuring a virtual machine network, comprising a memory and a processor,
the memory to store computer readable instructions;
the processor to execute the computer-readable instructions to perform operations comprising:
when a computing node network agent in a computing node receives a network change request sent by a Neutron server, updating flow table information of a virtual switch Openvswitch of the computing node according to a static routing table stored in the Neutron server by the computing node network agent so as to ensure that a virtual machine in the computing node correctly sends a data packet to the virtual switch;
updating, by a cloud host network agent of a virtual machine in the computing node, a routing table inside the virtual machine according to the routing information acquired from the Neutron server, so that the routing information inside the virtual machine matches flow table information of Openvswitch, and the virtual machine sends a packet to a prescribed gateway through a network card selected according to the routing information,
the network change request is a request for switching one network card of the plurality of network cards of the virtual machine to another network card, or a request for switching the network card of the virtual machine to a network card added to the virtual machine.
6. The apparatus of claim 5, wherein if the network change request is a request to switch one of the plurality of network cards of the virtual machine to another network card, the network change request comprises a request to set an IP address, a mac address, and default routing information of the network card of the virtual machine to the IP address, the mac address, and corresponding routing information of the switched network card, respectively.
7. The apparatus of claim 5, wherein if the network change request is a request to switch a network card of a virtual machine to an added network card for the virtual machine, the network change request comprises a request to set an IP address, a mac address, and default routing information of the network card of the virtual machine to the IP address, the mac address, and corresponding routing information of the added network card.
8. The apparatus of claim 5, wherein a plurality of static routing tables are maintained in the Neutron server prior to the step of updating, by the compute node network agent, flow table information for the virtual switch Openvswitch of the compute node from the static routing tables maintained in the Neutron server; each static routing table sets routing rules for a corresponding virtual machine network, so that one virtual machine accesses one of the multiple networks through one network card of the virtual machine.
CN201910278426.6A 2019-04-09 2019-04-09 Method and device for configuring virtual machine network Active CN109981493B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910278426.6A CN109981493B (en) 2019-04-09 2019-04-09 Method and device for configuring virtual machine network

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910278426.6A CN109981493B (en) 2019-04-09 2019-04-09 Method and device for configuring virtual machine network

Publications (2)

Publication Number Publication Date
CN109981493A CN109981493A (en) 2019-07-05
CN109981493B true CN109981493B (en) 2020-05-01

Family

ID=67083506

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910278426.6A Active CN109981493B (en) 2019-04-09 2019-04-09 Method and device for configuring virtual machine network

Country Status (1)

Country Link
CN (1) CN109981493B (en)

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111813556B (en) * 2020-07-21 2021-04-09 北京东方通软件有限公司 Elastic expansion method of virtual cluster in cloud computing environment
CN112350866B (en) * 2020-11-06 2021-12-21 北京首都在线科技股份有限公司 Method, device and storage medium for processing virtual machine network card configuration information
CN112468458B (en) * 2020-11-12 2022-04-12 鹏城实验室 Scheduling method based on neutron layering mechanism
CN112804375B (en) * 2021-01-11 2022-11-25 上海思询信息科技有限公司 Configuration method for single network card and multiple IPs
CN113472563B (en) * 2021-05-13 2023-12-26 新华三大数据技术有限公司 Network configuration issuing method and device
CN114363334B (en) * 2021-12-30 2024-04-02 阿里巴巴(中国)有限公司 Cloud system, network configuration method, device and equipment of cloud desktop virtual machine
CN114584504B (en) * 2022-04-30 2022-07-22 苏州浪潮智能科技有限公司 Network card communication method, device, equipment and medium for AI training platform
CN116233038A (en) * 2022-12-29 2023-06-06 天翼云科技有限公司 Method and device for hot upgrading of virtual switch

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103430149A (en) * 2011-08-15 2013-12-04 华为技术有限公司 Virtual machine migration notification method and system
CN103716378A (en) * 2013-12-10 2014-04-09 同济大学 Method for on-line migration of virtual machine in wide area network under future network serval
CN103973676A (en) * 2014-04-21 2014-08-06 蓝盾信息安全技术股份有限公司 Cloud computing safety protection system and method based on SDN
CN104243265A (en) * 2014-09-05 2014-12-24 华为技术有限公司 Gateway control method, device and system based on virtual machine migration
CN105589744A (en) * 2015-08-25 2016-05-18 杭州华三通信技术有限公司 Virtual machine migration method and apparatus
CN106533942A (en) * 2016-11-30 2017-03-22 北京邮电大学 Data processing method and device based on SDN
CN109194517A (en) * 2018-09-20 2019-01-11 郑州云海信息技术有限公司 A kind of method and apparatus for being initialized to virtual switch component

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140376555A1 (en) * 2013-06-24 2014-12-25 Electronics And Telecommunications Research Institute Network function virtualization method and apparatus using the same
CN103973481A (en) * 2014-04-21 2014-08-06 蓝盾信息安全技术股份有限公司 System and method for auditing cloud computing data center based on SDN
KR101727005B1 (en) * 2014-12-29 2017-04-14 주식회사 이루온 Virtualization epc system and seamless handover method between gateways based sdn in the same
CN108123819B (en) * 2016-11-30 2020-10-16 江南大学 Virtual-real network seamless fusion simulation method
CN107302496B (en) * 2017-05-26 2020-03-17 重庆邮电大学 Software defined network link failure recovery method based on in-band control

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103430149A (en) * 2011-08-15 2013-12-04 华为技术有限公司 Virtual machine migration notification method and system
CN103716378A (en) * 2013-12-10 2014-04-09 同济大学 Method for on-line migration of virtual machine in wide area network under future network serval
CN103973676A (en) * 2014-04-21 2014-08-06 蓝盾信息安全技术股份有限公司 Cloud computing safety protection system and method based on SDN
CN104243265A (en) * 2014-09-05 2014-12-24 华为技术有限公司 Gateway control method, device and system based on virtual machine migration
CN105589744A (en) * 2015-08-25 2016-05-18 杭州华三通信技术有限公司 Virtual machine migration method and apparatus
CN106533942A (en) * 2016-11-30 2017-03-22 北京邮电大学 Data processing method and device based on SDN
CN109194517A (en) * 2018-09-20 2019-01-11 郑州云海信息技术有限公司 A kind of method and apparatus for being initialized to virtual switch component

Also Published As

Publication number Publication date
CN109981493A (en) 2019-07-05

Similar Documents

Publication Publication Date Title
CN109981493B (en) Method and device for configuring virtual machine network
US11258667B2 (en) Network management method and related device
US8769040B2 (en) Service providing system, a virtual machine server, a service providing method, and a program thereof
US9571569B2 (en) Method and apparatus for determining virtual machine migration
US11036535B2 (en) Data storage method and apparatus
EP3451592B1 (en) Packet transmission between vxlan domains
EP3327994A1 (en) Virtual network management
CN106031116A (en) Method, apparatus and system for associating NS with VNF
CN107547242B (en) The acquisition methods and device of VM configuration information
US9584481B2 (en) Host providing system and communication control method
CN108073423B (en) Accelerator loading method and system and accelerator loading device
CN110808857B (en) Network intercommunication method, device, equipment and storage medium for realizing Kubernetes cluster
CN111585887B (en) Communication method and device based on multiple networks, electronic equipment and storage medium
US11822970B2 (en) Identifier (ID) allocation in a virtualized computing environment
US11416267B2 (en) Dynamic hardware accelerator selection and loading based on acceleration requirements
EP3099026A1 (en) In-network message processing method, in-network message forwarding equipment and in-network message processing system
CN109240796A (en) Virtual machine information acquisition methods and device
CN106685741B (en) Dynamic management method for network interface of cloud host
CN104506654A (en) Cloud computing system and backup method of dynamic host configuration protocol server
CN106878052B (en) User migration method and device
EP2629492A1 (en) Method, switch, and system for processing a message
CN108540408B (en) Openstack-based distributed virtual switch management method and system
CN111327509B (en) Information updating method and device
WO2016173196A1 (en) Method and apparatus for learning address mapping relationship
CN112532506B (en) Hybrid networking method, device, server and computer-readable storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant