Cisco Meraki: DHCP mode settings of VLANs
submitted
J
John O Mahony
This metric is used to audit the DHCP mode settings of VLANs across all Meraki networksIt outputs a line for each VLAN, showing:The network it belongs toThe VLAN ID and nameWhether DHCP is enabled, disabled, or relayedSpot misconfigured VLANs (e.g. DHCP turned off)Great for reports and onboarding
Networks[].VLANs[].join(' | ', [ join(': ', ['Network', to_string(networkId)]), join(': ', ['VLAN', to_string(id)]), join(': ', ['Name', to_string(name)]), join(': ', ['DHCP Mode', to_string(dhcpHandling)]) ])