Dynamips With 3560 Switches

From: Anbu <ksanpu_at_gmail.com>
Date: Wed, 25 Aug 2010 23:55:21 +0530

Hi
   I have tried to connect the 3560 switches with Dynamips with the help of
some old mails in this group.But It is not working . So i need help to make
it success.

* The Connectivity is*

  Dynamips SVR -------------0/15 Breakout_SW 0/1---------------0/1 3560_SW
  Breakout_Sw 0/15 = Trunk Port
  Breakout_Sw 0/1 = Access Port (Vlan101) = Connected to the 3560 Switch.

*The issues i am facing is.*
    I can see the 3560 Switches as well as Dynamips Routers from breakout
switch by CDP.
    3560 switches also can see the breakout switch , but Dynamips Routers
cannot see even
    the Breakout switch by CDP.
    I have configured the Dynamips Routers with interface ip and
    created same vlan in the switch , i cannot ping that also from the
Dynamips Router.
   got the encapsulation failed message in the debug when pinging.

All the Vlans i have used in the .Net files are created in the breakout
switch.

*The .Net file i have used is:*

##################################################
#
# Define global router parameters for instance 1
#
##################################################

autostart=false
[localhost:7200]

workingdir = D:\DYN-V5\DYN3560\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 = C:\Program Files\Dynamips\images\c3640-ik9o3s-mz.124-13a.bin
 #
 ram = 128
 disk0 = 0
 disk1 = 0
 # Choose an idlepc value from the below
  idlepc = 0x60562348
 # 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
  autostart = false
  slot0 = NM-1FE-TX
  slot1 = NM-4T
  F0/0 = SW1 1
  S1/0 = FRSW 1
  cnfg = D:\DYN-V5\DYN3560\initial.configs\R1.initial.config.txt

 [[Router R2]]
  model = 3640
  autostart = false
  slot0 = NM-1FE-TX
  slot1 = NM-4T
  F0/0 = SW1 2
  S1/0 = FRSW 2
  cnfg = D:\DYN-V5\DYN3560\initial.configs\R2.initial.config.txt

 [[Router R3]]
  model = 3640
  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 = SW1 3
  E0/1 = SW1 9
  cnfg = D:\DYN-V5\DYN3560\initial.configs\R3.initial.config.txt

 [[Router R4]]
  model = 3640
  autostart = false
  slot0 = NM-4E
  slot1 = NM-4T
  E0/0 = SW1 4
  E0/1 = SW1 10
  S1/0 = FRSW 4
  S1/1 = R5 S1/1
  cnfg = D:\DYN-V5\DYN3560\initial.configs\R4.initial.config.txt

 [[Router R5]]
  model = 3640
  autostart = false
  slot0 = NM-4E
  slot1 = NM-4T
  E0/0 = SW1 5
  E0/1 = SW1 11
  S1/0 = FRSW 5
  cnfg = D:\DYN-V5\DYN3560\initial.configs\R5.initial.config.txt

 [[Router R6]]
  model = 3640
  autostart = false
  slot0 = NM-4E
  slot1 = NM-4T
  E0/0 = SW1 6
  E0/1 = SW1 12
  S1/0 = FRSW 6
  cnfg = D:\DYN-V5\DYN3560\initial.configs\R6.initial.config.txt

 [[ETHSW SW1]]
 1 = access 101
 2 = access 102
 3 = access 103
 4 = access 104
 5 = access 105
 6 = access 106
 #7 = access 201
 #8 = access 202
# 9 = access 203
# 10 = access 204
# 11 = access 205
# 12 = access 206
# 13 = access 224
# 14 = access 124
 15 = dot1q 1 NIO_gen_eth:\Device\NPF_{C8855A60-B7CC-4516-99F6-2630AB2E8DB8}

##################################################
#
# 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 = D:\DYN-V5\DYN3560/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 = C:\Program Files\Dynamips\images\c3640-ik9o3s-mz.124-13a.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 = 2008
  autostart = false
  slot1 = NM-4T
  S1/0 = BB3 S1/0
  S1/1 = FRSW 21
  cnfg = D:\DYN-V5\DYN3560\initial.configs\BB1.initial.config.txt

 [[Router BB2]]
  model = 3640
  console = 2009
  autostart = false
  slot0 = NM-4E
  E0/0 = SW1 13
  cnfg = D:\DYN-V5\DYN3560\initial.configs\BB2.initial.config.txt

 [[Router BB3]]
  model = 3640
  console = 2010
  autostart = false
  slot0 = NM-4E
  slot1 = NM-4T
  E0/0 = SW1 14
  cnfg = D:\DYN-V5\DYN3560\initial.configs\BB3.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

Can anyone help me to solve this.

Regards,
Anbu

Blogs and organic groups at http://www.ccie.net
Received on Wed Aug 25 2010 - 23:55:21 ART

This archive was generated by hypermail 2.2.0 : Wed Sep 01 2010 - 11:20:53 ART