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

atmaddr - list and maintain local ATM addresses

Author

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

Description

atmaddr is used to list the local addresses configured for ATM interfaces and to manually change the list
       of  addresses.  If  the  interface number itf is omitted, interface 0 is used by default. The ATM address
       atm_addr can be any valid ATM SVC address, e.g. an E.164 address or an ATM Forum NSAP address.

       If invoked without options, atmaddr lists the addresses that are currently configured  on  the  specified
       interface.

       Note that local ATM addresses are normally automatically maintained by the ILMI demon.

Name

       atmaddr - list and maintain local ATM addresses

Options

-a     append the specified address at the end of the list.

       -d     delete the specified address from the list.

       -n     numeric address output only. No address to name translation is attempted.

       -r     reset (clear) the local address list of the specified interface.

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

See Also

ilmid(8)

Linux                                            April 26, 2000                                       ATMADDR(8)

Synopsis

atmaddr [-n] [itf]
       atmaddr-r [itf]
       atmaddr-a [itf] atm_addratmaddr-d [itf] atm_addratmaddr-V

See Also