Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam 156-586 All Questions

View all questions & answers for the 156-586 exam

Exam 156-586 topic 1 question 14 discussion

Actual exam question from Checkpoint's 156-586
Question #: 14
Topic #: 1
[All 156-586 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: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
HorneyRipper
1 month, 2 weeks ago
Selected Answer: C
You cannot set buffer with zdebug, but you can redirect output to a file
upvoted 1 times
...
c04efb6
1 month, 3 weeks ago
zdebug o debug dont support -o flag and you never will point to a dest file with "./"
upvoted 2 times
...
tonis123
2 months, 3 weeks ago
Selected Answer: C
Correct answer is C. Options A and D are incorrect because fw ctl zdebug does not support a -buf parameter to increase the buffer size.
upvoted 1 times
...
LegitimateBuilding6
3 months, 1 week ago
Selected Answer: B
R81.20 CCTE study guide: page 234: fw ctl zdebug only allocates 1024K for the buffer. page 273: fw ctl debug if more control is needed. That eliminates C and D Answer A is correct for setting the the buffer for a debug session. Answer B is correct for redirecting the output to a file. I think the answer they're looking for is B, since genereal advice is to redirect output to a file for further investigation if necessary.
upvoted 1 times
...
ToadRobertson2
10 months ago
At first I was thinking C, but to output to a file the command is: fw ctl zdebug > /var/log/tmp/fw_ctl_zdebug_drop.txt therefore C and by extension B cannot be correct and D cannot be correct as you cannot adjust the buffer in zdebug as it's fixed to 1024, therefore A is the only possible answer.
upvoted 3 times
...
Sakan
11 months ago
Selected Answer: C
zdebug does not allow the user to allocate a buffer. It automatically enables a 1MB buffer. So, this makes option A and D invalid. The only option is to save all information into a file.
upvoted 2 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 ...