보안세상

[cisco ap] ap설정 관련 명령어 본문

공부/네트워크

[cisco ap] ap설정 관련 명령어

똔민 2020. 7. 14. 21:32
반응형

< 이해를 돕기위한 참고용 이미지임 >

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 설정.

반응형
Comments