erase nvram:
erase startup-config
wr erase
no logging console
show running-config
show ip interface brief
copy run start
hostname ap
conf t
line console 0
logging synchronous
end
conf t
line vty 0 15
logging synchronous
no ip domain-lookup
end
conf t
interface BVI 1
ip address 10.2.0.11 255.255.255.0
end
conf t
dot11 ssid NOSTROMO 2.4
authentication open
guest-mode
exit
interface dot11Radio 0
ssid NOSTROMO 2.4
interface dot11Radio 0
channel 8
channel width 20
world-mode dot11d country-code PL indoor
no shut
power local 15
int dot11Radio 0
encryption mode ciphers aes-ccm
dot11 ssid NOSTROMO 2.4
authentication key-management wpa version 2
wpa-psk ascii 0 *********
-----------------------5gz
conf t
dot11 ssid NOSTROMO 5
authentication open
guest-mode
interface dot11Radio 1
ssid NOSTROMO 5
channel 36
channel width 20
world-mode dot11d country-code PL indoor
no shut
power local 15
end
---wpa
int dot11Radio 1
encryption mode ciphers aes-ccm
dot11 ssid NOSTROMO 5
authentication key-management wpa version 2
wpa-psk ascii 0 *********
------------------ssh
conf t
ip domain name local
crypto key generate rsa
aaa new-model
aaa authentication login default local none
end
---------------------
copy running-config startup-config
copy run start
ENABLE
ap(config)#ip http server
ap(config)#ip http secure-server
DISABLE - You negate the command with "NO"
ap(config)#no ip http server
ap(config)#no ip http secure-server