D: \ test> arp /? Displays and modifies the "IP to physical" address translation table used by the Address Resolution Protocol (ARP. ARP-s inet_addr eth_addr [if_addr] ARP-D inet_addr [if_addr] ARP-A [inet_addr] [-N if_addr] [-v]-A queries the current protocol data, displays the current ARP entry. If inet_addr is specified, only the IP address and physical address of the specified computer are displayed. If more than one network interface uses ARP, items in each ARP table are displayed. -G is the same as-. -V displays the current ARP entry in detail mode. All invalid items and items on the loopback interface are displayed. Inet_addr specifies the Internet address. -N if_addr: displays the ARP entry of the network interface specified by if_addr. -D: Delete the host specified by inet_addr. Inet_addr can be a wildcard * to delete all hosts. -S: Add hosts and associate the Internet address inet_addr with the physical address eth_addr. Physical addresses are 6 hexadecimal bytes separated by a hyphen. This item is permanent. Eth_addr specifies the physical address. If if_addr exists, this option specifies the Internet address of the interface to be modified in the address translation table. If not, use the first applicable interface. Example:> ARP-s 157.55.85.212 00-aa-00-62-c6-09... add static items. > ARP-a... displays the ARP table. D: \ test>