CN105323161A - Method and system for implementing virtualization router based on Windows platform - Google Patents

Method and system for implementing virtualization router based on Windows platform Download PDF

Info

Publication number
CN105323161A
CN105323161A CN201510906766.0A CN201510906766A CN105323161A CN 105323161 A CN105323161 A CN 105323161A CN 201510906766 A CN201510906766 A CN 201510906766A CN 105323161 A CN105323161 A CN 105323161A
Authority
CN
China
Prior art keywords
virtual
router
software
virtual machine
code
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
CN201510906766.0A
Other languages
Chinese (zh)
Other versions
CN105323161B (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.)
Fiberhome Telecommunication Technologies Co Ltd
Original Assignee
Wuhan FiberHome Networks 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 Wuhan FiberHome Networks Co Ltd filed Critical Wuhan FiberHome Networks Co Ltd
Priority to CN201510906766.0A priority Critical patent/CN105323161B/en
Publication of CN105323161A publication Critical patent/CN105323161A/en
Application granted granted Critical
Publication of CN105323161B publication Critical patent/CN105323161B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks

Abstract

The invention discloses a method and a system for implementing a virtualization router based on a Windows platform, which relate to the technical field of router virtualization. The method comprises the following steps: installing a Windows operating system on an X86 architecture based server; installing virtual machine software in the Windows operating system; creating a virtual machine by using the virtual machine software, and according to a conventional router code architecture, in a mode of tailoring an existing embedded operating system VxWorks, developing a virtualized embedded operating system; running the developed virtualized embedded operating system in the created virtual machine; and running a router code in the developed virtualized embedded operating system, carrying out internal debugging on the running condition of the router code, and determining that the router code is running smoothly. According to the invention, the complete transparent processing of underlying implementation details is achieved, thereby ensuring safety; and an implementation approach is flexible, and the optimization of the routing efficiency is simple, therefore, the method and system disclosed by the invention have good function expansibility.

Description

