exam questions

Exam 300-720 All Questions

View all questions & answers for the 300-720 exam

Exam 300-720 topic 1 question 138 discussion

Actual exam question from Cisco's 300-720
Question #: 138
Topic #: 1
[All 300-720 Questions]



Refer to the exhibit. A network engineer must set up a content filter to find any messages that failed SPF and send them into quarantine. The content filter has been set up and enabled, but all messages except those that have failed SPF are being sent into quarantine. Which section of the filter must be modified to correct this behavior?

  • A. log-entry
  • B. quarantine
  • C. spf-status
  • D. skip-filters
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
GVKD
11 months ago
Selected Answer: C
Correct. You can check against the SPF/SIDF verification results using the following syntax: if (spf-status == "Pass") If you want a single condition to check against multiple status verdicts, you can use the following syntax: if (spf-status == "PermError, TempError") You can also check the verification results against the HELO, MAIL FROM, and PRA identities using the following syntax: if (spf-status("pra") == "Fail") https://www.cisco.com/c/en/us/td/docs/security/esa/esa14-0/user_guide/b_ESA_Admin_Guide_14-0/b_ESA_Admin_Guide_12_1_chapter_01000.html?bookSearch=true#con_1132105
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...