CN113806015B - Virtual routing network construction method and device based on ARM architecture - Google Patents

Virtual routing network construction method and device based on ARM architecture Download PDF

Info

Publication number
CN113806015B
CN113806015B CN202111029665.1A CN202111029665A CN113806015B CN 113806015 B CN113806015 B CN 113806015B CN 202111029665 A CN202111029665 A CN 202111029665A CN 113806015 B CN113806015 B CN 113806015B
Authority
CN
China
Prior art keywords
vyos
operating system
network
arm architecture
network operating
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
CN202111029665.1A
Other languages
Chinese (zh)
Other versions
CN113806015A (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.)
Shanghai Yunzhou Information Technology Co ltd
Original Assignee
Shanghai Yunzhou Information 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 Shanghai Yunzhou Information Technology Co ltd filed Critical Shanghai Yunzhou Information Technology Co ltd
Priority to CN202111029665.1A priority Critical patent/CN113806015B/en
Publication of CN113806015A publication Critical patent/CN113806015A/en
Application granted granted Critical
Publication of CN113806015B publication Critical patent/CN113806015B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation
    • G06F8/63Image based installation; Cloning; Build to order
    • 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/58Association of routers
    • H04L45/586Association of routers of virtual routers
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • G06F2009/45595Network integration; Enabling network access in virtual machine instances

Abstract

The application aims to provide a virtual routing network construction method and equipment based on ARM architecture, which compiles a basic component of a network operating system (VyOS) under the ARM architecture; compiling an installation image of the VyOS under the ARM architecture based on the base component; starting a virtual machine on a cloud server corresponding to an ARM architecture to perform system installation to generate a mirror image corresponding to a vyOS; on the basis of the mirror image corresponding to the VyOS, relevant programs of the virtual private network VPC on the cloud server are packaged, the integral mirror image corresponding to the virtual routing network is derived, the network operating system VyOS under the ARM architecture is realized, the network operating system VyOS run on an independent cloud host and are not in conflict with physical machine business and are also isolated from other business cloud hosts, a certain stability is achieved, a high-availability scheme of the router is convenient to realize, after the mirror image is manufactured once, starting and deployment are convenient, seamless upgrading of business codes is supported, and meanwhile one router can be used for heterogeneous clusters.

Description

