RouteByCode

Network Automation & Python

Guides, scripts, and write-ups for network engineers building with code.

Posts
MI
Location
2+
Years
Online

Explore


🐍

Python Automation

Scripts for network tasks. SSH, config parsing, data collection.

🌐

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 netmiko import ConnectHandler device = { "device_type": "cisco_ios", "host": "10.0.0.1", "username": "admin", "password": "password", } with ConnectHandler(**device) as conn: output = conn.send_command("show ip int brief") print(output)
Blog

Posts

Guides, scripts, and notes from the field.

Loading posts...
← Back to posts

RouteByCode
Cam
// Network Operations Manager
📍 Michigan

Network engineer learning to build with code. I work in switching, wireless, and NAC, mostly Cisco gear. Writing posts as I figure things out.

Python
Netmiko
pyATS
Ansible
Cisco IOS-XE
Cisco 9800
BGP / OSPF
PacketFence
Cloudflare
Git / CI/CD
VXLAN
Tools

Network Tools

Quick utilities for network engineers.

🔢 CIDR Calculator

Full subnet breakdown from any CIDR block.

🔌 Wildcard Mask Converter

Convert subnet mask to wildcard (ACL/OSPF use).

🌐 Subnets in CIDR Block

Split a block into smaller subnets. Enter the block and new prefix.

🍅 Pomodoro Timer

25 min focus, 5 min break. Stay in the zone.

25:00
Focus
Sessions today: 0

Contact

Get in touch

Let's talk

Email
Location
Michigan, USA
Message sent. I will get back to you soon.
✗ Something went wrong. Try emailing directly.

New Post

A
HL

Publish

Tips

Just type in the box above.
Use the toolbar to make text bold, add headings, bullet lists, and code blocks.

The short summary appears on the blog card. Keep it to 1-2 sentences.

Attachments

Link downloadable files (configs, scripts, etc.) hosted on R2, GitHub, or anywhere.

📡

Stay in the loop

Get notified when new posts drop. Network automation, Python scripts, and infrastructure write-ups. No spam, posts only.

Subscribe by email

Drop your email below and I'll notify you whenever something new goes up.

No spam. Unsubscribe anytime.

Admin Mode Active

Settings

Delete Post?

This cannot be undone.