beautypg.com

Command syntax pattern, Example, Related commands – Fortinet Version 3.0 User Manual

Page 55

background image

config CLI commands

probe probe_list {ping | http | ftp | pop3 | smtp | imap}

FortiBridge Version 3.0 Administration Guide
09-30000-0163-20061109

55

probe probe_list {ping | http | ftp | pop3 | smtp | imap}

Use this command to configure probes for ping, HTTP, FTP, POP3, SMTP, and IMAP traffic. Probes
monitor different types of traffic. For each protocol you configure the time interval between probes
(interval) and how many lost probes are required to register a failure (threshold). You can also enable
each probe and in all cases except ping you can specify the port used by the probe.

Command syntax pattern

config probe probe_list {ping | http | ftp | pop3 | smtp | imap}

set

end

config probe probe_list {ping | http | ftp | pop3 | smtp | imap}

unset

end

get probe probe_list {ping | http | ftp | pop3 | smtp | imap}

show probe probe_list {ping | http | ftp | pop3 | smtp | imap}

Example

Use the following command to enable HTTP probes and change the HTTP failure threshold to 5 and
the probe interval to 3.

config probe probe_list http

set status enable

set failure_threshold 5

set probe_interval 3

end

This example shows how to display the settings for the probe probe_list command.

get probe probe_list

This example shows how to display the settings for the http probe.

get probe probe_list http

This example shows how to display the configuration for the probe probe_list command.

show probe probe_list

Related Commands

probe setting

Keywords and variables

Description

Default

failure_threshold

The number of probe packets that are lost before the
FortiBridge unit determines that the FortiGate unit has failed.

3

probe_interval

The number of seconds between probe packets.

1

status {disable | enable}

Enable or disable sending probe packets for the current
probe protocol

disable

test_port

The port number on which the probe sends packets for a
give protocol.

ping (none)

http 80

ftp 21

pop3 110

smtp 25

imap 143