network-config-validation
Pre-deployment checks for router and switch configuration, including dangerous commands, duplicate addresses, subnet overlaps, stale references, management-plane risk, and IOS-style security hygiene. Use when reviewing a router or switch configuration before deployment.
- installs 8w
- 1,706
- 30-day movement
- starts with the next reading
- Related entries
- 3
- Connections
- 0
An agent skill that runs pre-deployment checks on router and switch configurations, targeting Cisco IOS/IOS-XE style configs. It uses Python regex-based checks for dangerous commands, duplicate IPs, subnet overlaps, stale references, management-plane risks, and security hygiene, explicitly as layered evidence rather than a full parser.
It gives you a fast pre-flight gate to catch risky or conflicting config lines before a change window or automation push.
Use it to
- Run dangerous-command checks on a snippet before pasting it
- Check duplicate IPs and subnet overlaps across a candidate config
- Gate Netmiko, NAPALM, or Ansible automation runs on validation
- Audit generated or templated config before deployment
- Review VTY blocks for access-class and management-plane risks
For Network engineers reviewing IOS-style configs before deployment
- Host repository
- affaan-m/ECC
- Installs, lifetime
- 3,000
- Installs, 8 weeks
- 1,706
- Host stars
- 261k
- Host language
- JavaScript