CN113806015A - ARM architecture-based virtual routing network construction method and device - Google Patents

ARM architecture-based virtual routing network construction method and device Download PDF

Info

Publication number
CN113806015A
CN113806015A CN202111029665.1A CN202111029665A CN113806015A CN 113806015 A CN113806015 A CN 113806015A CN 202111029665 A CN202111029665 A CN 202111029665A CN 113806015 A CN113806015 A CN 113806015A
Authority
CN
China
Prior art keywords
vyos
operating system
network
network operating
compiling
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.)
Granted
Application number
CN202111029665.1A
Other languages
Chinese (zh)
Other versions
CN113806015B (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

Images

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

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Stored Programmes (AREA)

Abstract

The method comprises the steps that basic components of a network operating system (VyOS) are compiled under an ARM architecture; compiling an installation image of the VyOS under the ARM architecture based on the basic component; starting a virtual machine on a cloud server corresponding to the ARM architecture for system installation to generate a mirror image corresponding to the VyOS; on the basis of a mirror image corresponding to the VyOS, a related program of a virtual private network VPC on a cloud server is packaged, and an integral mirror image corresponding to a virtual routing network is derived, so that a network operating system VyOS under an ARM framework is realized, the network operating system VyOS runs on an independent cloud host, does not conflict with the service of a physical machine, is also isolated from other service cloud hosts, has certain stability, is convenient to realize a high-availability scheme of a router, is convenient to start and deploy after the mirror image is manufactured once, supports seamless upgrading of service codes, and can be used by a heterogeneous cluster.

Description

ARM architecture-based virtual routing network construction method and device
Technical Field
The present application relates to the field of computer technologies, and in particular, to a method and an apparatus for constructing a virtual routing network based on an ARM framework.
Background
Virtual Private network (VPC) is a network technology generated with Cloud computing, and is generated to solve the problem that the functions provided by the conventional classical network cannot meet the Cloud environment. The main functions of the method are embodied in the aspects of flexible network configuration, safe and reliable logic isolation, multi-subnet intercommunication, network flow optimization and the like. The VyOS is a release network operating system based on the Debian Jessie extension, provides functions of network routing, firewalls, VPNs and the like at a software level, is light in weight, easy to use and powerful in function, and therefore, a VPC scheme in a private cloud environment is relatively easy to realize by the aid of the VyOS, but one of the defects is that other architectures except x86_64 are not supported.
Compared with the traditional classical network, the VPC provides functions such as safe and flexible network configuration, flow control and optimization, so that the VPC and related functions become core network functions of a cloud platform, while a VPC scheme under the existing Advanced reduced instruction set Machine (Advanced RISC Machine, ARM) architecture is mainly implemented 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 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 provides a rich command line tool in a distributed environment that supports multiple physical machines.
The technical disadvantages of the prior art are mainly manifested in the following three aspects: one, lacking stability, Open vSwitch has some stability problems, such as Kernel Panics, etc.; secondly, the operation is complex, the functions supported by the device are very many, the learning cost is high, and the deployment, installation and operation are relatively complex; thirdly, achieving high availability is difficult.
Disclosure of Invention
One objective of the present application is to provide a method and an apparatus for constructing a virtual routing network based on an ARM framework, which enable a VyOS virtual router to be compiled and used under the ARM framework, and serve as a VPC implementation scheme of a private cloud platform, so that the cloud platform can use a set of deployment and service codes to be compatible with scenes of different frameworks.
The execution of the tasks is completed, and the tasks which fail to be executed are quickly retried and are retried in a bottom mode so as to ensure that the tasks can be successfully executed and the final consistency of the data in the business system is achieved.
According to an aspect of the present application, a method for constructing a virtual routing network based on an ARM architecture is provided, wherein the method includes:
compiling basic components 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 basic component;
starting a virtual machine on a cloud server corresponding to the ARM architecture for system installation to generate a mirror image corresponding to the network operating system VyOS;
and on the basis of the image corresponding to the network operating system VyOS, packaging a related program of the virtual private network VPC on the cloud server, and exporting an integral image corresponding to the virtual routing network.
Further, in the above method, compiling basic components of the network operating system VyOS under the ARM architecture includes:
constructing an environment for creating a Debian operating system under the ARM architecture;
acquiring a source code for creating the network operating system VyOS;
and compiling the basic components of the network operating system VyOS based on the script file in the source code.
Further, in the above method, the compiling the installation image of the network operating system VyOS under the ARM architecture based on the basic component includes:
making the compiled basic assembly 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 performing normalization processing on the source code;
compiling the normalized source code by executing a preset compiling command to generate a system directory of the network operating system VyOS and corresponding content below the system directory;
and constructing a boot file under the ARM framework, and manufacturing corresponding contents under the system directory into an installation image of the network operating system VyOS again based on the boot file.
Further, in the above method, the encapsulating, on the basis of the image corresponding to the network operating system VyOS, the relevant program of the virtual private network VPC on the cloud server, and deriving the overall image corresponding to the virtual routing network includes:
compiling a function code of the VPC service to obtain an executable binary file;
placing the executable binary file in a mirror image corresponding to the network operating system VyOS;
responding to the acquired performance requirement, and packaging one or more of the high-availability component, the load balancing component and the network related component, and respectively corresponding programs;
and exporting the integral mirror image corresponding to the virtual routing network.
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 the above ARM architecture-based virtual routing network construction method.
According to another aspect of the present application, there is also provided an ARM architecture-based virtual routing network construction device, where the device includes:
one or more processors;
a computer-readable medium for storing one or more computer-readable instructions,
when executed by the one or more processors, cause the one or more processors to implement a method for ARM-based architecture-based virtual routing network construction, as described above.
Compared with the prior art, the basic components of the network operating system VyOS are compiled under an ARM architecture; compiling an installation image of the network operating system VyOS under the ARM architecture based on the basic component; starting a virtual machine on a cloud server corresponding to the ARM architecture for 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, a related program of a virtual private network VPC on the cloud server is packaged, and an integral mirror image corresponding to a virtual routing network is derived, so that the network operating system VyOS under an ARM architecture is realized, runs on an independent cloud host, does not conflict with the service of a physical machine, is also 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 use is provided to realize network configuration, the starting and the deployment are convenient after the mirror image is manufactured once, the seamless upgrading of the service codes is supported, and meanwhile, one router can be used by a heterogeneous cluster.
Drawings
Other features, objects and advantages of the present application will become more apparent upon reading of the following detailed description of non-limiting embodiments thereof, made with reference to the accompanying drawings in which:
fig. 1 is a schematic flowchart illustrating a method for constructing a virtual routing network based on an ARM architecture in the prior art;
fig. 2 is a schematic flowchart illustrating a virtual routing network construction method based on an ARM architecture in an actual application scenario according to an aspect of the present application.
The same or similar reference numbers in the drawings identify the same or similar elements.
Detailed Description
The present application is described in further detail below with reference to the attached figures.
In a typical configuration of the present application, the terminal, the device serving the network, and the trusted party each include one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
The memory may include forms of volatile memory in a computer readable medium, Random Access Memory (RAM) and/or non-volatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM). Memory is an example of a computer-readable medium.
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 computer storage media 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, magnetic disk storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, computer readable media does not include non-transitory computer readable media (transient media), such as modulated data signals and carrier waves.
As shown in fig. 1, an aspect of the present application provides a flowchart of a method for constructing a virtual routing network based on an ARM architecture, and in an implementation process of the method, languages such as Python, Java, and Go are mainly used for implementing the method. The method comprises a step S11, a step S12, a step S13 and a step S14, and specifically comprises the following steps:
step S11, compiling basic components of the network operating system VyOS under the ARM architecture;
step S12, compiling the installation image of the network operating system VyOS under the ARM architecture based on the basic component;
step S13, starting a virtual machine on the cloud server corresponding to the ARM architecture for system installation to generate a mirror image corresponding to the network operating system VyOS;
step S14, on the basis of the image corresponding to the network operating system VyOS, encapsulating the relevant program of the virtual private network VPC on the cloud server, and deriving an overall image corresponding to the virtual routing network.
Through the steps from S11 to S14, the network operating system VyOS under the ARM architecture is realized, 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 use is provided to realize network configuration, the starting and the deployment are convenient after the mirror image is manufactured once, the seamless upgrading of the service codes is supported, and meanwhile, one router can be used by a heterogeneous cluster.
For example, in the process of constructing a virtual routing network under the ARM architecture, tools such as basic components 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: the VyOS-ISO installs the operating system in the virtual machine, namely the VyOS-ISO is used for starting the virtual machine on the ARM server to complete system installation; finally, related programs of the VPC server on the cloud platform (corresponding to the cloud server) are packaged, an integral mirror image corresponding to the virtual routing network is exported, and the vyOS virtual router is compiled and used under the ARM architecture and serves as a VPC implementation scheme of the 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.
Following the above embodiment of the present application, the step S11 is to compile basic components of the network operating system VyOS under the ARM architecture, including:
constructing an environment for creating a Debian operating system under the ARM architecture;
acquiring a source code for creating the network operating system VyOS;
and compiling the basic components of the network operating system VyOS based on the script file in the source code.
For example, in the process of compiling a basic software tool of a network operating system VyOS under an ARM framework, an environment for creating a Debian operating system, such as Debian9 and the like, is first constructed under the ARM framework; then pulling a source code for creating the network operating system VyOS, namely a VyOS-built source code; and finally, using the source code of the network operating system VyOS: compiling the basic components of the network operating system VyOS by using a script file provided in the VyOS-build source code, such as a build-packages script, so as to complete the compiling of the software package dependence corresponding to each basic component.
Following the above embodiment of the present application, the step S12 is to compile an installation image of the network operating system VyOS under the ARM architecture based on the basic component, and includes:
making the compiled basic assembly 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 performing normalization processing on the source code;
compiling the normalized source code by executing a preset compiling command to generate a system directory of the network operating system VyOS and corresponding content below the system directory;
and constructing a boot file under the ARM framework, and manufacturing corresponding contents under the system directory into an installation image of the network operating system VyOS again based on the boot file.
For example, the installation image of the network operating system VyOS under the ARM architecture is compiled: in the process of installing the mirror image by the VyOS-ISO, firstly, the compiled basic component and the corresponding software package 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 source address for compiling the network operating system VyOS, namely specifying a warehouse list (mirror source address) required to be used for compiling the network operating system VyOS, and performing normalization processing on the source code, for example, modifying a part of 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 (for example, a command 'sudo make iso' or the like) to generate a system directory of the network operating system VyOS and corresponding contents thereunder, and certainly, the system directory reports an error when being packaged; because a boot file under an ARM architecture does not exist in a system directory, the boot file under the ARM architecture, such as a grub.cfg file, needs to be constructed finally, a packaging command is modified, corresponding contents in the system directory are made into an installation image of the network operating system VyOS again based on the boot file, and the purpose of compiling the installation image of the network operating system VyOS under the ARM architecture is achieved.
Next, in the above embodiment of the present application, the step S14, on the basis of the image corresponding to the network operating system VyOS, encapsulates the relevant program of the virtual private network VPC on the cloud server, and derives the whole image corresponding to the virtual routing network, including:
compiling a function code of the VPC service to obtain an executable binary file;
placing the executable binary file in a mirror image corresponding to the network operating system VyOS;
responding to the acquired performance requirement, and packaging one or more of the high-availability component, the load balancing component and the network related component, and respectively corresponding programs;
and exporting the integral mirror image corresponding to the virtual routing network.
For example, in a process of encapsulating a relevant program of a virtual private network VPC server of a cloud platform and exporting an image, a function code of the virtual private network VPC service is compiled first: agent codes are used for obtaining executable binary files, and the executable binary files are placed in the mirror images corresponding to the network operating system VyOS; then, in response to the acquired performance requirement, respectively corresponding programs of a high-availability component, such as a hash component, a load balancing component, such as a dnsmasq component, and a network related component, such as a keepalived component, are packaged; and finally, exporting an integral mirror image corresponding to the virtual routing network, namely a qcow2 mirror image, and realizing generation of the integral mirror image of the network operating system VyOS and the mirror image corresponding to the related components.
Through all the embodiments described above in the present application, the construction of the virtual router based on the network operating system VyOS is implemented under the ARM architecture, which specifically includes: compiling the network operating system VyOS dependent software package under an ARM architecture; constructing a system image of the network operating system VyOS by means of an open source kernel and correctly guiding; in the cloud system, a VPC network service with insensitive architecture is provided according to a correct virtual private network VPC router under a corresponding cluster of a mirror image architecture, and the VPC network service can be provided for other architecture clusters in a heterogeneous environment by one-time deployment. Of course, the embodiment of the application can also be realized through Linux Bridge + iptables, and although the configuration is simple and efficient, the high availability and the 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 the above ARM architecture-based virtual routing network construction method.
According to another aspect of the present application, there is also provided an ARM architecture-based virtual routing network construction device, where the device includes:
one or more processors;
a computer-readable medium for storing one or more computer-readable instructions,
when executed by the one or more processors, cause the one or more processors to implement a method for ARM-based architecture-based virtual routing network construction, as described above.
Here, the details of each embodiment of the virtual routing network construction device based on the ARM architecture may specifically 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.
To sum up, the basic components of the network operating system VyOS are compiled under the ARM architecture; compiling an installation image of the network operating system VyOS under the ARM architecture based on the basic component; starting a virtual machine on a cloud server corresponding to the ARM architecture for 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, a related program of a virtual private network VPC on the cloud server is packaged, and an integral mirror image corresponding to a virtual routing network is derived, so that the network operating system VyOS under an ARM architecture is realized, runs on an independent cloud host, does not conflict with the service of a physical machine, is also 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 use is provided to realize network configuration, the starting and the deployment are convenient after the mirror image is manufactured once, the seamless upgrading of the service codes is supported, and meanwhile, one router can be used by a heterogeneous cluster.
It should be noted that the present application may be implemented in software and/or a combination of software and hardware, for example, implemented using Application Specific Integrated Circuits (ASICs), general purpose computers or any other similar hardware devices. In one embodiment, the software programs of the present application may be executed by a processor to implement the steps or functions described above. Likewise, the software programs (including associated data structures) of the present application may be stored in a computer readable recording medium, such as RAM memory, magnetic or optical drive or diskette and the like. Additionally, some of the 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.
In addition, some 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 through the operation of the computer. Program instructions which invoke the methods of the present application may be stored on a fixed or removable recording medium and/or transmitted via a data stream on a broadcast or other signal-bearing medium and/or stored within a working memory of a computer device operating in accordance with the program instructions. An embodiment according to the present 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 perform a method and/or a solution according to the aforementioned embodiments of the present application.
It will be evident to those skilled in the art that the present 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 attributes 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 obvious that the word "comprising" does not exclude other elements or steps, and the singular does not exclude the plural. A plurality of units or means recited in the apparatus claims may also be implemented by one unit or means in software or hardware. The terms first, second, etc. are used to denote names, but not any particular order.

