cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1367
Views
10
Helpful
7
Replies

Can't get Rip routing (v1) to work

Weeby
Level 1
Level 1

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?

1 Accepted Solution

Accepted Solutions

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...

View solution in original post

7 Replies 7

Hello,

 

none of your switches has an IP address configured. From which switch to which router do you need to ping ?

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?

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...

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.

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...

Thank you so much! One last thing, what version of packet tracer are you using? Mine doesnt want to open that file.

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