What actions are employed when configuring an IOS ZPF for network traffic?
- inspect action
- zone pair
- class-map
- policy-map
Explanation: The actions used in an IOS ZPF:
- Inspect: Performs stateful packet inspection.
- Drop: Blocks traffic (with optional logging).
- Pass: Allows traffic without state tracking.
The "inspect action" is one of these core actions applied to network traffic. The other options (zone pair, class-map, policy-map) are configuration components used to define policies but are not actions directly applied to traffic.
Related exam: Network Defense (NetDef) Course Final Exam Answers
Related exam: Cybersecurity Essentials v3.0 Course Final Exam Answers
