Starting Small
Let's learn how to take a modular approach to network configuration management.
We'll cover the following...
The approach taken to network configuration management may very well determine its success. Do not try to solve everything at once. Break the network down into small, modular templates that can easily be read, understood, and updated by others. The templates should cover specific functions and features. These small templates can and will be assembled later at runtime, so do not be afraid to make very small, very specific templates as opposed to large one size fits all templates.
Use ...