Configuring RIP v2 in Packet Tracer - MirandaE20-class/tech-journal GitHub Wiki

To configure RIP v2 in Packet Tracer on a router:

  • Open the CLI interface for the router.
  • Type the command enable and hit enter.
  • Type the command config and hit enter twice.
  • Type the command router RIP and hit enter.
  • Type the command version 2 and hit enter.
  • Type the command network -insert IP address connected to the router.
  • Repeat for all IP addresses connected to the router.
  • Type the command exit and hit enter.
  • Type the command show IP route and hit enter to view the routing table.
  • You can also view the IP addresses under the config window in the RIP tab.

No troubleshooting was necessary for this lab.