보안세상
[cisco ap] ap설정 관련 명령어 본문
ena
cisco 장비 초기 비밀번호
show ip int b // cisco 무선 ap의 인터페이스 확인
conf t
interface bvi1
ip add [ip] [ subnetmask ]
no shutdown
2) WIFI SSID임의로 생성해주기 [ 2G면 2G , 5G면 5g ]
dot11 ssid [ssid이름] ex) yeongin_ap1_2g and yeongin_ap2_2g
authentication open
authentication key-management wpa version 2
guest-mode //넣어줘야 통신 가능
wpa-psk ascii [비밀번호]
exit
3)위에서 생성한 SSID를 와이파이 2G 및 5G 인터페이스에 적용하기
interface dot11radio0
encryption mode ciphers aes-ccm
ssid [ssid 이름 ] //단 기존꺼랑 같아야 함 기존 ssid랑
channel 1 // 2G만 넣어주면
no shutdown
exit
동일방식으로 dot11radio1로 5g생성해주기
4)네임서버 등록 및 default gateway 설정해주기
ip name-server 168.126.63.1
ip domain-lookup
ip default-gateway 192.168.0.1
exit
마지막으로 저장 하고 끝내기
wr
5g 설정시에는 dfc 설정.
'공부 > 네트워크' 카테고리의 다른 글
CISCO(시스코) 스위치 주요 명령어 정리 (0) | 2023.03.29 |
---|---|
실제 운용중인 cisco 장비 config 상태 (2) | 2020.07.14 |
[cisco switch] voice vlan 설정 관련 명령어 (0) | 2020.07.14 |
VTP역할 및 vlan,trunk,native vlan은 왜 쓸까?? (3) | 2017.11.06 |
패킷트레이서를 이용한 HSRP 구성 및 라우팅(HSRP configuration and routing using packet tracer) (0) | 2017.07.05 |