Switch DHCP Server Policy ARP Inspection Trusted Servers Configuration
Dashboard Location: Switching > DHCP Servers and ARP
ARP Inspection Trusted Server Management
Section titled “ARP Inspection Trusted Server Management”Switch DHCP server policy ARP inspection trusted servers configuration in Meraki networks provides administrators with the capability to define authorized DHCP servers that bypass ARP inspection security controls, enabling secure network operations while maintaining protection against rogue servers. This functionality supports trusted server identification, MAC address binding, VLAN-specific server authorization, IP address validation, and granular ARP inspection control. Trusted server management is essential for enterprise networks with legitimate DHCP services, distributed server architectures, VLAN-segmented environments, and complex network topologies requiring selective ARP inspection bypass.
Diagram
Section titled “Diagram”Classes
Section titled “Classes”dhcp_server_policy (meraki.domains.organizations.networks.switch)
Section titled “dhcp_server_policy (meraki.domains.organizations.networks.switch)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
arp_inspection_trusted_servers | List | [arp_inspection_trusted_servers] | No |
arp_inspection_trusted_servers (meraki.domains.organizations.networks.switch.dhcp_server_policy)
Section titled “arp_inspection_trusted_servers (meraki.domains.organizations.networks.switch.dhcp_server_policy)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
mac | MAC | No | ||
vlan | Any | Integer[min: 1 , max: 4094 ] or String[matches: `(?:[1-9] | [1-9][0-9] | [1-9][0-9]2 |
ipv4_address | IP | No | ||
trusted_server_name | String | min: 1 , max: 127 | Yes |
Examples
Section titled “Examples”Example-1: The example below demonstrates switch DHCP ARP inspection trusted servers configuration using tested YAML configuration from pipeline fixtures.
meraki: domains: - name: "!env domain" administrator: name: "!env org_admin" organizations: - name: "!env org" networks: - name: "!env network_name" product_types: - appliance - switch - wireless - camera - sensor - cellularGateway switch: dhcp_server_policy: arp_inspection_trusted_servers: - mac: AA:BB:CC:DD:EE:FF vlan: 100 ipv4_address: "1.2.3.4" trusted_server_name: s1 - mac: BB:CC:DD:EE:FF:AA vlan: 100 ipv4_address: "1.2.3.4" trusted_server_name: s2 - mac: CC:DD:EE:FF:AA:BB vlan: 101 ipv4_address: "10.20.30.40" trusted_server_name: s3
Trusted Server Types
Section titled “Trusted Server Types”Server Type | Description | Use Case | Configuration Requirements |
---|---|---|---|
Primary DHCP Server | Main network DHCP service | Standard operations | MAC, IP, VLAN binding |
Secondary DHCP Server | Backup/failover service | High availability | Duplicate configuration |
VLAN-specific Server | Dedicated VLAN services | Network segmentation | Per-VLAN settings |
Remote Site Server | Branch office DHCP | Distributed networks | Site-specific parameters |