netmiko-ssh-automation - Automate network device SSH operations safely with Netmiko.
Establishes read-only default SSH patterns, bounded concurrency, timeout controls, and gated configuration pushes for Netmiko network automation.
Tags
Updated: 2026-09-24Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Collect device output via SSH
- Parse output using TextFSM
- Isolate connection failures per host
- Execute gated configuration updates
Inputs
- Bounded device inventory
- SSH authentication credentials
- Network device commands
- Explicit operator flag
Outputs
- Raw device command output
- Parsed structured device data
- Per-host collection execution results
- Before and after configuration diffs
Requirements
- Python environment
- Netmiko library
- SSH access to target devices
