backup_configs
Back up network device configurations to a local directory. Use filters by name, hostname, group, or platform to target specific devices, and get a summary of saved file paths.
Instructions
Save device configuration to the local disk.
Args: path: Directory path to save backup files 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', 'arista_eos')
Returns: Summary of saved file paths.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Directory path to save backup files | ./backups |
| filter_name | No | Filter by device name in inventory | |
| filter_group | No | Filter by group membership | |
| filter_hostname | No | Filter by specific hostname or IP | |
| filter_platform | No | Filter by platform (e.g., 'cisco_ios', 'arista_eos') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||