1ATMDUMP(8) Maintenance Commands ATMDUMP(8)
2
3
4
6 atmdump - capture or generate ATM cells
7
9 atmdump [-i] [ -t type [-g gfc] [-c] ] [itf.]vpi.vci
10
12 atmdump captures or generates single ATM cells ("AAL0"). When capturing
13 cells, a time stamp, the cell header contents, and a hex dump of the
14 cell payload are shown. When sending cells, the payload type, the
15 generic flow control (GFC), and the cell loss priority (CLP) can be
16 set.
17
18 In both modes of operation, the interface number, the VPI, and the VCI
19 have to be specified.
20
21 When sending, atmdump expects the cell payload on standard input. If
22 only less than 48 bytes can be read, the remaining space is padded with
23 zero bytes.
24
26 -i displays timestamps as the interval since the last cell recep‐
27 tion. By default, the absolute time is displayed. This options
28 is ignored in transmit mode.
29
30 -t type
31 selects transmit mode and specifies the payload type. A list of
32 valid payload type numbers can be obtained by invoking atmdump
33 without any arguments.
34
35 -g gfc specifies the value of the GFC field. gfc has to be in the range
36 from 0 to 15, default is zero.
37
38 -c sets the cell loss priority flag, indicating low priority. By
39 default, CLP is not set.
40
42 Some device drivers may not pass OAM cells transparently.
43
45 Werner Almesberger, EPFL ICA <Werner.Almesberger@epfl.ch>
46
48 atmdiag(8), clip(8), sonetdiag(8)
49
50
51
52Linux April 26, 2000 ATMDUMP(8)