1. Open Packet Tracer. Drag two 1941 routers, two 2960 switches, a PC and a server onto the screen. Connect them with the appropriate cable and interfaces.

2. Given the network id 192.168.100.0, setup 3 subnetworks, find the subnet mask, network IDs, and usable IP ranges for the three subnets. Remember, you are looking for networks not hosts.

3. Assign the 1st IP address of the 1st subnet to the g0/0 interface of the 1st router.

4. Assign the 3rd IP address of the 1st subnet to the PC.

5. Assign the 2nd IP address of the 1st subnet to the switch VLAN interface.

6. Assign the 1st IP address of the 2nd subnet to the g0/1 interface of the 1st router.

7. Assign the 2nd IP address of the 2nd subnet to the g0/0 interface of the 2nd router.

8. Assign the 1st IP address of the 3rd subnet to the g0/1 interface of the 2nd router.

9. Assign the 3rd IP address of the 3rd subnet to the Server.

10. Assign the 2nd IP address of the 3rd subnet to the switch VLAN interface.

11. Assign the following IP addressing info. to the first router:
a. hostname: R1
b. enable secret password: R1Secret
c. VTY password: R1VTY
d. console password: R1Console
e. banner: "IST201 Final"
12. Copy the running configuration file of R1 to the startup configuration file.


13. Setup static routes on the two routers to enable full connectivity across the network.

14. Setup an SSH connection from the PC to R1.

15. Copy the running configuration file R1 to the tftp server. Call the file FinalRunConfg as it is received at the tftp server.