Example 5 – NordicTrack ROUTER WITH VOICE 3G10WV User Manual

Page 94

Advertising
background image

94 –

3G10WV HSPA Wi-Fi Router with Voice

--macfilter

list parameters of macfilter command

--wds

list parameters of wds command

--station

list authenticated wireless stations and their status

NOTE 5:

You can use this command to view your wireless settings; no matter the settings are modified from web or

CLI, the command will show the latest information for you.

Example 5:

After example 4, if we forgot our ssid, we can view the ssid with the following command.
wlan info --config
--help: Display usage for WLAN interface.
Scenario 2 to configure AP with OPEN-disabled security:
wlan config --enable 1--ssid “WLAN_TLF” --hannel 8
wlan security open --wep disabled
Scenario  to configure AP with Shred-WEP security
wlan config --enable 1--ssid “WLAN_TLF” --hannel 8
wlan security shared --wep enabled --nkey1 12456789012 --keyidx 1
Scenario 4 to configure AP with 802.1X security
wlan config --enable 1--ssid “WLAN_TLF” --hannel 8
wlan security radius --rasip 172.16.2.199 --raskey “whatever” --wep enabled

Scenario 5 to configure AP with WPA-PSK security
wlan config --enable 1--ssid “WLAN_TLF” --hannel 8
wlan security psk --pskey “12456789” --wpaenc aes

Scenario 6 to configure AP with WPA2 security
wlan config --enable 1--ssid “WLAN_TLF” --hannel 8
wlan security wpa2 --rasip 172.16.2.199 --wlPreauth 1

Advertising