Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
This seems like a weird one to meWe have the following setup WAN1 __________ ROUTER 1 __________ internet 1 /MX 1- \ WAN 2 __________ ROUTER 2 _________ internet 2during normal operation - from the inter...
We have been trying to update the name server for VLANs using Python through the API but have been getting errors or issues We can update using the GUI without issue but the idea is to do this in mass (we cannot use templates) the setting is under Se...
Thank you all final working code for anyone trying to do the same in future import merakifrom getpass import getpassTARGET_NETWORK_NAME = "REDACTED_NETWORK_NAME"VLANS_TO_UPDATE = [REDACTED_VLAN_ID_1, REDACTED_VLAN_ID_2]NEW_DNS = "REDACTED_DNS_1\nREDA...
unfortunately the same issue still VLAN 10: ERROR → appliance, updateNetworkApplianceVlan - 400 Bad Request, {'errors': ['The Custom nameservers list contains one or more invalid entries (should be IP addresses or domain names).']}VLAN 11: ERROR → ap...