set wimax

Purpose

Configures settings for the WiMAX radio in the Digi device. These settings control the current state of the radio, and its behavior when the Digi device is started.

Required permissions

For Digi products with two or more users, to use this command, permissions must be set to set permissions s‑wimax=read to display settings, and set permissions s‑wimax=rw to display and configure settings. See set permissions for details on setting user permissions for commands.

Syntax

Configure WiMAX radio

set wimax [state={on|off}]
[auto_connect={on|off}]
[nspid=id]
[name=string]
[eap_method={tls|ttls-chap|ttls-mschapv2|ttls-md5}]
[username=string]
[password=string]
[realm=string]
[disable_certs={on|off}]

Display current WiMAX radio settings

set wimax

Options

state={on|off}

Enables or disables the WiMAX radio.

on

Turn on the radio, scan for available networks, and be ready to connect.

off

Disables the WiMAX radio. If the radio is disabled, it will not transmit or receive over the air.

auto_connect={on|off}

Enables or disables automatic connection at startup to the subscription specified by the nspid or name option, and re-establish a connection if it is lost.

nspid=id

The identifier of the network service provider used in the automatic connection to the WiMAX network.

name=string

The name of the subscription or account with the network service provider used in the automatic connection to the WiMAX network.

eap_method={tls|ttls-chap|ttls-mschapv2|ttls-md5}]

The authentication method used for the automatic connection to the WiMAX network.

tls

Transport Layer Security (TLS). A client certificate and private key on the radio will be used to authenticate. This is the most common method used.

ttls-chap

Tunneled Transport Layer Security (TTLS) using the Challenge-Handshake Authentication Protocol (CHAP).

ttls_mschapv2

TTLS using Microsoft Challenge-Handshake Authentication Protocol Version 2 (MSCHAPV2).

ttls-md5

TTLS using Message Digest Version 5 (MD5).

username=string
password=string
realm=string

The username, password, and service realm name used for logging on to the WiMAX network.

If your service provider has given you account login information, specify the authentication method type using the eap_method option and enter the username, password, and realm values.

If you have a login of the form username@realm, enter the user name and realm in separate fields, without the @ sign.

When the authentication method is Transport Layer Security (TLS) (eap_method=tls) the username, password, and realm are not used.

disable_certs={on|off}

Disable server certificate verification.

Example

#> set wimax auto_connect=on nspid=000002 name=Clear eap_method=tls

See also