An agentic stack that teaches AI agents to deploy, configure, operate, troubleshoot, and develop FRR (Free Range Routing).
- All routing protocols: BGP, OSPF, IS-IS, RIP, PIM, LDP, BFD, Babel, PBR, OpenFabric, VRRP, EIGRP, NHRP
- Multiple deployment models: Package-based (apt/yum), container (Docker/Podman), and source builds
- Full operational lifecycle: Installation, configuration, health checks, upgrades, backup/restore, monitoring, performance tuning
- Troubleshooting: Symptom-based decision trees and FRR debug tooling
- Development: FRR codebase navigation, building, testing, and contributing
- FRR 10.x (current stable)
- FRR 9.x (previous major)
agentic-stacks init agentic-stacks/frr my-frr-project
cd my-frr-projectcd my-project
agentic-stacks pull agentic-stacks/frrThis stack focuses on standalone FRR on Linux. It composes well with infrastructure stacks for platform-specific deployments.
This stack follows the Authoring a Stack guide.