11-20-2019 11:16 AM - edited 11-20-2019 11:16 AM
I've tried everything i could, i set up masks, ips, and all network commands according to my lab properly, but in the simulation tab the ping fails when going from switch to router. I have no idea what i did wrong can someone help me?
Solved! Go to Solution.
11-20-2019 02:05 PM
Hello,
I looked at the file again and saw that the IP addresses of all routers were on the wrong interfaces. I changed those, and everything now works, even with RIPv1...
Attached is the revised file...
11-20-2019 11:42 AM
Hello,
none of your switches has an IP address configured. From which switch to which router do you need to ping ?
11-20-2019 11:49 AM
I should be able to ping from a PC to any other PC, what i meant is in the simulation tab the ping seems to stop when going from switch to a router. Do i need to set ip for its fa ports or anything like that?
11-20-2019 12:38 PM
Hello,
your PC has the wrong default gateway, it needs to be 10.0.255.254.
That said, RIPv1 doesn't really work well in Packet Tracer. Better use v2, or EIGRP, or OSPF...
11-20-2019 12:58 PM - edited 11-20-2019 01:00 PM
Yeah i know, i looked at some other threads and a lot of people say that. I changed every router to rip version 2,redid all the network commands, and changed the default gateway on PC4 doesnt seem like anything has changed.
EDIT: Also i need to make this work through RIP, i am doing a lab about it.
11-20-2019 02:05 PM
11-20-2019 04:18 PM
Thank you so much! One last thing, what version of packet tracer are you using? Mine doesnt want to open that file.
11-20-2019 11:55 PM
Hello,
I am running version 7.2.2 0418. Packet Tracer versions are downward compatible, so in order to open the file, you need to have either my version or a higher one. Higher versions can open loweer version, not vice versa, unfortunately.
Either way, make sure the IP addressing on your routers looks like below. Also, on PC4, change the default gateway to 10.0.255.254.
R1
interface FastEthernet0/0
ip address 10.0.255.254 255.255.0.0
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 200.0.0.2 255.255.255.252
duplex auto
speed auto
!
router rip
network 0.0.0.0
network 10.0.0.0
network 200.0.0.0
no auto-summary
R2
interface FastEthernet0/0
ip address 20.0.0.254 255.255.255.128
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 155.0.0.2 255.255.255.128
duplex auto
speed auto
!
router rip
network 0.0.0.0
network 20.0.0.0
network 155.0.0.0
no auto-summary
R3
interface FastEthernet0/0
ip address 192.168.30.254 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 50.0.0.2 255.255.255.252
duplex auto
speed auto
!
router rip
network 0.0.0.0
network 50.0.0.0
network 192.0.0.0
network 192.168.0.0
network 192.168.30.0
no auto-summary
R4
interface FastEthernet0/0
ip address 172.16.0.62 255.255.255.192
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 100.0.0.2 255.255.255.252
duplex auto
speed auto
!
router rip
network 0.0.0.0
network 10.0.0.0
network 100.0.0.0
network 172.0.0.0
network 172.16.0.0
network 200.0.0.0
no auto-summary
Center
interface FastEthernet0/0
ip address 200.0.0.1 255.255.255.252
duplex auto
speed auto
!
interface FastEthernet1/0
ip address 155.0.0.1 255.255.255.252
duplex auto
speed auto
!
interface FastEthernet2/0
ip address 100.0.0.1 255.255.255.252
duplex auto
speed auto
!
interface FastEthernet3/0
ip address 50.0.0.1 255.255.255.252
duplex auto
speed auto
!
router rip
network 0.0.0.0
network 50.0.0.0
network 100.0.0.0
network 155.0.0.0
network 200.0.0.0
no auto-summary
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide