11. Exploring the Packet Delivery Process Flashcards
Name the Two essential services provided by ARP.
Address Resolution and Caching
What is “Address Resolution” as it applies to ARP?
Mapping IPV4 address to MAC addresses on a network.
What is “Caching” as it applies to ARP?
Locally storing MAC addresses that are learned via ARP.
What is the Layer 2 broadcast address?
FF:FF:FF:FF:FF:FF
What is the command on a Windows PC to show the ARP table?
arp -a
What is the command on a Windows PC to show the ARP table but limit the output to a single interface?
arp -a -N (ip_address)
example:
C:> arp -a -N 10.0.0.1
What is the command to show the ARP table on a Cisco IOS Router?
show ip arp
or
show arp
What is the command to inventory IPV4 address and MAC addresses on the interfaces of PCs, Routers, and Servers?
show interfaces
What command allows you to observe the behavior of the arp process?
Router# debug arp
What is the command to disable debugging
Router# undebug all