Part 4 - Pushing Config with Nornir: Three Ways to Make Changes
Three ways to push config with Nornir - from a simple list of commands, to a config file, to a fully dynamic Jinja2 template with per-device variables.
root@nexthop:~$ ls -la ./tags/nornir/
Three ways to push config with Nornir - from a simple list of commands, to a config file, to a fully dynamic Jinja2 template with per-device variables.
Learn how to process parsed network data and generate reports and backups using Nornir automation in Python.
Learn how to parse raw network device output into structured data using TextFSM and Nornir. Part 2 of the Nornir Network Discovery series.
A practical introduction to Nornir — the Python automation framework that makes querying network devices faster, cleaner and more scalable than plain Netmiko.