← projects · 2026-07-20
net-scripts: Python for Network Tasks
Netmiko + TextFSM helpers: VLAN audit, config backup, interface report.
stack: python, netmiko, textfsm · repo → ·
Scripts that grew out of lab repetition. No framework. Each function solves one job.
vlan_audit.py: diffshow vlan briefacross devicesbackup.py:show run→ git commit per deviceint_report.py: TextFSM parse ofshow ip interface brief
All under 80 lines each. Faster than any SaaS network tool for a 5-device lab.