Dynamips lab, 2600 series, any one?

NetworkGodNetworkGod Member Posts: 236 ■■■□□□□□□□
Has any one tried to setup a lab with 2600 series images?
Any sample .net's available ?
What one man can do another can do.

(\__/)This is Bunny. Copy and paste bunny into
(='.'=)your signature to help him gain world
(")_(")domination.

- CCNA - CCDA - BCMSN - BSCI -
- 70-270 -

Comments

  • GrymGrym Member Posts: 31 ■■□□□□□□□□
    You should just be able to change the type to 2691 and provide a 2691 image,

    I'll try it tomorrow though, just to see how it works, I will be using the below .net file. This file just has the base NM cards, if you have an IOS above 12.2(11)T it will also support the NM-16ESW card too....I will also post the updated config if no one else has...

    ##################################################
    #
    # Define global router parameters for instance 1
    #
    ##################################################
    
    autostart = False
    [localhost:7200]
        
        workingdir = C:\Documents and Settings\Grym\Desktop\CCNP\Working
        
        [[3620]]
            #
            # Specify 3620 IOS image on Windows here:
            image = C:\Program Files\Dynamips\images\C3620-J1.bin
            #
            # Specify 3640 IOS image on Linux here:
            # image = /ios/c3640-jk9o3s-mz.123-14.T7.extracted.bin
            #
            ram = 64
            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
            idlepc = 0x603562d4
        # ghostios = true
        
        [[ROUTER P1R1]]
            model = 3620
            console = 2001
            slot0 = NM-4T
            slot1 = NM-4E
            e1/0 = P1R3 e1/0
            s0/0 = FrSw 1
            s0/1 = P1R2 s0/1
            configuration = 
        
        [[ROUTER P1R2]]
            model = 3620
            console = 2002
            slot0 = NM-4T
            slot1 = NM-4E
            s0/0 = FrSw 2
            e1/0 = P1R4 e1/0
            configuration = 
        
        [[ROUTER P1R3]]
            model = 3620
            console = 2003
            slot0 = NM-4T
            slot1 = NM-4E
            s0/0 = P1R4 S0/0
        
        [[ROUTER P1R4]]
            model = 3620
            console = 2004
            slot0 = NM-4T
            slot1 = NM-4E
        
        [[ROUTER P2R1]]
            model = 3620
            console = 2005
            slot0 = NM-4T
            slot1 = NM-4E
            e1/0 = P2R3 e1/0
            s0/0 = FrSw 3
            s0/1 = P2R2 s0/1
            configuration = 
        
        [[ROUTER P2R2]]
            model = 3620
            console = 2006
            slot0 = NM-4T
            slot1 = NM-4E
            s0/0 = FrSw 4
            e1/0 = P2R4 e1/0
    
    ##################################################
    #
    # 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:\Documents and Settings\Grym\Desktop\CCNP\Working
        
        [[3620]]
            #
            # Specify 3640 IOS image on Windows here:
            image = C:\Program Files\Dynamips\images\C3620-J1.bin
            #
            # Specify 3640 IOS image on Linux here:
            # image = /ios/c3640-jk9o3s-mz.123-14.T7.extracted.bin
            #
            ram = 64
            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 P2R3]]
            model = 3620
            console = 2007
            slot0 = NM-4T
            slot1 = NM-4E
            s0/0 = P2R4 S0/0
        
        [[ROUTER P2R4]]
            model = 3620
            console = 2008
            slot0 = NM-4T
            slot1 = NM-4E
        
        [[ROUTER BBR1]]
            model = 3620
            console = 2009
            slot0 = NM-4T
            slot1 = NM-4E
            s0/0 = FrSw 5
            e1/0 = BBR2 e1/0
        
        [[ROUTER BBR2]]
            model = 3620
            console = 2010
            slot0 = NM-4T
            slot1 = NM-4E
            s0/0 = FrSw 6
        
        [[FRSW FrSw]]
            1:102 = 2:201
            1:103 = 3:301
            1:104 = 4:401
            1:105 = 5:501
            1:106 = 6:601
            2:203 = 3:302
            2:204 = 4:402
            2:205 = 5:502
            2:206 = 6:602
            3:304 = 4:403
            3:305 = 5:503
            3:306 = 6:603
            4:405 = 5:504
            4:406 = 6:604
            5:506 = 6:605
    
  • NetworkGodNetworkGod Member Posts: 236 ■■■□□□□□□□
    that is a sweet setup i will try that!
    What one man can do another can do.

    (\__/)This is Bunny. Copy and paste bunny into
    (='.'=)your signature to help him gain world
    (")_(")domination.

    - CCNA - CCDA - BCMSN - BSCI -
    - 70-270 -
  • GrymGrym Member Posts: 31 ■■□□□□□□□□
    Alright here is the updated .net file for the 2691, it was kind of a pain to setup, I worked through all of the errors in starting up the .net file which would be physical interface connections, so with the file below you would have two pods running in two instances.

    Note the 2691 already has 2 FE ports on the chassis, so you have to move any NM cards to slot1. Also had to change the ram size to 96, change the tag to 2691, change the image(used adventerprisek9-mz.123-17a without issue), fought with the idlepc command, moved the 2691's to fe ports of 0/0, 0/1 and corrected the serial ports...

    I left the second instance as 3620's

    To setup multiple instances(helps keep the memory requirements down per instance), in the Dynamips directory find the dynamips-start.cmd file, open it and add another line similar to:
    start /belownormal /min "Dynamips" "dynamips.exe" -H 7201
    

    That would start the second instance noted in the .net file and allow you to start the 3620's...
    ##################################################
    #
    # Define global router parameters for instance 1
    #
    ##################################################
    
    autostart = False
    [localhost:7200]
        
        workingdir = C:\Documents and Settings\mlliter\Desktop\CCNP\Working
        
        [[2691]
            #
            # Specify 2691 IOS image on Windows here:
            image = C:\Program Files\Dynamips\images\C2691-AD.BIN
            #
            # Specify 3640 IOS image on Linux here:
            # image = /ios/c3640-jk9o3s-mz.123-14.T7.extracted.bin
            #
            ram = 96
            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
            idlepc = 0x607e5fe0
        
        # ghostios = true
        
        [[ROUTER P1R1]]
            model = 2691
            console = 2001
            slot1 = NM-4T
            f0/0 = P1R3 f0/0
            s1/0 = FrSw 1
            s1/1 = P1R2 s1/1
                
        [[ROUTER P1R2]]
            model = 2691
            console = 2002
            slot1 = NM-4T
            s1/0 = FrSw 2
            f0/0 = P1R4 f0/0
        
        [[ROUTER P1R3]]
            model = 2691
            console = 2003
            slot1 = NM-4T
            s1/0 = P1R4 S1/0
        
        [[ROUTER P1R4]]
            model = 2691
            console = 2004
            slot1 = NM-4T
        
        [[ROUTER P2R1]]
            model = 2691
            console = 2005
            slot1 = NM-4T
            f0/0 = P2R3 e1/0
            s1/0 = FrSw 3
            s1/1 = P2R2 s1/1
        
        [[ROUTER P2R2]]
            model = 2691
            console = 2006
            slot1 = NM-4T
            s1/0 = FrSw 4
            F0/0 = P2R4 e1/0
    
    ##################################################
    #
    # 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:\Documents and Settings\mlliter\Desktop\CCNP\Working
        
        [[3620]]
            #
            # Specify 3620 IOS image on Windows here:
            image = C:\Program Files\Dynamips\images\C3620-J1.bin
            #
            # Specify 3640 IOS image on Linux here:
            # image = /ios/c3640-jk9o3s-mz.123-14.T7.extracted.bin
            #
            ram = 64
            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
            idlepc = 0x604360dc
        # ghostios = true
        
        
        ###########################
        #
        # Define router instances
        #
        ###########################
        
        
        [[ROUTER P2R3]]
            model = 3620
            console = 2007
            slot0 = NM-4T
            slot1 = NM-4E
            s0/0 = P2R4 S0/0
                
        [[ROUTER P2R4]]
            model = 3620
            console = 2008
            slot0 = NM-4T
            slot1 = NM-4E
        
        [[ROUTER BBR1]]
            model = 3620
            console = 2009
            slot0 = NM-4T
            slot1 = NM-4E
            s0/0 = FrSw 5
            e1/0 = BBR2 e1/0
        
        [[ROUTER BBR2]]
            model = 3620
            console = 2010
            slot0 = NM-4T
            slot1 = NM-4E
            s0/0 = FrSw 6
        
        [[FRSW FrSw]]
            1:102 = 2:201
            1:103 = 3:301
            1:104 = 4:401
            1:105 = 5:501
            1:106 = 6:601
            2:203 = 3:302
            2:204 = 4:402
            2:205 = 5:502
            2:206 = 6:602
            3:304 = 4:403
            3:305 = 5:503
            3:306 = 6:603
            4:405 = 5:504
            4:406 = 6:604
            5:506 = 6:605
    
Sign In or Register to comment.