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.
Try to find information regarding the No Nat feature on the MXThe function is stil in beta according to the dashboard, but guess this is more of an UI clean-up miss since nonat is a prereq for using BGPHow can we alter the configuration for this via ...
I know this is really of topic when it comes to what the sensors are suppose to be at. Never the less I couldn't help my self trying.I do have some home automation at home using Homey Pro as the gateway/hub/controller, call it what you like.Instelled...
I'm working on a workflow to do automation as much as possible. We will use Policy objects and groups in our organisations.Try to findout how to use API to attach a policy-group in the firewall settings in a network.If I do a get fw rules from a netw...
HiWe are testing the org-wide GP that we got enabled in our test enviromentOne thing we noticed is that when you create the rule it's rather straight forward, the next step is then to scope the network you like to assosiate with this GP. Finally you ...
HiI'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 ...
interesting solution, will test this for sure.unfortunately the BGP feature require no nat to what I understand to be able to advertise the local vlans or maybe this is just for reachability from the outside and if that is the case nat1:1 might work
I manage to find a solution with some input from someone in our EMEA-Meraki Partner Webex space.By using the following logic it worked just finegroup = 'GRP'+ '('+ policy_group +')'object = 'OBJ' + '(' + policy_object + ')'rule_list = []rule_dict = {...
Yes it’s a private beta right now, the concept and idea is great. As always with beta and early adopters try/test/tweak and give feedback so we all together explore how to adjust if needed based on real life use cases
Yes that will be the workflowLittle annoying that when you read the schema definition most of the parameters are defined/explained.I used the same in my code basically just like you, create the basic and then update with specifics