WebSocket Tunneling with OVOC Parameters

The WebSocket tunneling with OVOC parameters are described in the table below. For more information on WebSocket tunneling between the device and OVOC, see Configuring WebSocket Tunnel with OVOC.

WebSocket Tunneling with OVOC Parameters

Parameter

Description

'OVOC WebSocket Tunnel Server Address'

configure network > ovoc-tunnel-settings > address

[WSTunServer]

Defines the address of the WebSocket tunnel server (OVOC).

The valid value is an IPv4 address (in dotted-decimal notation) or a hostname. By default, no value is defined.

Note:

For the parameter to take effect, a device restart is required.
If you configure the parameter to a hostname, the device uses the DNS server configured in Configuring a DNS Server for HTTP Services to resolve it into an IP address.

'Interface Name'

configure network > ovoc-tunnel-settings > interface-name

[WSTunInterfaceName]

Defines an IP Interface for communication with the WebSocket tunnel server.

By default, no value is defined (i.e., device uses the default OAMP IP Interface).

Note: For the parameter to take effect, a device restart is required.

'Path'

configure network > ovoc-tunnel-settings > path

[WSTunServerPath]

Defines the path of the WebSocket tunnel server.

Configure the parameter to "tun" (without quotation marks) to match the default OVOC configuration.

Note: For the parameter to take effect, a device restart is required.

'Username'

configure network > ovoc-tunnel-settings > username

[WSTunUsername]

Defines the username for connecting the device to the WebSocket tunnel server (OVOC).

The valid value is a string of up to 30 characters.

Configure the parameter to "VPN" (without quotation marks) to match the default OVOC configuration.

Note:

For the parameter to take effect, a device restart is required.
The username must be the same as that configured on OVOC.

'Password'

configure network > ovoc-tunnel-settings > password

[WSTunPassword]

Defines the password for connecting the device to the WebSocket tunnel server (OVOC).

The valid value is a string of up to 30 characters.

Configure the parameter to "123456" (without quotation marks) to match the default OVOC configuration.

Note:

For the parameter to take effect, a device restart is required.
The password must be the same as that configured on OVOC.

'Secured (HTTPS)'

configure network > ovoc-tunnel-settings > secured

[WSTunSecured]

Enables secured (HTTPS) WebSocket tunneling connection.

[0] = Disable
[1] = (Default) Enable

Note: For the parameter to take effect, a device restart is required.

'Verify Server'

configure network > ovoc-tunnel-settings > verify-server

[WSTunVerifyPeer]

Enables the device to verify the TLS certificate that is presented by OVOC when establishing the WebSocket tunneling connection.

You should upload the corresponding CA certificate to the device's Trusted Root store of the default TLS Context (Index #0).

[0] = Disable - no certificate verification is done.
[1] = (Default) Enable. The device verifies that the TLS certificate presented by OVOC is signed by one of the known CAs.

Note:

For the parameter to take effect, a device restart is required.
The parameter is applicable only if you configure the [WSTunSecured] parameter to [1].