Lab 4 1: ARP Packet Tracer Lab - devinziegler/Devin-Tech-Journal GitHub Wiki
Assignment: LAB 4-1 - ARP Packet Tracer
- Create a network and observe ARP tables created.
Problems Encountered:
- I did not have any problems.
Helpful Steps:
- When wiring systems to each other, they might not instantly work. Wait a couple seconds or until the orange dot turns green.
Helpful Command
arp -a
- This command will show the IP addresses of systems that the host has communicated with.
enable
- This command when used in the switch prompt, will enable admin mode.
show mac-address-table
- This command will show you the switches MAC table. The contents of this table are MACs and their corresponding ports.
Final Ideas:
- I found this lab to be a fun exercise, setting up a basic network is interesting.