Folks,
has anybody got a work around for a problem I am having with updating the MX WAN ports
We have a customer who wants a script to disable WAN2 on all their MX 64s and it's a quite large estate
Although setting ["WAN2"]["enabled "] = False via updateDeviceApplianceUplinksSettings does indeed shut WAN2 the problem occurs about 10 seconds later when WAN1 seems to reset and leaves the device without WAN connectivity for 80 to 90 seconds
Although this is a 'just in case' script the customer wants I'm not sure that they would be happy with 1500+ 90 second disconnects across their estate.
I think the issue is because updateDeviceApplianceUplinksSettings requires values to be written to both WAN1 and WAN2
Even though WAN1 essentially has no change it still treats the update as a change and acts accordingly.
Has anybody found a way around this.
Initial thought were
Only write to WAN2 (API complains about empty fields not being permitted)
Use the regular ethernet port to disable the port BUT because the port is defined as a WAN port it doesn't appear as a regular ethernet port any more.
Meraki devs, can we have please address the WAN ports individually in the future please.
Thanks,
Rob...