Đặt IP máy tính 10.0.0.1. Chạy tftp server (https://bitbucket.org/phjounin/tftpd64/downloads/), bind vào cổng mạng tương ứng
Cắm dây console cho AP
Rút nguồn AP, giữ nút mode rồi cắm nguồn, chờ 20s nhả nút
Chờ boot đến đoạn ap:
nhập lệnh boot, chờ boot lên
enable
nhập pass Cisco
debug capwap console cli
-----------------------------------
Hên xui phải thêm đoạn này:
conf t
no service dhcp
ip default-gateway 10.0.0.1
end
-----------------------------------
-----------------------------------
Test tftp:
Bật tftp của windows (trong Control panel > on/off features)
chạy cmd test:
tftp 10.0.0.1 put d:\1.txt
tftp 10.0.0.1 get 1.txt d:\2.txt
-----------------------------------
Tiếp tục setup AP:
conf t
int bv1
ip add 10.0.0.4 255.255.255.0
end
ping 10.0.0.1
archive download-sw /force-reload /overwrite tftp://10.0.0.1/ap3g2-k9w7-tar.153-3.JAB.tar
chuyển mode AP xong:
conf t
dot11 ssid BoDeGold
authentication open
authentication key-management wpa version 2
wpa-psk ascii CNTT8555
guest-mode
band-select
Chạy 2.4GHz:
int dot11Radio 0
station-role root
encryption mode ciphers aes-ccm
ssid BoDeGold
channel least-congested 1 6 11
power local max
power client max
no shutdown
cắm dây mạng vào cổng PoE và dùng
Chạy 5GHz:
ap#
ap#conf t
ap(config)#int d1
ap(config-if)#station-role root
ap(config-if)#encryption mode ciphers aes-ccm
ap(config-if)#ssid BoDeGold
ap(config-if)#channel dfs
ap(config-if)#channel width 80
ap(config-if)#power client max
ap(config-if)#power local max
ap(config-if)#no shutdown
No comments:
Post a Comment