ATMADDR(8) Maintenance Commands ATMADDR(8)NAME
atmaddr - list and maintain local ATM addresses
SYNOPSIS
atmaddr [-n] [itf]
atmaddr -r [itf]
atmaddr -a [itf] atm_addr
atmaddr -d [itf] atm_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)Linux April 26, 2000 ATMADDR(8)
Check Out this Related Man Page
ATMADDR(8) Maintenance Commands ATMADDR(8)NAME
atmaddr - list and maintain local ATM addresses
SYNOPSIS
atmaddr [-n] [itf]
atmaddr -r [itf]
atmaddr -a [itf] atm_addr
atmaddr -d [itf] atm_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)Linux April 26, 2000 ATMADDR(8)
Hi,
I am going to shift my Unix workstation to another lab. So I need to change the IP address.
Please tell me how to change the Network IP address, what is the commands, what to take care?
Thank you very much and have a very nice day. (4 Replies)
We just recently upgraded our T1 wan link to a 10Mbit ATM link.
Windows pc's seem fine and get great speed, however we have 2 Sco unix box's that seem really slow at FTPing now.
both Sco box's are
SCO OpenServer Enterprise System (ver 5.0.5m)
compaq ML530's
I'm not really sure what to... (4 Replies)
Provides a menu structure that allows a user to select several options - input a name and address,
lookup a name and address, delete a name and address, and print a formatted report from a text
database (note: this requirement assumes that you will use the program to create a database, though in... (1 Reply)
I want to make a script to read a list of ip addresses from a file then convert those ip addresses to ip number.
ip number is made by removing the dots then transfer to a number , so the ip number transfered to binary then to decimal which will represents the ip number 0 : 4294967295
Also I... (17 Replies)
Hi,
I have a script which connect to ATM's and pull two files from the ATM.
The which i try to pull is like
PIC20085200001*.JPG
First 7 digit consist of year montn and date as well
After todays execution i want to change the date to next date
I add few lines in the script but it is not... (6 Replies)
Hi,
If have a file with 93 ip address that i want to ping in first place (later i want to use this file for snmp output of those ip addresses).
First i want to do is to ping all those ip addresses. I know i can put for every ip address "ping" with the vi. But i want the keep this file... (3 Replies)
Hi all,
I always getting great response from this forum, that why i am putting again....
I am working in a company which is giving ATM support.In one of my production server a lot of files are getting generated every day. I want to move these files to another name.
The file name which is... (4 Replies)
I need to create a simple ATM (Cash machine simulation in unix) which shows a welcome screen, then a login screen to enter 3 users details. help please on the coding
The users details need to be in a txt file: the details are: (PIN No, First name last name, Account number, Balance, Histrosy)
... (1 Reply)
I have an xml file with IP addresses all over the show. I want to print only the IP addresses and cut off any text before or after the IP address.
Example:
Note: The IP addresses (x.x.x.x) do not consistently appear in the xml file as per the pattern below. Sometimes there are text before... (8 Replies)
I have two files A and B listing ip addresses
and all the ip addresses in B are in A, and A includes other ip addresses
now I want to get the list of the ip addresses that are in A but not in B
how to achieve this? thanks (1 Reply)
I have a file with a lot of IP addresses in it named "address.list".
address.list looks something like this:
10.77.50.11
10.77.50.110
10.77.50.111
a bunch more addresses
For every IP address I need to grep another file to see if the IP address is in the other file:
for x in `cat... (5 Replies)
I have a flat file that contains a list of IP address following 6 additional lines.
I would like to get a help in the following. a shell script that would take ip address or list of ip addresses as input, search one by one the ip address in the file and as soon as it find the exact match it... (12 Replies)
Hi All,
I'm hoping one of you helpful lot could come up with a way I can do the below. I've been trying to think how is best but have struggled to come up with a way.
I have a list of IP addresses in the below format
1.1.1.1
102.1.2.3
102.102.1.10
102.102.102.1
I need to compare... (4 Replies)