Question: Exercise 3 : A novice network engineer proposed the network of Figure 7 . The cloud is just symbolic and represents the Internet. Do not

Exercise 3:
A novice network engineer proposed the network of Figure 7. The cloud is just symbolic and represents the Internet. Do not worry too much about it. The computers (PC01 through PC06) are Debian boxes. Using GNS3, implement the network. Power on PC01, PC02, PC03, and PC05. Configure them statically with the network parameters specified in Figure 7. Be sure PCO1, PC02, PCO3, and PCO5 are statically configured, that is, they should not get their network configuration through DHCP. Now, power on the router and configure it as indicated in Figure 8.
```
Router> enable
Router# configure terminal
Router(config)# hostname R1
R1(config)# ip domain name jsu.edu
R1(config)# interface FastEthernet 0/0
R1(config-if)# ip address 20.0.0.6255.255.255.248
R1(config-if)# no shutdown
R1(config-if)# exit
R1(config)# ip dhcp pool MYPOOL
R1(dhcp-config)# network 20.0.0.0255.255.255.248
R1(dhcp-config)# domain-name jsu.edu
R1(dhcp-config)# default-router 20.0.0.6
R1(dhcp-config)# dns-server 8.8.8.8
R1(dhcp-config)# lease 0010
R1(dhcp-config)# end
```
Figure 8: Configuration of the Router for the Second Experiment with DHCP
Question 3.1:
Start capturing the network traffic with Wireshark in any link connected to the hub. Turn on PCO4. Make sure it gets/got its network configuration through DHCP. What is the IP address obtained by this computer? How does the DHCP server realizes that 20.0.0.1,20.0.0.2, and 20.0.0.3 are already in use? Check the DHCP pool, DHCP binding, and DHCP conflict (show ip dhep conflict) in the router.
Question 3.2:
Make sure you are still capturing the network traffic. If it is not the case anymore, start a new capture. Power on PCO6 and make sure it is/was configured to acquire its network configuration through DHCP. What is the IP address obtained by this computer? What is happening?
Exercise 3 : A novice network engineer proposed

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!