Virtual routing network construction method and device based on ARM architecture
Technical Field
The present application relates to the field of computer technologies, and in particular, to a virtual routing network construction method and device based on an ARM architecture.
Background
A virtual private network (Virtual Private Cloud, VPC) is a network technology generated along with cloud computing, and is generated to solve the problem that functions provided by a traditional classical network cannot meet cloud environments. The main functions of the method are shown in the aspects of flexible network configuration, safe and reliable logic isolation, multi-subnet intercommunication, network flow optimization and the like. VyOS is a release network operating system based on a Debian jessee extension, provides functions of network routing, firewall, VPN and the like at a software level, is lightweight and easy to use, and is powerful, so that it is relatively easy to implement a VPC scheme in a private cloud environment by means of the VyOS, but one of the drawbacks is that other architectures than x86_64 are not supported.
Compared with the traditional classical network, the VPC provides the functions of safe and flexible network configuration, flow control, optimization and the like, so that the VPC and related functions become the core network functions of the cloud platform, the VPC scheme under the existing advanced reduced instruction set machine (Advanced RISC Machine, ARM) architecture is mainly realized by using an Open VSwitch (OVS), wherein the Open VSwitch (OVS) is a high-quality virtual switch running on a virtualization platform, and the purpose of the VPC is to enable large-scale network automation to be expanded through programming and simultaneously support standard management interfaces and protocols: netFlow, SFlow, etc., and it also supports a distributed environment of multiple physical machines to provide a rich command line tool.
The technical disadvantages of the prior art solutions are mainly represented by the following three aspects: first, lacking stability, open vSwitch has some stability problems, such as Kernel Panics, etc.; secondly, the operation is complex, the supported functions are very many, the learning cost is high, and the deployment and installation operations are relatively complex; thirdly, achieving high availability is difficult.
Disclosure of Invention
The application aims to provide a virtual routing network construction method and equipment based on an ARM architecture, which realize compiling and using a vyOS virtual router under the ARM architecture, and take the virtual router as a VPC implementation scheme of a private cloud platform, so that the cloud platform can be compatible with scenes of different architectures by using a set of deployment and service codes.
Not only is the task executed, but also the task which fails to execute is quickly retried and is retried by the spam so as to ensure that the task can be executed successfully, and the final consistency of the data in the business system is achieved.
According to one aspect of the present application, there is provided a virtual routing network construction method based on an ARM architecture, wherein the method includes:
compiling a basic component of a network operating system VyOS under an ARM architecture;
compiling an installation image of the network operating system VyOS under the ARM architecture based on the base component;
starting a virtual machine on a cloud server corresponding to the ARM architecture to perform system installation to generate a mirror image corresponding to the network operating system (vyOS);
and on the basis of the mirror image corresponding to the network operating system VyOS, packaging the related program of the virtual private network VPC on the cloud server, and deriving the integral mirror image corresponding to the virtual routing network.
Further, in the above method, compiling the basic component of the network operating system VyOS under the ARM architecture includes:
building an environment for creating a Debian operating system under the ARM architecture;
acquiring source codes for creating the network operating system VyOS;
and compiling a basic component of the network operating system VyOS based on the script file in the source code.
Further, in the above method, compiling, based on the base component, an installation image of the network operating system VyOS under the ARM architecture includes:
the compiled basic assembly is made into a mirror image source;
modifying a configuration file in a source code of the network operating system VyOS, configuring a mirror image source address for compiling the network operating system VyOS, and carrying out normalization processing on the source code;
compiling the normalized source code by executing a preset compiling command to generate a system catalog of the network operating system VyOS and corresponding content below the system catalog;
and constructing a guide file under the ARM framework, and re-manufacturing corresponding contents under the system directory into an installation mirror image of the network operating system VyOS based on the guide file.
Further, in the above method, the encapsulating the related program of the virtual private network VPC on the cloud server and exporting the overall image corresponding to the virtual routing network based on the image corresponding to the network operating system VyOS includes:
compiling the function code of the virtual private network (VPC) service to obtain an executable binary file;
placing the executable binary file in a mirror image corresponding to the network operating system VyOS;
in response to the acquired performance requirements, packaging one or more of the high-availability component, the load balancing component and the network related component, and respectively corresponding programs;
and the integral mirror image corresponding to the virtual routing network is derived.
According to another aspect of the present application, there is also provided a non-volatile storage medium having stored thereon computer readable instructions, which when executed by a processor, cause the processor to implement a virtual routing network construction method based on the ARM architecture as described above.
According to another aspect of the present application, there is also provided an ARM architecture-based virtual routing network construction apparatus, wherein the apparatus includes:
one or more processors;
a computer readable medium for storing one or more computer readable instructions,
the one or more computer-readable instructions, when executed by the one or more processors, cause the one or more processors to implement a virtual routing network construction method based on the ARM architecture as described above.
Compared with the prior art, the application compiles the basic components of the network operating system VyOS under the ARM architecture; compiling an installation image of the network operating system VyOS under the ARM architecture based on the base component; starting a virtual machine on a cloud server corresponding to the ARM architecture to perform system installation to generate a mirror image corresponding to the network operating system (vyOS); on the basis of the mirror image corresponding to the network operating system VyOS, the relevant program of the virtual private network VPC on the cloud server is packaged, and the integral mirror image corresponding to the virtual routing network is derived, so that the network operating system VyOS under the ARM architecture is realized, runs on an independent cloud host, does not conflict with the physical machine service, is isolated from other service cloud hosts, has certain stability, and is convenient for realizing a high-availability scheme of a router; secondly, the VyOS is simple to use, a command line tool which is very easy to operate is provided for realizing network configuration, after the mirror image is manufactured once, starting and deployment are convenient, seamless upgrading of service codes is supported, and meanwhile, one router can be used for heterogeneous clusters.
Drawings
Other features, objects and advantages of the present application will become more apparent upon reading of the detailed description of non-limiting embodiments, made with reference to the accompanying drawings in which:
fig. 1 is a flow chart of a virtual routing network construction method based on an ARM architecture in the prior art;
fig. 2 is a schematic flow chart of a virtual routing network construction method based on ARM architecture in an actual application scenario according to an aspect of the present application.
The same or similar reference numbers in the drawings refer to the same or similar parts.
Detailed Description
The application is described in further detail below with reference to the accompanying drawings.
In one exemplary configuration of the application, the terminal, the device of the service network, and the trusted party each include one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
The memory may include volatile memory in a computer-readable medium, random Access Memory (RAM) and/or nonvolatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM). Memory is an example of computer-readable media.
Computer readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of storage media for a computer include, but are not limited to, phase change memory (PRAM), static Random Access Memory (SRAM), dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), read Only Memory (ROM), electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape disk storage or other magnetic storage devices, or any other non-transmission medium, which can be used to store information that can be accessed by a computing device. Computer readable media, as defined herein, does not include non-transitory computer readable media (transmission media), such as modulated data signals and carrier waves.
As shown in fig. 1, one aspect of the present application proposes a flow chart of an ARM architecture-based virtual routing network construction method, and in the implementation process of the method, languages such as Python, java, go and the like are mainly used for implementing the method. The method comprises the steps of S11, S12, S13 and S14, and specifically comprises the following steps:
step S11, compiling a basic component of a network operating system (VyOS) under an ARM architecture;
step S12, compiling an installation image of the network operating system vyOS under the ARM architecture based on the basic component;
step S13, starting a virtual machine on a cloud server corresponding to the ARM architecture to perform system installation on the installation mirror image, and generating a mirror image corresponding to the network operating system VyOS;
step S14, on the basis of the mirror image corresponding to the network operating system vyOS, relevant programs of the virtual private network VPC on the cloud server are packaged, and the integral mirror image corresponding to the virtual routing network is derived.
Through the steps S11 to S14, the network operating system vyOS under the ARM architecture is realized, and the network operating system vyOS runs on an independent cloud host, does not conflict with the service of a physical machine, is isolated from other service cloud hosts, has certain stability, and is convenient for realizing a high-availability scheme of a router; secondly, the VyOS is simple to use, a command line tool which is very easy to operate is provided for realizing network configuration, after the mirror image is manufactured once, starting and deployment are convenient, seamless upgrading of service codes is supported, and meanwhile, one router can be used for heterogeneous clusters.
For example, in the process of constructing a virtual routing network under an ARM architecture, tools such as a basic component of a network operating system VyOS are compiled in an ARM environment under the ARM architecture; then compiling an installation image of the network operating system VyOS under the ARM architecture, namely VyOS-ISO; next, using the installation image of the network operating system VyOS: installing an operating system in the virtual machine by using the VyOS-ISO, namely starting the virtual machine on an ARM server by using the VyOS-ISO to complete system installation; finally, relevant programs of the VPC servers on the cloud platform (corresponding to the cloud servers) are packaged, integral images corresponding to the virtual routing network are exported, compiling and using the vyOS virtual router under the ARM architecture are achieved, the virtual router is used as a VPC implementation scheme of the private cloud platform, and the cloud platform can be compatible with scenes of different architectures by using a set of deployment and service codes.
Next to the above embodiment of the present application, the step S11 compiles the basic components of the network operating system VyOS under the ARM architecture, including:
building an environment for creating a Debian operating system under the ARM architecture;
acquiring source codes for creating the network operating system VyOS;
and compiling a basic component of the network operating system VyOS based on the script file in the source code.
For example, in compiling the basic software tool of the network operating system VyOS under the ARM architecture, an environment for creating a Debian operating system, such as Debian9, is first constructed under the ARM architecture; then, the source code for creating the network operating system VyOS, namely VyOS-build source code, is pulled; finally, using the source code of the network operating system VyOS: and compiling the basic components of the network operating system (VyOS) by using script files, such as build-packages, provided in the VyOS-build source codes to complete the compiling of the software package dependencies corresponding to each basic component.
Next to the above embodiment of the present application, the step S12 compiles an installation image of the network operating system VyOS under the ARM architecture based on the base component, including:
the compiled basic assembly is made into a mirror image source;
modifying a configuration file in a source code of the network operating system VyOS, configuring a mirror image source address for compiling the network operating system VyOS, and carrying out normalization processing on the source code;
compiling the normalized source code by executing a preset compiling command to generate a system catalog of the network operating system VyOS and corresponding content below the system catalog;
and constructing a guide file under the ARM framework, and re-manufacturing corresponding contents under the system directory into an installation mirror image of the network operating system VyOS based on the guide file.
For example, an installation image of the network operating system VyOS under the compiled ARM architecture: in the process of installing the mirror image by the VyOS-ISO, firstly, the compiled basic component and the corresponding software package thereof are made into a mirror image source: an apt warehouse; then modifying a configuration file in a source code of the network operating system VyOS, configuring a mirror image source address for compiling the network operating system VyOS, namely designating a warehouse list (mirror image source address) needed for compiling the network operating system VyOS, and normalizing the source code, such as modifying partial incompatible codes in the source code, so that the modified codes are normalized; then, compiling the normalized source code by executing a preset compiling command (such as a command 'sudo make iso') to generate a system catalog of the network operating system VyOS and corresponding contents below the system catalog, wherein the system catalog is in error reporting during packaging; because the system directory does not have the boot files under the ARM architecture, such as grub.cfg files, and the like, are finally required to be constructed, the packaging command is modified, and the corresponding content under the system directory is manufactured into the installation mirror image of the network operating system VyOS again based on the boot files, so that the installation mirror image of the network operating system VyOS is compiled under the ARM architecture.
Next, in the above embodiment of the present application, the step S14 encapsulates a related program of the VPC on the cloud server based on the image corresponding to the VyOS, and derives an overall image corresponding to the virtual routing network, including:
compiling the function code of the virtual private network (VPC) service to obtain an executable binary file;
placing the executable binary file in a mirror image corresponding to the network operating system VyOS;
in response to the acquired performance requirements, packaging one or more of the high-availability component, the load balancing component and the network related component, and respectively corresponding programs;
and the integral mirror image corresponding to the virtual routing network is derived.
For example, in the process of packaging related programs of a virtual private network VPC server of a cloud platform and exporting images, functional codes of the virtual private network VPC service are compiled first: agent codes obtain executable binary files, and place the executable binary files in images corresponding to the network operating system VyOS; then, in response to the acquired performance requirements, packaging high-availability components such as haproxy and the like, packaging load balancing components such as dnsmasq and the like, and packaging programs corresponding to network related components such as keepalive and the like respectively; and finally, deriving an integral image corresponding to the virtual routing network, namely qcow2 image, and generating the integral image of the network operating system vyOS and the image corresponding to the related components.
Through all the embodiments of the present application, the construction of the virtual router based on the network operating system VyOS is realized under the ARM architecture, which specifically includes: compiling the network operating system VyOS dependent software package under the ARM architecture; constructing a system image of the network operating system VyOS by means of an open source kernel and guiding the system image correctly; in the cloud system, according to the mirror image architecture, the correct virtual private network VPC router under the corresponding cluster and the VPC network service insensitive to the architecture are provided, and one deployment can provide services for other architecture clusters in a heterogeneous environment. Of course, the embodiment of the application can also be realized by utilizing Linux bridge+iptables, and the configuration is simple and efficient, but the high availability and expansibility are limited, and meanwhile, some advanced characteristics are lacked.
According to another aspect of the present application, there is also provided a non-volatile storage medium having stored thereon computer readable instructions, which when executed by a processor, cause the processor to implement a virtual routing network construction method based on the ARM architecture as described above.
According to another aspect of the present application, there is also provided an ARM architecture-based virtual routing network construction apparatus, wherein the apparatus includes:
one or more processors;
a computer readable medium for storing one or more computer readable instructions,
the one or more computer-readable instructions, when executed by the one or more processors, cause the one or more processors to implement a virtual routing network construction method based on the ARM architecture as described above.
For details of each embodiment of the virtual routing network construction device based on the ARM architecture, refer to the corresponding parts of the embodiments of the virtual routing network construction method based on the ARM architecture, and are not described herein again.
In summary, the application compiles the basic components of the network operating system VyOS under the ARM architecture; compiling an installation image of the network operating system VyOS under the ARM architecture based on the base component; starting a virtual machine on a cloud server corresponding to the ARM architecture to perform system installation to generate a mirror image corresponding to the network operating system (vyOS); on the basis of the mirror image corresponding to the network operating system VyOS, the relevant program of the virtual private network VPC on the cloud server is packaged, and the integral mirror image corresponding to the virtual routing network is derived, so that the network operating system VyOS under the ARM architecture is realized, runs on an independent cloud host, does not conflict with the physical machine service, is isolated from other service cloud hosts, has certain stability, and is convenient for realizing a high-availability scheme of a router; secondly, the VyOS is simple to use, a command line tool which is very easy to operate is provided for realizing network configuration, after the mirror image is manufactured once, starting and deployment are convenient, seamless upgrading of service codes is supported, and meanwhile, one router can be used for heterogeneous clusters.
It should be noted that the present application may be implemented in software and/or a combination of software and hardware, e.g., using Application Specific Integrated Circuits (ASIC), a general purpose computer or any other similar hardware device. In one embodiment, the software program of the present application may be executed by a processor to perform the steps or functions described above. Likewise, the software programs of the present application (including associated data structures) may be stored on a computer readable recording medium, such as RAM memory, magnetic or optical drive or diskette and the like. In addition, some steps or functions of the present application may be implemented in hardware, for example, as circuitry that cooperates with the processor to perform various steps or functions.
Furthermore, portions of the present application may be implemented as a computer program product, such as computer program instructions, which when executed by a computer, may invoke or provide methods and/or techniques in accordance with the present application by way of operation of the computer. Program instructions for invoking the inventive methods may be stored in fixed or removable recording media and/or transmitted via a data stream in a broadcast or other signal bearing medium and/or stored within a working memory of a computer device operating according to the program instructions. An embodiment according to the application comprises an apparatus comprising a memory for storing computer program instructions and a processor for executing the program instructions, wherein the computer program instructions, when executed by the processor, trigger the apparatus to operate a method and/or a solution according to the embodiments of the application as described above.
It will be evident to those skilled in the art that the application is not limited to the details of the foregoing illustrative embodiments, and that the present application may be embodied in other specific forms without departing from the spirit or essential characteristics thereof. The present embodiments are, therefore, to be considered in all respects as illustrative and not restrictive, the scope of the application being indicated by the appended claims rather than by the foregoing description, and all changes which come within the meaning and range of equivalency of the claims are therefore intended to be embraced therein. Any reference sign in a claim should not be construed as limiting the claim concerned. Furthermore, it is evident that the word "comprising" does not exclude other elements or steps, and that the singular does not exclude a plurality. A plurality of units or means recited in the apparatus claims can also be implemented by means of one unit or means in software or hardware. The terms first, second, etc. are used to denote a name, but not any particular order.

