03-07-2012 02:15 PM - edited 07-03-2021 09:44 PM
How do we debug the WEP encryption? Is there a CLI to display the WEP encryption key?
03-07-2012 02:20 PM
There's not a way to show the WEP key, as it gets converted to hex and is not ascii.
as for debugs, debug dot11 events. debug dot11 packets
Steve
03-07-2012 02:21 PM
I think he wants to crack the key Steve.
03-08-2012 02:06 PM
How do you check the wireless packet flow after you issue the command:
#debug dot11 dot11radio?
or
#debug dot11 packets?
Thanks
03-08-2012 02:31 PM
issue term mon will let you see the packet flow in real time.
you can also set the buffer size and do logging buffered, then dump the buffer to read what happened. Not real time but easier to read since it's not scrolling while you are trying to read it.
Is there a particular problem you are having? With WEP, if the keys do not match, you'll still associate but traffic won't pass.
Steve
03-08-2012 02:51 PM
Thank you Steve. Yes. I am having the problem to associate with the root bridge. I have a non root bridge configured open authentication with the WEP keys. I checked all the WEP key are matched with the root bridge. I just want to see how does it associate with the root bridge with WEP enabled in real time.
03-08-2012 07:22 PM
are you configuring all four keys or just the one marked as the transmit key?
When you are putting the jet in ate you using 0 or 7?
Steve
Sent from Cisco Technical Support iPhone App
03-09-2012 06:44 AM
Thank you for response Steve
are you configuring all four keys or just the one marked as the transmit key?
>>> I configured all four keys. The first key is the transmitted key. It is the same for both root bridge and non root bridge.
I do have a VLAN. Therefore, the four keys is set in the VLAN
encryption key 1 size 128bit 7 #####key1#### transmit-key
encryption key 2 size 128bit 7 ####key2####
encryption key 3 size 128bit 7 ####key3####
encryption key 4 size 128bit 7 ####key4####
encryption mode ciphers wep128
encryption vlan 53 key 1 size 128bit 7 #####key1#### transmit-key
encryption vlan 53 key 2 size 128bit 7 ####key2####
encryption vlan 53 key 3 size 128bit 7 ####key3####
encryption vlan 53 key 4 size 128bit 7 ####key4####
encryption vlan 53 mode wep mandatory
When you are putting the jet in ate you using 0 or 7?
Thank you very much for all your helps
03-07-2012 02:20 PM
How do we debug the WEP encryption? Is there a CLI to display the WEP encryption key?
Try this link.
03-07-2012 02:37 PM
I dont want to crack it. I want to see if the WEP key is transmitted and match to another bridge.
Thank you for CLI debug, it is helps.
03-07-2012 06:33 PM
03-07-2012 07:28 PM
Link fixed Justin.
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