Observing ARP in Packet Tracer - tmansfield42/Tech-Journal GitHub Wiki
Observing ARP in Packet Tracer
Summary We used Packet Tracer to make our own network consisting of 4 computers and a switch. Refer to the Google doc for how this lab works.
https://docs.google.com/document/d/1-iFdFd_37IdJT21N-q0j6XXzGxiZfXtql6pE3C8zMYo/edit
Procedure
- Assign IP addresses to the computers (use 4 addresses on the same network : 10.10.10.X)
- Configure the IP addresses as follows. Use a netmask of 255.255.255.0 PC IP Address
0 .......10.10.10.100
1 .......10.10.10.101
2 .......10.10.10.102
3.......10.10.10.103
- Click on the switch and the select CLI. This is the Command Line Interface.
You need to get to the root CLI prompt which looks like Switch#
If the prompt looks like: Switch>, then type enable to enter admin mode
If the prompt looks like Switch (config)# type exit to get back to the basic mode for admin Then type show mac-address-table
- Use Ethernet cables to connect the computers to the switch.
- From the command prompt on PC0, ping PC3 using itโs IP address.
- Verify that all of the PC's can ping one another. If not, troubleshoot and fix!