Confoguring routers using GNS3 1710 images

tom23tom23 Registered Users Posts: 5 ■□□□□□□□□□
I am using GNS3 to configure two routers using 1710 images I downloaded. Since the 1710s have no serial ports my question being is it possible? Let me know if you need more info.

Thanks

Tom

Comments

  • networker050184networker050184 Mod Posts: 11,962 Mod
    You can use the FastEthernet interfaces.
    An expert is a man who has made all the mistakes which can be made.
  • tom23tom23 Registered Users Posts: 5 ■□□□□□□□□□
    Ok i am trying tp make this work but am stuck. I want to connect two 1710 routers using their FastEthernet ports on GNS3. I brought up each router, assigned them an ip address and added manual ip routes for each. The configs are below:


    R1 ip address:10.1.1.1 255.255.255.0

    R2 ip address: 192.168.1.1 255.255.255.0

    R1 ip route 192.168.1.0 255.255.255.0 f0

    R2 ip route 10.1.1.0 255.255.255.0 f0

    Am I miising something or do I need to provide more info? I thought this would be sufficient.

    Thanks,

    Tom
  • tom23tom23 Registered Users Posts: 5 ■□□□□□□□□□
    Ok I am trying to make this work using static routes between two 1710 routers using GNS3. I have brought both routers up, assigned each router an ip address and added static routes to each. Am I missing something? The configs are listed below.

    R1 ip address 10.1.1.1 255.255.255.0
    R2 ip address 192.168.1.1 255.255.255.0

    R1 ip route 192.168.1.0 255.255.255.0 f0
    R2 ip route 10.1.1.0 255.255.255.0 f0

    Thanks,

    Tom
  • tom23tom23 Registered Users Posts: 5 ■□□□□□□□□□
    Ok I am trying to make this work using static routes between two 1710 routers using GNS3. I have brought both routers up, assigned each router an ip address and added static routes to each. Am I missing something? The configs are listed below.

    R1 ip address 10.1.1.1 255.255.255.0
    R2 ip address 192.168.1.1 255.255.255.0

    R1 ip route 192.168.1.0 255.255.255.0 f0
    R2 ip route 10.1.1.0 255.255.255.0 f0

    Thanks,

    Tom
  • tom23tom23 Registered Users Posts: 5 ■□□□□□□□□□
    OK never mind I figured it out.
Sign In or Register to comment.