728x90
반응형
- WLC : Wireless LAN C ontroller
- Bridge Connect
- WLC Configuration
WLC#conf t
WLC(config)#logging console 0
WLC(config)#int gi1
WLC(config-if)#ip add 192.168.0.9 255.255.255.0 //Web GUI IP 설정
WLC(config-if)#no shu
WLC(config-if)#exit
WLC(config)#ip http server //http 설정
WLC(config)#ip http secure-server //https 설정
WLC(config)#username cisco privilege 15 secret cisco //계정 추가
WLC(config)#end
WLC#wr //저장
- Web GUI Access
- WLC Web GUI
- Country
- Time Zone : UTC
- SSID Configuration
- Add Network
- Advanced Settings
✅ 항목별 설명 & 추천 설정
- 항목설명실습 추천 값
Client Density | 클라이언트 밀도 | Typical (기본값 OK) |
RF Group Name | RF 관련 그룹 이름 | default 그대로 OK |
Traffic Type | 트래픽 종류 | Data and Voice 그대로 OK |
Virtual IP Address | WLC 고유 가상 IP | 192.0.2.1 유지 (※변경 ❌) |
Generate Certificate | AP와 통신 인증용 | ✅ YES 유지 |
RSA Key-Size | 인증 키 크기 | 2048 추천 (보안용) |
Signature Algorithm | 서명 알고리즘 | sha1 기본값 OK |
Password | 인증서 암호 | 원하는 값 입력 (예: cert1234) |
- Summary
- Finish
- Reboot
- Dashboard
- WLans Configuration Check
✅ 현재 SSID 설정 상태 요약
Profile Name / SSID | TestSSID | SSID 이름 설정 완료 ✅ |
WLAN ID | 1 | 자동 지정, 그대로 OK |
Status | ENABLED | SSID 동작 중 ✅ |
Broadcast SSID | ENABLED | 클라이언트에게 SSID가 보임 ✅ |
6GHz | ENABLED 🔴 (오류) | WPA2 미사용 → 대부분 클라이언트 연결 불가 |
5GHz / 2.4GHz | ENABLED 🟢 | 일반적인 무선 환경에서 잘 작동함 ✅ |
6GHz 비활성화 (테스트 환경이면 불필요) → Status 버튼 눌러 DISABLED
- Policy Configuration

- Vlan Configuration
- Add VPC
- WLC DHCP Server Configuration
WLC(config)#ip dhcp pool VLAN1-POOL //DHCP Server 설정
WLC(dhcp-config)#network 192.168.1.0 255.255.255.0 //IP 범위 설정
WLC(dhcp-config)#default-router 192.168.1.1 //Gateway 설정
WLC(dhcp-config)#lease 1 //임대시간 설정(D H M)
WLC(dhcp-config)#exit
WLC(config)#interface vlan 1 //vlan 설정
WLC(config-if)#ip add 192.168.1.1 255.255.255.0 //IP 설정
WLC(config-if)#no shu
WLC(config-if)#int ran gi2-3 //인터페이스 설정
WLC(config-if-range)#sw
WLC(config-if-range)#sw ac vl 1 //vlan 적용
WLC(config-if-range)#no shu
WLC(config-if-range)#end
WLC#wr //저장
- VPC Configuration
VPCS> ip dhcp
DDORA IP 192.168.1.4/24 GW 192.168.1.1
- Check
VPCS> ping 192.168.1.1
84 bytes from 192.168.1.1 icmp_seq=1 ttl=255 time=78.993 ms
84 bytes from 192.168.1.1 icmp_seq=2 ttl=255 time=3.324 ms
84 bytes from 192.168.1.1 icmp_seq=3 ttl=255 time=2.001 ms
84 bytes from 192.168.1.1 icmp_seq=4 ttl=255 time=3.738 ms
84 bytes from 192.168.1.1 icmp_seq=5 ttl=255 time=2.131 ms
728x90
반응형
'IT > Network' 카테고리의 다른 글
Cisco Switch DHCP Server 이중화 설정 (0) | 2025.03.30 |
---|---|
Cisco Switch DHCP Server 설정 (0) | 2025.03.30 |