Example 1 – NordicTrack ROUTER WITH VOICE 3G10WV User Manual

Page 85

Advertising
background image

3G10WV HSPA Wi-Fi Router with Voice – 85

Default value: long

Example 1:

User wants to enable the wireless LAN, configure the wireless LAN network name (SSID) as “TestAP”,

configure wireless LAN channel to 5 and then hide the SSID:
wlan config --enable 1
wlan config --ssid “TestAP”
wlan config --channel 5 --hide 1
Or merge the above commands
wlan config --enable 1 --ssid “TestAP” --channel 5 --hide 1
Configure wireless LAN security
Description: Enable or disable and configure the wireless LAN security. This router supports different types of

security such as: WEP, 802.1X, WPA and WPA2.
Synopsis:
wlan security open
[--wep <enabled|disabled>] [--keybit <64|128>]
[--nkey1 <keyStr>] [--nkey2 <keyStr>]
[--nkey <keyStr>] [--nkey4 <keyStr>]
[--keyidx <1|2||4>]
wlan security shared (wep have to enable)
[--wep <enabled|disabled>] [--keybit <64|128>]
[--nkey1 <keyStr>] [--nkey2 <keyStr>]
[--nkey <keyStr>] [--nkey4 <keyStr>]
[--keyidx <1|2||4>]
wlan security radius (wep have to enable)
[--rasip <serverIp>] [--raspt <portVal>] [--raskey <”raskeyStr”>]
[--wep <enabled|disabled>] [--keybit <64|128>]
[--nkey2 <keyStr>] [--nkey <keyStr>]
[--keyidx <2|>]
wlan security wpa / wpa2 / wpa2mix
[--wlPreauth <0|1>] [--wlNetReauth <interval>]
[--wpaenc <tkip|aes|tkip+aes>] [--rekey <interval>]
[--rasip <serverIp>] [--raspt <portVal>] [--raskey <”raskeyStr”>]
[--wep <enabled|disabled>] [--keybit <64|128>]

Advertising