Question: Give students hand - on experience with IP address allocation. Configure dynamic routing protocol using RIP In order to complete this Lab you have to

Give students hand-on experience with IP address allocation.
Configure dynamic routing protocol using RIP
In order to complete this Lab you have to create account with the Cisco Network Academy if you use Cisco Packet Tracer Student in order to allow you to use the full features of the packet tracer. This include the saving of your work more than three times. In addition, this account is also required in the process of developing your packet tracer file for your Network simulation assignment. Without this account you cannot save your file more than three times.
In this lab, you have to create a computer network consist of three routers and three switches and some PCs as shown in Figure 2:
Task-1: Create account (if you didn't already create one) with the Cisco Network Academy
Follow the steps provided at the word document file provided under Week-2: "Create Account- Packet Tracer Student"
Task-2: Select the required network devices as shown below:
Task-3: Add module to the routers
Add two modules to the routes (Router-0, Router -1 and Router-2):
"HWIC-2T" that provides 2 port serial high speed WAN
"HWIC-4ESW" that provides four switching ports
Task-2:Create the network as shown in the following diagram:
Task-3: Add module to the routers
28
Router-2):
"HWIC-2T" that provides 2 port serial high speed WAN
* "HWIC-4ESW" that provides four switching ports
Task-2:Create the network as shown in the following diagram:
Addressing Table:
Device IP Address Subnet Mask Default Gateway
\table[[R0,172.16.0.1255.255.0.0,N/A],[172.19.0.1255.255.0.0,N/A],[R1,172.17.0.1255.255.0.0,N/A],[172.19.0.1255.255.0.0,N/A],[172.20.0.2255.255.0.0,N/A],[R2,172.18.0.1255.255.0.0,N/A],[172.20.0.1255.255.0.0,N/A],[PC0,172.16.0.2255.255.0.0,172.16.0.1],[PC1,172.17.0.2255.255.0.0,172.17.0.1],[PC2,172.18.0.2255.255.0.0,172.18.0.1]]
Router type: Cisco router: 1841
Switch type: 2950-24
Task-3: Display the port labels on your diagram, as follows:
From the main menu, select "Options" then "Preferences" and then select "Always Show Port Labels" shown in the following figure:3:43
5G
28
Task 4: Perform Basic Configuration of Router R0
Click on Router-0, then select CLI tab and then press "Enter" and write "No" for the question:
"Would you like to enter the initial config [yes/no]:"
and press "Enter"
Then, complete, the following steps:
Step 1: Enter privileged EXEC mode.
Router>enable
Router#
Step 2: Enter global configuration modc.
Router#configure terminal
Enter configuration commands, one per line.
Router(config)#
Step 3: Configure the router name as R0.
Router(config)#hostname R0
R0(config)#
Note: You can write some charterers of the commands in CLI and press "Tab" key from the keyboard to complete the command for you.
Use the same steps (Step-1,2 and 3) to configure the name for router 2 and router 3 to be R2 and R3, respectively.
Task 5: Configure the IP addresses:
Step 1: click on Router 0.
Step 2: Configure the FastEthernet 0
Configure the Fa0/0 interface with the IP address I/2.16.0.1/16.
R0(config)#interface fa 00
R0(config-if)#ip address 172.16.0.1255.255.0.0
R0(config-if)#no shutdown
Step 3: Configure the Se0/1/0 interface for router R0. Configure the Serial0/1/0 interface with the IP address 172.19.0.1/16.
R0(config-if)#interface serial 0/1/0
R0(config-if)#ip address 172.19.0.1255.255.0.0
R0(config-if)#clock rate 64000
, if it is DCE
R0(config-ifR 0(config-if)#interface serial 01?0
R0(config-if)#clock rate 64000
R0(config-if)#no shutdown
Note: The interface will be activated until the serial interface on R1 is configured and activated
Step 4: Configure the Se0/1/0 interface for router R1. Configure the Serial0/1/0 interface with the IP address 192.168.2.2/24.
R2(config-if)#interface serial 0/1/0
R2(config-if)#ip address 172.19.0.2255.255.0.0
R 2(config-if)#clock rate 64000, if it is DCE
R2(config-if)#no shutdown
R2(config-if)#
In the same way compete the following steps:
Step 5: Configure the Se0/1/1 interface for router R1 with the IP address 172.20.0.2 and mask 255.255.0.0
R1(config-if)#interface serial 0/1/1
R1(config-if)#ip address 172.20.0.2255.255.0.0
R1(config-if)#clock rate 64000, if it is
DCE
R1(config-if)#no shutdown
Step 6: Configure the FastEthernet0/0 interface for R1 with the IP address 172.17.0.1 and mask 255.255.0.0
R2(config)#interface fa 00
R2(config-if)#ip address 172.17.0.1255.255.0.0
R2(config-if)#no shutdown
Step 7: Configure the Se01?0 interface for router R2 with the IP address 172.20.0.1 and mask 255.255.0.0
R3(config-if)#interface serial 0/1/0
R3(config-if)#ip address 172.20.0.1255.255.0.0
R3(config-if)#clock rate 64000, if it is
DCE
R3(config-if)#no shutdown
R3(config-if)#
Step 8: Configure the Fastether
Give students hand - on experience with IP

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!