Based on the method and system realizing virtual router of windows platform
Technical field
The present invention relates to router virtual technical field, is specifically a kind of method and system realizing virtual router based on windows platform.
Background technology
Virtual with in field of cloud calculation, more popular Intel Virtualization Technology is NFV (NetworkFunctionVirtualization, network function is virtual), the function of the network equipment is moved to exactly in the virtual environment of x86 server and realizes.Intel Virtualization Technology can utilize the resource in generic server to fictionalize multiple host, thus improves resource utilization.
At present, market, to the application of Intel Virtualization Technology, is mainly absorbed in and how is utilized existing virtual resources to realize the application in SDN (SoftwareDefinedNetwork, software defined network), cloud computing, i.e. virtual networking products.For the single network element that Intel Virtualization Technology relies on, as virtual router, virtual switch etc., still monopolized by international large-scale virtual manufacturer (VMware, Vsphere, Xen, KVM etc.).When client uses or develops oneself virtualization product, the virtual instrument that these virtual manufacturers of use that must direct or indirect provide, use very flexible, confined condition are more.
And development of virtual router, the best-fit how realizing router code, virtualized environment, bottom hardware environment to be considered especially, the various problems such as the lifting of virtual router overall performance.The realization of traditional virtual router, generally adopt third party manufacturer routing component (such as routing protocol software Zebra or Quagga), carry out unifying the mode that API (ApplicationProgrammingInterface, application programming interfaces) calls.What above-mentioned implementation not only concealed route code realizes details, and fail safe not easily ensures, and owing to adopting unified API Calls, make flexibility inadequate, router efficiency optimizes difficulty, and is unfavorable for expanding.
Summary of the invention
The object of the invention is the deficiency in order to overcome above-mentioned background technology, a kind of method and system realizing virtual router based on windows platform being provided, not only reaching the all-transparent process of Intel Virtualization Technology bottom layer realization details, ensured fail safe; And implementation method is flexible, router efficiency optimization is simple, has good functions expanding.
For reaching above object, the invention provides a kind of method realizing virtual router based on windows platform, comprising the following steps:
S1: installing Windows operating system based on the server of X86-based, proceed to S2;
S2: install software virtual machine in Windows operating system, proceed to S3;
S3: utilize software virtual machine to create virtual machine; According to conventional routers code framework, by carrying out the mode of cutting to existing VxWorks operating system, development of virtual embedded OS; In the virtual machine created, run developed virtual embedded OS, proceed to S4;
S4: router code is run in developed virtual embedded OS; The ruuning situation of routers code carries out internal debugging, determines that router code runs smooth and easy.
On the basis of technique scheme, according to conventional routers code framework described in S3, by carrying out the mode of cutting to existing VxWorks operating system, development of virtual embedded OS, specifically comprises the following steps:
S301a: judge that whether the tornado translation and compiling environment of virtual router is consistent with the tornado translation and compiling environment of conventional routers, if so, directly proceed to S301b; Otherwise, by the translation and compiling environment file copy of conventional routers in virtual router, and make it compile to pass through, proceed to S301b;
S301b: according to the functional requirement of upper strata routing protocol stack, the ln97xEnd.c file drive the relevant Microsoft Loopback Adapter under tornado catalogue in VxWorks system and ln97xEnd.h file are modified, make amended Microsoft Loopback Adapter drive the application supporting upper strata routing protocol stack, proceed to S301c;
S301c: the ICP/IP protocol stack code copies under tornado catalogue in VxWorks system is run in Windows operating system, and compiling is passed through, and ICP/IP protocol stack successfully can be tied on the MUX interface of upper layer application protocol, proceed to S301d;
S301d: contrast conventional routers socket interface code, makes the socket interface of the virtual router consistent with its functional form; The socket interface made is debugged, until pass through.
On the basis of technique scheme, in the virtual machine created, run developed virtual embedded OS described in S3, specifically comprise the following steps:
S302a: the startup file bootrom making virtual embedded OS, proceeds to S302b;
S302b: recompilated in tornado translation and compiling environment by the virtual embedded OS of exploitation, the image file of generating virtual embedded OS, proceeds to S302c;
S302c: the image file of virtual embedded OS described in the bootrom file start that utilization makes; In the virtual machine created, run the image file of described virtual embedded OS, and test its function with related command is capable, judge to drive layer and ICP/IP protocol stack layer function smooth and easy after, proceed to S4.
On the basis of technique scheme, after S4, also comprise S5: external testing is carried out to the virtual router debugged; After having tested, the test result of contrast conventional routers and virtual router, the performance of analyzing virtual router, carries out horizontal and vertical optimization to it, terminates.
On the basis of technique scheme, described in S5, external testing is carried out to the virtual router debugged, specifically comprises the following steps:
S501: band collar extension is set in the virtual machine created, by the band collar extension connecting virtual machine of secureCRT software and setting, in this virtual machine, the basic command of test fictitious router is capable, proceeds to S502;
S502: virtual router is connected with general switch, general switch is also connected with PC terminal; Utilize Spirent TestCenter instrument that simple two layers and three layer data bags are set; In virtual machine, input command is capable, utilizes described packet to test, observe virtual router mac show and routing table set up situation, proceed to S503;
S503: the routing protocol stack function utilizing the virtual router of Spirent TestCenter Meter Test, proceeds to S504;
S504: using openflow switch as access switch, using general switch as convergence switch, is connected virtual router with access switch by convergence switch, and access switch is also connected with PC terminal; In virtual router, run openflow controller, repeat the test of above-mentioned steps S503, the correlation performance parameters such as routing table, openflow switch stream table of the virtual router of observation and analysis.
On the basis of technique scheme, software virtual machine described in S2 is VMware software or Virtualbox software.
On the basis of technique scheme, when software virtual machine described in S2 is VMware software, S2 specifically comprises the following steps: in Windows operating system, install VMware software, tornadoforPentium software, Ramdisk software, winimage software and DTLite software; Wherein, tornadoforPentium software is the development environment software of VxWorks operating system; Ramdisk software is used for setting up virtual floppy disk, and auxiliary VxWorks system generates startup file bootroom; It is floppy disk mirror image that winimage software is used for bootrom file translations, and starts VxWorks system; DTlite software is for creating virtual drive to install tornadoforPentium software.
On the basis of technique scheme, when utilizing software virtual machine to create virtual machine described in S3, the virutal machine memory of establishment should be greater than router code and run required maximum memory.
The present invention also provides a kind of system realizing virtual router based on windows platform applying said method, comprises system installation module, software virtual machine installation module, virtual embedded system development module and router code and runs module;
Described system installation module for: based on the server of X86-based, Windows operating system is being installed, to software virtual machine installation module send software install signal;
Described software virtual machine installation module is used for: after receiving software installation signal, in Windows operating system, install software virtual machine, send exploitation signal to virtual embedded system development module;
Described virtual embedded system development module is used for: after receiving exploitation signal, utilizes software virtual machine to create virtual machine; According to conventional routers code framework, by carrying out the mode of cutting to existing VxWorks operating system, development of virtual embedded OS; In the virtual machine created, run developed virtual embedded OS, run module to router code and send run signal;
Described router code runs module and is used for: after receiving run signal, run on by router code in developed virtual embedded OS; The ruuning situation of routers code carries out internal debugging, determines that router code runs smooth and easy.
On the basis of technique scheme, this system also comprises external testing modules, and described external testing modules is used for: carry out external testing to the virtual router debugged; After having tested, the test result of contrast conventional routers and virtual router, the performance of analyzing virtual router, carries out horizontal and vertical optimization to it.
Beneficial effect of the present invention is:
(1) the ICP/IP protocol stack of the present invention to vxworks operating system is transplanted, and again develop virtual trawl performance further, then virtual embedded OS mirror image is compiled into, this mirror image is run in VMware virtual machine, finally in this virtual machine, run router code, thus realize virtual router.The bottom layer realization details of whole Intel Virtualization Technology achieves all-transparent process, and fail safe and efficiency can effectively be ensured.
(2) traditional virtual router or do further exploitation based on existing routing protocol software, versatility is better, but virtual router performance optimizes difficulty; The basis of original router increases programmable functions, improve the performance of virtual router, but functions expanding is weak, and depends on hardware platform, versatility is not strong.And the present invention is based on the windows platform of general x86, from BSP (boardsupportpackage, board suppot package) carry out degree of depth integration to the integrated code of router, can on the basis of internal debugging and external testing, root, the performance of virtual router is optimized, make it have good functions expanding, thus make the optimization simple possible of router efficiency, and the present invention adopts pure software Intel Virtualization Technology, can realize the high universalizable of virtual router, flexibility is high.
Accompanying drawing explanation
Fig. 1 is the flow chart realizing the method for virtual router based on windows platform in the embodiment of the present invention;
Fig. 2 is the test topology figure verifying virtual router protocol function in the embodiment of the present invention;
Fig. 3 is the test topology figure verifying virtual router expansive approach in the embodiment of the present invention.
Embodiment
Below in conjunction with drawings and the specific embodiments, the present invention is described in further detail.
Shown in Figure 1, the embodiment of the present invention provides a kind of method realizing virtual router based on windows platform, comprises the following steps:
S1: installing Windows operating system based on the server of X86-based, proceed to S2.
At present, the support of processor to Intel Virtualization Technology of X86-based is fairly perfect, and the VMware software selected by the present invention is also developed based on X86-based, so select the server of X86-based as hardware platform, not only can utilize the high-performance of processor-server, and decrease the expense of instruction transformation between different framework.
S2: install software virtual machine in Windows operating system, proceed to S3.
Traditional virtual technology uses software virtual machine and assembly thereof to carry out the virtual of router, its realization depends on the software virtual machine that other manufacturers provide, and the present invention uses software virtual machine only as the carrying tool of virtualized environment, can adjust as required, use flexibly, this is also the place that the present invention is different from traditional virtual technology.
Software virtual machine described in S2 can be VMware software, Virtualbox software etc.The present embodiment selects VMware software, then S2 specifically comprises the following steps: in Windows operating system, install VMware software, and installs tornadoforPentium software, Ramdisk software, winimage software and DTLite software.
Wherein, tornadoforPentium software is the development environment software of VxWorks operating system; Ramdisk software is used for setting up virtual floppy disk, and auxiliary VxWorks system generates startup file bootroom; It is floppy disk mirror image (path of this floppy disk mirror image is arranged in VMware software) that winimage software is used for bootrom file translations, and starts VxWorks system; DTlite software is for creating virtual drive to install tornadoforPentium software.
S3: utilize software virtual machine to create virtual machine; According to conventional routers code framework, by carrying out the mode of cutting to existing VxWorks operating system, development of virtual embedded OS; In the virtual machine created, run developed virtual embedded OS, proceed to S4.
In order to ensure reliability when running virtual router, when utilizing software virtual machine (VMware) to create virtual machine described in S3, the virutal machine memory of establishment should be greater than router code and run required maximum memory.
S4: router code is run in developed virtual embedded OS; After the CPU generation goal systems of server, carry out internal debugging to the ruuning situation of whole router code, determine that router code runs smooth and easy, the now work of virtual router completes substantially, proceeds to S5.Wherein, the content of debugging comprises BSP (boardsupportpackage, board suppot package) debugging, SDK (SoftwareDevelopmentKit, SDK) debugging, drive debugging, routing protocol stack debugging, system integration debugging and webmaster debugging etc.
S5: external testing is carried out to the virtual router debugged; After having tested, contrast conventional routers and the test result of virtual router, the performance of analyzing virtual router, from BSP, driving, protocol stack, router, integrated and software layer, carries out horizontal and vertical optimization to it, terminates.
When utilizing said method to carry out realizing of virtual router, because router code has carried out Reseal to protocol stack and driving layer relevant interface parameter, therefore, exploitation and when compiling virtual embedded OS mirror image, need the code details according to router, virtual embedded OS is customized again.Development of virtual embedded OS, the process of a cutting system in fact, for VxWorks system used in the present invention, mainly under cutting tornado catalogue, drive and the partial code of ICP/IP protocol stack about Microsoft Loopback Adapter, the normal work of these some effects Microsoft Loopback Adapters.
In view of this, in practical operation, according to conventional routers code framework described in S3, by carrying out the mode of cutting to existing VxWorks operating system, development of virtual embedded OS, specifically comprises the following steps:
S301a: judge that whether the tornado translation and compiling environment of virtual router is consistent with the tornado translation and compiling environment of conventional routers, if so, then directly proceed to S301b; Otherwise, by the translation and compiling environment file copy of conventional routers in virtual router, and make it compile to pass through, proceed to S301b.Wherein, described tornado translation and compiling environment comprises compiling path, header file, library file, assembly.
S301b: according to the functional requirement of upper strata routing protocol stack, the ln97xEnd.c file drive the relevant Microsoft Loopback Adapter under tornado catalogue in VxWorks system and ln97xEnd.h file are modified, make amended Microsoft Loopback Adapter drive the application supporting upper strata routing protocol stack, proceed to S301c.
Furthermore, conventional routers code is based on dedicated network chip development, and the employing of virtual router is Microsoft Loopback Adapter, needs to revise bottom layer driving code according to router upper layer application code.The ln97xEnd.c file under the tornado catalogue of relevant file mainly VxWorks system and ln97xEnd.h file is driven with Microsoft Loopback Adapter.And these two files have mainly done the initial work of virtual network interface card, this initialized process has mainly been correlated with the end_object structure in end.h header file.So, compiling Microsoft Loopback Adapter drives, mainly end_object structure is changed, this change carries out according to the functional requirement of upper strata routing protocol stack, that is, if upper layer application has newly increased the function that original driving code is not supported, just need to increase member in this structure, supported upper layer application.
S301c: the ICP/IP protocol stack code copies under tornado catalogue in VxWorks system is run in Windows operating system, and compiling is passed through, and ICP/IP protocol stack successfully can be tied on the MUX interface of upper layer application protocol, proceed to S301d.
S301d: contrast conventional routers socket interface code, makes the socket interface of the virtual router consistent with its functional form; The socket interface made is debugged, until pass through.
After underlying virtual trawl performance completes, just need to do a socket interface between driving layer and the integrated code layer of router, like this, the integrated code layer of router can be realized and bottom layer driving, the communicating of protocol stack by socket interface.Interface between router integrated layer and driving layer is the passage of transfer of data, this interface is encapsulated further with socket, instead of the benefit directly to be communicated with bottom layer driving by the integrated layer of router is the low coupling of high cohesion achieved between program, is conducive to robustness when code runs.
On this basis, in the virtual machine created, run developed virtual embedded OS described in S3, specifically comprise the following steps:
S302a: the startup file bootrom making virtual embedded OS, proceeds to S302b.
BSP (boardsupportpackage, board suppot package) contains the start-up code of virtual embedded OS and the driver of equipment component, and Main Function is initialization system and drive part equipment.Bootrom is for starting developed virtual embedded OS, during concrete making, compiling and making floppy disk image file bootrom in build menu under tornado catalogue, and in the virtual machine created, select this image file as the startup file of the mirror image of developed virtual embedded OS.
S302b: recompilated in tornado translation and compiling environment by the virtual embedded OS of exploitation, the image file of generating virtual embedded OS, proceeds to S302c.
S302c: the image file of virtual embedded OS described in the bootrom file start that utilization makes; In the virtual machine created, run the image file of described virtual embedded OS, and test its function with related command is capable, judge to drive layer and ICP/IP protocol stack layer function smooth and easy after, proceed to S4.
In addition, described in S5, external testing is carried out to the virtual router debugged, specifically comprise the following steps:
S501: band collar extension is set in the virtual machine created, by the band collar extension connecting virtual machine of secureCRT software and setting, in this virtual machine, the basic command of test fictitious router is capable, proceeds to S502;
S502: as shown in Figure 2, is connected virtual router with general switch, and general switch is also connected with PC terminal; Utilize Spirent TestCenter instrument that simple two layers and three layer data bags are set; In virtual machine, input command is capable, utilizes described packet to test, observe virtual router mac show and routing table set up situation, proceed to S503;
S503: the routing protocol stack function utilizing the further test fictitious router of Spirent TestCenter instrument, such as OSPF, BGP, RIP, IS-IS etc., test item comprises routing table and sets up, and packet forwards, VLAN isolates, ACL filters, and proceeds to S504;
S504: as shown in Figure 3, using openflow switch as access switch, using general switch as convergence switch, be connected by virtual router by convergence switch with access switch, access switch is also connected with PC terminal; Openflow controller is run in virtual router, repeat the test of above-mentioned steps S503, the correlation performance parameters such as routing table, openflow switch stream table of the virtual router of observation and analysis, thus the expansive approach function of the virtual router in further side.
The present invention also provides a kind of system realizing virtual router based on windows platform applying said method, comprises system installation module, software virtual machine installation module, virtual embedded system development module and router code and runs module;
Described system installation module for: based on the server of X86-based, Windows operating system is being installed, to software virtual machine installation module send software install signal;
Described software virtual machine installation module is used for: after receiving software installation signal, in Windows operating system, install software virtual machine, send exploitation signal to virtual embedded system development module;
Described virtual embedded system development module is used for: after receiving exploitation signal, utilizes software virtual machine to create virtual machine; According to conventional routers code framework, by carrying out the mode of cutting to existing VxWorks operating system, development of virtual embedded OS; In the virtual machine created, run developed virtual embedded OS, run module to router code and send run signal;
Described router code runs module and is used for: after receiving run signal, run on by router code in developed virtual embedded OS; The ruuning situation of routers code carries out internal debugging, determines that router code runs smooth and easy.
In order to be optimized the performance of virtual router on root, make it have good functions expanding, thus make the optimization simple possible of router efficiency, this system also comprises external testing modules.Described external testing modules is used for: carry out external testing to the virtual router debugged; After having tested, the test result of contrast conventional routers and virtual router, the performance of analyzing virtual router, carries out horizontal and vertical optimization to it.
The present invention is not limited to above-mentioned execution mode, and for those skilled in the art, under the premise without departing from the principles of the invention, can also make some improvements and modifications, these improvements and modifications are also considered as within protection scope of the present invention.The content be not described in detail in this specification belongs to the known prior art of professional and technical personnel in the field.

