Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Download Cisco Packet Tracker from the list of tools and install it either in your computer or in a Windows virtual machine . 1 .

Download Cisco Packet Tracker from the list of tools and install it either in your computer or in a Windows virtual machine.1. Drag & drop two switches Cisco Catalyst 2950T, name them SW1 and SW2 and connect them by the GigabitEthernet1/1 of each. Then, connect 2 computers named PC11 and PC12 to the first interfaces of SW1 and another 2 named PC21 and PC22 to the first interfaces of SW2. Finally, 2 servers named Server1 and Server2, connected respectively to SW1 and SW2 to the interface FastEthernet0/24 of each one. Capture a screenshot of the network design.2. Set up the IP addresses as 192.168.1.X/26 for the PCs, where X=PC#. Then, the IP addresses for the servers as 10.0.0.1/29 and 10.0.0.2/29. What network mask did you use in each case?3. The security on a network with no VLANs (actually all interfaces belong to VLAN 1 by default) is very poor. Temporary change the IP address of PC11 to 10.0.0.3/29 and ping Server1. Capture a screenshot of ipconfig followed by the successful ping. Revert PC11s configuration when done.4. Create two VLANs in both switches. The first with ID 101 will be used for the PCs and the second with ID 102 for the servers. Name them accordingly. Capture a screenshot of the command sh vlan brief in each switch.5. In each switch, configure the FastEthernert0/24 interface to be in Servers with the command switchport access vlan 102. Capture again the sh vlan brief output but just for SW1.6. Try again temporarily changing PC11s IP address and pinging Server1. Capture a screenshot of ipconfig and the unsuccessful ping. Remember to change back its IP address when done.7. Configure the ports to which the PCs are connected so they belong to VLAN 101. Capture a screenshot of the VLAN configuration just in SW1.8. Send a ping from PC11 to the broadcast address. What would this address be?9. Did the ping get to PC21 and PC22? Why? Hint: pinging directly any of them would not work either.10. Configure the Gigabit interfaces in both switches in trunk mode with the command switchport mode trunk and try again the broadcast ping from PC11. Capture a screenshot showing all responses received.11. For the PCs to reach out to the servers, which are in different VLANs, what additional device do you need?12. Drag & drop a Cisco 1941 and name it R1. Connect R1s GigabitEthernet0/0 to the free Gigabit port of SW1. The port in SW1 must be in trunk. Capture a screenshot of all the commands you used to configure it in trunk mode and any messages shown afterwards.13. With just one interface, the device will be communicating with two networks, corresponding to the two VLANs. The interface will not have an IP address but it will be configured on each subinterface. Execute int gig0/0.101 to create the subinterface for the VLAN 101(note the change in the prompt). Then, with the commands encapsulation dot1Q 101 and ip address 192.168.1.1255.255.255.192 you will set the encapsulation (VLAN) and IP address for the subinterface GigabitEthernet0/0.101(please note the right interface name). Finally, go back with exit. Capture a screenshot of the sequence of commands.14. Do it again for the subinterface gig0/0.102 and capture the command sh ip route. Hint: if you used 10.0.0.1/29 you might face duplicated address issues, so change it.15. A ping from any PC to any server probably fails. Why? Figure out with tracert.16. Fix it and explain how do you do it.17. Capture a screenshot of tracert 10.0.0.1 from PC11.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Understanding Databases Concepts And Practice

Authors: Suzanne W Dietrich

1st Edition

1119827949, 9781119827948

Students also viewed these Databases questions