Arp
Shows and changes passages in the Address Resolution Protocol (ARP) reserve, which contains one or more tables that are utilized to store IP locations and their determined Ethernet or Token Ring physical locations. There is a different table for every Ethernet or Token Ring system connector introduced on your PC.
Grammar
arp [-a [InetAddr] [-N IfaceAddr]] [-g [InetAddr] [-N IfaceAddr]] [-d InetAddr [IfaceAddr]] [-s InetAddr EtherAddr [IfaceAddr]]
Parameters
Utilized without parameters, ping showcases help
- a [InetAddr] [-N IfaceAddr] Displays current ARP reserve tables for all interfaces. To show the ARP reserve section for a particular IP location, use arp - a with the InetAddr parameter, where InetAddr is an IP address. To show the ARP store table for a particular interface, utilize the - N IfaceAddr parameter where IfaceAddr is the IP location allocated to the interface. The - N parameter is case-touchy.
- g [InetAddr] [-N IfaceAddr] Identical to - a.
- d InetAddr [IfaceAddr] Deletes a passage with a particular IP address, where InetAddr is the IP address. To erase a passage in a table for a particular interface, utilize the IfaceAddr parameter where IfaceAddr is the IP location appointed to the interface. To erase all sections, utilize the reference bullet (*) special case character set up of InetAddr.
- s InetAddr EtherAddr [IfaceAddr] Adds a static passage to the ARP reserve that determines the IP address InetAddr to the physical location EtherAddr. To include a static ARP store passage to the table for a particular interface, utilize the IfaceAddr parameter where IfaceAddr is an IP location appointed to the interface.
Cases:
To show the ARP reserve tables for all interfaces, sort:
arp - a
To show the ARP reserve table for the interface that is doled out the IP address 10.0.0.99, sort:
arp - a - N 10.0.0.99
To include a static ARP reserve section that determines the IP address 10.0.0.80 to the physical location 00-AA-00-4F-2A-9C, sort:
arp - s 10.0.0.80 00-AA-00-4F-2A-9C