set internet-connection probe-icmp-servers

Description

Configures health monitoring settings for an existing internet connection.

Syntax

set internet-connection < name> probe-icmp-servers first <first> [ second <second> ] [ third <third> ] [ probing-method {icmp | dns} ]

Parameters

Parameter

Description

name

Connection name

A string that contains these characters:

  • a-z (lower-case letters)

  • A-Z (upper-case letters)

  • 0-9 (digits)

  • '.' (period)

  • '-' (minus)

  • '_' (underscore)

  • ' ' (space)

first

First IP address for the probing method (when using connection monitoring)

An IP address or host name

second

Second IP address for the probing method (when using connection monitoring)

An IP address or host name

third

Third IP address for the probing method (when using connection monitoring)

An IP address or host name

Example

set internet-connection "My connection" icmp first myHost.com second myHost.com third myHost.com