blob: 6cf3a3076f31f9a1185e5cdb2efebb37b8bfe775 [file] [log] [blame]
John DeNisco06dcd452018-07-26 12:45:10 -04001.. _configutil:
2
3#########################
4VPP Configuration Utility
5#########################
6
7This guide provides instructions on how to install and use the vpp configuration
8utility.
9
10The FD.io VPP Configuration Utility, or vpp-config, allows the user to configure
11FD.io VPP in a simple and safe manner. The utility takes input from the user and
12creates the configuration files in a dry run directory. The user should then examine
13these files for correctness. If the configuration files look correct, the user
14can then apply the configuration. Once the configuration is applied the user
15should then check the system configuration with the utility and see if it was
16applied correctly.
17
18This utility also includes a utility that can be used to install or uninstall FD.io VPP
19packages. This should be used to insure the latest tested release is installed.
20
21.. toctree::
22
23 installing
24 usingvppconfig
25 commandfour
26 commandone
27 commandtwo
28 commandthree
29 configapplied
30