I am not a windows user, But on linux when you binding the virtual interface
to a physical nic the process must be run as root. Are you starting the
dynamips process as admin?. What does the dynamips log say?
Secondly have you tried debugging on your devices to see if the arp requests
are even recieved?
You could also packet capture on the physical interfaces to see if the
traffic is being passed.
On Sun, May 10, 2009 at 12:27 AM, <ali_akbar99_at_yahoo.com> wrote:
> Dear All,
>
> Sorry for the long post and Posting this topic over here.
>
> I am running dynamips on Windows XP with real switches below are my
> hardware
> specification.
>
> Desktop:
> Processor: Quad 8200 2.33GHz
> Quad NIC: D-Link 580-Tx x 3
>
> Switches:
> 2 x 3560
> 2 X 3550
>
> The issues what i am facing right now is not able to ping from router to
> router
> and with few the labs such as:
> 1. L2 Access Switchports (not able to ping)
> 2. Router on a stick (not able to ping)
> 3. Port security (it keep on changing the mac)
>
> I have just started with switching lab bu tno idea how it is gonna be
> supported
> further.
>
> Any help will be greatly appreciated. Please let me know do i need some
> configuration on the NIC or on my .Net files.
>
> Here is my .NET file.
>
> autostart=false
> [localhost:7200]
>
> workingdir = C:\Program Files\Dynamips\sample_labs\DyntoReal\working
>
> [[3640]]
> #
> # Specify 3640 IOS image on Windows here:
> image = C:\Program
> Files\Dynamips\images\c3640-jk9o3s-mz.123-14.T7.extracted.bin
> #
> # Specify 3640 IOS image on Linux here:
> # image = /ios/c3640-jk9o3s-mz.123-14.T7.extracted.bin
> #
> ram = 128
> disk0 = 0
> disk1 = 0
> # Choose an idlepc value from the below
> idlepc = 0x60530870
> # idlepc = 0x60530890
> # idlepc = 0x60530a58
> # idlepc = 0x60530abc
> # idlepc = 0x605310c4
> # idlepc = 0x605e92e8
> # idlepc = 0x605e9364
> # idlepc = 0x60531394
> # idlepc = 0x605313d0
> # idlepc = 0x605313ec
> mmap = true
> # ghostios = true
>
>
> ###########################
> #
> # Define router instances
> #
> ###########################
>
> [[Router R1]]
> model = 3640
> console = 2001
> autostart = false
> slot0 = NM-1FE-TX
> slot1 = NM-4T
> F0/0 = NIO_gen_eth:\Device\NPF_{C473506D-01DA-4CF0-9935-BC57D7309536}
> S1/0 = FRSW 1
> cnfg = C:\Program
> Files\Dynamips\sample_labs\DyntoReal\initial.configs\R1.initial.config.txt
>
> [[Router R2]]
> model = 3640
> console = 2002
> autostart = false
> slot0 = NM-1FE-TX
> slot1 = NM-4T
> F0/0 = NIO_gen_eth:\Device\NPF_{7254DD42-7BF0-4315-A624-07D01DDF9AD9}
> S1/0 = FRSW 2
> cnfg = C:\Program
> Files\Dynamips\sample_labs\DyntoReal\initial.configs\R2.initial.config.txt
>
> [[Router R3]]
> model = 3640
> console = 2003
> autostart = false
> 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 = NIO_gen_eth:\Device\NPF_{B33EF478-46BE-490C-BC3E-3890A51B1D1F}
> E0/1 = NIO_gen_eth:\Device\NPF_{619376A4-3F0A-4563-97F2-E4E811BDF656}
> cnfg = C:\Program
> Files\Dynamips\sample_labs\DyntoReal\initial.configs\R3.initial.config.txt
>
> [[Router R4]]
> model = 3640
> console = 2004
> autostart = false
> slot0 = NM-4E
> slot1 = NM-4T
> E0/0 = NIO_gen_eth:\Device\NPF_{510FEDBB-1D2B-4201-9359-85B36AC08DFE}
> E0/1 = NIO_gen_eth:\Device\NPF_{A6998F46-5D1A-40DD-951E-658C13CB81AE}
> S1/0 = FRSW 4
> S1/1 = R5 S1/1
> cnfg = C:\Program
> Files\Dynamips\sample_labs\DyntoReal\initial.configs\R4.initial.config.txt
>
> [[Router R5]]
> model = 3640
> console = 2005
> autostart = false
> slot0 = NM-4E
> slot1 = NM-4T
> E0/0 = NIO_gen_eth:\Device\NPF_{D056420B-13B5-4EC2-92B2-74F3CF39937F}
> E0/1 = NIO_gen_eth:\Device\NPF_{2C7AE7A5-210F-44AE-A3A5-3320D644DC5C}
> S1/0 = FRSW 5
> cnfg = C:\Program
> Files\Dynamips\sample_labs\DyntoReal\initial.configs\R5.initial.config.txt
>
> [[Router R6]]
> model = 3640
> console = 2006
> autostart = false
> slot0 = NM-4E
> slot1 = NM-4T
> E0/0 = NIO_gen_eth:\Device\NPF_{AF5EF23C-1032-4D6C-9C10-E4C9786EF8D7}
> E0/1 = NIO_gen_eth:\Device\NPF_{54025359-6F89-44F6-B664-EC1E9F2A9892}
> S1/0 = FRSW 6
> cnfg = C:\Program
> Files\Dynamips\sample_labs\DyntoReal\initial.configs\R6.initial.config.txt
>
>
> ##################################################
> #
> # Define global router parameters for instance 2
> #
> ##################################################
>
> [localhost:7201] # Talk to the 2nd dynamips process on port 7201
> udp = 11000 # Change the base udp port to 11000 (the default is 10000)
>
> workingdir = C:\Program Files\Dynamips\sample_labs\DyntoReal\working
>
> [[3640]]
> #
> # Specify 3640 IOS image on Windows here:
> image = C:\Program
> Files\Dynamips\images\c3640-jk9o3s-mz.123-14.T7.extracted.bin
> #
> # Specify 3640 IOS image on Linux here:
> # image = /ios/c3640-jk9o3s-mz.123-14.T7.extracted.bin
> #
> ram = 128
> disk0 = 0
> disk1 = 0
> # Choose an idlepc value from the below
> idlepc = 0x60530870
> # idlepc = 0x60530890
> # idlepc = 0x60530a58
> # idlepc = 0x60530abc
> # idlepc = 0x605310c4
> # idlepc = 0x605e92e8
> # idlepc = 0x605e9364
> # idlepc = 0x60531394
> # idlepc = 0x605313d0
> # idlepc = 0x605313ec
> mmap = true
> # ghostios = true
>
>
> ###########################
> #
> # Define router instances
> #
> ###########################
>
> [[Router BB1]]
> model = 3640
> console = 2011
> autostart = false
> slot1 = NM-4T
> S1/0 = BB3 S1/0
> S1/1 = FRSW 21
> cnfg = C:\Program
> Files\Dynamips\sample_labs\DyntoReal\initial.configs\BB1.initial.config.txt
>
> [[Router BB2]]
> model = 3640
> console = 2012
> autostart = false
> slot0 = NM-4E
> E0/0 = NIO_gen_eth:\Device\NPF_{7FB4B5AE-1E04-4B44-8590-2B40F1A9C735}
> cnfg = C:\Program
> Files\Dynamips\sample_labs\DyntoReal\initial.configs\BB2.initial.config.txt
>
> [[Router BB3]]
> model = 3640
> console = 2013
> autostart = false
> slot0 = NM-4E
> slot1 = NM-4T
> E0/0 = NIO_gen_eth:\Device\NPF_{7DF8F01B-3510-475D-B0A3-F704D26E3798}
> cnfg = C:\Program
> Files\Dynamips\sample_labs\DyntoReal\initial.configs\BB3.initial.config.txt
>
> [[Router TermServ]]
> model = 3640
> console = 2000
> autostart = false
> #
> # Specify your local host's loopback here from the network device list
> # Too add a loopback in windows:
> # http://support.microsoft.com/kb/839013
> #
> # E0/0 = NIO_gen_eth:\Device\NPF_{4065B11C-2A6C-4FD2-8204-A12A9A8328A4}
> cnfg = C:\Program
>
> Files\Dynamips\sample_labs\DyntoReal\initial.configs\RSTermServ.initial.config.txt
>
> [[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
>
>
> Blogs and organic groups at http://www.ccie.net
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html
Blogs and organic groups at http://www.ccie.net
Received on Sun May 10 2009 - 11:18:30 ART
This archive was generated by hypermail 2.2.0 : Mon Jun 01 2009 - 07:04:42 ART