set reach-my-device

Description

Configures the "Reach my device" service, which enables connecting to the device's management portal even when the device is behind NAT.

Syntax

set reach-my-device [ mode {true | false} ] [ host-name <host-name> ] [ existing-host-name { false | true validation-token <validation-token> } ] [ get-tunnel-mode-interval 0-86400 ] [ poll-interval 0-60 ]

Parameters

Parameter

Description

existing-host-name

Controls whether to register (true) or not (false) with an existing host name.

host-name

Configures the appliance host name (DNS Prefix).

A string of alphanumeric characters without space between them:

  • a-z (lower-case letters)

  • A-Z (upper-case letters)

  • 0-9 (digits)

mode

Enables (true) or disables (false) the Reach My Device feature.

validation-token

Configures the appliance validation token.

A string of alphanumeric characters without space between them:

  • a-z (lower-case letters)

  • A-Z (upper-case letters)

  • 0-9 (digits)

get-tunnel-mode-interval

Time interval (in seconds) to get tunnel mode from server.

poll-interval

Time interval (in seconds) to poll from polling server.

Example

set reach-my-device mode true host-name MyHostName existing-host-name true validation-token MyToken get-tunnel-mode-interval 3600 poll-interval 30