# Lab 3.1: ARP Observation

### Summary

During the lab today we looked at finding the request and replies for ARP's. During this lab, we learned how to sort Wireshark by just arp protocols. The one problem I had during the lab as I was in the wrong ethernet interface and wasn't seeing any arp packets to my default gateway. You can open admin command prompt by searching it then right-clicking and hitting run as admin. You can clear ARP cache by using the common netsh interface ip delete arpcache. To filter just for ARP packets type icmp into the search bar at the top of Wireshark.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://paul-gleason.gitbook.io/net-150-network-fundamentals/labs/lab-3.1-arp-observation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
