Skip to main content
Glama

OPNSense MCP Server

create_vlan

Configure new VLANs on OPNSense firewalls by specifying the physical interface, VLAN tag, description, and priority code point (PCP) for efficient network segmentation and management.

Instructions

Create a new VLAN

Input Schema

NameRequiredDescriptionDefault
descriptionNoVLAN description
interfaceYesPhysical interface (e.g., igc3)
pcpNoPriority Code Point (0-7)0
tagYesVLAN tag (1-4094)

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "VLAN description", "type": "string" }, "interface": { "description": "Physical interface (e.g., igc3)", "type": "string" }, "pcp": { "default": "0", "description": "Priority Code Point (0-7)", "type": "string" }, "tag": { "description": "VLAN tag (1-4094)", "type": "string" } }, "required": [ "interface", "tag" ], "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/vespo92/OPNSenseMCP'

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