04-25-2018 01:32 AM - edited 07-05-2021 08:33 AM
hi
i try to configure new Ap with stand alone image , the ssid broadcast normally and try to connect with pre-key and every thing work ok
but when i remove the security key of WIFI , i can't connect to this SSID!!
and the SSID want KEY from me ! after i removed it!!
Solved! Go to Solution.
04-25-2018 02:56 AM - edited 04-25-2018 02:59 AM
Hi,
Remove this line in red and try again:
interface Dot11Radio0
no ip address
!
ssid zeera WiFiencryption mode ciphers aes-ccm
Regards
Dont forget to rate helpful posts
04-25-2018 01:48 AM
04-25-2018 02:38 AM
paste the complete configuration of AP .
Regards
Dont forget to rate helpful posts
04-25-2018 02:54 AM
ap#sh running-config
Building configuration...
Current configuration : 1767 bytes
!
! Last configuration change at 01:05:07 UTC Fri Mar 1 2002
version 15.3
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname ap
!
!
logging rate-limit console 9
enable secret 5 $1$p6DD$ovedYs6CsMyRh8A/
!
no aaa new-model
no ip source-route
no ip cef
!
!
!
!
dot11 pause-time 100
dot11 syslog
!
dot11 ssid zeera WiFi
authentication open
guest-mode
!
!
!
no ipv6 cef
!
!
username Cisco password 7 00271754
username zaid privilege 15 password 7 1213040D110725
!
!
bridge irb
!
!
!
interface Dot11Radio0
no ip address
!
encryption mode ciphers aes-ccm
antenna gain 0
station-role root
bridge-group 1
bridge-group 1 subscriber-loop-control
bridge-group 1 spanning-disabled
bridge-group 1 block-unknown-source
no bridge-group 1 source-learning
no bridge-group 1 unicast-flooding
!
interface Dot11Radio1
no ip address
shutdown
antenna gain 0
peakdetect
dfs band 3 block
channel dfs
station-role root
bridge-group 1
bridge-group 1 subscriber-loop-control
bridge-group 1 spanning-disabled
bridge-group 1 block-unknown-source
no bridge-group 1 source-learning
no bridge-group 1 unicast-flooding
!
interface GigabitEthernet0
no ip address
duplex auto
speed auto
bridge-group 1
bridge-group 1 spanning-disabled
no bridge-group 1 source-learning
!
interface BVI1
mac-address 1cdf.0f94.dae7
ip address 10.0.0.2 255.255.255.0
ipv6 address dhcp
ipv6 address autoconfig
ipv6 enable
!
ip forward-protocol nd
ip http server
no ip http secure-server
ip http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag
!
!
bridge 1 route ip
!
!
!
line con 0
line vty 0 4
password 7 0119071E58C2E
login
transport input all
!
end
04-25-2018 02:56 AM - edited 04-25-2018 02:59 AM
Hi,
Remove this line in red and try again:
interface Dot11Radio0
no ip address
!
ssid zeera WiFiencryption mode ciphers aes-ccm
Regards
Dont forget to rate helpful posts
04-25-2018 03:02 AM
04-25-2018 03:31 AM
Hi,
Authentication and encryption are two intertwined technologies that help to insure that your data remains secure.
Authentication is the process of insuring that both ends of the connection: This applies not only to the entity trying to access a service (such as an end user) but to the entity providing the service, as well
Encryption helps to insure that the information within a session is not compromised. This includes not only reading the information within a data stream, but altering it, as well.
Regards
Dont forget to rate helpful posts
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide