YAML and JSON for Network Inventories and Configs

Read and write YAML and JSON from Python to separate network data from code — json vs yaml, safe_load, and an inventory-driven Netmiko pattern with no hardcoding.

Comments Off on YAML and JSON for Network Inventories and Configs

NAPALM: One API for Cisco, Arista, and Juniper

NAPALM gives network engineers one Python API across Cisco, Arista, and Juniper — normalized getters plus config diff, commit, and rollback for safe multi-vendor automation.

Comments Off on NAPALM: One API for Cisco, Arista, and Juniper