Lab 2‐1: Intro to Packet Tracer and Deploying Pinging Devices - souderton89/Net-150 GitHub Wiki

How do you deploy workstations and switches in Packet Tracer? workstation and switches are located on the bottom tab drag and drop How do connect these devices with cables? select the cable you want click on the devices you trying to connect and select the other device. How do you access the command-line terminal on a Packet Tracer PC? click on pc go to desktop and click on command prompt.

the Packet tracer teaches you how to set up a network. you can assigned a IP to each computer on your packet tracer.

Pinging within Packet Tracer

Once you've completed Part 2, click on PC0, and choose the Config tab in the window that appears. In the table on the left, choose 'FastEthernet0'.

lab21-PT.PNG

Enter the following information in the given text boxes:

IP Address: 192.168.3.100 Subnet Mask: 255.255.255.0 Repeat this process for PC1, but enter the following information instead:

IP Address: 192.168.3.200 Subnet Mask: 255.255.255.0 Go back to the PC0 window, click on the Desktop tab, and then click the 'Command Prompt' button.lab21-PT-2.PNG

You should get a command-line terminal window. Type in the following command and hit Enter:

ping 192.168.3.200 This will send 4 packets from PC0 to attempt to make a connection with PC1. If successful, you will see replies from PC1 appear in the terminal.