bozensel / cisco_output_using_jinja2

How to convert a data in .yaml format to the configuration to be sent to device using jinja2 template on Cisco.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cisco_output_using_jinja2

How to convert a data in .yaml format to the configuration to be sent to device using jinja2 template on Cisco.

Jinja2 is a Python library that you can use to construct templates for various output formats from a core template text file.

YAML is a human-readable data-serialization language. It is commonly used for configuration files and in applications where data is being stored or transmitted. YAML targets many of the same communications applications as Extensible Markup Language (XML)

After the code is run:

After_Program_Runs

About

How to convert a data in .yaml format to the configuration to be sent to device using jinja2 template on Cisco.

License:MIT License


Languages

Language:Python 100.0%