R

Network Automation & Python

Guides, scripts, and write-ups for network engineers who want to build infrastructure with code.

0
Posts
MI
Location
2+
Years
Online

Explore


🐍

Python Automation

Netmiko, Nornir, pyATS. Scripts that run against production gear.

🌐

Network Engineering

BGP, OSPF, VXLAN, spine-leaf. Configs and diagrams.

🔒

Security & NAC

802.1X, MAB, Palo Alto. Locking things down the right way.

⚙️

Infrastructure as Code

Ansible, Git, CI/CD. Network configs managed like software.


scan_network.py
#!/usr/bin/env python3 from nornir import InitNornir from nornir_netmiko.tasks import netmiko_send_command nr = InitNornir("config.yaml") def get_mac_table(task): r = task.run(netmiko_send_command, command_string="show mac address-table", use_textfsm=True) return r.result results = nr.run(task=get_mac_table) print(f"Scanned {len(nr.inventory.hosts)} switches")
Blog

Posts

Guides, scripts, and notes from the field.

Nothing here yet.
← Back to posts

Cam
Network Operations Manager
Michigan

Network engineer with a passion for building enterprise infrastructure with code.

Tools

Subnet Calculator

Quick CIDR to subnet conversion.

CIDR → Subnet

Contact

Get in touch

Let's talk

Email
← Cancel

New Post

✓ Admin Auth Active (Cloudflare)

Settings