···11+MessageIdTypedef=DWORD
22+33+SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
44+ Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
55+ Warning=0x2:STATUS_SEVERITY_WARNING
66+ Error=0x3:STATUS_SEVERITY_ERROR
77+ )
88+99+FacilityNames=(System=0x0:FACILITY_SYSTEM
1010+ )
1111+1212+LanguageNames=(English=0x409:MSG00409
1313+ )
1414+1515+MessageId=10000
1616+SymbolicName=MSG_ARP_SYNTAX
1717+Severity=Success
1818+Facility=System
1919+Language=English
2020+Displays and modifies the IP-to-Physical address translation tables used by
2121+address resolution protocol (ARP).
2222+2323+ARP -s inet_addr eth_addr [if_addr]
2424+ARP -d inet_addr [if_addr]
2525+ARP -a [inet_addr] [-N if_addr]
2626+2727+ -a Displays current ARP entries by interrogating the current
2828+ protocol data. If inet_addr is specified, the IP and Physical
2929+ addresses for only the specified computer are displayed. If
3030+ more than one network interface uses ARP, entries for each ARP
3131+ table are displayed.
3232+ -g Same as -a.
3333+ inet_addr Specifies an internet address.
3434+ -N if_addr Displays the ARP entries for the network interface specified
3535+ by if_addr.
3636+ -d Deletes the host specified by inet_addr. inet_addr may be
3737+ wildcarded with * to delete all hosts.
3838+ -s Adds the host and associates the Internet address inet_addr
3939+ with the Physical address eth_addr. The Physical address is
4040+ given as 6 hexadecimal bytes separated by hyphens. The entry
4141+ is permanent.
4242+ eth_addr Specifies a physical address.
4343+ if_addr If present, this specifies the Internet address of the
4444+ interface whose address translation table should be modified.
4545+ If not present, the first applicable interface will be used.
4646+Example:
4747+ > arp -s 157.55.85.212 00-aa-00-62-c6-09 .... Adds a static entry.
4848+ > arp -a .... Displays the arp table.
4949+.
5050+5151+MessageId=10001
5252+SymbolicName=MSG_ARP_BAD_IP_ADDRESS
5353+Severity=Success
5454+Facility=System
5555+Language=English
5656+ARP: bad IP address: %1
5757+.
5858+5959+MessageId=10002
6060+SymbolicName=MSG_ARP_BAD_ARGUMENT
6161+Severity=Success
6262+Facility=System
6363+Language=English
6464+ARP: bad argument: %1
6565+.
6666+6767+MessageId=10003
6868+SymbolicName=MSG_ARP_INTERFACE
6969+Severity=Success
7070+Facility=System
7171+Language=English
7272+7373+Interface: %1!s! --- 0x%2!lx!
7474+ Internet Address Physical Address Type
7575+.
7676+7777+MessageId=10005
7878+SymbolicName=MSG_ARP_OTHER
7979+Severity=Success
8080+Facility=System
8181+Language=English
8282+other%0
8383+.
8484+8585+MessageId=10006
8686+SymbolicName=MSG_ARP_INVALID
8787+Severity=Success
8888+Facility=System
8989+Language=English
9090+invalid%0
9191+.
9292+9393+MessageId=10007
9494+SymbolicName=MSG_ARP_DYNAMIC
9595+Severity=Success
9696+Facility=System
9797+Language=English
9898+dynamic%0
9999+.
100100+101101+MessageId=10008
102102+SymbolicName=MSG_ARP_STATIC
103103+Severity=Success
104104+Facility=System
105105+Language=English
106106+static%0
107107+.
108108+109109+MessageId=10013
110110+SymbolicName=MSG_ARP_ENTRY_FORMAT
111111+Severity=Success
112112+Facility=System
113113+Language=English
114114+ %1!-20s! %2!-20s! %3!-10s!
115115+.
116116+117117+MessageId=10018
118118+SymbolicName=MSG_ARP_NO_ENTRIES
119119+Severity=Success
120120+Facility=System
121121+Language=English
122122+No ARP entires found
123123+.