atmaddr - Man Page

list and maintain local ATM addresses

Synopsis

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

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.

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.

Author

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

See Also

ilmid(8)

Referenced By

atmsigd(8).

April 26, 2000 Linux Maintenance Commands