Claims (6)

1. A method for constructing a virtual routing network based on an ARM architecture comprises the following steps:
compiling basic components 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 basic component;
starting a virtual machine on a cloud server corresponding to the ARM architecture for system installation to generate a mirror image corresponding to the network operating system VyOS;
and on the basis of the image corresponding to the network operating system VyOS, packaging a related program of the virtual private network VPC on the cloud server, and exporting an integral image corresponding to the virtual routing network.
2. The method of claim 1, wherein compiling the basic components of the network operating system VyOS under the ARM architecture comprises:
constructing an environment for creating a Debian operating system under the ARM architecture;
acquiring a source code for creating the network operating system VyOS;
and compiling the basic components of the network operating system VyOS based on the script file in the source code.
3. The method of claim 2, wherein compiling the installation image of the network operating system VyOS under the ARM architecture based on the base component comprises:
making the compiled basic assembly 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 performing normalization processing on the source code;
compiling the normalized source code by executing a preset compiling command to generate a system directory of the network operating system VyOS and corresponding content below the system directory;
and constructing a boot file under the ARM framework, and manufacturing corresponding contents under the system directory into an installation image of the network operating system VyOS again based on the boot file.
4. The method of claim 3, wherein encapsulating a relevant program of the virtual private network (VPC) on the cloud server and exporting an overall image corresponding to a virtual routing network on the basis of an image corresponding to the network operating system (VyOS) comprises:
compiling a function code of the VPC service to obtain an executable binary file;
placing the executable binary file in a mirror image corresponding to the network operating system VyOS;
responding to the acquired performance requirement, and packaging one or more of the high-availability component, the load balancing component and the network related component, and respectively corresponding programs;
and exporting the integral mirror image corresponding to the virtual routing network.
5. A non-transitory storage medium having stored thereon computer readable instructions which, when executed by a processor, cause the processor to implement the method of any one of claims 1 to 4.
6. 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,
when executed by the one or more processors, cause the one or more processors to implement the method of any one of claims 1-4.
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 true CN113806015A (en) 2021-12-17
CN113806015B 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 (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070130366A1 (en) * 2005-12-02 2007-06-07 Computer Associates Think, Inc. Virtual tunnel network router
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
US20130250952A1 (en) * 2012-03-22 2013-09-26 Cisco Technology, Inc. Methods and apparatus for providing one-arm node clustering using a port channel
US20140003284A1 (en) * 2012-06-29 2014-01-02 International Business Machines Corporation Portable Virtual Systems for Composite Solutions
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
US20150195343A1 (en) * 2014-01-09 2015-07-09 International Business Machines Corporation Application level mirroring in distributed overlay virtual networks
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

Patent Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070130366A1 (en) * 2005-12-02 2007-06-07 Computer Associates Think, Inc. Virtual tunnel network router
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
US20130250952A1 (en) * 2012-03-22 2013-09-26 Cisco Technology, Inc. Methods and apparatus for providing one-arm node clustering using a port channel
US20140003284A1 (en) * 2012-06-29 2014-01-02 International Business Machines Corporation Portable Virtual Systems for Composite Solutions
CN103645945A (en) * 2013-11-04 2014-03-19 天津汉柏信息技术有限公司 Automatic probing and drive loading method of virtual network interface card
US20150195343A1 (en) * 2014-01-09 2015-07-09 International Business Machines Corporation Application level mirroring in distributed overlay virtual networks
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 (4)

* Cited by examiner, † Cited by third party
Title
EASY808: "VyOS-企业软路由推荐", Retrieved from the Internet <URL:https://blog.51.cto.com/68240021/1974195> *
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》 *
丁靖宇; 乐嘉锦; 金耀辉: "基于VPN实现企业虚拟私有云的体系架构", 《计算机应用与软件》 *
王惠;: "VPC在网络操作系统中的应用", 硅谷, no. 12 *

Also Published As

Publication number Publication date
CN113806015B (en) 2023-12-12

Similar Documents

Publication Publication Date Title
US10908887B2 (en) Dynamic container deployment with parallel conditional layers
US10831474B2 (en) ISA-ported container images
US9811360B2 (en) Dynamic determination of application server runtime classloading
US8762986B2 (en) Advanced packaging and deployment of virtual appliances
US8181174B2 (en) Virtual machine configuration system
US20100205604A1 (en) Systems and methods for efficiently running multiple instances of multiple applications
US9965307B2 (en) Building virtual appliances
US11467826B1 (en) Automated extraction of isolated nodes during source code refactoring
US11327750B1 (en) Domain-driven application breakout
US11500628B1 (en) Isolated code detection from application code analysis
US20130227572A1 (en) Test device, a system, a program and a method
CN104182257A (en) Application software installation method and device
CN111831396A (en) Docker software and hardware integration-based delivery method and device
CN111414231A (en) Method and equipment for mutual conversion between virtual machine mirror image and container mirror image
US20230418623A1 (en) Application remodeling method, system, cluster, medium, and program product
CN116049207A (en) Application SQL script processing method and device, processor and electronic equipment
CN117112122A (en) Cluster deployment method and device
US11593103B1 (en) Anti-pattern detection in extraction and deployment of a microservice
CN113806015B (en) Virtual routing network construction method and device based on ARM architecture
CN113467893B (en) Automatic testing method and device for virtual machine, storage medium and processor
CN115390846A (en) Compiling construction method and device, electronic equipment and storage medium
KR102674306B1 (en) Container based microservice deployment method and system
CN117149353A (en) Heterogeneous fusion management method and device based on ZStack Cloud platform
CN116991427B (en) Application compiling method and device, computing equipment and storage medium
US12008353B2 (en) Parsing tool for optimizing code for deployment on a serverless platform

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