156-582 · Question #61
Which is the correct "fw monitor" syntax for creating a capture file for loading it into Wireshark?
The correct answer is D. fw monitor -e "accept <FILTER EXPRESSION*;" -file Output.cap. The correct syntax for using fw monitor to create a capture file compatible with Wireshark involves specifying the filter expression and the output file with the .cap extension. Option D correctly uses the -e flag for the filter expression and the -file flag to specify the…
Question
Which is the correct "fw monitor" syntax for creating a capture file for loading it into Wireshark?
Options
- Afw monitor -e "accept <FILTER EXPRESSION*;" > Output.cap
- BThis cannot be accomplished as it is not supported with R80.10
- Cfw monitor -e "accept <FILTER EXPRESSION^" -o Output.cap
- Dfw monitor -e "accept <FILTER EXPRESSION*;" -file Output.cap
How the community answered
(24 responses)- A8% (2)
- B8% (2)
- C4% (1)
- D79% (19)
Explanation
The correct syntax for using fw monitor to create a capture file compatible with Wireshark involves specifying the filter expression and the output file with the .cap extension. Option D correctly uses the -e flag for the filter expression and the -file flag to specify the output file, ensuring the captured data can be seamlessly imported into Wireshark for analysis.
Topics
Community Discussion
No community discussion yet for this question.