Claims (10)

1., based on the method realizing virtual router of windows platform, it is characterized in that, comprise the following steps:
S1: installing Windows operating system based on the server of X86-based, proceed to S2;
S2: install software virtual machine in Windows operating system, proceed to S3;
S3: utilize software virtual machine to create virtual machine; According to conventional routers code framework, by carrying out the mode of cutting to existing VxWorks operating system, development of virtual embedded OS; In the virtual machine created, run developed virtual embedded OS, proceed to S4;
S4: router code is run in developed virtual embedded OS; The ruuning situation of routers code carries out internal debugging, determines that router code runs smooth and easy.
2. as claimed in claim 1 based on the method realizing virtual router of windows platform, it is characterized in that: according to conventional routers code framework described in S3, by carrying out the mode of cutting to existing VxWorks operating system, development of virtual embedded OS, specifically comprises the following steps:
S301a: judge that whether the tornado translation and compiling environment of virtual router is consistent with the tornado translation and compiling environment of conventional routers, if so, directly proceed to S301b; Otherwise, by the translation and compiling environment file copy of conventional routers in virtual router, and make it compile to pass through, proceed to S301b;
S301b: according to the functional requirement of upper strata routing protocol stack, the ln97xEnd.c file drive the relevant Microsoft Loopback Adapter under tornado catalogue in VxWorks system and ln97xEnd.h file are modified, make amended Microsoft Loopback Adapter drive the application supporting upper strata routing protocol stack, proceed to S301c;
S301c: the ICP/IP protocol stack code copies under tornado catalogue in VxWorks system is run in Windows operating system, and compiling is passed through, and ICP/IP protocol stack successfully can be tied on the MUX interface of upper layer application protocol, proceed to S301d;
S301d: contrast conventional routers socket interface code, makes the socket interface of the virtual router consistent with its functional form; The socket interface made is debugged, until pass through.
3. as claimed in claim 1 based on the method realizing virtual router of windows platform, it is characterized in that: in the virtual machine created, run developed virtual embedded OS described in S3, specifically comprise the following steps:
S302a: the startup file bootrom making virtual embedded OS, proceeds to S302b;
S302b: recompilated in tornado translation and compiling environment by the virtual embedded OS of exploitation, the image file of generating virtual embedded OS, proceeds to S302c;
S302c: the image file of virtual embedded OS described in the bootrom file start that utilization makes; In the virtual machine created, run the image file of described virtual embedded OS, and test its function with related command is capable, judge to drive layer and ICP/IP protocol stack layer function smooth and easy after, proceed to S4.
4., as claimed in claim 1 based on the method realizing virtual router of windows platform, it is characterized in that: after S4, also comprise S5: external testing is carried out to the virtual router debugged; After having tested, the test result of contrast conventional routers and virtual router, the performance of analyzing virtual router, carries out horizontal and vertical optimization to it, terminates.
5., as claimed in claim 4 based on the method realizing virtual router of windows platform, it is characterized in that: described in S5, external testing is carried out to the virtual router debugged, specifically comprise the following steps:
S501: band collar extension is set in the virtual machine created, by the band collar extension connecting virtual machine of secureCRT software and setting, in this virtual machine, the basic command of test fictitious router is capable, proceeds to S502;
S502: virtual router is connected with general switch, general switch is also connected with PC terminal; Utilize Spirent TestCenter instrument that simple two layers and three layer data bags are set; In virtual machine, input command is capable, utilizes described packet to test, observe virtual router mac show and routing table set up situation, proceed to S503;
S503: the routing protocol stack function utilizing the virtual router of Spirent TestCenter Meter Test, proceeds to S504;
S504: using openflow switch as access switch, using general switch as convergence switch, is connected virtual router with access switch by convergence switch, and access switch is also connected with PC terminal; In virtual router, run openflow controller, repeat the test of above-mentioned steps S503, the correlation performance parameters such as routing table, openflow switch stream table of the virtual router of observation and analysis.
6. the method realizing virtual router based on windows platform according to any one of claim 1 to 5, is characterized in that: software virtual machine described in S2 is VMware software or Virtualbox software.
7. as claimed in claim 6 based on the method realizing virtual router of windows platform, it is characterized in that: when software virtual machine described in S2 is VMware software, S2 specifically comprises the following steps: VMware software, tornadoforPentium software, Ramdisk software, winimage software and DTLite software are installed in Windows operating system;
Wherein, tornadoforPentium software is the development environment software of VxWorks operating system; Ramdisk software is used for setting up virtual floppy disk, and auxiliary VxWorks system generates startup file bootroom; It is floppy disk mirror image that winimage software is used for bootrom file translations, and starts VxWorks system; DTlite software is for creating virtual drive to install tornadoforPentium software.
8. the method realizing virtual router based on windows platform according to any one of claim 1 to 5, it is characterized in that: when utilizing software virtual machine to create virtual machine described in S3, the virutal machine memory of establishment should be greater than router code and run required maximum memory.
9. application rights requires the system realizing virtual router based on windows platform of method according to any one of 1 to 8, it is characterized in that: comprise system installation module, software virtual machine installation module, virtual embedded system development module and router code and run module;
Described system installation module for: based on the server of X86-based, Windows operating system is being installed, to software virtual machine installation module send software install signal;
Described software virtual machine installation module is used for: after receiving software installation signal, in Windows operating system, install software virtual machine, send exploitation signal to virtual embedded system development module;
Described virtual embedded system development module is used for: after receiving exploitation signal, utilizes software virtual machine to create virtual machine; According to conventional routers code framework, by carrying out the mode of cutting to existing VxWorks operating system, development of virtual embedded OS; In the virtual machine created, run developed virtual embedded OS, run module to router code and send run signal;
Described router code runs module and is used for: after receiving run signal, run on by router code in developed virtual embedded OS; The ruuning situation of routers code carries out internal debugging, determines that router code runs smooth and easy.
10., as claimed in claim 9 based on the system realizing virtual router of windows platform, it is characterized in that: this system also comprises external testing modules, described external testing modules is used for: carry out external testing to the virtual router debugged; After having tested, the test result of contrast conventional routers and virtual router, the performance of analyzing virtual router, carries out horizontal and vertical optimization to it.
CN201510906766.0A 2015-12-09 2015-12-09 The method and system of realization virtualization router based on windows platform Active CN105323161B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510906766.0A CN105323161B (en) 2015-12-09 2015-12-09 The method and system of realization virtualization router based on windows platform

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510906766.0A CN105323161B (en) 2015-12-09 2015-12-09 The method and system of realization virtualization router based on windows platform

