Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documenting Cisco AP 1252 success #11

Open
skandragon opened this issue Jun 12, 2015 · 1 comment
Open

Documenting Cisco AP 1252 success #11

skandragon opened this issue Jun 12, 2015 · 1 comment

Comments

@skandragon
Copy link

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.

@alagoutte
Copy link
Contributor

May be better to push a fix on doc directly ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants