- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
08-17-2012 01:48 PM
Can someone provide an example of the valid parameters and format for the query statement used in an FTP export? My immediate need is to limit to a specific vsys, and the size is too large to do through the GUI.
I know the base command is this:
ftp export log traffic start-time equal 2012/07/26@20:59:00 end-time equal 2012/07/27@21:05:00 to anonymous:my_myco.com@192.168.2.3
but i need to add the query statement as documented in CLI guide, but there's no example, and CLI doesn't provide an information about valid parameters.
Thanks,
kurt
08-17-2012 06:02 PM
answered my own question...
query "vsys eq vsys10"
so the complete command is:
>ftp export log traffic query "vsys eq vsys1" start-time equal 2012/07/26@20:59:00 end-time equal 2012/07/27@21:05:00 to anonymous:my_myco.com@192.168.2.3
08-17-2012 06:02 PM
answered my own question...
query "vsys eq vsys10"
so the complete command is:
>ftp export log traffic query "vsys eq vsys1" start-time equal 2012/07/26@20:59:00 end-time equal 2012/07/27@21:05:00 to anonymous:my_myco.com@192.168.2.3
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!