gns3_send_console_commands
Execute commands on GNS3 network nodes via console to configure devices, automate tasks, and manage network simulations.
Instructions
Send commands to a node's console via Telnet.
Args: commands: List of commands to execute wait_for_boot: Wait for device to boot before sending commands boot_timeout: Maximum time to wait for boot (seconds) enter_config_mode: Automatically enter config mode (Cisco) save_config: Save configuration after commands (Cisco) enable_password: Enable password if required
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| node_id | Yes | ||
| commands | Yes | ||
| server_url | No | http://localhost:3080 | |
| username | No | ||
| password | No | ||
| wait_for_boot | No | ||
| boot_timeout | No | ||
| enter_config_mode | No | ||
| save_config | No | ||
| enable_password | No |