Configuring RIP - jwells24/Tech-Journal GitHub Wiki

Configuring RIP Routing

  • Now, we want to configure RIP so our multiple routers can communicate between each other. On each router, use these commands to enable RIP routing. The first command enables RIP on a specific interface. The second command advertises a specific network on the router through RIP. You will need to use these commands on each router in your network, and ensure that you set an interface and advertising network for the router using these commands.

  • set protocols rip interface eth0

  • set protocols rip network 192.168.1.0/24