Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

atmdump(8) [debian man page]

ATMDUMP(8)						       Maintenance Commands							ATMDUMP(8)

NAME
atmdump - capture or generate ATM cells SYNOPSIS
atmdump [-i] [ -t type [-g gfc] [-c] ] [itf.]vpi.vci DESCRIPTION
atmdump captures or generates single ATM cells ("AAL0"). When capturing cells, a time stamp, the cell header contents, and a hex dump of the cell payload are shown. When sending cells, the payload type, the generic flow control (GFC), and the cell loss priority (CLP) can be set. In both modes of operation, the interface number, the VPI, and the VCI have to be specified. When sending, atmdump expects the cell payload on standard input. If only less than 48 bytes can be read, the remaining space is padded with zero bytes. OPTIONS
-i displays timestamps as the interval since the last cell reception. By default, the absolute time is displayed. This options is ignored in transmit mode. -t type selects transmit mode and specifies the payload type. A list of valid payload type numbers can be obtained by invoking atmdump with- out any arguments. -g gfc specifies the value of the GFC field. gfc has to be in the range from 0 to 15, default is zero. -c sets the cell loss priority flag, indicating low priority. By default, CLP is not set. RESTRICTIONS
Some device drivers may not pass OAM cells transparently. AUTHOR
Werner Almesberger, EPFL ICA <Werner.Almesberger@epfl.ch> SEE ALSO
atmdiag(8), clip(8), sonetdiag(8) Linux April 26, 2000 ATMDUMP(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)
Man Page

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Suse Linux CLP 10

Hi , I am interested in doing the Suse Linux CLP 10 certification and Request you to please help me with the study guide. I mean the best books for the preparation of the Suse Linux CLP10. Thanks & Regards Arun (0 Replies)
Discussion started by: Arun.Kakarla
0 Replies

2. UNIX for Dummies Questions & Answers

Replacing all cells that have a specific value in a text file

I have a space delimited text file where I want to replace all cells that are 0 with NA. However I cannot simply use 'sed/0/NA/g' because there are other 0's in the text file that are part of numbers. Example input: 896.933464285715 0 874.691732142857 866.404660714286 Output:... (1 Reply)
Discussion started by: evelibertine
1 Replies

3. UNIX for Dummies Questions & Answers

Filling empty cells

How do you fill empty cells that do not have any data in them with "X" in a tab delimited text file? Thanks! (4 Replies)
Discussion started by: evelibertine
4 Replies