Claims (4)

1. A virtual routing network construction method based on ARM architecture, wherein the method comprises the following steps:
compiling a basic component of a network operating system VyOS under an ARM architecture;
compiling an installation image of the network operating system VyOS under the ARM architecture based on the base component, including: the compiled basic assembly is made into a mirror image source; modifying a configuration file in a source code of the network operating system VyOS, configuring a mirror image source address for compiling the network operating system VyOS, and carrying out normalization processing on the source code; compiling the normalized source code by executing a preset compiling command to generate a system catalog of the network operating system VyOS and corresponding content below the system catalog; constructing a guide file under the ARM architecture, and manufacturing corresponding contents under the system directory into an installation mirror image of the network operating system VyOS again based on the guide file;
starting a virtual machine on a cloud server corresponding to the ARM architecture to perform system installation to generate a mirror image corresponding to the network operating system (vyOS);
on the basis of the mirror image corresponding to the network operating system VyOS, encapsulating the related program of the virtual private network VPC on the cloud server, and deriving the overall mirror image corresponding to the virtual routing network, including: compiling the function code of the virtual private network (VPC) service to obtain an executable binary file; placing the executable binary file in a mirror image corresponding to the network operating system VyOS; in response to the acquired performance requirements, packaging programs respectively corresponding to one or more of the high-availability component, the load balancing component and the network related component; and the integral mirror image corresponding to the virtual routing network is derived.
2. The method of claim 1, wherein compiling the underlying components of the network operating system VyOS under ARM architecture comprises:
building an environment for creating a Debian operating system under the ARM architecture;
acquiring source codes for creating the network operating system VyOS;
and compiling a basic component of the network operating system VyOS based on the script file in the source code.
3. A non-volatile storage medium having stored thereon computer readable instructions which, when executed by a processor, cause the processor to implement the method of claim 1 or 2.
4. An ARM architecture-based virtual routing network construction device, wherein the device comprises:
one or more processors;
a computer readable medium for storing one or more computer readable instructions,
the one or more computer-readable instructions, when executed by the one or more processors, cause the one or more processors to implement the method of claim 1 or 2.
CN202111029665.1A 2021-09-03 2021-09-03 Virtual routing network construction method and device based on ARM architecture Active CN113806015B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111029665.1A CN113806015B (en) 2021-09-03 2021-09-03 Virtual routing network construction method and device based on ARM architecture

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111029665.1A CN113806015B (en) 2021-09-03 2021-09-03 Virtual routing network construction method and device based on ARM architecture

