1ATMLOOP(8) Maintenance Commands ATMLOOP(8)
2
3
4
6 atmloop - get/set loopback mode of ATM interfaces
7
9 atmloop -s [-l level] [-r level] [itf]
10 atmloop [itf]
11 atmloop -q [itf]
12 atmloop -V
13
15 atmloop sets or shows the current loopback settings of an ATM inter‐
16 face, and allows to query the loopback modes supported by the inter‐
17 face.
18
19 Some ATM cards can be configured to echo data back to the driver (local
20 loopback) or to the network (remote loopback). The echoing may be done
21 at several different levels:
22
23 aal AAL PDUs
24
25 atm ATM cells
26
27 digital
28 bits sent to or received from the line interface
29
30 analog the analog signal
31
32 The levels supported by an interface can be queried with the -q option.
33 If invoked without options, atmloop displays the current loopback set‐
34 tings.
35
37 -s set loopback mode. Followed by either -l or -r, both options to
38 set local and remote loopback at the same time (if supported by
39 the driver), or none of them to turn off any loopback.
40
41 -l level
42 enable local loopback.
43
44 -r level
45 enable remote loopback.
46
47 -q level
48 query loopback levels supported by the interface.
49
50 -V print version number of atmloop on standard output and exit.
51
53 Werner Almesberger, EPFL ICA <Werner.Almesberger@epfl.ch>
54
56 atmdiag(8), sonetdiag(8)
57
58
59
60Linux April 26, 2000 ATMLOOP(8)