Please Whitelist This Site?

I know everyone hates ads. But please understand that I am providing premium content for free that takes hundreds of hours of time to research and write. I don't want to go to a pay-only model like some sites, but when more and more people block ads, I end up working for free. And I have a family to support, just like you. :)

If you like The TCP/IP Guide, please consider the download version. It's priced very economically and you can read all of it in a convenient format without ads.

If you want to use this site for free, I'd be grateful if you could add the site to the whitelist for Adblock. To do so, just open the Adblock menu and select "Disable on tcpipguide.com". Or go to the Tools menu and select "Adblock Plus Preferences...". Then click "Add Filter..." at the bottom, and add this string: "@@||tcpipguide.com^$document". Then just click OK.

Thanks for your understanding!

Sincerely, Charles Kozierok
Author and Publisher, The TCP/IP Guide


NOTE: Using software to mass-download the site degrades the server and is prohibited.
If you want to read The TCP/IP Guide offline, please consider licensing it. Thank you.

The Book is Here... and Now On Sale!

Get The TCP/IP Guide for your own computer.
The TCP/IP Guide

Custom Search







Table Of Contents  The TCP/IP Guide
 9  TCP/IP Application Layer Protocols, Services and Applications (OSI Layers 5, 6 and 7)
      9  TCP/IP Key Applications and Application Protocols
           9  TCP/IP Administration and Troubleshooting Utilities and Protocols

Previous Topic/Section
TCP/IP Route Tracing Utility (traceroute/tracert/traceroute6)
Previous Page
Pages in Current Topic/Section
1
2
Next Page
TCP/IP DNS Name Resolution and Information Lookup Utilities (nslookup, host and dig)
Next Topic/Section

TCP/IP Address Resolution Protocol Utility (arp)
(Page 2 of 2)

arp Utility Functions

To allow administrators to manage this ARP cache table, TCP/IP devices include an arp utility. It has three basic functions, which are invoked using three different versions of the command (which, for once, are the same in UNIX and Windows!):

  • ARP Cache Table Display (“arp -a”): When the “-a” option is used with the utility, it displays the current contents of the ARP cache table. Each entry in the table shows the IP address and hardware address pair for one device (interface, actually); usually an indication is also given as to whether each entry is static or dynamic

    The exact format of the display varies from one implementation to the next; some programs show IP addresses while others show host names, and still others may show both. Some systems default to displaying host names but allow the “-n” option to also be used to force only IP addresses to be displayed and not names.


  • ARP Cache Table Entry Addition (“arp -s <host-name> <hw-addr>”): This syntax allows an administrator to make a new manual ARP cache table entry that maps the given host name to the specified hardware address.

  • ARP Cache Table Entry Deletion (“arp -d <host-name>”): This command removes the specified cache entry from the table. Some implementations allow the addition of another parameter to specify that all entries should be removed from the cache.
Additional arp Features

Certain versions of the software may also supplement these basic commands with additional features. One common additional option on UNIX systems is the ability to specify a file from which cache table entries may be read, using “arp -f <file-name>”. This saves a considerable amount of time and effort compared to typing each entry manually using “arp -s”.

Note also that access to options that cause the ARP cache table to be changed may be restricted by the operating system to only authorized users. This is especially true of the delete function, and especially especially true of the function that allows the entire ARP table to be deleted. J

Key Concept: The TCP/IP arp utility is used by an administrator to inspect or modify a host’s ARP cache table, which contains mappings between TCP/IP host names and IP addresses.



Previous Topic/Section
TCP/IP Route Tracing Utility (traceroute/tracert/traceroute6)
Previous Page
Pages in Current Topic/Section
1
2
Next Page
TCP/IP DNS Name Resolution and Information Lookup Utilities (nslookup, host and dig)
Next Topic/Section

If you find The TCP/IP Guide useful, please consider making a small Paypal donation to help the site, using one of the buttons below. You can also donate a custom amount using the far right button (not less than $1 please, or PayPal gets most/all of your money!) In lieu of a larger donation, you may wish to consider purchasing a download license of The TCP/IP Guide. Thanks for your support!
Donate $2
Donate $5
Donate $10
Donate $20
Donate $30
Donate: $



Home - Table Of Contents - Contact Us

The TCP/IP Guide (http://www.TCPIPGuide.com)
Version 3.0 - Version Date: September 20, 2005

© Copyright 2001-2005 Charles M. Kozierok. All Rights Reserved.
Not responsible for any loss resulting from the use of this site.