NET 150 Lab 6‐2 ‐ Classful Subnetting - connor0329/repository-1 GitHub Wiki
In this lab I created a network consisting of 6 total pc's (2 of each connected to a switch), 3 switches (all connected to routers), and 3 routers. I used my knowledge of subnetting and configuring IP addresses to assign the correct IP, Gateway addresses, and subnet masks to each PC and router as well as used RIP to give the routers the IP address
Notes:
-Gateway address is the first usable IP address and is required in the router and PC
-Subnet mask for /27 is 255.255.255.224
-To connect router to router select the routers you want to connect, physical tab, drag and drop the NIM-2T port into one of the empty slots
-To connect router to router via a cord, select the Serial DCE cord, click on one of the routers, Serial/0/1/0, click the other router, Serial/0/1/0
-To get the connections working, click on one of the routers, Serial/0/1/0, enter the first available IP address (Ex: for 192.168.1.128 it would be, "192.168.1.129"), then click RIP, select the box next to add and enter the original IP address (Ex: for 192.168.1.128 it would be, "192.168.1.0"), then click add
- On the other router repeat the process but change the IP address by up one (Ex: "192.168.1.130", because the other router used 192.168.1.129)