cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
460
Views
0
Helpful
2
Replies

config enable ssid broadcast, requre wep

jason.aarons
Level 1
Level 1

What is this config missing to require the client know the WEP key to get on the network? Someone said they could get on my network, are they lying?

interface Dot11Radio0

no ip address

no ip route-cache

!

encryption key 1 size 40bit 7 6C770C504D00 transmit-key

encryption mode ciphers wep40

!

ssid NEFLIN

authentication open

authentication shared

guest-mode

2 Replies 2

melisei
Level 1
Level 1

Hi there,

Something like:

encryption key 1 size 128bit xyz transmit-key

encryption mode wep mandatory

config under dot11 interface would force the MU's to encrypt/decrypt the traffic once associated.

Also, I would not use Authentication Shared

So, I would use:

encryption key 1 size 128bit 7 4D2768045E671201053A021223D5 transmit-key

encryption mode wep mandatory

!

ssid NEFLIN

authentication open

Cheers,

ME

And

no guest-mode under the ssid configuration

ME

Review Cisco Networking for a $25 gift card