W4 Assignment
W4 Assignment
Kritartha Dhakal
Westcliff University
Ans: To config the hostnames of router and switches, we simply go into the global configuration
mode of each of the devices and enter the command hostname [hostname].
Ans: To configure the IP address of the router, we go into its interface (here G0/0) and assign it
the appropriate IP address. We use the command int [interface-name] to go into the selected
interface and then use ip address [ip_address] [subnet_mask]. We also have to issue no
Now for the PCs, we go into Desktop > IP Configuration and enter the IP address, subnet
mask, and the gateway. We repeat the same for all the PCs.
3. Manually configure the speed and duplex on interfaces connected to other networking devices
Ans: For the configuration of the speed and duplex on the router and the switches, the
Figure 1.6 & 1.7: Speed and Duplex Configuration on the Switches
5
Ans: To add description to the devices, we simply use the command description [description].
Ans: In routers, all interfaces are disabled by default. We use the no shutdown command to
change its state. In switches, however, that is not the case. So, we need to use the command
We can find which interfaces are in use and which are not by using the command do
show interface status. From the list, we disable the ones we do not need.
Ans: To save the configurations, there are three different methods shown.
Final Result:
Question: Find and fix the mistakes in the network to get it to working again.
10
The first step in troubleshooting this problem is to check the interface configuration for all the
routers starting with R1. In the router’s global configuration mode, we use the command do
show ip interface brief to see the IP addresses of the interfaces used. We find that the IP
addresses are assigned appropriately, and we move to the next router – R2.
Same as with R1, we find nothing problematic with the interface configuration of R2. The
However, when checking for R3, we find an error in the assigned IP address of its g0/0
that. To remove the current assigned IP address, we just simply overwrite the interface with the
We check the routing table of all the routers provided in the network. To check the routing table,
we use the command do show ip route. A list is provided and within that list we only need to
In the routing table of R1, we find that the entry for the static route is incorrect. To reach
the IP address of 192.168.3.0, the next hop should be 192.168.12.2 instead of 192.168.12.3. So,
we need to change it. To do that, we must first remove the current route from the table. For this,
Then, we add the correct route with the command ip route [destination_ip_address]
[subnet_mask] [next_hop_address].
Figure 2.6: Replacing the incorrect route with the correct one
Now, the same is done for R2, where we first check the routing table and then make
changes if necessary. Indeed, we find changes need to be made in the routing table of R2 as the
present configuration of reaching 192.168.3.0 through G0/0 interface is incorrect. The correct
interface for that is G0/1 so we make the change. We use the same command as before except
this time we use the interface instead of the next hop address.
13
As for the router R3, we find no errors in its routing table, so we leave it be.
Before we move forward with pinging the PCs, we check the IP address, default gateway, and the
subnet mask of the PCs itself just to be on the safe side. To do this, we enter the Desktop > IP
Configuration and check for all the above-mentioned things. We find no issues in either of the
Inside the Desktop > Command Prompt, we use the command ping [destination_ip_address]
Final Result
16
References
Jeremy's IT Lab. (2019, October 20). Free CCNA \ Configuring Interfaces \ Day 9 Lab \ CCNA 200-301
v=ieTH5lVhNaY&list=PLxbwE86jKRgMpuZuLBivzlM8s2Dk5lXBQ&index=4
Jeremy's IT Lab. (2019, October 20). Free CCNA \ Troubleshooting Static Routes \ Day 11 Lab 2 \ CCNA
v=ieTH5lVhNaY&list=PLxbwE86jKRgMpuZuLBivzlM8s2Dk5lXBQ&index=4