exam questions

Exam 156-587 All Questions

View all questions & answers for the 156-587 exam

Exam 156-587 topic 1 question 18 discussion

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

During firewall kernel debug with fw ctl zdebug you received less information that expected. You noticed that a lot of messages were lost since the time the debug was started. What should you do to resolve this issue?

  • A. Increase debug buffer; Use fw ctl debug -buf 32768
  • B. Redirect debug output to file; Use fw ctl debug-o ./debug.elg
  • C. Redirect debug output to file; Use fw ctl zdebug -o ./debug.elg
  • D. Increase debug buffer; Use fw ctl zdebug -buf 32768
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
922f9b2
1 month, 1 week ago
Selected Answer: D
its actually D, if you read the question CAREFULLY :)
upvoted 1 times
...
keikei1228
1 month, 1 week ago
Selected Answer: A
The correct answer is: A. Increase debug buffer; Use fw ctl debug -buf 32768 - The "fw ctl zdebug" command is a shorthand for quickly enabling kernel debug flags and outputs directly to the console, but it uses a small buffer (by default, 1MB). If you are losing messages, it is likely because the buffer is too small and overflows. - To resolve this, you should increase the kernel debug buffer size before starting the debug. The correct command to do this is: fw ctl debug -buf 32768 This sets the buffer size to 32MB, which helps prevent message loss during high-volume debugging.
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 ...