PCNSA · Question #432
What two actions can be taken when implementing an exception to an External Dynamic List? (Choose two.)
The correct answer is C. Exclude an IP address by making use of regular expressions. D. Exclude a URL entry by making use of wildcards. In PAN-OS, when adding exceptions to an External Dynamic List (EDL), the available syntax depends on the entry type. For IP address exceptions, you can use regular expressions (regex) to match and exclude entries. For URL exceptions, you can use wildcards (e.g., *.example.com)…
Question
What two actions can be taken when implementing an exception to an External Dynamic List? (Choose two.)
Options
- AExclude an IP address by making use of wildcards.
- BExclude a URL entry by making use of regular expressions.
- CExclude an IP address by making use of regular expressions.
- DExclude a URL entry by making use of wildcards.
How the community answered
(41 responses)- A5% (2)
- B7% (3)
- C88% (36)
Explanation
In PAN-OS, when adding exceptions to an External Dynamic List (EDL), the available syntax depends on the entry type. For IP address exceptions, you can use regular expressions (regex) to match and exclude entries. For URL exceptions, you can use wildcards (e.g., *.example.com) to match and exclude entries. This means: C is correct - IP addresses can be excluded using regular expressions; D is correct - URL entries can be excluded using wildcards. Option A is wrong because wildcards are not supported for IP exceptions, and Option B is wrong because regex is not supported for URL exceptions.
Topics
Community Discussion
No community discussion yet for this question.