nerdexam
Check_Point

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…

Troubleshooting Security Gateway Processes

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)
  • A
    8% (2)
  • B
    8% (2)
  • C
    4% (1)
  • D
    79% (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

#fw monitor#packet capture#Wireshark#capture file syntax

Community Discussion

No community discussion yet for this question.

Full 156-582 Practice