run_netmiko_config
Deploy configuration commands to multiple network devices concurrently using Netmiko, filtering hosts by criteria. Requires user confirmation before execution.
Instructions
WRITE OPERATION: modifies device configuration. Deploy configuration commands concurrently to multiple hosts via Netmiko. Confirm with the user before calling this tool.
Args: commands: List of configuration commands to execute. filter_criteria: Dictionary to filter target hosts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| commands | Yes | ||
| filter_criteria | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |