Description
Fetches the IPS packet capture data from the specified Security Gateway.
Notes:
mdsenv <>).$FWDIR/log/captures_repository/$FWDIR/log/blob/Syntax
| fwm [-d] getpcap -g <Security Gateway> -u '{<Capture UID>}' -p <Local Path> | 
Parameters
| Item | Description | 
|---|---|
| 
 | Runs the command in debug mode. Use only if you troubleshoot the command itself. For complete debug instructions, see the description of the  | 
| 
 | Specifies the main IP address or Name of Security Gateway object as configured in SmartConsole. | 
| 
 | Specifies the Unique ID of the packet capture file. To see the Unique ID of the packet capture file, open the applicable log file in SmartConsole > Logs & Monitor > Logs. | 
| 
 | Specifies the local path to save the specified packet capture file. If you do not specify the local directory explicitly, the command saves the packet capture file in the current working directory. | 
Example
| [Expert@MGMT:0]# fwm getpcap -g 192.168.162.1 -u '{0x4d79dc02,0x10000,0x220da8c0,0x1ffff}' /var/log/ [Expert@MGMT:0]# |