35
4.6 ARP Protocol (continued)
The following window shows examples of arp commands and responses.
• Your computer has an IP address of
192.168.1.118
• The destination computer has an IP address of
192.168.1.96
Figure 4.23 ARP Commands and Responses
C:\>ping 192.168.1.96
Pinging 192.168.1.96 with 32 bytes of data:
Reply from 192.168.1.96=bytes=32 time=5ms TTL=32
Reply from 192.168.1.96=bytes=32 time=3ms TTL=32
Reply from 192.168.1.96=bytes=32 time=3ms TTL=32
Reply from 192.168.1.96=bytes=32 time=4ms TTL=32
C:\>arp -a 192.168.1.96
Interface: 192.168.1.118
Internet Address
Physical Addresss
Type
192.168.1.96
00-03-34-00-00-23
dynamic
00-03-34-00-00-23
C:\>arp -d 192.168.1.96
C:\>arp -a 192.168.1.96
No ARP Entries Found
C:\>