fw dbgfile
Use this command for debugging of the system.
fw dbgfile collec t collects firewall debugging information (fw ctl debug). User needs to stop its collection manually - by writing stop.
fw dbgfile view shows the collected debugging information
Syntax
fw [gexec-flags] dbgfile [collect|view] [fw ctl debug options]
Example 1
> fw dbgfile collect -f /home/admin/temp.dbg -buf 2300 -m kiss + pmdump -m fw + xlate
Notes
Debug collection: fw dbgfile collect [-buf BUF_SIZE] -f FILE [FLAGS] FILE - file to collect the debug information to, full path should be provided FLAGS - debug flags
Example 2
> fw dbgfile view /home/admin/temp.dbg
Debug viewing: fw dbgfile view FILE FILE - file containing debug information collected by the collect option, full path should be provided.
|