1NCFTOOL(1) Network Configuration NCFTOOL(1)
2
3
4
6 ncftool - Network configuration tool
7
9 ncftool [command [options]]
10
12 ncftool is a command line utility to configure networking. It can be
13 invoked with no arguments to bring up the interactive ncftool shell.
14 Alternatively a command and optional arguments can be specified to have
15 ncftool execute the command non-interactively.
16
18 list [--macs] [--all] [--inactive]
19 List the currently configured toplevel network interfaces
20
21 [--macs] - show MAC addresses
22 [--all] - show all (up & down) interfaces
23 [--inactive] - show only inactive (down) interfaces
24
25 dumpxml [--mac] [--live] name
26 Dump the XML description of an interface
27
28 [--mac] - interpret the name as MAC address
29 [--live] - include information about the live interface
30 name - the name of the interface
31
32 define xmlfile
33 Define an interface from the specified XML file.
34
35 undefine iface
36 Remove the configuration of the specified interface.
37
38 ifup iface
39 Bring up specified interface.
40
41 ifdown iface
42 Bring down specified interface.
43
44 change-begin
45 Mark the beginning of a set of revertible network configuration
46 changes.
47
48 change-commit
49 Commit (make permanent) a set of network configuration changes begun
50 with change-begin.
51
52 change-rollback
53 Rollback (revert) a set of network configuration changes begun with
54 change-begin.
55
56 help [command]
57 Print details about command, if specified, or list all commands if
58 command is not specified.
59
60 quit
61 Exit the program.
62
64 interfaces (5)
65
67 Please refer to the AUTHORS file distributed with netcf.
68
69
70
71netcf-0.2.4 2014-02-24 NCFTOOL(1)