Please enable JavaScript.
Coggle requires JavaScript to display documents.
๐ Day 4 - Coggle Diagram
๐ Day 4
Firewall Policies Basics
-
-
-
-
-
-
๐บ๏ธ Address Objects
- Define Layer 3 identity (who/where traffic is from/to).
- Mandatory: Must define at least one Source address.
-
-
-
-
- Dynamic / Fabric Connector
- ISDB objects cannot mix with standard ones.
-
๐ฆ Use in Routing
- Address objects (Subnet/FQDN) can be used in static routes.
๐ข Service Definitions
- Define allowed protocols/ports (Layer 4).
-
- Allowing ALL enables any protocol/port.
- Avoid allowing HTTP in production unless necessary.
โฐ Schedules
- Define active time windows for policies.
-
๐ซ Implicit Deny Rule
- Default rule at bottom: silently drops unmatched traffic.
- In labs, enable logging to see dropped packets.
๐งพ Policy Actions
- ACCEPT โ Traffic permitted โ Apply security profiles.
- DENY โ Drop connection โ No inspection.
- Implicit Deny = final safety net.
-
๐ง Summary
- Policies control what passes through firewall.
- Combine Routing, NAT, and Permissions.
- Sequential processing โ top-down match.
- Implicit Deny ensures security by default.
- Logging provides full visibility into firewall behavior.