Publications (2)

Publication Number Publication Date
CN113806015A CN113806015A (en) 2021-12-17
CN113806015B true CN113806015B (en) 2023-12-12

Family

ID=78942359

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111029665.1A Active CN113806015B (en) 2021-09-03 2021-09-03 Virtual routing network construction method and device based on ARM architecture

Country Status (1)

Country Link
CN (1) CN113806015B (en)

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2011007105A1 (en) * 2009-07-16 2011-01-20 Universite Pierre Et Marie Curie (Paris 6) Method and system for deploying at least one virtual network on the fly and on demand
CN103645945A (en) * 2013-11-04 2014-03-19 天津汉柏信息技术有限公司 Automatic probing and drive loading method of virtual network interface card
CN103986609A (en) * 2014-06-03 2014-08-13 上海极蓝信息技术有限公司 General network operating system adopting hardware virtualization technology
EP2930884A1 (en) * 2014-04-10 2015-10-14 Fujitsu Limited Object-oriented network virtualization
CN107766126A (en) * 2017-11-15 2018-03-06 腾讯科技(深圳)有限公司 Construction method, system, device and the storage medium of container mirror image
CN108833305A (en) * 2018-07-17 2018-11-16 北京西普阳光教育科技股份有限公司 The virtual network framework of host
CN109039765A (en) * 2018-08-28 2018-12-18 新华三技术有限公司 Network collocating method and device
CN109710382A (en) * 2018-12-29 2019-05-03 北京神舟航天软件技术有限公司 A kind of virtual platform construction method
WO2019231887A1 (en) * 2018-05-29 2019-12-05 Amazon Technologies, Inc. Private network mirroring
CN110727460A (en) * 2019-09-11 2020-01-24 苏州浪潮智能科技有限公司 Virtualization method, device and storage medium for switch network operating system

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9397856B2 (en) * 2005-12-02 2016-07-19 Ca, Inc. Virtual tunnel network router
US9025597B2 (en) * 2012-03-22 2015-05-05 Cisco Technology, Inc. Methods and apparatus for providing one-arm node clustering using a port channel
US9100399B2 (en) * 2012-06-29 2015-08-04 International Business Machines Corporation Portable virtual systems for composite solutions
US9894144B2 (en) * 2014-01-09 2018-02-13 International Business Machines Corporation Application level mirroring in distributed overlay virtual networks

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2011007105A1 (en) * 2009-07-16 2011-01-20 Universite Pierre Et Marie Curie (Paris 6) Method and system for deploying at least one virtual network on the fly and on demand
CN103645945A (en) * 2013-11-04 2014-03-19 天津汉柏信息技术有限公司 Automatic probing and drive loading method of virtual network interface card
EP2930884A1 (en) * 2014-04-10 2015-10-14 Fujitsu Limited Object-oriented network virtualization
CN103986609A (en) * 2014-06-03 2014-08-13 上海极蓝信息技术有限公司 General network operating system adopting hardware virtualization technology
CN107766126A (en) * 2017-11-15 2018-03-06 腾讯科技(深圳)有限公司 Construction method, system, device and the storage medium of container mirror image
WO2019231887A1 (en) * 2018-05-29 2019-12-05 Amazon Technologies, Inc. Private network mirroring
CN108833305A (en) * 2018-07-17 2018-11-16 北京西普阳光教育科技股份有限公司 The virtual network framework of host
CN109039765A (en) * 2018-08-28 2018-12-18 新华三技术有限公司 Network collocating method and device
CN109710382A (en) * 2018-12-29 2019-05-03 北京神舟航天软件技术有限公司 A kind of virtual platform construction method
CN110727460A (en) * 2019-09-11 2020-01-24 苏州浪潮智能科技有限公司 Virtualization method, device and storage medium for switch network operating system

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
Hsu Mon Kyi ; Thinn Thu Naing.An efficient approach for virtual machines scheduling on a private cloud environment.《2011 4th IEEE International Conference on Broadband Network and Multimedia Technology》.2011,全文. *
VPC在网络操作系统中的应用;王惠;;硅谷(第12期);全文 *
丁靖宇 ; 乐嘉锦 ; 金耀辉.基于VPN实现企业虚拟私有云的体系架构.《计算机应用与软件》.2011,全文. *

