Re: Re: DMVPN with OSPF?

From: kmoorman@gmail.com
Date: Wed Jul 23 2008 - 07:45:47 ART


best thing i can tell you is try it out.. i have gotten it to work with ospf
but it required some "tweaking". here is a dynamips net file for a small top.

[[3640]]
        #
        # Specify 3640 IOS image on Windows here:
        image = C:\Program Files\Dynamips\images\C3640-JK.bin
         #
        ram = 128
        #disk0 = 0
        #disk1 = 0
        mmap = True
        ghostios = True
        #idlepc = 0x6050240c << this is the one i have been using
        idlepc = 0x604ec500
    
    ###########################
    #
    # Define router instances
    #
    ###########################
    
    [[Router R1]]
        model = 3640
        autostart = False
        slot0 = NM-1FE-TX
        slot1 = NM-16ESW
        F0/0 = SW1 F1/1
            
    [[Router R2]]
        model = 3640
        autostart = False
        slot0 = NM-1FE-TX
        slot1 = NM-16ESW
        F0/0 = SW1 F1/2
           
    [[Router R3]]
        model = 3640
        autostart = False
        slot0 = NM-4E
        slot1 = NM-16ESW
        E0/0 = SW1 F1/3
        
##################################################
#
# Define global router parameters for instance 2
#
##################################################

[localhost:7201]
    udp = 11000
    
       [[3640]]
        # Specify 3640 IOS image on Windows here:
        image = C:\Program Files\Dynamips\images\C3640-JK.bin
        #
        #
        ram = 128
        #disk0 = 0
         mmap = True
        ghostios = True
        #idlepc = 0x6050240c << this is the one i have been using
        idlepc = 0x604ec500
    
    ###########################
    #
    # Define router instances
    #
    ###########################
    
    [[Router R4]]
        model = 3640
        autostart = False
        slot0 = NM-4E
        slot1 = NM-16ESW
        E0/0 = SW1 F1/4
            
    [[Router R5]]
        model = 3640
        autostart = False
        slot0 = NM-4E
        slot1 = NM-16ESW
        E0/0 = SW1 F1/5
          
    [[Router SW1]]
        model = 3640
        autostart = False
        slot1 = NM-16ESW



This archive was generated by hypermail 2.1.4 : Mon Aug 04 2008 - 06:11:56 ART