1. Port pada Cisco 2500 WLC adalah trunk dengan encapsulasi 802.1q. Maka untuk port switch yang mengarah ke WLC, harus dibuat mode trunk dengan encapsulasi 802.1q juga. Port WLC yang digunakan untuk trunk ke switch adalah port 1. Console switch dengan kabel console dan konfigurasikan switch seperti dibawah.
interface GigabitEthernet0/1 switchport trunk encapsulation dot1q switchport mode trunk !
2. Set IP PC menjadi 172.16.10.11 dan coba ping ke IP WLC.
C:\Windows\System32>ping 172.16.10.5 Pinging 172.16.10.5 with 32 bytes of data: Reply from 172.16.10.11: Destination host unreachable. Request timed out. Request timed out. Request timed out. Ping statistics for 172.16.10.5: Packets: Sent = 4, Received = 1, Lost = 3 (75% loss), C:\Windows\System32>
3. Ping gagal karena pada auto-install sebelumnya WLC diset VLAN 10. Maka harus dikonfigurasi VLAN 10 pada port fa0/1 yang tersambung ke PC dan port g0/1 yang trunk ke WLC.
interface GigabitEthernet0/1 switchport access vlan 10 spanning-tree portfast ! interface FastEthernet0/1 switchport mode access switchport access vlan 10 spanning-tree portfast !
4. Sekarang coba ping lagi dan pastikan berhasil.
C:\Windows\System32>ping 172.16.10.5 -t Pinging 172.16.10.5 with 32 bytes of data: Request timed out. Request timed out. Request timed out. Reply from 172.16.10.5: bytes=32 time=187ms TTL=128 Reply from 172.16.10.5: bytes=32 time=84ms TTL=128 Reply from 172.16.10.5: bytes=32 time=1ms TTL=128 Reply from 172.16.10.5: bytes=32 time=1ms TTL=128 Reply from 172.16.10.5: bytes=32 time=1ms TTL=128 Reply from 172.16.10.5: bytes=32 time=1ms TTL=128 Reply from 172.16.10.5: bytes=32 time=1ms TTL=128 Ping statistics for 172.16.10.5: Packets: Sent = 17, Received = 7, Lost = 10 (58% loss), Approximate round trip times in milli-seconds: Minimum = 1ms, Maximum = 187ms, Average = 39ms
5. Pengecekan ini menunjukkan bahwa PC sudah tersambung ke WLC. Selanjutnya masuk ke dashboard WLC dengan mengetikkan alamat https://172.16.10.5 via browser. Login dengan username : admin password : Password1!
6. Maka akan masuk ke dashboard WLC.
reff:
https://muhammadtaufik7.wordpress.com/2015/09/21/konfigurasi-switch-untuk-mengakses-cisco-wlc/













