version 1.1.1.1, 2012/02/21 22:16:27
|
version 1.1.1.2, 2014/06/15 16:26:43
|
Line 3 manpage(arping)(8)(21th June, 2003)(arping)()
|
Line 3 manpage(arping)(8)(21th June, 2003)(arping)()
|
manpagename(arping)(sends arp and/or ip pings to a given host) |
manpagename(arping)(sends arp and/or ip pings to a given host) |
|
|
manpagesynopsis() |
manpagesynopsis() |
bf(arping) [-abdDeFhpqrRd0uv] [-S em(host/ip)] [-T em(host/ip)] [-s em(MAC)] \ | bf(arping) [-0aAbBdDeFhpqrRuUv] [-S em(host/ip)] [-T em(host/ip)] [-s em(MAC)] \ |
[-t em(MAC)] [-c em(count)] [-i em(interface)] [ -w em(us) ] <em(host) | -B> |
[-t em(MAC)] [-c em(count)] [-i em(interface)] [ -w em(us) ] <em(host) | -B> |
|
|
bf(arping) --help |
bf(arping) --help |
Line 53 for a host.
|
Line 53 for a host.
|
dit(-c em(count)) Only send em(count) requests. |
dit(-c em(count)) Only send em(count) requests. |
dit(-d) Find duplicate replies. Exit with 1 if there are answers from |
dit(-d) Find duplicate replies. Exit with 1 if there are answers from |
two different MAC addresses. |
two different MAC addresses. |
dit(-D) Display answers as dots and missing packets as exclamation points. | dit(-D) Display answers as exclamation points and missing packets as dots. |
Like flood ping on a Cisco. |
Like flood ping on a Cisco. |
dit(-e) Like -a but beep when there is no reply. |
dit(-e) Like -a but beep when there is no reply. |
dit(-F) Don't try to be smart about the interface name. Even if this |
dit(-F) Don't try to be smart about the interface name. Even if this |
Line 76 out what IP-address a host has without taking an IP-ad
|
Line 76 out what IP-address a host has without taking an IP-ad
|
dit(-T em(IP)) Use -T as target address when pinging MACs that won't |
dit(-T em(IP)) Use -T as target address when pinging MACs that won't |
respond to a broadcast ping but perhaps to a directed broadcast. |
respond to a broadcast ping but perhaps to a directed broadcast. |
|
|
em(Example): \ | em(Example): |
| mancommand(.nf) |
| mancommand(.sp) |
To check the address of MAC-A, use knowledge of MAC-B and IP-B. |
To check the address of MAC-A, use knowledge of MAC-B and IP-B. |
|
|
$ arping -S <IP-B> -s <MAC-B> -p <MAC-A> |
$ arping -S <IP-B> -s <MAC-B> -p <MAC-A> |
dit(-u) Show index=received/sent instead of just index=received when |
dit(-u) Show index=received/sent instead of just index=received when |
pinging MACs. |
pinging MACs. |
|
dit(-U) Send unsolicited ARP. This sets the destination MAC address in |
|
the ARP frame to the broadcast address. Unsolicited ARP is used |
|
to update the neighbours' ARP caches. |
|
|
|
em(Example): |
|
mancommand(.nf) |
|
mancommand(.sp) |
|
$ arping -i <interface> -U <interface IP> |
dit(-v) Verbose output. Use twice for more messages. |
dit(-v) Verbose output. Use twice for more messages. |
dit(-w) Time to wait between pings, in microseconds. |
dit(-w) Time to wait between pings, in microseconds. |
enddit() |
enddit() |
Line 90 enddit()
|
Line 100 enddit()
|
manpagesection(EXAMPLES) |
manpagesection(EXAMPLES) |
mancommand(.nf) |
mancommand(.nf) |
mancommand(.sp) |
mancommand(.sp) |
# bf(arping -c 3 88.123.180.225) | # bf(arping -c 3 88.1.180.225) |
ARPING 88.123.180.225 | ARPING 88.1.180.225 |
60 bytes from 00:11:85:4c:01:01 (88.123.180.225): index=0 time=13.910 msec | 60 bytes from 00:11:85:4c:01:01 (88.1.180.225): index=0 time=13.910 msec |
60 bytes from 00:11:85:4c:01:01 (88.123.180.225): index=1 time=13.935 msec | 60 bytes from 00:11:85:4c:01:01 (88.1.180.225): index=1 time=13.935 msec |
60 bytes from 00:11:85:4c:01:01 (88.123.180.225): index=2 time=13.944 msec | 60 bytes from 00:11:85:4c:01:01 (88.1.180.225): index=2 time=13.944 msec |
|
|
--- 88.123.180.225 statistics --- | --- 88.1.180.225 statistics --- |
3 packets transmitted, 3 packets received, 0% unanswered |
3 packets transmitted, 3 packets received, 0% unanswered |
|
|
# bf(arping -c 3 00:11:85:4c:01:01) |
# bf(arping -c 3 00:11:85:4c:01:01) |
ARPING 00:11:85:4c:01:01 |
ARPING 00:11:85:4c:01:01 |
60 bytes from 88.123.180.225 (00:11:85:4c:01:01): icmp_seq=0 time=13.367 msec | 60 bytes from 88.1.180.225 (00:11:85:4c:01:01): icmp_seq=0 time=13.367 msec |
60 bytes from 88.123.180.225 (00:11:85:4c:01:01): icmp_seq=1 time=13.929 msec | 60 bytes from 88.1.180.225 (00:11:85:4c:01:01): icmp_seq=1 time=13.929 msec |
60 bytes from 88.123.180.225 (00:11:85:4c:01:01): icmp_seq=2 time=13.929 msec | 60 bytes from 88.1.180.225 (00:11:85:4c:01:01): icmp_seq=2 time=13.929 msec |
|
|
--- 00:11:85:4c:01:01 statistics --- |
--- 00:11:85:4c:01:01 statistics --- |
3 packets transmitted, 3 packets received, 0% unanswered |
3 packets transmitted, 3 packets received, 0% unanswered |
Line 123 manpageseealso()
|
Line 133 manpageseealso()
|
|
|
manpageauthor() |
manpageauthor() |
|
|
Arping was written by Thomas Habets <thomas@habets.pp.se>. | Arping was written by Thomas Habets <thomas@habets.se>. |
|
|
http://www.habets.pp.se/synscan/ |
http://www.habets.pp.se/synscan/ |
|
|