]> arthur.barton.de Git - netatalk.git/blob - man/man1/aecho.1
d2386927dd84edd75107ff302041a3dccddc1c1a
[netatalk.git] / man / man1 / aecho.1
1 .TH aecho 1 "17 Dec 1991" 2.0.3 Netatalk 
2 .SH NAME
3 aecho \- send AppleTalk Echo Protocol packets to network hosts
4 .SH SYNOPSIS
5 aecho [ \fB\-c\fR\fI count\fR
6 ] ( address | nbpname )
7 .SH DESCRIPTION
8 aecho repeatedly sends an Apple Echo Protocol
9 (AEP) packet to the host specified by the given AppleTalk
10 address or nbpname and reports
11 whether a reply was received. Requests are sent at the rate of one per
12 second.
13 .PP
14 address is parsed by
15 \fBatalk_aton\fR(3).
16 nbpname is parsed by \fBnbp_name\fR(3).
17 The nbp type defaults to `\fIWorkstation\fR'.
18 .PP
19 When aecho is terminated, it reports the number
20 of packets sent, the number of responses received, and the percentage of
21 packets lost. If any responses were received, the minimum, average, and
22 maximum round trip times are reported.
23 .SH EXAMPLE
24 Check to see if a particular host is up and responding to AEP
25 packets:
26 .PP
27 .nf
28 example% \fBaecho bloodsport
29 11 bytes from 8195.13: aep_seq=0. time=10. ms
30 11 bytes from 8195.13: aep_seq=1. time=10. ms
31 11 bytes from 8195.13: aep_seq=2. time=10. ms
32 11 bytes from 8195.13: aep_seq=3. time=10. ms
33 11 bytes from 8195.13: aep_seq=4. time=10. ms
34 11 bytes from 8195.13: aep_seq=5. time=9. ms
35 ^C
36 \-\-\-\-8195.13 AEP Statistics\-\-\-\-
37 6 packets sent, 6 packets received, 0% packet loss
38 round\-trip (ms)  min/avg/max = 9/9/10
39 \fR.fi
40 .SH OPTIONS
41 .TP 
42 \fB\-c\fR\fI count\fR
43 Stop after \fIcount\fR packets.
44 .SH "SEE ALSO"
45 \fBping\fR(1),
46 \fBatalk_aton\fR(3),
47 \fBnbp_name\fR(3),
48 \fBaep\fR(4),
49 \fBatalkd\fR(8).
50