Exempt traffic/public IP subnet for FW Policy inspection
hi,
i'm trying to create a FW policy (top most rule) to exempt/bypass selected public IP host/subnet for FW policy inspection. this for troubleshooting/logging purpose and to quickly react if a client escalated a complex issue.
can someone confirm if below logic is correct? do i use the same source address ("extempted-subnet" address group) for both inbound and outbound rule?
| Rule # | Name | Source Interface | Destination Interface | Source Address | Destination Address | Service | Action |
| Exemption Traffic - Inbound/Outbound | |||||||
| 1 | Allow Exempted Subnet Inbound | internet (egress interface) | any | To add customer public IP subnet in "extempted-subnet" Address Group | all | N/A | Accept |
| 2 | Allow Exempted Subnet Outbound | any | internet (egress interface) | To add customer Public IP subnet in "extempted-subnet" Address Group | all | N/A | Accept |
