exam questions

Exam 156-215.81.20 All Questions

View all questions & answers for the 156-215.81.20 exam

Exam 156-215.81.20 topic 1 question 41 discussion

Actual exam question from Checkpoint's 156-215.81.20
Question #: 41
Topic #: 1
[All 156-215.81.20 Questions]

Which of the following log queries would show only dropped packets with source address of 192.168.1.1 and destination address of 172.26.1.1?

  • A. 192.168.1.1 AND 172.26.1.1 AND drop
  • B. src:192.168.1.1 AND dst:172.26.1.1 AND action:Drop
  • C. 192.168.1.1 OR 172.26.1.1 AND action:Drop
  • D. src:192.168.1.1 OR dst:172.26.1.1 AND action:Drop
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
NyiShinHtet
1 month, 1 week ago
Selected Answer: B
This question tests your ability to use the SmartConsole Log Search syntax — a key skill for investigating network events. You're looking for logs that match: ✅ Action = Drop ✅ Source IP = 192.168.1.1 ✅ Destination IP = 172.26.1.1 The correct query must use: -Field-specific syntax: like src:, dst:, and action: -Logical operator: AND (not OR), because all three conditions must be true simultaneously B. src:192.168.1.1 AND dst:172.26.1.1 AND action:Drop ✅ ✅ Correct field-based search query Exactly specifies: -Source = 192.168.1.1 -Destination = 172.26.1.1 -Action = Drop Ensures precision in log search results D. src:192.168.1.1 OR dst:172.26.1.1 AND action:Drop ❌ Still incorrect logic OR means logs with either IP will show up, not necessarily both
upvoted 1 times
...
aikaloge
1 year, 1 month ago
Selected Answer: B
It's B
upvoted 1 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 ...