John DeNisco | 06dcd45 | 2018-07-26 12:45:10 -0400 | [diff] [blame] | 1 | .. _configutil: |
| 2 | |
| 3 | ######################### |
| 4 | VPP Configuration Utility |
| 5 | ######################### |
| 6 | |
| 7 | This guide provides instructions on how to install and use the vpp configuration |
| 8 | utility. |
| 9 | |
| 10 | The FD.io VPP Configuration Utility, or vpp-config, allows the user to configure |
| 11 | FD.io VPP in a simple and safe manner. The utility takes input from the user and |
| 12 | creates the configuration files in a dry run directory. The user should then examine |
| 13 | these files for correctness. If the configuration files look correct, the user |
| 14 | can then apply the configuration. Once the configuration is applied the user |
| 15 | should then check the system configuration with the utility and see if it was |
| 16 | applied correctly. |
| 17 | |
| 18 | This utility also includes a utility that can be used to install or uninstall FD.io VPP |
| 19 | packages. 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 | |