1aecho(1) Netatalk aecho(1)
2
3
4
6 aecho - send AppleTalk Echo Protocol packets to network hosts
7
9 aecho [ -c count ] ( address | nbpname )
10
12 aecho repeatedly sends an Apple Echo Protocol (AEP) packet to the host
13 specified by the given AppleTalk address or nbpname and reports whether
14 a reply was received. Requests are sent at the rate of one per second.
15
16 address is parsed by atalk_aton(3). nbpname is parsed by nbp_name(3).
17 The nbp type defaults to `Workstation'.
18
19 When aecho is terminated, it reports the number of packets sent, the
20 number of responses received, and the percentage of packets lost. If
21 any responses were received, the minimum, average, and maximum round
22 trip times are reported.
23
25 Check to see if a particular host is up and responding to AEP packets:
26
27 example% aecho bloodsport
28 11 bytes from 8195.13: aep_seq=0. time=10. ms
29 11 bytes from 8195.13: aep_seq=1. time=10. ms
30 11 bytes from 8195.13: aep_seq=2. time=10. ms
31 11 bytes from 8195.13: aep_seq=3. time=10. ms
32 11 bytes from 8195.13: aep_seq=4. time=10. ms
33 11 bytes from 8195.13: aep_seq=5. time=9. ms
34 ^C
35 ----8195.13 AEP Statistics----
36 6 packets sent, 6 packets received, 0% packet loss
37 round-trip (ms) min/avg/max = 9/9/10
38 .fi
39
41 -c count
42 Stop after count packets.
43
45 ping(1), atalk_aton(3), nbp_name(3), aep(4), atalkd(8).
46
47
48
49
502.0.3 17 Dec 1991 aecho(1)