actube icon indicating copy to clipboard operation
actube copied to clipboard

Documenting Cisco AP 1252 success

Open skandragon opened this issue 10 years ago • 1 comments

I flashed to the most recent firmware for this AP (8.0.153-3.JP3), and then had to issue these commands to cause it to accept a dlls session from acube:

(in enable mode)

# debug capwap con cli
# conf t
(config)# crypto pki trustpoint <name>
(ca-trustpoint)# enrollment terminal
(ca-trustpoint)# exit
(config)# crypto pki authenticate <name>
<paste your server's self-signed certificate here>
done
(config)# exit
# write

After this, the access point seems to properly negotiate a DTLS session. Don't forget to commit the config via "write"

Of course, there are other issues after that still! :) For one, the config doesn't seem to be durable, and a cold restart will wipe it out again.

skandragon avatar Jun 12 '15 06:06 skandragon

May be better to push a fix on doc directly ?

alagoutte avatar Jun 12 '15 15:06 alagoutte