LAB 10‐1 RIP lab - Dleifnesor/NET-150 GitHub Wiki

{697ED944-34C5-4623-A4E6-2BF00E444916} SETUP FOR RIP

(in CLI)

enable config terminal router rip version 2

then enter any network addresses that the routers are directly connected to

in this lab Router 1 was connected to 10.10.20.0 and 10.10.10.0 so the RIP routing for those would be 10.10.0.0

in the CLI it would be typed as [network 10.10.0.0]

router 2 was connected to 192.168.30.0 /24 and 10.10.20.0/24 so it would be [network 192.168.30.0] and [network 192.168.30.0]

router 3 was connected to 192.168.10.0/24 and 10.10.10.0/24, so I input [network 10.10.0.0] and [network 192.168.10.0]