createLanNetwork
Create a new LAN network with specified VLAN, gateway/subnet, and DHCP settings. Configure IP range, lease time, and IGMP snooping for client addressing.
Instructions
Create a new LAN network with VLAN, gateway/subnet, and DHCP settings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| vlan | Yes | VLAN ID | |
| siteId | No | ||
| purpose | Yes | Network purpose (1 = interface) | |
| dhcpSettings | Yes | DHCP server settings | |
| gatewaySubnet | Yes | Gateway and subnet in CIDR notation (e.g. "192.168.10.1/24") | |
| igmpSnoopEnable | Yes | Whether IGMP snooping is enabled |