In a zone-based firewall, you create policies that specify:
Source zone: Where traffic originates
Destination zone: Where traffic is going
Action: permit, deny, or inspect
Example policy allowing web traffic from outside to DMZ:
policy-map type inspect OUTSIDE-TO-DMZ
class WEB-TRAFFIC
inspect
The inspect action enables stateful tracking. Traffic matching this policy is allowed, and return traffic is automatically permitted.