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               Romanian=0x418:MSG00418)
15
16MessageId=10000
17SymbolicName=MSG_ARP_SYNTAX
18Severity=Success
19Facility=System
20Language=English
21Displays and modifies the IP-to-Physical address translation tables used by
22address resolution protocol (ARP).
23
24ARP -s inet_addr eth_addr [if_addr]
25ARP -d inet_addr [if_addr]
26ARP -a [inet_addr] [-N if_addr]
27
28  -a            Displays current ARP entries by interrogating the current
29                protocol data.  If inet_addr is specified, the IP and Physical
30                addresses for only the specified computer are displayed.  If
31                more than one network interface uses ARP, entries for each ARP
32                table are displayed.
33  -g            Same as -a.
34  inet_addr     Specifies an internet address.
35  -N if_addr    Displays the ARP entries for the network interface specified
36                by if_addr.
37  -d            Deletes the host specified by inet_addr. inet_addr may be
38                wildcarded with * to delete all hosts.
39  -s            Adds the host and associates the Internet address inet_addr
40                with the Physical address eth_addr.  The Physical address is
41                given as 6 hexadecimal bytes separated by hyphens. The entry
42                is permanent.
43  eth_addr      Specifies a physical address.
44  if_addr       If present, this specifies the Internet address of the
45                interface whose address translation table should be modified.
46                If not present, the first applicable interface will be used.
47Example:
48  > arp -s 157.55.85.212   00-aa-00-62-c6-09  .... Adds a static entry.
49  > arp -a                                    .... Displays the arp table.
50.
51Language=Polish
52Wyświetla i modyfikuje tabelę translacji adresów IP na adresy
53fizyczne, używane przez protokół rozróżniania adresów (ARP).
54
55ARP -s inet_addr eth_addr [if_addr]
56ARP -d inet_addr [if_addr]
57ARP -a [inet_addr] [-N if_addr]
58
59  -a            Wyświetla bieżące wpisy protokołu ARP przez odpytywanie
60                bieżących danych protokołu. Jeżeli inet_addr jest
61                określony, to wyświetlany jest adres IP i fizyczny dla
62                określonego komputera. Jeżeli więcej niż jeden interfejs
63                sieciowy korzysta z protokołu ARP, to wyświetlane są wpisy dla
64                każdej tabeli protokołu ARP.
65  -g            To samo co -a.
66  inet_addr     Określa adres internetowy.
67  -N if_addr    Wyświetla wpisy protokołu ARP dla interfejsu sieciowego
68                określonego przez if_addr.
69  -d            Usuwa hosta określonego przez inet_addr. W inet_addr można
70                użyć symbolu wieloznacznego * do usunięcia wszystkich hostów.
71  -s            Dodaje hosta i kojarzy adres internetowy inet_addr
72                z fizycznym adresem internetowym eth_addr.  Adres
73                fizyczny jest reprezentowany przez 6 szesnastkowych
74                bajtów oddzielonych znakami łącznika. Wpis dokonywany
75                jest na stałe.
76  eth_addr      Określa adres fizyczny.
77  if_addr       Jeżeli jest określony, to wskazuje adres interfejsu, którego
78                tabela translacji powinna zostać zmieniona.
79                Jeżeli nie jest określony, zostanie użyty pierwszy
80                odpowiadający interfejs.
81Przykłady:
82  > arp -s 157.55.85.212   00-aa-00-62-c6-09  .... Dodaje statyczny wpis.
83  > arp -a                                    .... Wyświetla tabelę arp.
84.
85Language=Romanian
86Afișează și modifică tabelele de traducere din adrese IP în adrese fizice
87folosite de Protocolul de rezolvare a adreselor (ARP).
88
89ARP -s inet_addr eth_addr [if_addr]
90ARP -d inet_addr [if_addr]
91ARP -a [inet_addr] [-N if_addr]
92
93  -a            Afișează intrările ARP actuale interogând datele protocolului
94                actual. Dacă inet_addr e specificat, adresele IP și fizică
95                sunt afișate numai pentru calculatorul specificat. Dacă
96                mai mult de o interfață de rețea folosește ARP, sunt
97                afișate intrările pentru fiecare tabel ARP.
98  -g            La fel ca la -a.
99  inet_addr     Specifică o adresă de internet.
100  -N if_addr    Afișează intrările ARP pentru interfața de rețea specificată
101                de if_addr.
102  -d            Șterge gazda specificată de inet_addr. inet_addr poate fi
103                marcat cu caracterul special * pentru a șterge toate gazdele.
104  -s            Adaugă gazda și asociază adresa de Internet inet_addr
105                cu adresa fizică eth_addr. Adresa fizică este
106                reprezentată ca 6 octeți hexazecimali separați de cratime.
107                Intrarea este permanentă.
108  eth_addr      Specifică adresa fizică.
109  if_addr       Dacă e prezent, acesta specifică adresa de Internet a
110                interfeței al cărei tabel de traducere a adreselor ar trebui
111                modificat. Dacă nu e prezentă, va fi folosită prima interfață
112                aplicabilă.
113
114Exemplu:
115  > arp -s 157.55.85.212   00-aa-00-62-c6-09  .... Adaugă o intrare statică.
116  > arp -a                                    .... Afișează tabelul arp.
117.
118
119MessageId=10001
120SymbolicName=MSG_ARP_BAD_IP_ADDRESS
121Severity=Success
122Facility=System
123Language=English
124ARP: bad IP address: %1
125.
126Language=Polish
127ARP: zły adres IP: %1
128.
129Language=Romanian
130ARP: adresă IP greșită: %1
131.
132
133MessageId=10002
134SymbolicName=MSG_ARP_BAD_ARGUMENT
135Severity=Success
136Facility=System
137Language=English
138ARP: bad argument: %1
139.
140Language=Polish
141ARP: zły argument: %1
142.
143Language=Romanian
144ARP: argument greșit: %1
145.
146
147MessageId=10003
148SymbolicName=MSG_ARP_INTERFACE
149Severity=Success
150Facility=System
151Language=English
152
153Interface: %1!s! --- 0x%2!lx!
154  Internet Address      Physical Address      Type
155.
156Language=Polish
157
158Interfejs: %1!s! --- 0x%2!lx!
159  Adres internetowy     Adres fizyczny        Typ
160.
161Language=Romanian
162
163Interfață: %1!s! --- 0x%2!lx!
164  Adresă de Internet      Adresă fizică      Tip
165.
166
167MessageId=10004
168SymbolicName=MSG_ARP_NO_MEMORY
169Severity=Success
170Facility=System
171Language=English
172ARP: not enough memory
173.
174Language=Polish
175ARP: za mało pamięci
176.
177Language=Romanian
178ARP: memorie insuficientă
179.
180
181MessageId=10005
182SymbolicName=MSG_ARP_OTHER
183Severity=Success
184Facility=System
185Language=English
186other%0
187.
188Language=Polish
189inny%0
190.
191Language=Romanian
192altele%0
193.
194
195MessageId=10006
196SymbolicName=MSG_ARP_INVALID
197Severity=Success
198Facility=System
199Language=English
200invalid%0
201.
202Language=Polish
203nieprawidłowy%0
204.
205Language=Romanian
206nevalid%0
207.
208
209MessageId=10007
210SymbolicName=MSG_ARP_DYNAMIC
211Severity=Success
212Facility=System
213Language=English
214dynamic%0
215.
216Language=Polish
217dynamiczny%0
218.
219Language=Romanian
220dinamic%0
221.
222
223MessageId=10008
224SymbolicName=MSG_ARP_STATIC
225Severity=Success
226Facility=System
227Language=English
228static%0
229.
230Language=Polish
231statyczny%0
232.
233Language=Romanian
234static%0
235.
236
237MessageId=10013
238SymbolicName=MSG_ARP_ENTRY_FORMAT
239Severity=Success
240Facility=System
241Language=English
242  %1!-20s!  %2!-20s!  %3!-10s!
243.
244Language=Polish
245  %1!-20s!  %2!-20s!  %3!-10s!
246.
247Language=Romanian
248  %1!-20s!  %2!-20s!  %3!-10s!
249.
250
251MessageId=10018
252SymbolicName=MSG_ARP_NO_ENTRIES
253Severity=Success
254Facility=System
255Language=English
256No ARP entires found
257.
258Language=Polish
259Nie znaleziono żadnych wpisów ARP
260.
261Language=Romanian
262Nu au fost găsite intrări ARP
263.
264