Trouble setting static-key value to empty using the API
Posted: Sun Sep 26, 2010 11:56 pm
When I ssh to my device, I can set one of the static-key values to empty (which is the default) using the following command:
However, I am unable to do the same using the API. I have tried this:
The API acts as if it accepted the values but when I query them again, they have not changed.
Any suggestions on how to make this work would be appreciated.
Code: Select all
/interface wireless security-profiles set <name> static-key-0=""
Code: Select all
/interface/wireless/security-profiles/set
=name=<name>
=static-key-3=""
Any suggestions on how to make this work would be appreciated.