connect_nodes
Connect two nodes in an EVE-NG lab by creating a network and attaching their interfaces. First use get_lab to find node and interface IDs.
Instructions
Connect two nodes by creating a network and attaching their interfaces to it. Specify the node IDs and interface IDs to connect. Use 'get_lab' first to see available nodes and their interface IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lab_path | Yes | ||
| node1_id | Yes | ||
| node1_interface | Yes | ||
| node2_id | Yes | ||
| node2_interface | Yes | ||
| network_name | No | ||
| network_type | No | bridge |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |