08-20-2024 01:54 PM
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.
Solved! Go to Solution.
08-20-2024 02:33 PM
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.
08-21-2024 11:52 AM
08-20-2024 02:15 PM
Hello @chabiul
Please follow this:
https://computernetworking747640215.wordpress.com/2018/07/05/rip-configuration-in-packet-tracer/
08-20-2024 02:33 PM
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.
08-21-2024 11:52 AM
Many thanks for your reply.
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