Example: Setting Flow Debugging Trace Options (CLI)
The following examples display the options you can set by using security flow traceoptions.
- To match the imap destination port for the filter1 packet
filter, use the following statement: user@host# set security flow traceoptions packet-filter filter1 destination-port imap
To set the 1.2.3.4 destination IPv4 prefix address for the filter1 packet filter, use the following statement:
user@host# set security flow traceoptions packet-filter filter1 destination-prefix 1.2.3.4To set the fxp0 logical interface for the filter1 packet filter, use the following statement:
user@host# set security flow traceoptions packet-filter filter1 interface fxp0To match the TCP IP protocol for the filter1 packet filter, use the following statement:
user@host# set security flow traceoptions packet-filter filter1 protocol tcpTo match the HTTP source port for the filter1 packet filter, use the following statement:
user@host# set security flow traceoptions packet-filter filter1 source-port httpTo set the 5.6.7.8 IPv4 prefix address for the filter1 packet filter, use the following statement:
user@host# set security flow traceoptions packet-filter filter1 source-prefix 5.6.7.8