Aruba 205 AP 基本設定

最近開始在玩Aruba 205 AP,記錄一下避免忘記

1.恢復出廠預設值
2.設定RAP
3.設定一組WPA2 PSK SSID

1.恢復出廠預設值,接上Console

Setting
Value
Speed
9600
Data Bits
8Bit
Parity
None
Stop Bits
1
Flow Control
NO

恢復出廠預設值,進入apboot mode

#apboot> purge
#apboot> save
#apboot> reset

To reset the IAP:

1. Power off the IAP.

2. Press and hold the reset button using a small, narrow object, such as a paper clip.

3. Power on the IAP and keep the reset button pressed. Within 5 seconds, the power LED flashes.

4. Release the reset button.

The power LED flashes again within 15 seconds, which indicates that the reset is completed. The IAP boots with the factory default settings.

2.設定RAP
CAP:不垮網段
RAP:跨網段,會自動建立一組IPSEC Tunnel
Console 進入 Campus AP

設定VPN Pool
For VPN Tunnel IP使用
Configuration >> ADVANCED SERVICES >> VPN Service

允許RAP加入Controller
Configuration >> Wireless >> AP Installation >> Whitelist
新增RAP Mac address

進入apboot mode,設定IP

#apboot>setenv remote_ap 1
#apboot>setenv master 172.16.1.1
#apboot>setenv serverip 172.16.1.1
#apboot>setenv ipaddr 172.17.1.1
#apboot>setenv netmask 255.255.255.0
#apboot>setenv gatewayip 172.17.1.254
#apboot>boot

開機後會自動產生一組預設SSID Instant ,SSID無須密碼直接登入,Web 預設登入帳號密碼admin / admin
Maintenance >> Convert
轉換完成後,系統自動重開為RAP

3.設定一組WPA2 PSK SSID
a.新增SSID Profile
b.新增AAA profile
c.套用VAP Profile
d.套用AP Group

a.新增一組SSID Profile test001

(Aruba7008) #configure t
(Aruba7008) (config) #wlan ssid-profile test001
(Aruba7008) (SSID Profile "test001") #essid test001
(Aruba7008) (SSID Profile "test001") #wpa-passphrase 0123456789
(Aruba7008) (SSID Profile "test001") #hide-ssid
(Aruba7008) (SSID Profile "test001") #opmode wpa2-psk-aes
(Aruba7008) (SSID Profile "test001") #end

b.新增test001 AAA Profile

(Aruba7008) (config) #aaa profile test001
(Aruba7008) (AAA Profile "test001") #initial-role authenticated
(Aruba7008) (AAA Profile "test001") #authentication-dot1x default-psk
(Aruba7008) (AAA Profile "test001") #enforce-dhcp
(Aruba7008) (AAA Profile "test001") #end

c.套用VAP Profile

(Aruba7008) (config) #wlan virtual-ap test001
(Aruba7008) (Virtual AP profile "test001") #aaa-profile test001
(Aruba7008) (Virtual AP profile "test001") #ssid-profile test001
(Aruba7008) (Virtual AP profile "test001") #vlan 214
(Aruba7008) (Virtual AP profile "test001") #forward-mode bridge
(Aruba7008) (AAA Profile "test001") #end

d.套入AP Group

(Aruba7008) (config) #ap-group Johnson-214
(Aruba7008) (AP group "Johnson-214") #virtual-ap test001

(Aruba7008) (AP group “Johnson-214”) #end

Refer:http://community.arubanetworks.com/t5/Controller-Based-WLANs/How-do-I-restore-an-AP-to-factory-default/ta-p/182540
http://community.arubanetworks.com/t5/Wireless-Access/Tutorial-Configuring-Remote-AP-Via-console/td-p/173176

Facebook Comments