Also Published As

Publication number Publication date
CN113806015A (en) 2021-12-17

Similar Documents

Publication Publication Date Title
US10831474B2 (en) ISA-ported container images
US10324696B2 (en) Dynamic container deployment with parallel conditional layers
US9811360B2 (en) Dynamic determination of application server runtime classloading
US8762986B2 (en) Advanced packaging and deployment of virtual appliances
US8181174B2 (en) Virtual machine configuration system
US10824453B2 (en) Hypervisor-based just-in-time compilation
US11385892B1 (en) Optimal software architecture recommendations by an application modernization service
US11327750B1 (en) Domain-driven application breakout
US11500628B1 (en) Isolated code detection from application code analysis
US11442725B1 (en) Software modernization refactoring of local calls to network calls
CN113806015B (en) Virtual routing network construction method and device based on ARM architecture
US11467835B1 (en) Framework integration for instance-attachable accelerator
US20230083849A1 (en) Parsing tool for optimizing code for deployment on a serverless platform
US10394610B2 (en) Managing split packages in a module system
WO2022199136A1 (en) Application modification method, and system, cluster, medium and program product
CN117112122A (en) Cluster deployment method and device
CN112181644B (en) Method, system and device for cross-domain machine learning component Jupitter
US20220229804A1 (en) Container image migration service
CN110661852B (en) Service processing method and device in cloud environment
US10635625B2 (en) Plug connector component, plug connector, plug connector system and method for assembling and operating a plug connector
US20190042528A1 (en) Dynamic association of application workload tiers to infrastructure elements in a cloud computing environment
US10296331B2 (en) Log-based software porting
CN117149353A (en) Heterogeneous fusion management method and device based on ZStack Cloud platform
US20230092747A1 (en) Using containers to clean runtime resouces when unloading a shared library
CN117097739A (en) Server splitting method, equipment and computer readable 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