Lab 10 1 Packet Tracer RIP Lab - jude-lindale/Wiki GitHub Wiki
Summary
For this lab we were tasked with configuring a RIP route in packet tracer with the given network that had been setup.
Tech Journal Questipons
How do you enable RIPv2 on a router?
- to enabel RIPv2 you first need to go to the router's CTI and make sure it is enabled and in config mode. from there you simply type "router rip" and following that type "version 2".
What networks should a RIP-enabled router advertise?
- it should advertise the routers the default network
What command do you use to advertise a network?
- the command to advertise a network is "network #.#.#.# (the default address)" and then "network #.#.#.# (the address to send the packets to)"
How do you view the PDU details of a packet in Simulation Mode?
- to view the PDU details of a packet in simulation mode you simple pick the packet that you want to look at and open it up, then at the top of the packet there is a tab that you can click called "Inbound PDU Details"