Lompat ke konten Lompat ke sidebar Lompat ke footer

Cisco | WiFi Aironet

 Konfigurasi IP Management radio Access Point (Cisco Aironet)

1. Konfigurasi  IP router pd  port yang mengarah ke switch, ini segment ip managemen. Missal IP router (10.1.1.1/24)

2. Konfigurasi  ip di interface bvi1 di Cisco Aronet  Access Point untuk managemen Misal IPnya 10.1.1.2/24)

 Enable
conf term

int bvi1
    ip address 10.1.1.2 255.255.255.0

3. setting default gateway di aeronet

    ip default-gateway 10.1.1.1

4. Config IP domain buat aktifkan SSH

ip domain-name training.lab
username admin passs cisco
   crypto key generate rsa modulus 1024
   line vty 0 15
   login local
wr

lalu cb test akses  ke ip 10.1.1.2 via Putty.
username : cisco
password: Cisco
=========================================

 noted:
ap3g1-k9w7-tar ==> mode standalone
ap3g1-k9w8-tar ==> mode WLC

MODE WLC, mau set IP Mgmt
(cara set model WLC to standalone)
------------
debug capwap console cli
config terminal
show ip int bri
end
!
conf t
int BVI 1
no ip dhcp client-id BVI
no shut
ip add 192.168.1.25 255.255.255.0
ip default-gateway 192.168.1.2
exit
!
A. CONVERT DARI WLC TO STANDALONE
Noted: image OS  sudah ready dilaptop / PC
Bisa dengan cara format duluan jika gagal ..

#debug capwap console cli
#dir flash:
#format flash:
ap:
set IP_ADDR 192.168.1.5
set NETMASK 255.255.255.0
set DEFAULT_ROUTER 192.168.1.2
!
tftp_init
ether_init
flash_init
!
tar -xtract tftp://192.168.1.2/ap3g1.k9w7-tar.153-3.JF9.tar flash:

selesia...extract

masuk ke command supaya booting lewat flash
ap: dir flash:/
ap: set boot flash:/ap3g1-k9w7-mx.153-3.JF9/ap3g1-k9w7-mx.153-3.JF9
ap: set
ap: boot

----Convert sdh selsai dari WLC to Standalone-----------

B. CONVERT DARI STANDALONE TO WLC

Mengembalikan Model Standalone ke Mode WLC
Siapkan image OS di laptop (baiknya lokasi di Desktop)
Install aplikasi tftpd64 di Laptop,

lakukan perintah ini dari AP, dan pastikan dari laptop ke AP bs ping ke IP Mgmt nya.

archive download-se /overwrite /force-reload tftp://192.168.1.2/ap3g1-k9w8-tar153-3.JD3.tar


lalu setelah selesai
Login
Username: cisco
Password: Cisco

ap>conf ter
ap#debug capwap console cli

Joint Ke WLC
ap#capwap ap primary-base wlc9800.training.lab 192.168.1.100

---------------------------------SELESAI --------------------------

2. Tahap Konfig SSID di Standalone

SSID :

VLAN 10: KANTOR1 : 10.28.10.0/24
VLAN 20: KANTOR2 : 10.28.20.0/24
-----------------------
Lanjut Konfig di AP

ap:
conf t
dot11 ssid KANTOR1
vlan 10
authentication open
mbssid gues-mode
exit
!
dot11 ssid KANTOR2
vlan 20
authentication open
authentication key-management wpa version 2
wpa-psk ascii 0 imcmantab
mbssid gues-mode
exit
!

Verifikasi:
sh ip int br

ACTIFKAN RADIO 0 (2.4GHz)
Catatan:
Jika Radio 0 =2,4Ghz, Radio 1 = 5Ghz

interface dot11Radio 0
no shut
mbssid
ssid KANTOR1
encryption vlan 20 mod cippers aes-ccm
ssid KANTOR2
infrasctructure client
exit

VERIFIKASI:

ap:# sh ip int br

------- DAFTARKAN VLAN ID KE INTERFACE RADIO AP --------
interface dot11Radio 0.10
encapsulation dot1q 10
bridge-group 2
exit
!
int gigaEthernet0.10
encapsulation dot1q 10
bridge-group 2
exit

!
interface dot11Radio 0.20
encapsulation dot1q 20
bridge-group 3
exit
!
int 
gigaEthernet0.20
encapsulation dot1q 20
bridge-group 3
exit
!

VERIFIKASI:
ap:#do show dot11 associations
 
C. CONVERT DARI WLC-BASED TO Mobility-Express
(Type AP: 1852, 1832)

logging console disable
capwap ap ip 10.0.0.10 255.255.255.0 10.0.0.2

VERIFIKASI

ping 10.0.0.2
sh ip int br
**harusnya wired0 sdh dapat IP

lalu ketik di AP
ap-type mobility-express tftp://10.0.0.2/AIR-AP1850-K9-8-10-196-0.tar

tunggu.....proses..

show version
reload 
-------------

-------------------------------

D. CONVERT AIR-AP1852I-S-K9 from Mobility Express to Lightweight
apciscoshell
ap-type capwap
(y)
..then
ena

capwap ap erase
..then
sh version
..
--------------------
--CARA KEDUA--------
>config ap unifiemode Evil-Command-Center-WLC2 192.168.1.251
[y]
vERIFIKASI
sh ap image all
----------CARA KEDUA-----

1. Go through initial ME setup 

2. Login to ME

3. apciscoshell

4. Login to AP using credentials you setup in step 1

5. enable using enable password you setup in step 1

6. ap-type capwap then y at prompt

7. After AP has reloaded (no more ME WLC) login and enable using credentials from step 1 again

8. capwap ap erase all then enter to confirm and then you have a factory defaulted CAPWAP AP.

 

Your original problem is with TFTP not the AP so something not configured correctly on your TFTP server.  Maybe not listening on correct interface, maybe blocked by firewall for example.


--------------------------SELESAI--------------------------

Konfigurasi Port Switch Yg radio AP nya mode WLC atau Standalone
!
interface GigabitEthernet1/0/12
 description MGMT_WIFI_GSG-RUANG_RIAS-LT2
 switchport trunk native vlan 309
 switchport mode trunk
 spanning-tree portfast
 spanning-tree bpduguard enable
end
-------ATAU--------
HQ-AcSW-GA02-LT.2#sh run int gi1/0/5
interface GigabitEthernet1/0/5
 description MGMT_WIFI
 switchport trunk native vlan 308
 switchport mode trunk
 spanning-tree portfast trunk
end

---------ATAU, TP TDK JOINT WLC----
interface GigabitEthernet1/0/7
 description MGMT_WIFI_GSG
 switchport trunk native vlan 309
 switchport mode trunk
end
---------------------------SELESAI ------------------------------

Link image OS Software Cisco Aironet AP

https://drive.google.com/drive/folders/1DUDyLgomkSq6f-1jRFu7A-4-6U9tTVM3



Posting Komentar untuk "Cisco | WiFi Aironet"