Skip to content

Single LAN Configuration

Dashboard Location: Security and SD-WAN > Configure > Addressing & VLANs > Single LAN

Single LAN configuration in Meraki appliances provides simplified network setup for environments requiring a single, unified network segment without VLAN complexity. This functionality enables organizations to deploy straightforward network configurations while maintaining comprehensive security and management capabilities. Single LAN mode is ideal for small offices, branch locations, and scenarios where network segmentation is not required, offering simplified administration while preserving advanced appliance features.

Diagram

appliance (meraki.domains.organizations.networks)

Section titled “appliance (meraki.domains.organizations.networks)”
NameTypeConstraintMandatoryDefault Value
single_lanClass[single_lan]No

single_lan (meraki.domains.organizations.networks.appliance)

Section titled “single_lan (meraki.domains.organizations.networks.appliance)”
NameTypeConstraintMandatoryDefault Value
subnetStringRegex: ^((25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9]?[0-9])\.){3}(25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9]?[0-9])\/([1-9]|[12][0-9]|3[0-2])$No
appliance_ipIPNo
mandatory_dhcpBooleantrue, falseNo

Example-1: The example below demonstrates single LAN configuration.

This configuration manages the primary LAN interface settings for appliances in routed mode. The example includes subnet definitions, DHCP settings, and basic network parameters for single-subnet deployments.

This configuration establishes a single LAN segment using “subnet: 192.168.1.0/24” with the appliance serving as the default gateway at “appliance_ip: 192.168.1.1”. The “mandatory_dhcp: false” setting allows devices to use static IP addresses within the subnet range, providing flexibility for servers and network equipment that require fixed addressing. This simplified configuration eliminates VLAN complexity while maintaining full appliance functionality including firewall, VPN, and traffic shaping capabilities.

meraki:
domains:
- name: !env domain
administrator:
name: !env org_admin
organizations:
- name: !env org
networks:
- name: !env network_name_single_vlan
product_types:
- appliance
- switch
- wireless
- camera
- sensor
- cellularGateway
appliance:
single_lan:
subnet: "192.168.1.0/24"
appliance_ip: "192.168.1.1"
mandatory_dhcp: false