Page 101 / 116 Scroll up to view Page 96 - 100
TELSTRA TURBO 7 WIRELESS GATEWAY (3G10WVT) - USER GUIDE
101
Configure basic Wireless LAN features
Description:Configure basic wireless LAN features such as enable or disable the wireless LAN
interface, hide the network from active scans, set the wireless network name (also known as SSID)
and restrict the channel set based on country requirements.
Synopsis:
wlan config [--enable <0|1>] [--hide <0|1>]
[--ssid <ssidStr>] [--country <countryStr>]
[--isolate <0|1>]
[--channel <channelVal>] [--rate <rateVal>]
[--mrate <rateVal>]
[--rts <rtsThreshold>] [--frag <fragThreshold>]
[--dtim <dtimInterval>] [--beacon <beaconInterval>]
[--xpress <on|off>] [--gmode <auto|performance|lrs|802.11b>]
[--gprotect <off|auto>] [--preamble <long|short>]
Options:
--enable <0|1>
Description:Enable or disable wireless LAN interface.
Valid value:0 or 1
0 – disabled the wireless LAN interface.
1 – enabled the wireless LAN interface.
Default value:1
--hide <0|1>
Description:Hide wireless LAN network name (SSID).
Valid value:0 or 1
0 – not hide wireless LAN SSID.
1 – hide wireless LAN SSID
Default value:0
--ssid <ssidStr>
Description:Set Wireless LAN network name (SSID).
Valid value:32 characters string
--country <countryStr>
Description:Set Wireless LAN Country,only accept abbreviation.
Valid value:2 or 3 characters string (AUSTRALIA is abbreviated to AU).
Page 102 / 116
TELSTRA TURBO 7 WIRELESS GATEWAY (3G10WVT) - USER GUIDE
10±
--isolate <0|1>
Description:Set wireless devices isolation.When enabled,wireless devices connected to the
gateway will not be able to communicate to each other
Valid value:0 or 1
0 – not isolate wireless devices.
1 – isolate wireless devices
Default value:0
--channel <channelVal>
Description:Set the wireless LAN channel.
Valid value:0~14
0 means auto select channel.
Default value:0
--rate <rateVal>
Description:Set the wireless LAN data rate.
Valid value:0,1,2,5.5,6,9,11,12,18,24,36,48,54 (Mbps)
0 means auto
Default value:0
--mrate <rateVal>
Description:Set the wireless LAN Multicast rate.
Valid value:0,1,2,5.5,6,9,11,12,18,24,36,48,54 (Mbps)
0 means auto
Default value:0
--rts <rtsThreshold>
Description:Set the wireless LAN RTS threshold.
Valid value:0~2347
Default value:234
--frag <fragThreshold>
Description:Set the wireless LAN fragment threshold.
Valid value:256~2346
Default value:2346
--dtim <dtimInterval>
Description:Set the wireless LAN DTIM interval.
Valid value:1~255
Page 103 / 116
TELSTRA TURBO 7 WIRELESS GATEWAY (3G10WVT) - USER GUIDE
103
Default value:1
--beacon <beaconInterval>
Description:Set the wireless LAN beacon interval.
Valid value:1~65535
Default value:100
--xpress <on|off>
Description:Enable or disable the xpress feature
Valid value:on / off
Default value:off
--gmode <auto|performance|lrs|802.11b>
Description:Set the wireless LAN G mode
Default value:auto
--gprotect <off|auto>
Description:Enable or disable the gprotect feature
Default value:auto
--preamble <long|short>
Description:Set the wireless LAN preamble
Default value:long
Page 104 / 116
TELSTRA TURBO 7 WIRELESS GATEWAY (3G10WVT) - USER GUIDE
104
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 gateway 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>]
[--nkey3 <keyStr>] [--nkey4 <keyStr>]
[--keyidx <1|2|3|4>]
wlan security shared (wep have to enable)
[--wep <enabled|disabled>] [--keybit <64|128>]
[--nkey1 <keyStr>] [--nkey2 <keyStr>]
[--nkey3 <keyStr>] [--nkey4 <keyStr>]
[--keyidx <1|2|3|4>]
wlan security radius (wep have to enable)
[--rasip <serverIp>] [--raspt <portVal>] [--raskey <”raskeyStr”>]
[--wep <enabled|disabled>] [--keybit <64|128>]
[--nkey2 <keyStr>] [--nkey3 <keyStr>]
[--keyidx <2|3>]
wlan security wpa / wpa± / wpa±mix
[--wlPreauth <0|1>] [--wlNetReauth <interval>]
[--wpaenc <tkip|aes|tkip+aes>] [--rekey <interval>]
[--rasip <serverIp>] [--raspt <portVal>] [--raskey <”raskeyStr”>]
[--wep <enabled|disabled>] [--keybit <64|128>]
[--nkey2 <keyStr>] [--nkey3 <keyStr>]
[--keyidx <2|3>]
wlan security psk / psk± / psk±mix
Page 105 / 116
TELSTRA TURBO 7 WIRELESS GATEWAY (3G10WVT) - USER GUIDE
105
[--wpaenc <tkip|aes|tkip+aes>] [--rekey <interval>]
[--pskey <”pskeyStr”>]
[--wep <enabled|disabled>] [--keybit <64|128>]
[--nkey2 <keyStr>] [--nkey3 <keyStr>]
[--keyidx <2|3>]
Options:
--wep <enabled|disabled>
Description:enable or disable WEP encryption
--keybit <64|128>
Description:Set the WEP encryption strength
--nkey1 <keyStr>
--nkey2 <keyStr>
--nkey3 <keyStr>
--nkey4 <keyStr>
Description:Set the WEP key.
Note:5 ASCII characters or 10 hexadecimal digits for 64-bit encryption keys.
13 ASCII characters or 26 hexadecimal digits for 128-bit encryption keys
--keyidx <1|2|3|4>
Description:Set the current WEP Key index.
--rasip <serverIp>
Description:Set the RADIUS server IP address.
--raspt <portVal>
Description:Set the RADIUS server port.
Valid value:1~65535
Default value:1812
--raskey <raskeyStr>
Description:Set the RADIUS Key.
Valid value:string of 79 characters.
--wpaenc <tkip|aes|tkip+aes>
Description:Set the WPA encryption
3G10WVT - HSPA 7.2Mbps Wi-Fi Gateway with Voice USER GUIDE
--rekey <interval>
Description:Set the Group Rekey Interval

Rate

4.7 / 5 based on 3 votes.

Bookmark Our Site

Press Ctrl + D to add this site to your favorites!

Share
Top