TCP/IP Arp Command
arp
- C:\Windows\system32\ARP.EXE /?
Output:
Displays and modifies the IP-to-Physical address translation tables used by
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 Displays current ARP entries by interrogating the current
protocol data. If inet_addr is specified, the IP and Physical
addresses for only the specified computer are displayed. If
more than one network interface uses ARP, entries for each ARP
table are displayed.
-g Same as -a.
-v Displays current ARP entries in verbose mode. All invalid
entries and entries on the loop-back interface will be shown.
inet_addr Specifies an internet address.
-N if_addr Displays the ARP entries for the network interface specified
by if_addr.
-d Deletes the host specified by inet_addr. inet_addr may be
wildcarded with * to delete all hosts.
-s Adds the host and associates the Internet address inet_addr
with the Physical address eth_addr. The Physical address is
given as 6 hexadecimal bytes separated by hyphens. The entry
is permanent.
eth_addr Specifies a physical address.
if_addr If present, this specifies the Internet address of the
interface whose address translation table should be modified.
If not present, the first applicable interface will be used.
Example:
> arp -s 157.55.85.212 00-aa-00-62-c6-09 .... Adds a static entry.
> arp -a .... Displays the arp table.
Return Code: 1
C:\Windows\system32\ARP.EXE
c:\>ver
Microsoft Windows [Version 10.0.19045.2075]
| File | Info |
|---|---|
| File Size | 26624bytes |
| Creation Time | 2019/12/07 18:09:13 |
| LastWrite Time | 2019/12/07 18:09:13 |
| ProductVersion | 10.0.19041.1 |
| FileVersion | 10.0.19041.1 (WinBuild.160101.0800) |
| Hash | Value |
|---|---|
| MD5 | 2af1b2c042b83437a4be82b19749fa98 |
| SHA1 | 9bb265d4582de87eba4e34081bd122c3395a232e |
| SHA224 | 4338c3a62ecfe8add344b7de822ef5e4c4001b6f23bba7147ec38e5a |
| SHA256 | 7b79171410482f410b7572c58edb7fd39326f7150c7c6882249b1cf9d7c970f0 |
| SHA384 | 64abfce7c0c6c03b4c896111bf3f1dc6fa086016e8761843ecdb7a5745ac127c46fe4e03452d6599481672cdc0f4f1b4 |
| SHA512 | b03a5c26331beabfbaedfdf31ac6d25c76c04b5aab3c5b669f06c7404fabbcb41d2720ea907f860bdf3df27ac16bc7363bec02093ddf203c308b2156c838e731 |