gns3_bulk_configure_nodes
Configure multiple network nodes simultaneously in GNS3 simulations to apply commands and save configurations in batch operations.
Instructions
Configure multiple nodes in one operation.
Args: configurations: List of dicts with keys: - node_id: Node to configure - commands: List of commands to send - save_config: Whether to save (optional, default False)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| configurations | Yes | ||
| server_url | No | http://localhost:3080 | |
| username | No | ||
| password | No |