Skip to main content
Glama

EVE-NG MCP Server

by moimran

connect_node_to_network

Link a node interface to a network in an EVE-NG lab to enable communication. Specify lab path, node ID, interface, and network ID to establish the connection.

Instructions

Connect a node to a network. This tool creates a connection between a node interface and a network in the lab, enabling communication through that network.

Input Schema

NameRequiredDescriptionDefault
argumentsYes

Input Schema (JSON Schema)

{ "$defs": { "ConnectNodeToNetworkArgs": { "description": "Arguments for connect_node_to_network tool.", "properties": { "lab_path": { "description": "Full path to the lab (e.g., /lab_name.unl)", "title": "Lab Path", "type": "string" }, "network_id": { "description": "Target network ID", "title": "Network Id", "type": "string" }, "node_id": { "description": "Source node ID", "title": "Node Id", "type": "string" }, "node_interface": { "description": "Node interface name (e.g., 'Gi0/0', 'eth0')", "title": "Node Interface", "type": "string" } }, "required": [ "lab_path", "node_id", "node_interface", "network_id" ], "title": "ConnectNodeToNetworkArgs", "type": "object" } }, "properties": { "arguments": { "$ref": "#/$defs/ConnectNodeToNetworkArgs" } }, "required": [ "arguments" ], "title": "connect_node_to_networkArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/moimran/eveng-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server