Publications (2)

Publication Number Publication Date
CN105323161A true CN105323161A (en) 2016-02-10
CN105323161B CN105323161B (en) 2018-10-09

Family

ID=55249787

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510906766.0A Active CN105323161B (en) 2015-12-09 2015-12-09 The method and system of realization virtualization router based on windows platform

Country Status (1)

Country Link
CN (1) CN105323161B (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106603512A (en) * 2016-11-30 2017-04-26 中国人民解放军国防科学技术大学 SDN (software define network) architecture IS (Intermediate System)-IS (Intermediate System) routing protocol-based trusted authentication method
CN107294806A (en) * 2017-06-26 2017-10-24 郑州云海信息技术有限公司 A kind of SRIOV method of testings and system based on Hyper v systems
CN107509215A (en) * 2017-07-26 2017-12-22 上海斐讯数据通信技术有限公司 A kind of wireless authentication automated testing method and system
CN108762207A (en) * 2018-05-25 2018-11-06 深圳市广前电力有限公司 A kind of high fault-tolerant universal centralized management platform
CN109413674A (en) * 2018-11-21 2019-03-01 深圳市吉祥腾达科技有限公司 A kind of more wireless clients band machine ageing testing method based on packet capturing playback technology
CN109688062A (en) * 2017-10-19 2019-04-26 中兴通讯股份有限公司 A kind of method for routing and routing device
CN109800113A (en) * 2018-12-29 2019-05-24 北京奇安信科技有限公司 One kind being based on virtual platform performance test methods, system, equipment and medium
CN110635999A (en) * 2018-06-22 2019-12-31 复旦大学 Cloud computing platform network control method based on router virtualization technology
CN111158845A (en) * 2018-11-07 2020-05-15 重庆金美通信有限责任公司 Method for realizing integrated integration of router and terminal by adopting general computer
CN112527458A (en) * 2020-12-15 2021-03-19 西安中朗智控科技有限公司 Test method and test system of embedded system

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101383822A (en) * 2008-07-10 2009-03-11 北京邮电大学 Router virtual machine for aviation telecommunication network
CN102231709A (en) * 2011-07-04 2011-11-02 清华大学 Control plane structure of virtual routing device and control method thereof
CN102231708A (en) * 2011-07-04 2011-11-02 清华大学 Virtual routing device and routing method thereof
US20130205044A1 (en) * 2009-06-11 2013-08-08 Brocade Communications Systems, Inc. Virtual Router Redundancy For Server Virtualization
CN103259735A (en) * 2013-05-15 2013-08-21 重庆邮电大学 Communication method of programmable virtualized router based on NetFPGA

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101383822A (en) * 2008-07-10 2009-03-11 北京邮电大学 Router virtual machine for aviation telecommunication network
US20130205044A1 (en) * 2009-06-11 2013-08-08 Brocade Communications Systems, Inc. Virtual Router Redundancy For Server Virtualization
CN102231709A (en) * 2011-07-04 2011-11-02 清华大学 Control plane structure of virtual routing device and control method thereof
CN102231708A (en) * 2011-07-04 2011-11-02 清华大学 Virtual routing device and routing method thereof
CN103259735A (en) * 2013-05-15 2013-08-21 重庆邮电大学 Communication method of programmable virtualized router based on NetFPGA

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
BBS598598: "在VMWare上安装VxWorks操作系统,链接:https://wenku.baidu.com/view/7304da4f2e3f5727a5e96233.html", 《百度文库》 *
杨涛: "基于mpc8260和VxWorks的WMMN路由器的研究与实现", 《中国优秀硕士学位论文全文数据库信息科技辑》 *

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106603512A (en) * 2016-11-30 2017-04-26 中国人民解放军国防科学技术大学 SDN (software define network) architecture IS (Intermediate System)-IS (Intermediate System) routing protocol-based trusted authentication method
CN106603512B (en) * 2016-11-30 2019-07-09 中国人民解放军国防科学技术大学 A kind of authentic authentication method of the Intermediate System-Intermediate System based on SDN framework
CN107294806A (en) * 2017-06-26 2017-10-24 郑州云海信息技术有限公司 A kind of SRIOV method of testings and system based on Hyper v systems
CN107294806B (en) * 2017-06-26 2021-02-09 苏州浪潮智能科技有限公司 SRIOV test method and system based on Hyper-v system
CN107509215A (en) * 2017-07-26 2017-12-22 上海斐讯数据通信技术有限公司 A kind of wireless authentication automated testing method and system
CN109688062B (en) * 2017-10-19 2021-07-13 中兴通讯股份有限公司 Routing method and routing equipment
CN109688062A (en) * 2017-10-19 2019-04-26 中兴通讯股份有限公司 A kind of method for routing and routing device
CN108762207A (en) * 2018-05-25 2018-11-06 深圳市广前电力有限公司 A kind of high fault-tolerant universal centralized management platform
CN110635999A (en) * 2018-06-22 2019-12-31 复旦大学 Cloud computing platform network control method based on router virtualization technology
CN111158845A (en) * 2018-11-07 2020-05-15 重庆金美通信有限责任公司 Method for realizing integrated integration of router and terminal by adopting general computer
CN111158845B (en) * 2018-11-07 2023-09-12 重庆金美通信有限责任公司 Method for realizing router and terminal integrated integration by adopting general-purpose computer
CN109413674A (en) * 2018-11-21 2019-03-01 深圳市吉祥腾达科技有限公司 A kind of more wireless clients band machine ageing testing method based on packet capturing playback technology
CN109800113A (en) * 2018-12-29 2019-05-24 北京奇安信科技有限公司 One kind being based on virtual platform performance test methods, system, equipment and medium
CN112527458A (en) * 2020-12-15 2021-03-19 西安中朗智控科技有限公司 Test method and test system of embedded system

Also Published As

Publication number Publication date
CN105323161B (en) 2018-10-09

Similar Documents

Publication Publication Date Title
CN105323161A (en) Method and system for implementing virtualization router based on Windows platform
US10949246B2 (en) Automated network configuration of virtual machines in a virtual lab environment
TWI612474B (en) Computer-implemented methods, systems for automatically updating firmware of components of a server system in a datacenter and non-transitory computer-readable storage medium
Neumann The book of GNS3: build virtual network labs using Cisco, Juniper, and more
US9031081B2 (en) Method and system for switching in a virtualized platform
US9176767B2 (en) Network interface card device pass-through with multiple nested hypervisors
CN107005471B (en) Universal customer premises equipment
US20130167147A1 (en) Virtual machine appliances for java application servers
CN110011835B (en) Network simulation method and system
CN116348841A (en) NIC supported distributed storage services
CN105306225B (en) A kind of physical machine remote power-off method based on Openstack
EP3410133A1 (en) System and method for voltage regulator self-burn-in test
US8966480B2 (en) System for migrating a virtual machine between computers
CN110213121B (en) Test platform, test method and test device for virtual communication product
US9769052B2 (en) System testing framework
Bemby et al. ViNO: SDN overlay to allow seamless migration across heterogeneous infrastructure
Hale et al. Electrical Engineering and Computer Science Department
US11652717B2 (en) Simulation-based cross-cloud connectivity checks
CN115629843A (en) Cloud heterogeneous virtual digital simulation platform
Fernández et al. Distributed virtual scenarios over multi-host Linux environments
CN111459606A (en) Method for quickly creating virtual machine under virtualization and server
CN110928643A (en) Electric power simulation system deployment method and device based on containerization
CN113852573A (en) Container cross-host communication method, device, equipment and medium
US10489121B2 (en) Method and apparatus for determining system information in a device having a plurality of processors, each including virtual machines and some located on separate insertable boards
Anuzelli et al. Dynamips/dynagen tutorial

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20190117

Address after: 430074 No. 6, High-tech Fourth Road, Donghu High-tech Development Zone, Wuhan City, Hubei Province

Patentee after: Fenghuo Communication Science &. Technology Co., Ltd.

Address before: 430074 Guandong Optical Communication Industry Building, No. 5 Donghu High-tech Dongxin Road, Wuhan City, Hubei Province

Patentee before: Wuhan Fenghuo Network Co., Ltd.

TR01 Transfer of patent right