Hi everyone. Trying to get my head around ordered layers. Read the admin guide, but there really isn't too much around this subject. Currently have 9 gateways and all currently have two access control policies: a non-shared firewall policy, and a shared app/url policy.
The overwhelming majority of firewall rules are replicated over and over in the non-shared firewall policy at each location, i want to simplify by creating one shared firewall polices for everything not unique to the site. So the access-control order at every location would be:
1) non shared unique-local firewall policy - implicit accept cleanup
2) shared firewall policy - implicit drop cleanup
3) shared app/url
This leads me to a few questions:
1) I think this one is obvious - if the connection doesn't match any rule in policy 1, it goes directly to rule 1 in policy 2?
2) if a connection is matched in policy 1, does it now go directly to rule 1 in policy 3?
So in this scenario, are policies 1 and 2, " stacked"?
thanks