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
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.
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.
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
...
Log in to ExamTopics
Sign in:
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.
HorneyRipper
1 month, 2 weeks agoc04efb6
1 month, 3 weeks agotonis123
2 months, 3 weeks agoLegitimateBuilding6
3 months, 1 week agoToadRobertson2
10 months agoSakan
11 months ago