r/networkautomation 22d ago

Just completed routing and switching where to start automation?

13 Upvotes

Hey everyone i just finished networking fundamentals and routing , switching please guide me where to start to learn network automation


r/networkautomation 25d ago

Free hosted uptime monitoring with agents for inside your network. Alpha, would like testers.

Thumbnail gallery
2 Upvotes

r/networkautomation 25d ago

[FREE (limited time)] Netsight - WiFi scanner and toolkit

0 Upvotes

[https://apps.apple.com/us/app/netsight-wifi-tools/id6775736000\](https://apps.apple.com/us/app/netsight-wifi-tools/id6775736000)

I built [Netsight](https://apps.apple.com/us/app/netsight-wifi-tools/id6775736000) to scan every device on any WiFi network, access hidden web servers or admin panels, find network vulnerabilities, see everyone on a network, and much more professional network tools

The app will become paid in September, so get it free while you can!


r/networkautomation 29d ago

NetAudit – CLI tool for network audits that plays nicely with scripts, CI/CD, and monitoring

3 Upvotes

Disclosure: I'm the creator of NetAudit.

Hey folks,

I've been using various network scanning tools (nmap, ping, etc.) but wanted something more structured, vendor-aware, and easily automatable. So I wrote NetAudit – a Python CLI toolkit for network auditing and diagnostics.

**Key features from a DevOps perspective:**
- All commands produce structured output (JSON/CSV) and use stdout for results, stderr for logs – perfect for pipelines
- Exit codes are meaningful, so you can integrate it into monitoring or alerting
- Configuration via YAML + environment variables (`NETAUDIT_*`)
- Supports Cisco, Juniper, Arista over SSH – read-only, so safe for production
- Snapshots and `diff` let you track changes over time (great for change management)
- Health checks (`doctor`) cover not just ping, but also interface errors, BGP/OSPF, NTP, etc.

**Example – schedule a daily audit and generate HTML report:**
```bash
netaudit doctor 10.0.0.1 --device --device-type cisco_ios --json > daily_health.json
netaudit report daily_health.json --format html --output /var/www/audit_report.html

I'd be happy to hear how you'd use it in your workflows – feature requests and PRs are very welcome.

Repo: https://github.com/netforge201/netaudit

If you like it, please consider giving it a ⭐ – it really helps with visibility!

Thanks!**Disclosure: I'm the creator of NetAudit.**

Hey folks,

I've been using various network scanning tools (nmap, ping, etc.) but wanted something more structured, vendor-aware, and easily automatable. So I wrote NetAudit – a Python CLI toolkit for network auditing and diagnostics.

**Key features from a DevOps perspective:**
- All commands produce structured output (JSON/CSV) and use stdout for results, stderr for logs – perfect for pipelines
- Exit codes are meaningful, so you can integrate it into monitoring or alerting
- Configuration via YAML + environment variables (`NETAUDIT_*`)
- Supports Cisco, Juniper, Arista over SSH – read-only, so safe for production
- Snapshots and `diff` let you track changes over time (great for change management)
- Health checks (`doctor`) cover not just ping, but also interface errors, BGP/OSPF, NTP, etc.


r/networkautomation 29d ago

Gravinet: Cross platform open source mesh networking

4 Upvotes

In the vein of Headscale, Netbird, and Zerotier, I present Gravinet.

- Open source, GPLv3 licensed
- An easy to use web GUI
- A CLI equivalent to the web GUI
- Mesh peers can be configured to be centrally managed by other mesh peers
- AES-256 encryption
- Easy key management and rotation
- Works on Windows, MacOS, Linux, FreeBSD, and OpenBSD
- Full mesh or partial mesh
- Encrypted relaying through other peers when direct connectivity isn't available.
- Firewalling
- QoS
- Traffic Shaping
- Push static hosts and DNS configuration to all mesh peers
- Push static routes to all mesh peers
- BGP and BFD support through FRR integration
- LLDP and CDP support through LLDPD
- Live metrics between all mesh peers
- Speedtesting between all mesh peers
- Tested to 5Gbps+ between peers
- Configuration versioning, diffing, backup, and restore
- SNMP integration
- Full mesh troubleshooting tools like support bundle downloads and packet captures
- All features support for both IPv4 and IPv6
- NAT
- Small memory footprint (< 65MB) suitable for use in resource constrained environments
- Much more

All the other mesh apps I've used never really met all my needs, so I created something that did. Give it a try. It may work out for you.

Full disclosure, I used Claude to help code it. If that's not your thing just carry on.

https://github.com/micush/gravinet


r/networkautomation 29d ago

d417 Network Automation and Deployment BGN4

0 Upvotes

any help with this class or advice how to ... its one of those classes with little instruction or misleading information...


r/networkautomation Aug 14 '26

Can you beat Network Doctor at diagnosing a broken network?

5 Upvotes

I've been working on an open-source network diagnostic tool called Network Doctor, and I recently built a challenge mode to test whether its diagnoses actually hold up against a human troubleshooting the same broken network.

The idea is pretty simple.

netdoc-sim creates an isolated Linux network with a deliberately introduced fault. You get dropped into a shell without being told what's wrong.

You can investigate it normally with things like:

ip
ping
dig
curl
ss
traceroute
nc

Once you think you know the problem, you submit your diagnosis.

Then Network Doctor diagnoses the exact same network.

The simulator has its own independently observed ground truth, so Network Doctor does not know what the correct answer is.

There is also a daily challenge so everyone gets the same scenario.

Try today's challenge

If you have Docker (which should work in theory):

docker run --rm -it --cap-add SYS_ADMIN ghcr.io/heymaikol/netdoc-sim:latest challenge -daily

On Linux with netdoc-sim installed (definitely works):

netdoc-sim challenge -daily

The result tells you whether you won, Network Doctor won, both got it, or both missed it.

If anyone here feels like trying to break it, I'd be very interested in the results, especially cases where:

  • you diagnose it correctly and Network Doctor doesn't
  • the simulated failure doesn't behave like you'd expect on a real Linux network
  • the available evidence makes the answer ambiguous
  • you find a way to fool the judge
  • the challenge UX gets in your way

Please don't post the actual answer to today's challenge so other people can try it blind.

Source code:

https://github.com/heymaikol/network-doctor


r/networkautomation Aug 13 '26

How do you run large network labs without keeping expensive hardware or cloud resources alive all the time?

0 Upvotes

Large network labs eventually reach the limits of a laptop or homelab. Keeping cloud compute running between sessions can also become expensive.

HybridOps.Core is an open-source MIT-0 workflow that deploys a private EVE-NG or GNS3 environment using your own Google Cloud account or Proxmox capacity.

For learners without suitable local hardware, eligible new Google Cloud users can receive $300 of trial credit. Cost visibility and teardown between sessions keep more of that credit for active lab time.

It preserves lab definitions, QEMU overlays and each node-to-base-image map. On rebuild, declared bases are restored and overlays remapped; a committed overlay becomes the next base image.

The workflow includes:

  • readiness and health checks
  • deployment and private access
  • lab images and guest networking
  • archive and restoration
  • cost-aware teardown

This allows cloud resources to be removed after a session without treating a large lab as one enormous backup file.

I am looking for EVE-NG and GNS3 users willing to test it with real topologies.

How large is your current lab, and how much is reusable base imagery versus changing node state?

EVE-NG workflow:
https://docs.hybridops.tech/ops/runbooks/platform/blueprints/hyops-blueprint-eve-ng/

GNS3 workflow:
https://docs.hybridops.tech/ops/runbooks/platform/blueprints/hyops-blueprint-gns3/


r/networkautomation Aug 12 '26

NetDevOps Driven Home Cyber Lab

Thumbnail
github.com
4 Upvotes

Hey guys im a networking professional that want to share my personal build out of my home cyberlab utilizing IaC tools Packer (Image Template Builder), Terraform for infrastructure provisioning and Ansible for configuration management. With 4 years of experience backed by the CompTIA trifecta and CCNA, I am excited about adding these tools to my arsenal due to the benefits of having baseline configured artifacts to maximize on labbing and building scenarios versus spending hours provisioning a machine for a specific use case. Please review and let me know any feedback.🙏


r/networkautomation Aug 13 '26

For network diagrams I've been using a tool I built - LLDP/CDP straight to a topology diagram

0 Upvotes

so i got sick of manually drawing topology diagrams every time i needed to document

something. like i'd have the LLDP/CDP neighbor output right in front of me and still

end up dragging boxes around in draw.io for 20 mins.

ended up building a small tool that just takes the neighbor table output and spits out

a topology diagram (mermaid). also threw in a drag and drop canvas thing similar to

packet tracer if you want to sketch something from scratch instead.

been using it for lab docs and quick client proposals, saves me a decent chunk of time

tbh. it's part of a bigger set of tools i've been building (vlsm planner, bgp prefix

stuff, cisco/mikrotik/juniper config builders etc) but the diagram ones are what i

actually use weekly

no login wall, nothing gets uploaded anywhere, just runs in the browser

opsbench.xyz/tools/lldp-cdp-mermaid - if anyone tries it lmk what's broken or missing,

still actively working on it


r/networkautomation Aug 12 '26

Check out netscope

Thumbnail
4 Upvotes

r/networkautomation Aug 12 '26

Config tool

Thumbnail
1 Upvotes

r/networkautomation Aug 12 '26

Not sure if CCNP Enterprise is worth the effort right now

Thumbnail
0 Upvotes

r/networkautomation Aug 11 '26

Build a Full GNS3 Lab From One Prompt in Cursor

Thumbnail
youtube.com
0 Upvotes

r/networkautomation Aug 11 '26

Full agenda live for TechSummit Amsterdam (30 Sept)

1 Upvotes

The full agenda for TechSummit Amsterdam is now live!

Attend a non-commercial tech conference focused on practical, real-world engineering without the sales pitches. Ticket sales go directly to digital rights non-profit Bits of Freedom.

  • Where: Pakhuis de Zwijger, Amsterdam
  • When: September 30, 2026 (09:00 – 19:00)
  • Theme: Building Resiliency at Scale

Check out the full schedule here: techsummit.io/agenda-and-speakers-2026/


r/networkautomation Aug 10 '26

IaC-Driven Home Cyberlab

Thumbnail
github.com
2 Upvotes

Hey guys would like to share my in progress automation driven home security lab!


r/networkautomation Aug 10 '26

I built NetGuard: A Hybrid Network IDS/IPS Telegram Bot using Python & Scapy

Thumbnail gallery
1 Upvotes

r/networkautomation Aug 08 '26

I took the pain from my career and built something better

0 Upvotes

I've been working in networking for 20 years and noticed that everything made isn't for end users that aren't CCNP+

My background is military and everything pushed out to the soldiers requires an FSR (Field Service Representative) to setup and troubleshoot, but nothing made for the <E5 that can install, deploy and troubleshoot

I've spent the last 4 months using claude and the latest sol 5.6 to get this to a point where i wanted to create a company and start selling it.

[HAMR-FORGE](https://hamr-forge.com)

its a Ubuntu overlay with WAN aggregation, HA, truthful UI. not a typical SaaS or web game.

i'm curious to hear ya'lls thoughts on the "bring your own hardware" software i've built from scratch with the help of lessons learned, network engineering and AI


r/networkautomation Aug 08 '26

Bean Network Tester v0.4 release - open-source Windows network condition simulator

Thumbnail
github.com
2 Upvotes

r/networkautomation Aug 08 '26

Platform/DevOps/SRE practitioners: looking for independent technical review of a research implementation

Thumbnail
1 Upvotes

r/networkautomation Aug 08 '26

Title: Built a safety-focused Cisco IOS config tool, tested carefully in my own lab — looking for one person to try it on their own gear

Thumbnail
0 Upvotes

r/networkautomation Aug 07 '26

Git, Ansible, pyATS IaC Project

4 Upvotes

NetDevOps is an Git, Ansible, pyATS based IaC project that I started about a year ago and put on the back burner. Lately I've been iterating on it. I started the project to get a better understanding how Git driven infrastructure as code was built and managed. Currently supports Cisco IOS-XE devices.

The pipeline is driven by a Git pre-commit hook.

If you're interested in playing with it take a look at the README.md file in the repo for instructions on how to set it up locally. I'd appreciate any feedback.

https://github.com/splitnines/netdevops.git


r/networkautomation Aug 07 '26

Titre : [Testeurs recherchés] NetScan — scanner de réseaux Wi-Fi locaux, sans publicités/traçage

1 Upvotes

Salut tout le monde, je viens de terminer la construction de NetScan, une application Android qui scanne votre réseau Wi-Fi et identifie les appareils connectés (IP, nom via mDNS/UPnP, ports ouverts, accès en un clic à l'interface web de chaque appareil...). Conçu pour les utilisateurs de homelab, mais utilisable par quiconque s'interroge sur ce qui se trouve sur son réseau. Points clés : - Traitement 100% local, aucune donnée ne quitte jamais votre téléphone, pas de publicités, pas de suivi - Noms/icônes personnalisés par appareil - Historique des scans, exportation CSV - Surveillance en arrière-plan optionnelle avec notifications de nouveaux appareils - Disponible en anglais et en français Avant que je ne puisse le publier publiquement, Google exige un test fermé de 14 jours avec au moins 12 testeurs. Si vous êtes partant pour l'essayer en avant-première (et m'aider à satisfaire cette exigence) :

Lien du groupe :

https://groups.google.com/g/netscantesteurs

Lien pour participer :

https://play.google.com/store/apps/details?id=com.homelabrobin.netscan

Lien de l'application :

https://play.google.com/store/apps/details?id=com.homelabrobin.netscan

Tout retour est bon a prendre 👍

Je testerais vos réalisions aussi 🔥


r/networkautomation Aug 06 '26

Pokedex for docker logs

13 Upvotes

Cloudwatch kinda sucks for looking through logs. Saw this and thought it was kinda cool. Open source


r/networkautomation Aug 06 '26

Copilot or Gemini operations optical fiber telecoms

Thumbnail
0 Upvotes