netmiko-ssh-automation
Safe Python Netmiko patterns for read-only collection, bounded batch SSH, TextFSM parsing, guarded config changes, timeouts, and network automation error handling. Use when automating network device access with Python Netmiko, whether collecting state or pushing guarded config changes.
- installs 8w
- 1,712
- 30-day movement
- starts with the next reading
- Related entries
- 3
- Connections
- 0
This is an agent skill providing safe Python Netmiko patterns for SSH automation against network devices. It covers read-only command collection, bounded batch execution, TextFSM parsing, guarded config changes with rollback, timeouts, and error handling.
Use it when writing or reviewing Netmiko-based Python so connection code stays read-only by default, avoids hardcoded credentials, and handles batch and config operations safely.
Use it to
- Collect show command output from routers, switches, or firewalls
- Build audit scripts for interface, routing, or config evidence
- Parse command output with TextFSM into structured data
- Apply guarded config changes with rollback and before/after evidence
- Review automation scripts against a safety checklist
For Network engineers writing Python automation with Netmiko
- Host repository
- affaan-m/ECC
- Installs, lifetime
- 2,900
- Installs, 8 weeks
- 1,712
- Host stars
- 261k
- Host language
- JavaScript