Cisco AP 리셋 및 초기세팅 방법
Cisco AP reset and initialize setting method.
1) Factory reset : press mode button and power on(plug in ethernet)
Wait to change led color to amber.
After changed LED to amber and wait 2~3 second, disconnect ethernet. (power off)
and reconnect ethernet (power on)
2) Setting on terminal (console to connect UART)
// GO TO SETTING
enable
// INITIAL PASSWORD is Cisco
Cisco
//show present IP
show ip int b
// go to configure mode
configure terminal
// Interface setting on Ethernet
interface bvi1
ip address 10.80.10.245 255.255.255.0
no shutdown
exit
// Common SSID setting
dot11 ssid [SSID]
authentication open
authentication key-management wpa version 2
guest-mode
wpa-psk ascii password [PASSWORD]
exit
// Set SSID to 2.4GHz radio
interface dot11radio0
encryption mode ciphers aes-ccm
ssid [SSID]
no shutdown
exit
// Set SSID to 5GHz radio
interface dot11radio1
encryption mode ciphers aes-ccm
ssid [SSID]
no shutdown
exit
// name server setting
ip name-server [DNS Server IP]
ip domain-lookup
ip default-gateway [Gateway IP]
exit
// Set to configuration to permanent
write
And disconnect ethernet and reconnect ethernet.
After boot AP, connect web console and set radio channel 2.4GHz/5GHz radio.