I think you can only run so many routers on one hypervisor...on Windows, it
crashes if the routers total up to 1 Gig of RAM. I usually use 2. Other than
that, I don't know.

On Fri, Aug 28, 2009 at 1:58 PM, Mark Matters <[email protected]> wrote:

> What are the benefits of 4 hypervisors?
>
>
> 2009/8/28 MANNY Omari <[email protected]>
>
>>
>>
>> Hello Sir,
>>
>> Thank you so much with quick and wonderful help.
>>
>> Regards,
>>
>> ------------------------------
>> Date: Fri, 28 Aug 2009 09:21:12 -0600
>>
>> Subject: Re: [OSL | CCIE_RS] Dynamips error,
>> From: [email protected]
>> To: [email protected]
>> CC: [email protected]
>>
>> I think your image line is incorrect for the 4th one. You're other 3 look
>> like this
>>
>> image = C:\DYNAMIPS\IMAGES\c3640-jk9o3s-mz.123-14.T7.extracted.bin
>>
>> Last one is missing IMAGES\
>>
>> image = C:\DYNAMIPS\c3640-jk9o3s-mz.123-14.T7.extracted.bin
>>
>>
>> 2009/8/28 MANNY Omari <[email protected]>
>>
>>
>>
>> Hello, Thanks for your quick reply, Yes i have the 4th Hypervisor.
>>
>> Regards,
>>
>> ------------------------------
>> Date: Fri, 28 Aug 2009 09:07:13 -0600
>> Subject: Re: [OSL | CCIE_RS] Dynamips error,
>> From: [email protected]
>> To: [email protected]
>> CC: [email protected]
>>
>>
>> Manny,
>>
>> Have you started the 4th Hypervisor?
>>
>> 2009/8/28 MANNY Omari <[email protected]>
>>
>>
>>
>> Hello Dears,
>>
>> I get the following error from Dynamips,
>>
>> => start /all
>> 100-VM 'R4' started
>> 100-VM 'R5' started
>> 100-VM 'R6' started
>> 100-VM 'R1' started
>> 100-VM 'R2' started
>> 100-VM 'R3' started
>> *** Error: 209-unable to start VM instance 'BB2'
>> 100-VM 'SW1' started
>> 100-VM 'SW3' started
>> 100-VM 'SW2' started
>> *** Error: 209-unable to start VM instance 'BB3'
>> 100-VM 'SW4' started
>> *** Error: 209-unable to start VM instance 'BB1'
>> =>
>>
>> Here is my Net File,,,,
>>
>>
>>
>>
>>
>> #==============================================================
>>
>> autostart = False
>> ###############################
>> # #
>> # First Hypervisor #
>> # #
>> ###############################
>> [localhost:7201]
>> #
>> # Uncomment the appropriate Line for the Operating system you arer unning
>> # *** Windows Working Directory ***
>> workingdir = C:\DYNAMIPS\Working
>> #
>> # *** Linux Working Directory ***
>> #workingdir = /home/tyson/DYNAMIPS/Working/
>> udp = 10100
>> [[3640]]
>> #
>> # Uncomment the appropriate Line for the Operating system you are running
>> #*** Windows IMAGE PATH ***
>> image = C:\DYNAMIPS\IMAGES\c3640-jk9o3s-mz.123-14.T7.extracted.bin
>> #
>> #*** Linux IMAGE PATH ***
>> #image =/home/tyson/DYNAMIPS/IMAGES/c3725-adventerprisek9-mz.124-15.T9.bin
>> ram = 256
>> [[ROUTER R1]]
>> model = 3640
>> console = 2001
>> autostart = False
>> ghostios = true
>> sparsemem = true
>> #
>> idlepc = 0x62b200d8
>> #idlepc = 0x62b200dc
>> #idlepc = 0x60c0aa58
>> #idlepc = 0x614ab010
>> #idlepc = 0x614ab070
>> #idlepc = 0x614ab0b8
>> #idlepc = 0x614ab0cc
>> #idlepc = 0x6026b438
>> #idlepc = 0x62b1c780
>> #idlepc = 0x60c05010
>> #*** Windows Configuration PATH ***
>> #cnfg = C:\DYNAMIPS\Startup_Configs\R1.txt
>> #
>> #*** Linux Configuration PATH ***
>> #cnfg = /home/tyson/DYNAMIPS/Startup_Configs/R1.txt
>> slot0 = NM-1FE-TX
>> slot1 = NM-4T
>> F0/0 = SW1 F1/1
>> S1/0 = FRSW 1
>> [[ROUTER R2]]
>> model = 3640
>> console = 2002
>> autostart = False
>> ghostios = true
>> sparsemem = true
>> #idlepc = 0x62b200d8
>> #idlepc = 0x62b200dc
>> idlepc = 0x60c0aa58
>> #idlepc = 0x614ab010
>> #idlepc = 0x614ab070
>> #idlepc = 0x614ab0b8
>> #idlepc = 0x614ab0cc
>> #idlepc = 0x6026b438
>> #idlepc = 0x62b1c780
>> #idlepc = 0x60c05010
>> #*** Windows Configuration PATH ***
>> #cnfg = C:\DYNAMIPS\Startup_Configs\R2.txt
>> #
>> #*** Linux Configuration PATH ***
>> #cnfg = /home/tyson/DYNAMIPS/Startup_Configs/R2.txt
>> slot0 = NM-1FE-TX
>> slot1 = NM-4T
>> F0/0 = SW2 F1/2
>> S1/0 = FRSW 2
>> [[ROUTER R3]]
>> model = 3640
>> console = 2003
>> autostart = False
>> ghostios = true
>> sparsemem = true
>> #idlepc = 0x62b200d8
>> #idlepc = 0x62b200dc
>> #idlepc = 0x60c0aa58
>> #idlepc = 0x614ab010
>> idlepc = 0x614ab070
>> #idlepc = 0x614ab0b8
>> #idlepc = 0x614ab0cc
>> #idlepc = 0x6026b438
>> #idlepc = 0x62b1c780
>> #idlepc = 0x60c05010
>> #*** Windows Configuration PATH ***
>> #cnfg = C:\DYNAMIPS\Startup_Configs\R4.txt
>> #
>> #*** Linux Configuration PATH ***
>> #cnfg = /home/tyson/DYNAMIPS/Startup_Configs/R4.txt
>> slot0 = NM-4E
>> slot1 = NM-4T
>> S1/0 = FRSW 3
>> S1/1 = FRSW 13
>> S1/2 = R1 S1/1
>> S1/3 = R2 S1/1
>> E0/0 = SW1 F1/3
>> E0/1 = SW3 F1/3
>>
>> ###############################
>> # #
>> # Second Hypervisor #
>> # #
>> ###############################
>> [localhost:7202]
>> #
>> # Uncomment the appropriate Line for the Operating system you are running
>> # *** Windows Working Directory ***
>> workingdir = C:\DYNAMIPS\Working
>> #
>> # *** Linux Working Directory ***
>> #workingdir = /home/tyson/DYNAMIPS/Working/
>> #
>> udp = 10200
>> [[3640]]
>> #
>> # Uncomment the appropriate Line for the Operating system you are running
>> #*** Windows IMAGE PATH ***
>> image = C:\DYNAMIPS\IMAGES\c3640-jk9o3s-mz.123-14.T7.extracted.bin
>> #
>> #*** Linux IMAGE PATH ***
>> #image =
>> #/home/tyson/DYNAMIPS/IMAGES/c3725-adventerprisek9-mz.124-15.T9.bin
>> #
>> ram = 256
>> [[ROUTER R4]]
>> model = 3640
>> console = 2004
>> autostart = False
>> ghostios = true
>> sparsemem = true
>> #idlepc = 0x62b200d8
>> #idlepc = 0x62b200dc
>> #idlepc = 0x60c0aa58
>> #idlepc = 0x614ab010
>> #idlepc = 0x614ab070
>> #idlepc = 0x614ab0b8
>> idlepc = 0x614ab0cc
>> #idlepc = 0x6026b438
>> #idlepc = 0x62b1c780
>> #idlepc = 0x60c05010
>> #*** Windows Configuration PATH ***
>> #cnfg = C:\DYNAMIPS\Startup_Configs\R6.txt
>> #
>> #*** Linux Configuration PATH ***
>> #cnfg = /home/tyson/DYNAMIPS/Startup_Configs/R6.txt
>> slot0 = NM-4E
>> slot1 = NM-4T
>> E0/0 = SW2 F1/4
>> E0/1 = SW4 F1/4
>> S1/0 = FRSW 4
>> S1/1 = R5 S1/1
>>
>> [[ROUTER R5]]
>> model = 3640
>> console = 2005
>> autostart = False
>> ghostios = true
>> sparsemem = true
>> #idlepc = 0x62b200d8
>> #idlepc = 0x62b200dc
>> #idlepc = 0x60c0aa58
>> #idlepc = 0x614ab010
>> #idlepc = 0x614ab070
>> #idlepc = 0x614ab0b8
>> #idlepc = 0x614ab0cc
>> idlepc = 0x6026b438
>> #idlepc = 0x62b1c780
>> #idlepc = 0x60c05010
>> #*** Windows Configuration PATH ***
>> #cnfg = C:\DYNAMIPS\Startup_Configs\R7.txt
>> #
>> #*** Linux Configuration PATH ***
>> #cnfg = /home/tyson/DYNAMIPS/Startup_Configs/R7.txt
>> slot0 = NM-4E
>> slot1 = NM-4T
>> E0/0 = SW1 F1/5
>> E0/1 = SW3 F1/5
>> S1/0 = FRSW 5
>>
>> [[ROUTER R6]]
>> model = 3640
>> console = 2006
>> autostart = False
>> ghostios = true
>> sparsemem = true
>> idlepc = 0x62b200d8
>> #idlepc = 0x62b200dc
>> #idlepc = 0x60c0aa58
>> #idlepc = 0x614ab010
>> #idlepc = 0x614ab070
>> #idlepc = 0x614ab0b8
>> #idlepc = 0x614ab0cc
>> #idlepc = 0x6026b438
>> #idlepc = 0x62b1c780
>> #idlepc = 0x60c05010
>> #*** Windows Configuration PATH ***
>> #cnfg = C:\DYNAMIPS\Startup_Configs\R8.txt
>> #
>> #*** Linux Configuration PATH ***
>> #cnfg = /home/tyson/DYNAMIPS/Startup_Configs/R8.txt
>> slot0 = NM-4E
>> slot1 = NM-4T
>> E0/0 = SW2 F1/6
>> E0/1 = SW4 F1/6
>> S1/0 = FRSW 6
>>
>> ###############################
>> # #
>> # Third Hypervisor #
>> # #
>> ###############################
>> [localhost:7203]
>> #
>> # Uncomment the appropriate Line for the Operating system you are running
>> # *** Windows Working Directory ***
>> workingdir = C:\DYNAMIPS\Working
>> #
>> # *** Linux Working Directory ***
>> #workingdir = /home/tyson/DYNAMIPS/Working/
>> #
>> udp = 10300
>> [[3640]]
>> #
>> # Uncomment the appropriate Line for the Operating system you are running
>> #*** Windows IMAGE PATH ***
>> image = C:\DYNAMIPS\IMAGES\c3640-jk9o3s-mz.123-14.T7.extracted.bin
>> #
>> #*** Linux IMAGE PATH ***
>> #image =
>> #/home/tyson/DYNAMIPS/IMAGES/c3725-adventerprisek9-mz.124-15.T9.bin
>> #
>> ram = 256
>> [[ROUTER SW1]]
>> model = 3640
>> console = 2007
>> autostart = False
>> ghostios = true
>> sparsemem = true
>> #idlepc = 0x62b200d8
>> #idlepc = 0x62b200dc
>> idlepc = 0x60c0aa58
>> #idlepc = 0x614ab010
>> #idlepc = 0x614ab070
>> #idlepc = 0x614ab0b8
>> #idlepc = 0x614ab0cc
>> #idlepc = 0x6026b438
>> #idlepc = 0x62b1c780
>> #idlepc = 0x60c05010
>> #*** Windows Configuration PATH ***
>> #cnfg = C:\DYNAMIPS\Startup_Configs\Cat1.txt
>> #
>> #*** Linux Configuration PATH ***
>> #cnfg = /home/tyson/DYNAMIPS/Startup_Configs/Cat1.txt
>> slot1 = NM-16ESW
>> F1/7 = SW2 F1/7
>> F1/8 = SW2 F1/8
>> F1/9 = SW2 F1/9
>> F1/10 = SW3 F1/7
>> F1/11 = SW3 F1/8
>> F1/12 = SW3 F1/9
>> F1/13 = SW4 F1/7
>> F1/14 = SW4 F1/8
>> F1/15 = SW4 F1/9
>>
>> [[ROUTER SW2]]
>> model = 3640
>> console = 2008
>> autostart = False
>> ghostios = true
>> sparsemem = true
>> #idlepc = 0x62b200d8
>> #idlepc = 0x62b200dc
>> #idlepc = 0x60c0aa58
>> #idlepc = 0x614ab010
>> #idlepc = 0x614ab070
>> #idlepc = 0x614ab0b8
>> #idlepc = 0x614ab0cc
>> #idlepc = 0x6026b438
>> #idlepc = 0x62b1c780
>> idlepc = 0x60c05044
>> #*** Windows Configuration PATH ***
>> #cnfg = C:\DYNAMIPS\Startup_Configs\Cat2.txt
>> #
>> #*** Linux Configuration PATH ***
>> #cnfg = /home/tyson/DYNAMIPS/Startup_Configs/Cat2.txt
>> slot1 = NM-16ESW
>> F1/10 = SW3 F1/10
>> F1/11 = SW3 F1/11
>> F1/12 = SW3 F1/12
>> F1/13 = SW4 F1/10
>> F1/14 = SW4 F1/11
>> F1/15 = SW4 F1/12
>>
>> [[ROUTER SW3]]
>> model = 3640
>> console = 2009
>> autostart = False
>> ghostios = true
>> sparsemem = true
>> #idlepc = 0x62b200d8
>> #idlepc = 0x62b200dc
>> #idlepc = 0x60c0aa58
>> #idlepc = 0x614ab010
>> idlepc = 0x614ab070
>> #idlepc = 0x614ab0b8
>> #idlepc = 0x614ab0cc
>> #idlepc = 0x6026b438
>> #idlepc = 0x62b1c780
>> #idlepc = 0x60c05010
>> #*** Windows Configuration PATH ***
>> #cnfg = C:\DYNAMIPS\Startup_Configs\Cat3.txt
>> #
>> #*** Linux Configuration PATH ***
>> #cnfg = /home/tyson/DYNAMIPS/Startup_Configs/Cat3.txt
>> slot1 = NM-16ESW
>> F1/13 = SW4 F1/13
>> F1/14 = SW4 F1/14
>> F1/15 = SW4 F1/15
>> [[ROUTER SW4]]
>> model = 3640
>> console = 2010
>> autostart = False
>> ghostios = true
>> sparsemem = true
>> #idlepc = 0x62b200d8
>> #idlepc = 0x62b200dc
>> #idlepc = 0x60c0aa58
>> idlepc = 0x614ab010
>> #idlepc = 0x614ab070
>> #idlepc = 0x614ab0b8
>> #idlepc = 0x614ab0cc
>> #idlepc = 0x6026b438
>> #idlepc = 0x62b1c780
>> #idlepc = 0x60c05010
>> #*** Windows Configuration PATH ***
>> #cnfg = C:\DYNAMIPS\Startup_Configs\Cat4.txt
>> #
>> #*** Linux Configuration PATH ***
>> #cnfg = /home/tyson/DYNAMIPS/Startup_Configs/Cat4.txt
>> slot1 = NM-16ESW
>>
>> ###############################
>> # #
>> # Fourth Hypervisor #
>> # #
>> ###############################
>> [localhost:7204]
>> #
>> # Uncomment the appropriate Line for the Operating system you are running
>> # *** Windows Working Directory ***
>> workingdir = C:\DYNAMIPS\Working
>> #
>> # *** Linux Working Directory ***
>> #workingdir = /home/tyson/DYNAMIPS/Working/
>> #
>> udp = 10400
>> [[3640]]
>> #
>> # Uncomment the appropriate Line for the Operating system you are running
>> #*** Windows IMAGE PATH ***
>> image = C:\DYNAMIPS\c3640-jk9o3s-mz.123-14.T7.extracted.bin
>> #
>> #*** Linux IMAGE PATH ***
>> #image =
>> #/home/tyson/DYNAMIPS/c3640-jk9o3s-mz.123-14.T7.extracted.bin
>> #
>> chassis = 3640
>> [[ROUTER BB1]]
>> model = 3640
>> console = 2011
>> autostart = False
>> ghostios = true
>> #idlepc = 0x803d0234
>> #idlepc = 0x803d0bd4
>> idlepc = 0x803d0d18
>> #idlepc = 0x802f9a80
>> #idlepc = 0x802f9ab4
>> #idlepc = 0x802f9ac8
>> #idlepc = 0x8043aed0
>> #idlepc = 0x803cddb8
>> #idlepc = 0x803cef64
>> #cnfg = C:\DYNAMIPS\Startup_Configs\BB3.txt
>> #
>> #*** Linux Configuration PATH ***
>> #cnfg = /home/tyson/DYNAMIPS/Startup_Configs/BB3.txt
>> slot1 = NM-4T
>> slot0 = NM-4E
>> S1/0 = BB3 S1/0
>> S1/1 = FRSW 21
>>
>> [[ROUTER BB2]]
>> model = 3640
>> console = 2012
>> autostart = False
>> ghostios = true
>> sparsemem = true
>> #idlepc = 0x803d0234
>> #idlepc = 0x803d0bd4
>> #idlepc = 0x803d0d18
>> idlepc = 0x802f9a80
>> #idlepc = 0x802f9ab4
>> #idlepc = 0x802f9ac8
>> #idlepc = 0x8043aed0
>> #idlepc = 0x803cddb8
>> #idlepc = 0x803cef64
>> #cnfg = C:\DYNAMIPS\Startup_Configs\BB2.txt
>> #
>> #*** Linux Configuration PATH ***
>> #cnfg = /home/tyson/DYNAMIPS/Startup_Configs/BB2.txt
>> slot0 = NM-4E
>> E0/0 = SW2 F1/0
>> [[ROUTER BB3]]
>> model = 3640
>> console = 2013
>> autostart = False
>> ghostios = true
>> sparsemem = true
>> #idlepc = 0x803d0234
>> #idlepc = 0x803d0bd4
>> #idlepc = 0x803d0d18
>> #idlepc = 0x802f9a80
>> idlepc = 0x802f9ab4
>> #idlepc = 0x802f9ac8
>> #idlepc = 0x8043aed0
>> #idlepc = 0x803cddb8
>> #idlepc = 0x803cef64
>> #*** Windows Configuration PATH ***
>> #cnfg = C:\DYNAMIPS\Startup_Configs\BB1.txt
>> #
>> #*** Linux Configuration PATH ***
>> #cnfg = /home/tyson/DYNAMIPS/Startup_Configs/BB1.txt
>> slot0 = NM-4E
>> slot1 = NM-4T
>> E0/0 = SW3 F1/0
>>         [[FRSW FRSW]]
>>         # R1 to FRSW
>>         1:102 = 2:201
>>         1:103 = 3:301
>>         1:113 = 13:311
>>         1:104 = 4:401
>>         1:105 = 5:501
>>
>>         # R2 to FRSW
>>         2:203 = 3:302
>>         2:213 = 13:312
>>         2:204 = 4:402
>>         2:205 = 5:502
>>
>>         # R3 to FRSW
>>         3:304 = 4:403
>>         3:305 = 5:503
>>         13:314 = 4:413
>>         13:315 = 5:513
>>
>>         # R4 to FRSW
>>         4:405 = 5:504
>>
>>         # R6 to FRSW
>>         6:51 = 21:51
>>         6:100 = 21:100
>>         6:101 = 21:101
>>         6:201 = 21:201
>>         6:301 = 21:301
>>         6:401 = 21:401
>>
>>
>> Waiting for your help.
>>
>> Best Regards,
>> Manouchehr
>>
>>
>>
>>
>> ------------------------------
>> What can you do with the new Windows Live? Find 
>> out<http://www.microsoft.com/windows/windowslive/default.aspx>
>>
>> _______________________________________________
>> For more information regarding industry leading CCIE Lab training, please
>> visit www.ipexpert.com
>>
>>
>>
>>
>> --
>> Bryan Bartik
>> CCIE #23707 (R&S), CCNP
>> Sr. Support Engineer - IPexpert, Inc.
>> URL: http://www.IPexpert.com <http://www.ipexpert.com/>
>>
>> ------------------------------
>> With Windows Live, you can organize, edit, and share your 
>> photos.<http://www.microsoft.com/middleeast/windows/windowslive/products/photo-gallery-edit.aspx>
>>
>>
>>
>>
>> --
>> Bryan Bartik
>> CCIE #23707 (R&S), CCNP
>> Sr. Support Engineer - IPexpert, Inc.
>> URL: http://www.IPexpert.com <http://www.ipexpert.com/>
>>
>> ------------------------------
>> check out the rest of the Windows Live™. More than mail–Windows Live™ goes
>> way beyond your inbox. More than 
>> messages<http://www.microsoft.com/windows/windowslive/>
>>
>> _______________________________________________
>> For more information regarding industry leading CCIE Lab training, please
>> visit www.ipexpert.com
>>
>>
>
>
> --
>
>
> -
> "The more I learn the less I know". This is incredibly frustrating to me.
>



-- 
Bryan Bartik
CCIE #23707 (R&S), CCNP
Sr. Support Engineer - IPexpert, Inc.
URL: http://www.IPexpert.com
_______________________________________________
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Reply via email to