- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Help api for Firewall rules
Hi everyone, im trying to modify the default rule(MR product) but the api said this:
Update Network Wireless Ssid Firewall L3 Firewall Rules
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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).
