1MessageIdTypedef=DWORD
2
3SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
4               Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
5               Warning=0x2:STATUS_SEVERITY_WARNING
6               Error=0x3:STATUS_SEVERITY_ERROR
7              )
8
9FacilityNames=(System=0x0:FACILITY_SYSTEM
10              )
11
12LanguageNames=(English=0x409:MSG00409
13               Polish=0x415:MSG00415)
14
15MessageId=10000
16SymbolicName=MSG_ARP_SYNTAX
17Severity=Success
18Facility=System
19Language=English
20Displays and modifies the IP-to-Physical address translation tables used by
21address resolution protocol (ARP).
22
23ARP -s inet_addr eth_addr [if_addr]
24ARP -d inet_addr [if_addr]
25ARP -a [inet_addr] [-N if_addr]
26
27  -a            Displays current ARP entries by interrogating the current
28                protocol data.  If inet_addr is specified, the IP and Physical
29                addresses for only the specified computer are displayed.  If
30                more than one network interface uses ARP, entries for each ARP
31                table are displayed.
32  -g            Same as -a.
33  inet_addr     Specifies an internet address.
34  -N if_addr    Displays the ARP entries for the network interface specified
35                by if_addr.
36  -d            Deletes the host specified by inet_addr. inet_addr may be
37                wildcarded with * to delete all hosts.
38  -s            Adds the host and associates the Internet address inet_addr
39                with the Physical address eth_addr.  The Physical address is
40                given as 6 hexadecimal bytes separated by hyphens. The entry
41                is permanent.
42  eth_addr      Specifies a physical address.
43  if_addr       If present, this specifies the Internet address of the
44                interface whose address translation table should be modified.
45                If not present, the first applicable interface will be used.
46Example:
47  > arp -s 157.55.85.212   00-aa-00-62-c6-09  .... Adds a static entry.
48  > arp -a                                    .... Displays the arp table.
49.
50Language=Polish
51Wyświetla i modyfikuje tabelę translacji adresów IP na adresy
52fizyczne, używane przez protokół rozróżniania adresów (ARP).
53
54ARP -s inet_addr eth_addr [if_addr]
55ARP -d inet_addr [if_addr]
56ARP -a [inet_addr] [-N if_addr]
57
58  -a            Wyświetla bieżące wpisy protokołu ARP przez odpytywanie
59                bieżących danych protokołu. Jeżeli inet_addr jest
60                określony, to wyświetlany jest adres IP i fizyczny dla
61                określonego komputera. Jeżeli więcej niż jeden interfejs
62                sieciowy korzysta z protokołu ARP, to wyświetlane są wpisy dla
63                każdej tabeli protokołu ARP.
64  -g            To samo co -a.
65  inet_addr     Określa adres internetowy.
66  -N if_addr    Wyświetla wpisy protokołu ARP dla interfejsu sieciowego
67                określonego przez if_addr.
68  -d            Usuwa hosta określonego przez inet_addr. W inet_addr można
69                użyć symbolu wieloznacznego * do usunięcia wszystkich hostów.
70  -s            Dodaje hosta i kojarzy adres internetowy inet_addr
71                z fizycznym adresem internetowym eth_addr.  Adres
72                fizyczny jest reprezentowany przez 6 szesnastkowych
73                bajtów oddzielonych znakami łącznika. Wpis dokonywany
74                jest na stałe.
75  eth_addr      Określa adres fizyczny.
76  if_addr       Jeżeli jest określony, to wskazuje adres interfejsu, którego
77                tabela translacji powinna zostać zmieniona.
78                Jeżeli nie jest określony, zostanie użyty pierwszy
79                odpowiadający interfejs.
80Przykłady:
81  > arp -s 157.55.85.212   00-aa-00-62-c6-09  .... Dodaje statyczny wpis.
82  > arp -a                                    .... Wyświetla tabelę arp.
83.
84
85MessageId=10001
86SymbolicName=MSG_ARP_BAD_IP_ADDRESS
87Severity=Success
88Facility=System
89Language=English
90ARP: bad IP address: %1
91.
92Language=Polish
93ARP: zły adres IP: %1
94.
95
96MessageId=10002
97SymbolicName=MSG_ARP_BAD_ARGUMENT
98Severity=Success
99Facility=System
100Language=English
101ARP: bad argument: %1
102.
103Language=Polish
104ARP: zły argument: %1
105.
106
107MessageId=10003
108SymbolicName=MSG_ARP_INTERFACE
109Severity=Success
110Facility=System
111Language=English
112
113Interface: %1!s! --- 0x%2!lx!
114  Internet Address      Physical Address      Type
115.
116Language=Polish
117
118Interfejs: %1!s! --- 0x%2!lx!
119  Adres internetowy     Adres fizyczny        Typ
120.
121
122MessageId=10004
123SymbolicName=MSG_ARP_NO_MEMORY
124Severity=Success
125Facility=System
126Language=English
127ARP: not enough memory
128.
129Language=Polish
130ARP: za mało pamięci
131.
132
133MessageId=10005
134SymbolicName=MSG_ARP_OTHER
135Severity=Success
136Facility=System
137Language=English
138other%0
139.
140Language=Polish
141inny%0
142.
143
144MessageId=10006
145SymbolicName=MSG_ARP_INVALID
146Severity=Success
147Facility=System
148Language=English
149invalid%0
150.
151Language=Polish
152nieprawidłowy%0
153.
154
155MessageId=10007
156SymbolicName=MSG_ARP_DYNAMIC
157Severity=Success
158Facility=System
159Language=English
160dynamic%0
161.
162Language=Polish
163dynamiczny%0
164.
165
166MessageId=10008
167SymbolicName=MSG_ARP_STATIC
168Severity=Success
169Facility=System
170Language=English
171static%0
172.
173Language=Polish
174statyczny%0
175.
176
177MessageId=10013
178SymbolicName=MSG_ARP_ENTRY_FORMAT
179Severity=Success
180Facility=System
181Language=English
182  %1!-20s!  %2!-20s!  %3!-10s!
183.
184Language=Polish
185  %1!-20s!  %2!-20s!  %3!-10s!
186.
187
188MessageId=10018
189SymbolicName=MSG_ARP_NO_ENTRIES
190Severity=Success
191Facility=System
192Language=English
193No ARP entires found
194.
195Language=Polish
196Nie znaleziono żadnych wpisów ARP
197.
198