Cisco Device Setup Tool
A web-based configuration wizard that generates ready-to-paste Cisco IOS command scripts for routers and switches. Fill in the branch details and hardware specs, and you get a complete, error-free setup command in seconds — no manual CLI scripting needed.
Setting up a new Cisco router or switch used to mean flipping through documentation, double-checking command syntax, and hoping nothing was typoed before pasting it into the CLI. This tool removes all of that friction.
You fill in a short form — the branch name, hardware model (24 or 48 port), network details — and the tool generates a complete, validated Cisco IOS command block ready to paste directly into the device's terminal. No guesswork, no syntax errors, no need to remember which commands apply to which model.
Built as an internal Angular web app, the frontend collects all required configuration parameters through a clean form and sends them to a C# backend that handles the command generation logic. The output is ready to use immediately, making branch rollouts significantly faster and more consistent across the team.
Deployed on IIS and managed through the existing Azure DevOps pipeline.