05-11-2023 09:05 AM
Hi everyone, im trying to modify the default rule(MR product) but the api said this:
PUT /networks/{networkId}/wireless/ssids/{number}/firewall/l3FirewallRules
An ordered array of the firewall rules for this SSID (not including the local LAN access rule or the default rule)
Solved! Go to Solution.
05-11-2023 11:46 AM
The default rule is the rule of last resort, you don't modify it, you override it with your own rule(s).
Rules are applied in order until one matches, the default rule is the very last to be tried (assuming no other rule matched).
If you create an SSID firewall rule deny-any-any-any, it will effectively replace the default allow-any-any-any (which will never be applied).
05-11-2023 11:46 AM
The default rule is the rule of last resort, you don't modify it, you override it with your own rule(s).
Rules are applied in order until one matches, the default rule is the very last to be tried (assuming no other rule matched).
If you create an SSID firewall rule deny-any-any-any, it will effectively replace the default allow-any-any-any (which will never be applied).
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide