Lab 10: Packet Tracer RIP Lab - CSchulz0618/Network-Fundamentals GitHub Wiki
In this lab, we learned about RIP and how to set them up on packet tracer.
How do you enable RIPv2 on a router?
- Go into config mode on your router by typing "enable"
What networks should a RIP-enabled router advertise?
- It should advertise all of the networks it is connected to.
What command do you use to advertise a network?
- Go into config mode and type "router rip", then type "version 2", and then "network "
How do you view the PDU details of a packet in Simulation Mode?
- Once you are in simulation mode click on the RIP packet and then go to Inbound PDU Details
How do you view the routes in a router's routing table?
- In CLI in the mode with "#" type "show ip route"