I am using two sessions of Dynamips to compensate for Windows XP inability to access all the 4 gig in my laptop. Using Dynagen it works very well and I have build 9 router labs that use less than 50% of the processor & memory. Sure would appreciate help doing the same with GNS?
@echo off rem Launch a local copy of dynamips1 set dynamips=%CD%\dynamips.exe cd %TEMP% start /normal "Dynamips" cmd /c ""%dynamips%" -H 7200 & pause"
@echo off rem Launch a local copy of dynamips2 set dynamips=%CD%\dynamips.exe cd %TEMP% start /normal "Dynamips" cmd /c ""%dynamips%" -H 7202 & pause"
Regards,
|