Appendix A Network Troubleshooting
To check the ARP table on a Windows XP computer:
1Click Start > Programs > Accessories > Command Prompt. The Command Prompt screen appears.
2Type arp
The following examples show the typical output of this command:
C:\>arp |
|
|
Interface: 172.16.1.28 on Interface 0x1000003 | Type | |
Internet Address | Physical Address | |
172.16.1.5 | dynamic | |
172.16.1.25 | dynamic | |
172.16.1.44 | dynamic | |
172.16.1.210 | dynamic | |
172.16.1.254 | dynamic |
In this example, the Physical Address indicates the associated MAC address. A Type entry with dynamic means it was dynamically learned through an ARP response. Use the arp
You can additionally check whether the MAC address associated with the IP address that you are looking for is correct. In some circumstances, your ARP table may keep a wrong MAC address until the entry expires. You can then manually update the ARP table.
To update the ARP table:
1Type arp
2Type ping 172.16.1.5 and press [Enter].
3Next, use the arp
route
The route command line utility allows you to display or adjust your computer’s network table. The routing table on your computer contains the default gateway
262 |
| |
| ||
|
|
|