Search⌘ K

Converting Configurations to Code

Explore how to transform network configurations into code by extracting key data from standardized devices. Understand how to develop templates and data models to automate and enforce network standards, turning diverse network setups into a manageable automated system.

We'll cover the following...

Extracting information

The goal is to transform the network from a series of interconnected but unrelated and independently configured devices to a holistic application-like system. Start by collecting relevant data from the existing network. Abstract meaningful data from the configurations and then convert it into a model. The network should follow a standard core, distribution, and access layer architecture. A solid ...