RIP (Routing Information Protocol) is a dynamic routing protocol that can easily connect 2 different networks. The routing method is also fairly easy compared to other routing protocols, because only you need to enter the network and netmask of the network you want to route. Step by Step 1. Make a topology like the image below using 3 routers, 3 switches and 9 PCs. Connect the router with the router using a cross-straigh cable, for a router with a switch or switch with a PC using a straigh-through cable. 2. Then configure the router by entering the IP Address and DHCP Server. Router0 Router>en Router#conf t Router(config)#int gig0/0 Router(config-if)#ip add 11.11.11.1 255.255.255.0 Router(config-if)#no sh Router(config-if)#int gig0/1 Router(config-if)#ip add 192.168.1.1 255.255.255.0 Router(config-if)#no sh Router(config-if)#ip dhcp pool router0 Router(dhcp-config)#default-router 192.168.1.1 Router(dhcp-config)#network 192.1...