manage_network
Create, update, or delete VLAN networks for traffic segmentation. View existing configurations with list_networks before modifying.
Instructions
Create, update, or delete a network. CREATE: provide name, vlanId (>=2 for non-default), enabled, management type. UPDATE: provide networkId + fields to change. DELETE: provide networkId — WARNING: disconnects all clients on that network. Use list_networks to see existing configs before modifying. For VLAN segmentation (e.g. IoT isolation), create a new network with a unique VLAN ID, then assign a WiFi SSID to it with manage_wifi.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Operation to perform | |
| networkId | No | Network ID (required for update/delete, from list_networks) | |
| name | No | Network name. Convention: lowercase-with-dashes, e.g. 'trusted', 'iot-devices', 'guest' | |
| enabled | No | Whether the network is active | |
| management | No | Network management type. Use 'GATEWAY' for standard networks | |
| vlanId | No | VLAN ID: 1 = default network, 2-4009 = custom. Common: 10=trusted, 20=work, 30=iot, 40=guest |