Hi I've noticed that when I use the API to create VLANs on the MX there might be an error in the API. I use the createNetworkApplianceVlan with the following parameters: (some are comming from a few input statment and will later be part of a data flow between different systems) network_id, id_, name='test60', subnet='60.30.20.0/24', applianceIp='60.30.20.1', ipv6={'enabled': True,}, dhcpHandling='Run a DHCP server', dhcpLeaseTime ='1 hour', dnsNameservers='opendns' The two thing that is not reflected in the dashboard is Leasetime and DNS name server, the dashboard use the default upstream DNS and 1 day leasetime, not really what I want, event tried the swagewr on the meraki.io page to make sure I didn't have any type that will cause the API to use defaults. My current workaround is to then run the updateNetworkApplianceVlan with the following input: network_id, vlan_id, name=vlan_name, <This is from an input string dhcpLeaseTime='1 hour', dnsNameservers='opendns' Now the DHCP settings reflect what I want As always it could be error code 40 (problem 40 cm from the keyboard) but also something else. Ideas / Input appriciated //Mikael
... View more