cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
117
Views
2
Helpful
3
Replies

RIP is not working in Cisco packet tracer

chabiul
Level 1
Level 1

I have configured the RIP routing into my cisco packet tracer. But it is not working. I have uploaded the Cisco packet tracer file for your kind support.

1 Accepted Solution

Accepted Solutions

@chabiul 

 RIP is only one of your problem. But, besides configuration, you also have design problem. The switch you added is a layer2 device and it does not support "ip routing". If you want to add IP address on the switch, change to another model.

The DHCP scope you created on the swtich 2 is delivering wrong default gateway.

!

ip dhcp pool 30

network 192.168.30.0 255.255.255.0

default-router 192.168.30.0

dns-server 8.8.8.8

!

!

 

The interface between switches and Routers must not be a trunk. They need to be access as the Router interface is layer3 interfaces.

 

On router 2, you need to advertise the network 192.168.30.0 on RIP

you also need to advertise the network  192.168.200.0 on Router 1

And the network 192.168.100.0 on router 0

You dont need to advertise remote networks on RIP.

 

You can start with those errors.

 

View solution in original post

3 Replies 3

M02@rt37
VIP
VIP

Hello @chabiul 

Please follow this:

https://computernetworking747640215.wordpress.com/2018/07/05/rip-configuration-in-packet-tracer/

Best regards
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.

@chabiul 

 RIP is only one of your problem. But, besides configuration, you also have design problem. The switch you added is a layer2 device and it does not support "ip routing". If you want to add IP address on the switch, change to another model.

The DHCP scope you created on the swtich 2 is delivering wrong default gateway.

!

ip dhcp pool 30

network 192.168.30.0 255.255.255.0

default-router 192.168.30.0

dns-server 8.8.8.8

!

!

 

The interface between switches and Routers must not be a trunk. They need to be access as the Router interface is layer3 interfaces.

 

On router 2, you need to advertise the network 192.168.30.0 on RIP

you also need to advertise the network  192.168.200.0 on Router 1

And the network 192.168.100.0 on router 0

You dont need to advertise remote networks on RIP.

 

You can start with those errors.

 

chabiul
Level 1
Level 1

Many thanks for your reply. 

 

Review Cisco Networking for a $25 gift card