Skip to content

Documenting Cisco AP 1252 success #11

@skandragon

Description

@skandragon

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions