Deleted Added
full compact
atmconfig.help (132463) atmconfig.help (132494)
1#
2# Help file for the atmconfig utility
3#
1#
2# Help file for the atmconfig utility
3#
4# $FreeBSD: head/sbin/atm/atmconfig/atmconfig.help 132463 2004-07-20 16:50:57Z harti $
4# $FreeBSD: head/sbin/atm/atmconfig/atmconfig.help 132494 2004-07-21 09:43:31Z harti $
5#
6^0 intro
7ATM configuration utility.
8usage:
9 atmconfig [common-options] command [subcommand] [options]
10
11Use 'atmconfig help' for general help or 'atmconfig help <command>' for
5#
6^0 intro
7ATM configuration utility.
8usage:
9 atmconfig [common-options] command [subcommand] [options]
10
11Use 'atmconfig help' for general help or 'atmconfig help <command>' for
12help on 'command'.
12help on 'command' or 'atmconfig help commands' for a list of commands.
13
14^0 help
13
14^0 help
15^^ help show help information
15Use one of the following commands to get help on atmconfig:
16
17 atmconfig help options
18 gives you help on common command line options
19 atmconfig help commands
20 prints a list of available commands (and help items)
21 atmconfig help <command>
22 prints help on the given command (including a list of subcommands)
23 atmconfig help <command> <subcommand>
24 gives help on the given subcommand
25
26^0 options
16Use one of the following commands to get help on atmconfig:
17
18 atmconfig help options
19 gives you help on common command line options
20 atmconfig help commands
21 prints a list of available commands (and help items)
22 atmconfig help <command>
23 prints help on the given command (including a list of subcommands)
24 atmconfig help <command> <subcommand>
25 gives help on the given subcommand
26
27^0 options
28^^ help options list common options
27Common command line options can be specified for all commands. They
28are written immediately before the command. The following options are
29available:
30
31 -h print short help
32 -t don't print headings for 'show'-type commands
33 -v be verbose about all actions.
34
35^0 commands
29Common command line options can be specified for all commands. They
30are written immediately before the command. The following options are
31available:
32
33 -h print short help
34 -t don't print headings for 'show'-type commands
35 -v be verbose about all actions.
36
37^0 commands
38^^ help commands show available commands
36The following commands are available:
37
39The following commands are available:
40
38 help show help information
39 diag show/modify ATM hardware interfaces
40 natm simple IP over ATM management (see natmip(4))
41$MAIN
41
42^0 diag
42
43^0 diag
44^^ diag show/modify ATM hardware interfaces
43This command shows information about the ATM hardware interfaces in the
44system. A list of ATM devices is obtained by:
45
46 atmconfig [common-options] diag list
47
48Information about the hardware configuration of the ATM interfaces is
49reported by:
50

--- 83 unchanged lines hidden (view full) ---

134Prints a list of all open vccs. The default output is -channel.
135
136^1 stats
137usage: atmconfig [common-options] diag stats <device>
138
139Prints the driver-internal statistics.
140
141^0 natm
45This command shows information about the ATM hardware interfaces in the
46system. A list of ATM devices is obtained by:
47
48 atmconfig [common-options] diag list
49
50Information about the hardware configuration of the ATM interfaces is
51reported by:
52

--- 83 unchanged lines hidden (view full) ---

136Prints a list of all open vccs. The default output is -channel.
137
138^1 stats
139usage: atmconfig [common-options] diag stats <device>
140
141Prints the driver-internal statistics.
142
143^0 natm
144^^ natm simple IP over ATM management (see natmip(4))
142The group of CLIP commands is used to manage classical IP over ATM
143networking via NATM (see natm(4) and natmip(4)). A new PVC is added
144to a CLIP via:
145
146 atmconfig [common-options] natm add <dest> <device> <vpi> <vci>
147 <encaps> [<traffic> [<params> ...]]
148
149The PVC can be deleted with:

--- 41 unchanged lines hidden ---
145The group of CLIP commands is used to manage classical IP over ATM
146networking via NATM (see natm(4) and natmip(4)). A new PVC is added
147to a CLIP via:
148
149 atmconfig [common-options] natm add <dest> <device> <vpi> <vci>
150 <encaps> [<traffic> [<params> ...]]
151
152The PVC can be deleted with:

--- 41 unchanged lines hidden ---