NETCONF with ncclient on Cisco IOS-XE

An introduction to NETCONF from Python with ncclient — datastores, capabilities, get-config filters, edit-config, and the candidate/commit transactional workflow on IOS-XE.

Comments Off on NETCONF with ncclient on Cisco IOS-XE

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