Week 2 Guided Practice 1 - VLSM subnetting OL

docx

School

ECPI University, Manassas *

*We aren’t endorsed by this school

Course

202L

Subject

Computer Science

Date

Jan 9, 2024

Type

docx

Pages

27

Uploaded by sidorelakollcaku

Report
Introduction to Routing and Switching Lab Week 2 Guided Practice 1 – VLSM Subnetting (OL) In this guided practice you will be setting up and programming three routers and three switches using Packet Tracer. In Packet Tracer you will need to switch to the physical tab (at the top left of the screen) and then drill down to Home city, corporate office, and main wiring closet. You will be programming the following network in the physical tab of Packet Tracer. Scroll down until you see the rack on the left and the table on the right. Go to the routers and click and drag three 4321 router onto the rack. Then click on the switches and drag three 2960 switches onto your rack and place them as show below.
Now turn off your routers and place a NIM-2T and a NIM-Cover into the left and right slots on the router. Turn the router back on. Do the same thing for each router. Next drag four PCs over to your table. There will be a yellow block that appear when your PC is in the proper place. Put two on top of the table on one under the table. You will also place two servers into the rack below the routers and switches. Your finished setup should look like the screen below. You are now ready to continue to Task 1.
Task 1 – Wiring your network Your network should have three routers, three switches, two servers and four PCs which we are going to wire together into a network. We will also connect the first PC into the console ports of the routers and switches and program a hostname onto each. First, we will wire the routers together using serial (HSSI) cables. This allows your routers to send packets between each network and will allow the local area networks to connect together in a wide area network. Using serial DCE cable from the connections list plug the DCE side of the cable into the left side of the serial card on the router. Go to the second router and plug the other side of the cable to the right side of that serial card.
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
Do the same thing from router two to router three. Finally, plug from the left side of router 3 back to the right side of router 1.
This will give you a loop through each of your routers and will allow the network to keep working even if one of your serial circuits fails. Next, we will connect a straight through Ethernet cable from the second router’s port G0/0/0 to the top switch. The routers have three ports in the middle of the system which are labeled G0/0/0 and G0/0/1. These are the two programmable gigabit Ethernet ports which you will be using to build your LAN network. The third port, on the right, is for fiber optics and requires a plug-in module to work. Plug your Ethernet cable into the bottom port labeled G0/0/0. On your switch there are 24 Ethernet ports and two Gigabit Ethernet ports on the right-hand side. We’re going to plug the other end of our Ethernet cable into the first Gigabit port on the right side. Next you are going to wire from the third router into the second switch and then from the second to the third switch. When you are complete it should look like the diagram below.
Wire up each of your PCs into the switches as shown in the table below. System Switch Port Server1 Sw1 F0/1 Server2 Sw1 F0/12 PC1 Sw2 F0/1 PC2 Sw2 F0/12 PC3 Sw3 F0/1 PC4 Sw3 F0/12 Now run a straight through Ethernet cable from your R1 port G0/0/0 to the “CSU-DSU” at the top of the Internet rack. You will need to scroll all the way to the right to get to the Internet’s rack in the physical network. You will notice this connection goes “out of the building” in your network. Now you are going to wire from your console port on your router to the serial port (RS232) port on your PC. Locate the serial port on your PC. Plug the cable that looks like the one on the right into the serial port.
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
Next you will connect the Ethernet side of the console cable to the console port on your R1 router or switch that you are programming. Finally, you will pull a wireless router WRT300N and place it on the top of the first PC as shown below Wire your wireless router to the G0/0/1 port on the top router by connecting from the Internet port on the wireless router to the G0/0/1 port on R1.
Drag a smartphone onto the top of PC2 Your network should now be wired and ready to be programmed. Deliverables for Task 1 Screenshot of your wired network in the physical tab.
Task 2 – Setting up your network We are going to use the console cable you connected from your router to the PC to program the router. First, we need to connect to the router. Open the PC, go to Desktop, and click on terminal. Click on the OK button. You should now see information coming to you from the router. If you see the following screen, it means your router has not yet been programmed. Simply type no and press the enter key.
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
The router will now drop you out to a user mode command prompt which is indicated by a > after the name of the router. If there is no programming on your system, it will show up as Router> otherwise it will show up with the name of the router and a > character. Type the command enable at the prompt to drop into privileged mode so you can program the router. This mode is indicated by a # symbol after the router name. You are now going to program the router names so they will reflect your student number and R1 through R3. From your command prompt type configure terminal which will drop you into configuration mode. Now change the name of your router by typing hostname <studentID>-R1 which will change the name on your system. Type the command exit to switch back out of configuration mode back to privileged mode. Type an enter key to bring up the privileged mode prompt. Do the same for the other two routers with the names <studentID>-R2 and <studentID>-R3 . Notice that now your system name has been changed to the new router name you typed in.
Do the same for each of your other routers and switches by moving the console cable, reopening the terminal window and changing the name of the routers and switches. Or you can wire a console cable from each of your PCs into a different router or switch (this can get confusing though so be careful). Finally, we’re going to turn on the G0/0/0, G0/0/1, S0/1/0, and S0/1/1 ports, so we get green lights from the routers and switches. Open your terminals and type the following commands on each router. You will see the light on the router will turn green and the light on the switch will turn orange. After a few minutes the light will turn green on the switch signifying the router is now talking to the switch successfully. Change to your switch console port (it is on the back of the switch) and open your terminal, the same way you did for the router. You will need to right click on the switch and select inspect rear and connect the cable to the rear console port.
Go into your terminal and type configure terminal again Go into your PC and open a terminal which is now connected to your switch. Press the enter key to “wake up” your switch. You should now see the command prompt. Type enable just the way you did on your router and it should switch to privileged mode on your switch. You are now going to program the switch name so it will reflect your student number and Sw1. From your command prompt type configure terminal which will drop you into configuration mode. Configure each of the other switches with their hostname. Your network is now wired and ready to be programmed to communicate. Deliverables for Task 2 • Screenshots of routers with new hostnames and interfaces that are started.
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
• Screenshots of switches with their new host names.
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
Task 3 – Programming your network You will now be setting up your network to talk locally on the LAN and over the Internet using the connection to the CSU-DSU you connected in the last task. Below is the table for all LAN network connections. Any time you see a ___ replace it on the table with your student number. System Port Connect To IP address Subnet Mask Clock Rate Users <studentID>-R1 G0/0/0 CSU-DSU 11.0.0.83 255.255.255.0 G0/0/1 AP 192.168.83.241 255.255.255.252 1 S0/1/0 R2 172.16.83.1 255.255.255.252 50000 0 S0/1/1 R3 172.16.83.10 255.255.255.252 <studentID>-R2 G0/0/0.10 Sw1 192.168.83.225 255.255.255.248 5 G0/0/0.20 Sw1 192.168.83.233 255.255.255.248 5 S0/1/0 R3 172.16.83.5 255.255.255.252 50000 0
S0/1/1 R1 172.16.83.2 255.255.255.252 <studentID>-R3 G0/0/0.10 Sw2 192.168.83.1 255.255.255.128 100 G0/0/0.20 Sw2 192.168.83.129 255.255.255.192 50 G0/0/0.30 Sw2 192.168.83.193 255.255.255.240 10 G0/0/0.40 Sw2 192.168.83.209 255.255.255.240 10 S0/1/0 R1 172.16.83.9 255.255.255.252 50000 0 S0/1/1 R2 172.16.83.6 255.255.255.252 This is a simple table that shows the networks in order from largest to smallest. This is how we do VLSM on a network. Networks User s Networ k Sub Mask 192.168.83 0 100 128 128 192.168.83.12 8 50 64 192 192.168.83.19 2 10 16 240 192.168.83.20 8 10 16 240 192.168.83.22 4 5 8 248 192.168.83.23 2 5 8 248 192.168.83.24 0 1 4 252 Program each of the interfaces on the routers as shown above. R1 R2
Notice the encapsulation command is missing for g0/0/0.20. If you noticed, good catch! You will need to type encapsulation dot1q 20 after interface g0/0/0.20. R3 Now you will program switches to have VLANs so it can communicate with routers. Switches 1 and 2 will be programmed the same while switch 3 will have VLANs 30 and 40. Program the VLANs into each switch with the following commands.
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
Sw1 & Sw2id Sw3 You will also need to go back to Switch 2 and add the new VLANs 30 and 40 so it can pass along packets to Sw3
Now program DHCP pools into router 3 so your PCs and pull an IP address from the router. Type the following into the R3 router. Go into each of your PCs and switch them from static to DHCP in the IP configuration tab of your desktop. Finally, you need to program your servers for the networks on router 2. Go into your IP configuration and program the servers.
Ping from PC1 to the Server1 and take a screenshot of your ping. Was it successful? Why or why not. Deliverables for Task 3 Screenshot of your ping from PC1 to the Server1. Answer question about ping from PC1 to the Server1. Was it successful? Why or why not. I tried pinging both servers and it does show that the destination host is unreachable,
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
"destination host unreachable" message typically indicates that there is an issue reaching the intended destination on a network. Task 4 – Add wireless router to R1 First you will need to add a dhcp pool to your R1 router so the wireless router can pull an IP address. Type the following command into the R1 router ip dhcp pool mypool network 192.168.___.240 255.255.255.252 default-router 192.168.___.241 dns-server 11.1.1.10 Now you will access your wireless router from your smartphone. Go to your smartphone and verify that your smartphone has an IP address from your wireless router. Open a web browser on the smartphone and type in the ip address of your wireless router’s gateway. It will open an authorization box on your PC. Enter the username and password of admin/admin. In the router’s GUI select Status on the far-right side. You will notice you don’t currently have an IP address on the wireless router. Click on the button IP address renew and it should populate.
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
Deliverables for Task 4 Screenshot of your smartphone accessing the wireless router using a web browser. Task 5 – RIP Routing In order for routing to work we must put a dynamic routing protocol onto each router. This tells the router what to do with each packet that is not in the routing table. First let’s go into router 1 and pull the routing table using the command show ip route .
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
This will show you the networks that have been programmed in locally to your system. In order to add dynamic routing to the network we’re going to use the commands. R1 router rip version 2 network 192.168.83. 0 network 172.16.0.0 network 11.0.0.0 On R2 and R3 Router rip version 2 network 192.168.83.0
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
network 172.16.0.0 After you have completed these commands attempt to ping from PC1 to the Server1 again. Take a screenshot. You should now be able to ping the internet from any of your PCs by typing ping 11.1.1.10 Take a screenshot of your successful ping. Go to your R1 router and pull a routing table by typing show ip route . Take a screenshot. Deliverables for Task 5 Screenshot of your ping from PC1 to the Internet (11.1.1.10).
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
Screenshot of your show ip route on the R1 router.
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help