Lab 3‐1 ‐ ARP Observation - TheWumpDump/NET-150 GitHub Wiki
This lab consisted of pinging devices after clearing the ARP cache to see how ARP works.
Critical commands:
arp -d
- dumps ARP cachearp -a
- displays ARP cachepasswd {user}
- changes password on Linuxping {IP/DNS}
- pings.
(Note: I am well aware I used the wrong syntax for optional inputs in commands.)
Deliverable 1:
Source MAC: 00.0c.29.9c.00.32
Destination MAC: d0.81.c5.23.bd.80
Deliverable 2:
Source MAC: d0.81.c5.23.bd.80
Destination MAC: 00.0c.29.9c.00.32
Deliverable 3:
The message says, quite clearly:
Deliverable 4:
Deliverable 6:
I can't see anything of note after pinging Google's DNS. this is probably due to the fact that ARP is only used to identify devices on the LAN.