send_config_commands
Send configuration commands to network devices, optionally filtered by name, hostname, group, or platform. Provides per-host success or error feedback.
Instructions
Send configuration commands to network devices.
Args: commands: List of configuration commands filter_name: Filter by device name in inventory filter_hostname: Filter by specific hostname or IP filter_group: Filter by group membership filter_platform: Filter by platform (e.g., cisco_ios)
Returns: Dictionary with 'hosts' key mapping hostname -> task result (success or error).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| commands | Yes | ||
| filter_name | No | ||
| filter_group | No | ||
| filter_hostname | No | ||
| filter_platform | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||