Help api for Firewall rules

Solved
Leeones
Just browsing

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)

 

 

1 Accepted Solution
sungod
Head in the Cloud

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).

 

View solution in original post

1 Reply 1
sungod
Head in the Cloud

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).

 

Get notified when there are additional replies to this discussion.