Lab 10.1 - JuliaLightCNCS/Net-150 GitHub Wiki

In this lab we learned how to configure RIPv2 using commands. Overall, the concepts were pretty easy to wrap my head around. From "config" mode type:

router rip

This will now put you in "router config mode"

Then specify the version with

version 2

And then specify the networks directly connected to Router 2

network 192.168.30.0 and network 10.10.20.0 (or whatever IP addresses are on your router).

I did have trouble with router 1 and getting the RIP to connect. I looked at resources and talked to Joe. I restarted the lab just in case and it still wasn't working.