WE Standalone AP User Manual
WE Standalone AP User Manual
WE Standalone AP
User Manual
WE Standalone AP User Manual Revision History
Revision History
Version Date note
Contents
Revision History 2
2. Network Settings 16
3.4 HT Configuration(802.11n)..............................................................................32
4. WLAN Management 43
5. Security 60
6. System Management 70
List of Figures
Figure 1. Web UI Access Window ............................................................................ 12
Figure 2. AP WEB Main Window .............................................................................. 13
Figure 3. Change a user account password dialog box ................................................. 14
Figure 4. Interface Settings Window ......................................................................... 17
Figure 5. DNS Settings ......................................................................................... 22
Figure 6. NTP Server Setting Menu........................................................................... 24
Figure 7. Time Zone Setting Menu ........................................................................... 24
Figure 8. Radio Configuration General Menu ............... 오류! 책갈피가 정의되어 있지 않습니다.
Figure 9. Radio Enable/Disable Menu ........................ 오류! 책갈피가 정의되어 있지 않습니다.
Figure 10. Radio Operation Mode Setting Menu ........... 오류! 책갈피가 정의되어 있지 않습니다.
Figure 11. Radio Channel Configuration Menu ............. 오류! 책갈피가 정의되어 있지 않습니다.
Figure 12. Radio Tx Power Configuration Menu ............ 오류! 책갈피가 정의되어 있지 않습니다.
Figure 13. Radio Configuration General Menu .............. 오류! 책갈피가 정의되어 있지 않습니다.
Figure 14. Radio Data Rates Configuration Menu ........................................................ 31
Figure 15. Radio 802.11n Configuration Menu ............................................................ 35
Figure 16. Radio QoS Configuration Menu ................................................................. 40
Figure 17. Radio MAC Configuration (General) Menu.................................................... 42
Figure 18. WLAN Configuration – Check the WLAN List ................................................. 45
Figure 19. WLAN Configuration – WLAN Creation Menu ................................................ 45
Figure 20. WLAN Default Settings Menu .................................................................... 50
Figure 21. WLAN Configuration – Advanced Settings Menu .......................................... 50
Figure 22. WLAN Security Settings Menu ................................................................... 55
Figure 23. Internal Radius Server Settings Menu .......................................................... 58
Figure 24. External Radius Server Settings Menu ......................................................... 58
Figure 25. System Information Inquiry Window .......................................................... 70
Figure 26. System Country Setting Menu ................................................................... 71
Figure 27. System Tech-support Collect Menu ........................................................... 73
Figure 28. System DB Backup/Restore Menu ............................................................. 76
Figure 29. System Factory Reset Menu ..................................................................... 77
Figure 30. Package Upgrade Menu .......................................................................... 80
To provides the services in difficult situations to connect APC such as small (1~2)
site, self-testing or pilot test, Samsung WE AP separately provides the Stand-alone
mode, and own setting functions by connecting to the CLI and WEB server, which
enable it to offer basic wireless services(In this mode, storing configuration inform
ation). At the present time (at the time of this document production), the basic wire
less functions and network features are provided, and it is expected to improve the
system gradually such as adding NAT and DHCP server features.
When WE AP boot is complete, log in to the system with the following method:
Connected to 100.100.100.110.
Escape character is '^]'.
Login: root
Password:
SAMSUNG ELECTRONICS CO., LTD. Login
AP_3F05#
... ...
If it is the package that does not support the Stand-alone mode, perform the upgra
de first with the following command. (For the more details of instructions, see Sect
ion 5.6 upgrade.)
In the APC linkage mode, the upgrade command will fail when APC is not connecte
d, so you should perform the upgrade after entering the following command.
upgrade cwl-chk disable: Set to upgrade regardless of the APC connection st
ate.
==========================================================
FTP Upgrade Start....
server-ip[100.100.100.2], img-name[weafama_1.4.6.R.bin], port-no[21]
==========================================================
Reboot the system automatically when the enable state in stand-alone mode is cha
nged.
In order to set/inquiry AP through the WEB connection, the Stand-alone mode must
be enabled. Before setting the stand-alone mode or after that and rebooting the s
ystem, you can access WEB after you have finished the network setting through th
e CLI.
Default Set of the Standalone Mode
If APC linkage mode is changed to the Stand-alone mode, DB settings can be left in the
previous mode (If the remote AP (Set for branch office) is changed to the stand-alone
mode). In this case, you must change it to the initial value of the stand-alone mode by a
factory reset. (If you change the stand-alone mode to the normal mode, it will be
automatically initialized.) Network information is retained after initialization.
Command Help
CLI provides help for all the commands. To get help for any commands or paramet
ers, enter ‘?’. Based on the characters you entered, it shows the help about comma
nds and parameters that can be entered after that.
Classification Description
AP_3F05/config#
802.11a+ Radio interface 802.11an
802.11bg+ Radio interface 802.11bgn
wlan+ Config BSS
network+ Configure network
AP_3F05/config#
AP_3F05/config# 80
AP_3F05/config# 802.11a
Command Error
If the command which is not supported by the system is entered, an error message
is printed.
AP_3F05/config# 802.11ag
AP_3F05/config/802.11ag : unknown command.
If the parameter which is not supported in the command is entered, an error messa
ge to fit the occasion is printed.
AP_3F05/config/802.11a# tx_power -1
ERROR: invalid argument: -1
AP_3F05/config/802.11a#
Command Mode
If you enter the ‘exit’ command, it moves to the top of the command mode.
Menu bar
Bar consists of the following items.
: Provides itemized settings in detail or the lookup functions. When you sele
ct each item, the Sub-menu appears.
: Account changes (change password) function is provided.
: Log out of the WEB.
: Refresh the screen.
Sub-menu
Each detailed menu about Monitor, Configuration, Administrator, and Help in the me
nu bar is provided.
Select <User> from the menu bar in <AP WEB Main Window>.
You can change the password for the default account (root) when connecting to AP
WEB.
2. Network Settings
In this chapter, it will describe how to set up the network functions which WE AP
provides.
To check the current network settings, use the show command, as shown below.
AP_3F05/config#
802.11an+
802.11bgn+
wlan+
network+
radius+
AP_3F05/config# network interface
AP_3F05/config/network/interface#
address
dhcp
[address]
This command sets the staticIP address.
address <IPADDR> <NETMASK> <GATEWAY>
AP_3F05/config/network/interface# address 100.100.100.110 255.255.255.0 100.100.100.1
AP_3F05/config/network/interface#
[dhcp]
This command sets the dynamic IP address using DHCP. ip address dhcp
dhcp
AP_3F05/config/network/interface# dhcp
AP_3F05/config/network/interface#
[show summary]
Check the current configuration of the interface.
show summary
AP_3F05/config/network/interface# show summary
Name ............................................. br0
Mode ............................................. Static
MAC .............................................. F4:D9:FB:24:CE:00
IP address ....................................... 100.100.100.110
Subnet Mask ...................................... 255.255.255.0
Gateway address .................................. 100.100.100.1
PHY Status ....................................... UP
Interface Status ................................. UP
AP_3F05/config/network/interface#
AP_3F05/config#
AP_3F05/config# network local_interface
AP_3F05/config/network/ local_interface#
address
[address]
This command sets the staticIP address.
address <IPADDR> <NETMASK>
AP_3F05/config/network/interface# address 192.168.100.1 255.255.255.0
AP_3F05/config/network/interface#
[show summary]
Check the current configuration of the interface.
show summary
AP_3F05/config/network/local_interface# show summary
IP address ....................................... 192.168.100.1
Subnet Mask ...................................... 255.255.255.0
AP_3F05/config/network/interface#
AP_3F05/config#
AP_3F05/config# network dhcp_server
AP_3F05/config/network/dhcp_server#
enable
range
lease
domain
dns
ntp
fixed_address
commit
[enable]
This command is run or stop the DHCP server
enable
AP_3F05/config/network/dhcp_server# enable
AP_3F05/config/network/dhcp_server# no enable
[range]
This command sets the range of DHCP server’ s pool
range <START-RANGE> <END-RANGE>
AP_3F05/config/network/dhcp_server# range 192.168.100.1 192.168.100.100
AP_3F05/config/network/dhcp_server#
[lease]
This command sets lease time of DHCP server’ s pool
lease <SECOND>
AP_3F05/config/network/dhcp_server# lease 86400
AP_3F05/config/network/dhcp_server#
[domain]
This command sets domain name of DHCP server
domain <DOMAIN-NAME>
AP_3F05/config/network/dhcp_server# domain www.samsung.com
AP_3F05/config/network/dhcp_server#
[dns]
This command sets DNS server infomration of DHCP server’ s pool
dns <IP> (IP) (IP)
AP_3F05/config/network/dhcp_server# dns 192.168.1.1
AP_3F05/config/network/dhcp_server# dns 192.168.1.1 192.168.1.2
AP_3F05/config/network/dhcp_server# dns 192.168.1.1 192.168.1.2 192.168.1.3
[ntp]
This command sets NTP server infomration of DHCP server’ s pool
ntp <IP> (IP) (IP)
AP_3F05/config/network/dhcp_server# ntp 192.168.1.1
AP_3F05/config/network/dhcp_server# ntp 192.168.1.1 192.168.1.2
AP_3F05/config/network/dhcp_server# ntp 192.168.1.1 192.168.1.2 192.168.1.3
[fixed_address]
This command sets fixed address of DHCP server’ s pool.
fixed_address <MAC> <IP>
AP_3F05/config/network/dhcp_server# fixed_address 00:00:00:00:00:00
192.168.100.2
AP_3F05/config/network/dhcp_server#
[commit]
This command sets DHCP server’ s setting to be applied.
Changed settings are not applied until perform commit command.
commit
AP_3F05/config/network/dhcp_server# commit
AP_3F05/config/network/dhcp_server#
[show summary]
Check the current configuration of the DHCP server.
show summary
AP_3F05/config/network/dhcp_server# show summary
[Dhcp Server Configuration]
Status ........................................... enable
Network .......................................... 192.168.5.0
Subnet ........................................... 255.255.255.0
Range ............................................ 192.168.5.1 ~ 255.255.255.0
Lease ............................................ 86400
Gateway .......................................... 192.168.5.1
Domain ...........................................
DNS Server ....................................... 1.1.1.1 0.0.0.0 0.0.0.0
NTP Server ....................................... 0.0.0.0 0.0.0.0 0.0.0.0
[Fixed Address]
00:00:00:00:00:11 ................................ 192.168.5.5
AP_3F05/config/network/interface#
AP_3F05/config/network# dns
add
delete
AP_3F05/config/network# dns add 10.32.193.11
Add dns(10.32.193.11)
AP/config/network#
AP_3F05/config/network# dns
add
delete
AP_3F05/config/network# dns delete all
Delete dns(all)
AP/config/network#
AP_3F05/config/network/ntp#
enable
disable
interval
server
AP_3F05/config/network/ntp#
Parameter Description
AP_f4d9fb37a8e7/config/network#
1) At the CLI, enter the radio you want to set. You can select either ‘802.11a’ or
‘802.11bg’ radio mode.
AP_3F05/config/802.11a#
Select <Configuration> from the <WEB Main Window> menu, and in the sub-menu, se
lect <Radio> <802.11a/n or 8021.11b/g/n> <General >.
[Tip] Check the information of the current station connected to the radio with the
following “show station” command.
AP_3F05# config 802.11a
AP_3F05/config/802.11a# station
WLAN AID MAC Address RSSI SNR EAPOL
----------------------------------------------
1 1 CC:F9:E8:A4:91:87 -39 53 0
AP_3F05/config/802.11a#
AP_3F05/config/802.11a# admin
enable
disable
AP_3F05/config/802.11a# admin enable
Set AdminState of General to Up in Radio_1.conf
AP_3F05/config/802.11a#
[WEB Setting]
<Radio> <802.11a/n or 8021.11b/g/n> <General >
- 802.11bg
AP_3F05/config/802.11bg# phy_type
Usage: AP_3F05/config/802.11bg/phy_type <phy_type(bgn|bg)>
AP_3F05/config/802.11bg# phy_type bgn
Set PhyType of General to 112 in Radio_2.conf
AP_3F05/config/802.11bg#
[WEB Setting]
<Radio> <802.11a/n or 8021.11b/g/n> <OPERATIONAL TYPE >
Parameter Description
- manual configuration
AP_3F05/config/802.11a# channel manual 149
Set CurrentChannel of OfdmControl to 149 in Radio_1.conf
Set PrimaryChannel of HtConfiguration to 149 in Radio_1.conf
AP_3F05/config/802.11a#
[WEB Setting]
Select <Radio> <802.11a/n or 8021.11b/g/n> <General> -> Channel.
AP_3F05/config/802.11a# tx_power 30
Set TxPower of WtpTxPower to 30 in Radio_1.conf
AP_3F05/config/802.11a#
[WEB Setting]
Select <Radio> <802.11a/n or 8021.11b/g/n> <General> -> Tx Power
7) Set the beacon period and limited number of users of the radio
beacon_period [PERIOD]
Parameter Description
max_radio_clients [MAXCLIENT]
Parameter Description
[WEB Setting]
Select <Radio> <802.11a/n or 8021.11b/g/n> <General> -> General
AP_3F05/config/802.11a# cca_threshold 28
The following shows one example to enter the data_rate menu in 802.11a.
AP_3F05/config/802.11a# data_rate
AP_3F05/config/802.11a/data_rate#
basic_rate
rx_rate
AP_3F05/config/802.11a/data_rate#
AP_3F05/config/802.11a/data_rate# rx_rate 12 24 36 48 54
Set Rate1 of DataRate to 24 in Radio_1.conf
Set Rate2 of DataRate to 176 in Radio_1.conf
Set Rate3 of DataRate to 72 in Radio_1.conf
Set Rate4 of DataRate to 96 in Radio_1.conf
Set Rate5 of DataRate to 108 in Radio_1.conf
Set NumRates of DataRate to 5 in Radio_1.conf
AP_3F05/config/802.11a/data_rate#
[WEB Setting]
Select <Radio> <802.11a/n or 8021.11b/g/n> <General> -> Data Rates
The following shows one example to enter the rate_control menu in 802.11a.
AP_3F05/config/802.11a# rate_control
AP_3F05/config/802.11a/rate_control#
ac_vo+
ac_vi+
AP_3F05/config/802.11a/rate_control#
3.4 HT Configuration(802.11n)
HT (802.11n) settings are as follows.
The following shows one example to enter the configuration menu in 802.11n.
AP_3F05/config/802.11a# 11n_configuration
AP_3F05/config/802.11a/ 11n_configuration#
40mhz_operation+
guard_interval+
beamforming+
spatial_stream
coexistence+
ldpc+
mcs
ampdu+
amsdu+
AP_3F05/config/802.11a/11n_configuration#
Parameter Description
AP_3F05/config/802.11a/11n_configuration# spatial_stream 3
Set SpatialStream of HtConfiguration to 3 in Radio_1.conf
AP_3F05/config/802.11a/11n_configuration#
AP_3F05/config/802.11a/11n_configuration# mcs 3 4 5 6 7 8 9 10 11 12 13 14 15
Set RxMcs of HtMcsConfiguration to f8ff0000000000000000000000000000 in Radio_1.conf
AP_3F05/config/802.11a/11n_configuration#
AP_3F05/config/802.11a/11n_configuration#
AP_3F05/config/802.11a/11n_configuration#
* You can access the mcs index set information through the “show mcs” comman
d below.
AP_3F05/config/802.11a/11n_configuration# show mcs
MCS 3 ............................................ enabled
MCS 4 ............................................ enabled
MCS 5 ............................................ enabled
MCS 6 ............................................ enabled
MCS 7 ............................................ enabled
MCS 8 ............................................ enabled
MCS 9 ............................................ enabled
MCS 10 ........................................... enabled
MCS 11 ........................................... enabled
MCS 12 ........................................... enabled
MCS 13 ........................................... enabled
MCS 14 ........................................... enabled
MCS 15 ........................................... enabled
[WEB Setting]
Select <Radio> <802.11a/n or 8021.11b/g/n> <802.11n>
AP_3F05/config/802.11a# edca
AP_3F05/config/802.11a/edca#
ap+
sta+
AP_3F05/config/802.11a/edca# ap
AP_3F05/config/802.11a/edca/ap#
ac_vo+
ac_vi+
ac_be+
ac_bk+
AP_3F05/config/802.11a/edca/ap# ac_vo
AP_3F05/config/802.11a/edca/ap/ac_vo#
Parameter Description
AP_3F05/config/802.11a/edca/ap/ac_vo# cwmin 3
Set VoCwMin of WtpEdcaParam to 3 in Radio_1.conf
AP_3F05/config/802.11a/edca/ap/ac_vo#
AP_3F05/config/802.11a/edca/ap#
ac_vo+
ac_vi+
ac_be+
ac_bk+
AP_3F05/config/802.11a/edca/ap# ac_vi
AP_3F05/config/802.11a/edca/ap/ac_vi#
AP_3F05/config/802.11a/edca/ap/ac_vi# cwmax 15
Set ViCwMax of WtpEdcaParam to 15 in Radio_1.conf
AP_3F05/config/802.11a/edca/ap/ac_vi#
AP_3F05/config/802.11a/edca/ap#
ac_vo+
ac_vi+
ac_be+
ac_bk+
AP_3F05/config/802.11a/edca/ap# ac_bk
AP_3F05/config/802.11a/edca/ap/ac_bk#
AP_3F05/config/802.11a/edca/ap/ac_bk# aifsn 7
Set BkAifsn of WtpEdcaParam to 7 in Radio_1.conf
AP_3F05/config/802.11a/edca/ap/ac_bk#
AP_3F05/config/802.11a/edca/ap#
ac_vo+
ac_vi+
ac_be+
ac_bk+
AP_3F05/config/802.11a/edca/ap# ac_be
AP_3F05/config/802.11a/edca/ap/ac_be#
AP_3F05/config/802.11a/edca/ap/ac_be# txop_limit 0
Set BeTxopLimit of WtpEdcaParam to 0 in Radio_1.conf
AP_3F05/config/802.11a/edca/ap/ac_be#
AP_3F05/config/802.11a/edca/ap#
ac_vo+
ac_vi+
ac_be+
ac_bk+
AP_3F05/config/802.11a/edca/ap# ac_vo
1) View the station EDCA’s configuration of the current radio. Move to the menu
of AC you want to change Select and change the parameter you want. (It is
the same as the method of setting EDCA.)
AP_3F05/config/802.11a/edca/sta# show summary
|-------------------<<< Station EDCA Param Summary >>>--------------------------|
|-------------------|--------------|--------------|--------------|--------------|
| WTP | AC_BE | AC_BK | AC_VI | AC_VO |
|-------------------|--------------|--------------|--------------|--------------|
| CWmin | 15 | 15 | 7 | 3 |
| CWmax | 1023 | 1023 | 15 | 7 |
| AIFS | 3 | 7 | 2 | 2 |
| TxopLimit | 0 | 0 | 3008 | 1504 |
| MsduLifetime | 500 | 500 | 500 | 500 |
|-------------------|--------------|--------------|--------------|--------------|
AP_3F05/config/802.11a/edca/sta#
The following shows one example to enter the mac_operation menu in 802.11a.
AP_3F05/config/802.11a# mac_operation
AP_3F05/config/802.11a/mac_operation#
retry_limit+
threshold+
msdu_lifetime+
AP_3F05/config/802.11a/mac_operation#
[WEB Setting]
Select <Radio> <802.11a/n or 8021.11b/g/n> <General> -> General
In WEB UI, functions that change retry limit and MSDU lifetime are not offered.
4. WLAN Management
In this chapter, it will explain how to create and set WLAN, which is the most basi
c for the wireless LAN services of WE AP.
AP_3F05/config#
802.11a+
802.11bg+
wlan+
network+
AP_3F05/config# wlan
AP_3F05/config/wlan#
1) You can check the information of the current specified wlan by the TAB key or
?(help).
AP_3F05/config/wlan#
create add VAP
delete delete VAP
bss_1_1+ BSS(1, 1)
bss_2_1+ BSS(2, 1)
bss_1_2+ BSS(1, 2)
bss_2_2+ BSS(2, 2)
[Tip] You can check the information of the current connected station with the f
ollowing “show station” command.
AP_3F05/config/wlan# show bss_2_1 station
AID MAC Address RSSI SNR EAPOL
----------------------------------------
1 CC:F9:E8:A4:91:87 -38 54 0
[Tip] You can check the WLAN-VLAN mapping information by the following co
mmand.
2) Create WLAN
create [ WLAN_ID][SSID]: Create bss
Parameter Description
AP_3F05/config/wlan# create
Usage: AP_3F05/config/wlan/create <wlan_id> <ssid>
AP_3F05/config/wlan# create 5 uready_service
Select Radio-Area((1)5G, (2)2.4G, (3)5G/2.4G) :
Select radio area of the WLAN. (5G, 2.4G, or simultaneous use of 5G/2.4G)
The following shows one example to enter the mac_operation menu in
802.11a.
* The following shows one example to select the simultaneous use of 5G/2.4G.
Select Radio-Area((1)5G, (2)2.4G, (3)5G/2.4G) : 3
bss_1_5 is created
bss_2_5 is created
AP_3F05/config/wlan#
From bss_x_y shown in the instructions and help, x means the radio area of
corresponding bss. (1 is 5G, and 2 is 2.4G.)
3) Delete WLAN
delete [ WLAN_ID]: Delete bss
Parameter Description
AP_3F05/config/wlan# delete 5
bss_1_5 is deleted
bss_2_5 is deleted
AP_3F05/config/wlan#
1) Inquire WLAL
Select WLAN which you want to inquire and change, and perform enable/disable/del
ete.
2) Create WLAN
Select the ID of WLAN you want to create, input SSID, and choose the radio area.
According to the radio area of WLAN specified in CLI, bss is generated for each of the
radio. If they are specified to be used simultaneously, when you change the settings in
the individual bss menu, the change will be applied all concurrently, and when deleting
they will be deleted at the same time. When you add/delete WLAN, all WLAN services will
be automatically restarted, and at this point, existing terminals which are connected will
be released.
1) Select and enter the appropriate bss. (The following is an example to select bs
s_q1_1 in wlan menu.)
AP_3F05/config/wlan#
create
delete
bss_1_1+
bss_2_1+
bss_1_2+
bss_2_2+
AP_3F05/config/wlan# bss_1_1
AP_3F05/config/wlan/bss_1_1#
start
stop
ssid
hidden_ssid+
default_qos
security
idle_timeout
wmm+
vlan
dtim
max_bss_clients
ampdu+
AP_3F05/config/wlan/bss_1_1#
If SSID is set to the hidden mode, when other devices perform a search the SSID i
s not found.
Parameter Description
AP_3F05/config/wlan/bss_1_1# dtim 2
set bsss_1_1 DtimPeriod to 2
set bsss_2_1 DtimPeriod to 2
AP_3F05/config/wlan/bss_1_1#
AP_3F05/config/wlan/bss_1_1# vlan 0
set bsss_1_1 VlanId to 0
set bsss_2_1 VlanId to 0
AP_3F05/config/wlan/bss_1_1#
Select <Configuration> from <WEB Main Window> menu, select <WLANs> in the sub-
menu, and select WLAN you want to change.
If you add a new WLAN, the WLAN security settings are initially inactive, so the o
perator must set the desired security features.
1) If you choose “security”, it shows current security settings and checks whether
to modify or not to the user.
AP_3F05/config/wlan/bss_1_1#
start
stop
ssid
hidden_ssid+
default_qos
security
idle_timeout
wmm+
vlan
dtim
max_bss_clients
ampdu+
AP_3F05/config/wlan/bss_1_1# security
SSID ............................................. HAM_TEST
Auth Key Management .............................. WPA-PSK
WPA ASCII Passphrase ............................. qwer1234
IEEE 802.1X Authorization ........................ Disabled
Pairwise Cipher for WPA .......................... CCMP TKIP
Pairwise Cipher for RSN/WPA2 ..................... CCMP TKIP
WPA/IEEE 802.11i ................................. WPA/RSN(WPA2)
---------------------------------------------------------------------
Change security settings ? (y/n) :
2) If the user chooses to change, the user will select the following settings through
(0) None
(1) Static WEP
(2) 802.1x(Dynamic WEP)
(3) WPA + WPA2
************************************************
Select (0~3) : 3
When you set WEP key, you must use quotation marks to distinguish strings. In the case
of hexadecimal numbers, you don’t use quotation marks.
Select <Configuration> from <WEB Main Window> menu, select <WLANs> in the sub-
menu, and choose WLAN you want to change.
If the security settings of WLAN are changed, all WLAN services will be automatically
restarted. At this point, existing terminals which are connected will be released.
Item Description
AP/config#
802.11a+
802.11bg+
wlan+
network+
radius+
AP/config# radius
AP/config/radius#
1) Import the user DB for local authentication. To apply to the received file (‘FILE
NAME’) in the current system, perform the command as follows.
- internal import [FILENAME][SERVER][ID][PASSWD]
Parameter Description
[ <=> ] 70 --.--K/s
username = ham
username = lee
username = na
Total : 5 users
Import completed
AP/config/radius# Reading topology file /configs/hostapd/ap_wlan.conf ...
ieee80211_ioctl_siwmode: imr.ifm_active=328320, new mode=3, valid=1
IEEE 802.11F (IAPP) using interface br0
ieee80211_ioctl_siwmode: imr.ifm_active=393856, new mode=3, valid=1
ieee80211_ioctl_siwmode: imr.ifm_active=393856, new mode=3, valid=1
l2_packet_receive - recvfrom: Network is down
l2_packet_receive - recvfrom: Network is down
l2_packet_receive - recvfrom: Network is down
Select <Configuration> from <WEB Main Window> menu, and select <RADUIS> in the
sub-menu.
If the radius server settings are changed, all WLAN services will be automatically
restarted. At this point, existing terminals which are connected will be released. If the
external server is set up with the local authentication, firstly it will try to authenticate
through the external server, and when the authentication is failed due to timeout, it will
perform the local authentication.
5. Security
In this chaptuer, it will explain how to configure the packet filter and the port forwardin
g.
To configure packet filter and rule, enter the packetfilter menu of the CLI.
AP/config/packetfilter# create
Usage: AP/config/packetfilter/create <packetfilter name>
AP/config/packetfilter# create filter1
AP/config/packetfilter# delete
Usage: AP/config/packetfilter/delete <packetfilter name>
Parameter Description
Parameter Description
AP/config/packetfilter# wlan
Usage: AP/config/packetfilter/wlan <radio_id> <wlan_id> <packetfilter name>
AP/config/packetfilter# system
Usage: AP/config/packetfilter/system <packetfilter name>
AP/config/packetfilter# system packetfilter3
Parameter Description
AP/config/nat/port-forward#
add add new port forward rule
delete delete port forward rule
modify modify port forward rule
AP/config/nat/port-forward# add
Usage: AP/config/nat/port-forward/add <rule index> <protocol> <src net> <src
mask> <sport start> <sport end> <dport start> <dport end> <target-ip> <target port
start> <target port end>
AP/config/nat/port-forward# add 10 tcp 0.0.0.0 0.0.0.0 1 65535 21 21 192.168.100.5 21
21
AP/config/nat/port-forward# add 20 udp 100.100.100.0 255.255.255.0 1 65535 6000 6001
192.168.100.2 6000 6001
Parameter Description
AP/config/nat/port-forward# modify
Usage: AP/config/nat/port-forward/modify <rule index> <protocol> <src net> <src
mask> <sport start> <sport end> <dport start> <dport end> <target-ip> <target port
start> <target port end>
AP/config/nat/port-forward# modify 10 tcp 0.0.0.0 0.0.0.0 1 65535 21 21 192.168.100.8
21 21
AP/config/nat/port-forward# delete
Usage: AP/config/nat/port-forward/delete <rule-index>
AP/config/nat/port-forward# delete 10
6. System Management
Select <Monitor> from <WEB Main Window> menu, and select <Summary> in the sub
-menu. It provides a summary of the system information.
SERIAL : S123456789
AP_3F05 #
AP/system# country
Usage: AP/system/country <country_string>
AP/system# country KR
Set CountryString of General to KR in Radio_1.conf
Set CountryString of General to KR in Radio_2.conf
AP/system#
If you set the country, the available channels and maximum transmission power per
channel are automatically limited.
[WEB Setting]
Select <Configuration> <General> <Country>.
ion that contains the memory dump about the crash status of the user process.
Parameter Description
If you do not enter any parameters, it inquires the most recent restart information.
##########################################################################
[CRASH SUMMARY]==============================================================
ID : 0615
EVENT NAME: SYS_RESTART
EVENT DESC: CLI[woamx] reboot CLI command
CRASH TIME: 15:21:33, Sep 29 2013
[SYSTEM INFO]=============================================================
# BOOT information
BOARD_REV=5
BOARD_ID=1027
POWER_ON_BOOT=112
BOOT_KEY=0
…
…
System initialization
FINISHED --13:49:32--
Transfered 26,112 bytes in 1 file at 563.8K/s
Configuration is successfully exported
AP_3F05/ system#
2) To apply the file (‘FILENAME’) received from external to the current system, p
erform the following command.
- import [FILENAME][SERVER][ID][PASSWD]
Parameter Description
ID FTP login ID
PASSWD FTP login password
[ <=> ]
26,112 --.--K/s
BSS_1_1.conf
BSS_2_1.conf
Capwap.conf
Discovery.conf
Network.conf
Radio_1.conf
Radio_2.conf
Radius.conf
Sniffer.conf
System.conf
Tasks-monitor-nocal.conf
Tasks-repeater.conf
Tasks-sniffer.conf
/root
Configuration is successfully imported
System will be rebooted
When the DB is imported, the name of the DB must have ‘.apd’ extension. Because
when operating it prevents from importing the wrong file by the operator’s mistake. In
order to import the file, you must check the extension of the DB is ‘.apd’.
When you export/import DB, it does not backup/restore the user’s root password
information. This is to prevent the case that you cannot login by the operation mistake. If
you cannot remember your password which you set at the time of the backup because it
has been a long time since the backup, you cannot log in the system.
... ...
6.6 Upgrade
When a new version of the package is deployed, WE AP provides the upgrade func
tion that can be applied to the system.
1) Use the following command and apply the new package on your system.
- upgrade ftp [SERVER][ID][PASSWD][FILENAME]
Parameter Description
==========================================================
FTP Upgrade Start....
server-ip[100.100.100.2], img-name[weafama_1.4.6.R.bin], port-no[21]
==========================================================
=======================================
Running Image Ver. Info.
---------------------------------------
MODEL_NAME=wea302
FAMILY_NAME=weafama
VERSION=1.4.6.R
DATE=Tue Oct 1 14:11:16 KST 2013
=======================================
======================================================
Image HDR Info : Upgrade Image which is copied to Ram
------------------------------------------------------
MODEL = wea302
FAMILY = weafama
VERSION = 1.4.6.R
DATE = Tue Oct 1 14:11:16 KST 2013
SIZE = 37203968
CRC = 7a7466de
======================================================
MODEL_FAMILY=weafama
VERSION=1.4.6.R
======================================================
--> Upgrade UBoot image version is NOT greater than the Running one...
--> Skip UBoot Upgrade...
2) When the upgrade is complete, the system must be rebooted in order to apply
the package.
3) After rebooting the system, verify that the new package was applied on the sys
tem.
AP_3F05#
Use ping when you need to check the status of the network connection.
ping[IP_ADDRESS]
rate_control summary(show)
ac_vo max_rate
ac_vi max_rate
edca/ap summary(show)
aifsn
cwmin
ac_vo cwmax
txop_limit
msdu_lifetime
aifsn
cwmin
ac_vi cwmax
txop_limit
msdu_lifetime
aifsn
cwmin
ac_be cwmax
txop_limit
msdu_lifetime
aifsn
cwmin
ac_bk cwmax
txop_limit
msdu_lifetime
edca/sta summary(show)
aifsn
cwmin
ac_vo cwmax
txop_limit
msdu_lifetime
aifsn
cwmin
ac_vi cwmax
txop_limit
msdu_lifetime
aifsn
ac_be
cwmin
cwmax
txop_limit
msdu_lifetime
aifsn
cwmin
ac_bk cwmax
txop_limit
msdu_lifetime
cca_threshold
wlan summary(show)
station (show)
create
delete
bss_X_X summary(show)
(Constitute that status(show)
created bss are only stop
shown, and start
represent each ssid
WLAN as 5G/2.4G hidden_ssid
pair type for default_qos
profiling.) security
idle_timeout
wmm
vlan
dtim
max_bss_clients
ampdu
network interface summary(show)
address
dhcp
dns add
delete
ntp enable
interval
server
timezone
radius summary(show)
internal enable/disable
Import_user
external enable/disable
debug status(show)
tech-support
system country
import
export
factory reset
crash
reboot
apmode(hidden)
upgrade ftp/sftp
Ping
Thimphu Yakutsk Aqtobe Bishkek Damascus Hovd Karachi Macau Oral Riyadh87
Singapore Tokyo Yekaterinburg Ashgabat Brunei Dhaka Irkutsk Kashgar Magadan
Phnom_Penh Riyadh88 Taipei Ujung_Pandang Yerevan Ashkhabad Calcutta Dili
Istanbul Katmandu Makassar Pontianak Riyadh89 Tashkent Ulaanbaatar
Atlantic Azores Bermuda Canary Cape_Verde Faeroe Jan_Mayen Madeira Reykjavik
South_Georgia St_Helena Stanley
Australia ACT Brisbane Canberra Darwin LHI Lord_Howe NSW Perth South Tasmania West
Adelaide Broken_Hill Currie Hobart Lindeman Melbourne North Queensland
Sydney Victoria Yancowinna
Brazil Acre DeNoronha East West
Canada Atlantic Central East-Saskatchewan Eastern Mountain Newfoundland Pacific
Saskatchewan Yukon
Chile Continental EasterIsland
Europe Amsterdam Bratislava Dublin Jersey Luxembourg Moscow Riga Skopje Uzhgorod
Warsaw Andorra Brussels Gibraltar Kaliningrad Madrid Nicosia Rome Sofia Vaduz
Zagreb Athens Bucharest Guernsey Kiev Malta Oslo Samara Stockholm Vatican
Zaporozhye Belfast Budapest Helsinki Lisbon Mariehamn Paris San_Marino Tallinn
Vienna Zurich Belgrade Chisinau Isle_of_Man Ljubljana Minsk Podgorica Sarajevo
Tirane Vilnius Berlin Copenhagen Istanbul London Monaco Prague Simferopol
Tiraspol Volgograd
Indian Antananarivo Chagos Christmas Cocos Comoro Kerguelen Mahe Maldives
Mauritius Mayotte Reunion
Mexico BajaNorte BajaSur General
Mideast Riyadh87 Riyadh88 Riyadh89
Pacific Apia Efate Funafuti Guam Kosrae Midway Noumea Ponape Samoa Truk Auckland
Enderbury Galapagos Honolulu Kwajalein Nauru Pago_Pago Port_Moresby Tahiti
Wake Chatham Fakaofo Gambier Johnston Majuro Niue Palau Rarotonga Tarawa
Wallis Easter Fiji Guadalcanal Kiritimati Marquesas Norfolk Pitcairn Saipan
Tongatapu Yap
US Alaska Aleutian Arizona Central East-Indiana Eastern Hawaii Indiana-Starke
Michigan Mountain Pacific Samoa