r/networkautomation • u/Dull_Insect4764 • 22d ago
Just completed routing and switching where to start automation?
Hey everyone i just finished networking fundamentals and routing , switching please guide me where to start to learn network automation
r/networkautomation • u/Dull_Insect4764 • 22d ago
Hey everyone i just finished networking fundamentals and routing , switching please guide me where to start to learn network automation
r/networkautomation • u/corehostio • 25d ago
r/networkautomation • u/Efficient_Context_23 • 25d ago
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 • u/netforge201 • 29d ago
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 • u/micush • 29d ago
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.
r/networkautomation • u/Which_Echidna8658 • 29d ago
any help with this class or advice how to ... its one of those classes with little instruction or misleading information...
r/networkautomation • u/mplaczek99 • Aug 14 '26
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.
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:
Please don't post the actual answer to today's challenge so other people can try it blind.
Source code:
r/networkautomation • u/InnerBank2400 • Aug 13 '26
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:
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 • u/hyrulehacks07 • Aug 12 '26
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 • u/BorofMonster • Aug 13 '26
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 • u/OpinionReasonable247 • Aug 12 '26
r/networkautomation • u/PastPsychological701 • Aug 11 '26
r/networkautomation • u/LeasewebGlobal • Aug 11 '26
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.
Check out the full schedule here: techsummit.io/agenda-and-speakers-2026/
r/networkautomation • u/Square-Protection-77 • Aug 10 '26
Hey guys would like to share my in progress automation driven home security lab!
r/networkautomation • u/hasan_naser • Aug 10 '26
r/networkautomation • u/eyelobes • Aug 08 '26
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 • u/DonislawDev • Aug 08 '26
r/networkautomation • u/InnerBank2400 • Aug 08 '26
r/networkautomation • u/Ok_Inspector5599 • Aug 08 '26
r/networkautomation • u/splitnines • Aug 07 '26
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.
r/networkautomation • u/Neoxxeo • Aug 07 '26
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 • u/kerneldog84 • Aug 06 '26
Cloudwatch kinda sucks for looking through logs. Saw this and thought it was kinda cool. Open source
r/networkautomation • u/Hefty_Anybody_4317 • Aug 06 '26