set internet-connection probe-icmp-servers

In the R81.10.X releases, this command is available starting from the R81.10.00 version.

Description

Configures the probing IPv4 addresses (or hostnames) to monitor an existing internet connection.

If there is no connectivity to these servers, the connection reports its status as failed.

In Web UI, this corresponds to:

  1. Click the Device view > Network section > Internet page.

  2. Click the Configure monitoring link.

  3. Click Save.

See:

Syntax

set internet-connection <Name>

      probe-icmp-servers

            first <IPv4-Address>

            [ second <IPv4-Address> ]

            [ third <IPv4-Address> ]

Parameters

Parameter

Description

name

Name of the Internet connection.

Press the TAB key to see the available options.

first

First IPv4 address (or hostname) for the probing method (when using connection monitoring).

second

Second IPv4 address (or hostname) for the probing method (when using connection monitoring).

third

Third IPv4 address (or hostname) for the probing method (when using connection monitoring).

Example Command

set internet-connection "My connection" probe-icmp-servers first dns.google.com second dns.cloudflare.com third dns.opendns.com