Lab 9 2 Packet Tracer RIP Lab - devinziegler/Devin-Tech-Journal GitHub Wiki
Assignment: Lab 9 - 2 Packet Tracer - Rip Lab
Overview:
- Use packet tracer to enable RIP routing and test connectivity between networks. During the lab, I did not face any significant troubleshooting issues. However, I had to be careful while specifying the networks in the configuration statements to ensure that I entered the correct IP addresses.
Enabling RIP On A Router:
router rip
This command enters configuration mode for the Routing Information Protocol (RIP) on a router.
version 2
This command enables RIP version 2.
network <network IP directly connected>
This command adds the network directly connected to the router to the routing table.
network <network IP of router>
This command adds the network IP of the router to the routing table.
Troubleshooting Tips:
- Make sure to use the correct network IPs in the routing table, as any other networks will not allow the router to properly route data.