logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

atmloop - get/set loopback mode of ATM interfaces

Author

       Werner Almesberger, EPFL ICA <Werner.Almesberger@epfl.ch>

Description

atmloop sets or shows the current loopback settings of an ATM interface, and allows to query the loopback
       modes supported by the interface.

       Some  ATM  cards  can  be  configured  to echo data back to the driver (local loopback) or to the network
       (remote loopback). The echoing may be done at several different levels:

       aal    AAL PDUs

       atm    ATM cells

       digital
              bits sent to or received from the line interface

       analog the analog signal

       The levels supported by an interface can be queried with the -q  option.   If  invoked  without  options,
       atmloop displays the current loopback settings.

Name

       atmloop - get/set loopback mode of ATM interfaces

Options

-s     set  loopback  mode. Followed by either -l or -r, both options to set local and remote loopback at
              the same time (if supported by the driver), or none of them to turn off any loopback.

       -llevel
              enable local loopback.

       -rlevel
              enable remote loopback.

       -qlevel
              query loopback levels supported by the interface.

       -V     print version number of atmloop on standard output and exit.

See Also

atmdiag(8), sonetdiag(8)

Linux                                            April 26, 2000                                       ATMLOOP(8)

Synopsis

atmloop-s [-llevel] [-rlevel] [itf]
       atmloop [itf]
       atmloop-q [itf]
       atmloop-V

See Also