set internet-connection

Description

Configures health monitoring settings for an existing internet connection.

Syntax

set internet-connection <name> probe-next-hop <probe-next-hop> [ probe-servers <probe-servers> ][ probing-method <probing-method> ]

Parameters

Parameter

Description

name

Connection name

Type: A string that contains [A-Z], [0-9], '-', '@', '.', '_' and space characters

probe-next-hop

Automatically detect loss of connectivity to the default gateway

Type: Boolean (true/false)

probe-servers

Monitor connection state by sending probe packets to one or more servers on the Internet

Type: Boolean (true/false)

probing-method

Connection probing method

Options: icmp, dns

Example

set internet-connection My connection probe-next-hop true probe-servers true probing-method icmp