Get Disallow Tkip - Cisco 340 Series Configuration Manual

Table of Contents

Advertisement

Chapter 4
Configuring HTTP API

Get Disallow TKIP

Example: get disallowTKIP
Request
curl -k -X GET -H 'password: cisco123!' https://localhost/api/2.0/wifi/ap/disallowTKIP
Reply
{"disallowTKIP":"1","success":"true","getAt":"2013-05-16 15:25:51"}
Set authMode
Example: set authMode to OPEN
Request
curl -k -X PUT -H 'password: cisco123!' -H 'Content-Type: application/json' -d
'{"authMode" : "0"}' https://localhost/api/2.0/wifi/ap/authMode
Reply
{"authMode":"open","success":"true","getAt":"2013-05-16 15:25:51"}
Parameter Restrictions
Only OPEN, SHARED, WPAPSK, WPA2PSK, WPAPSKWPA2PSK, WPA, WPA2, and WPA1WPA2
are valid parameters; otherwise, a 004 error is reported.
Get authMode
Example: get authMode
Request
curl -k -X GET -H 'password: cisco123!' https://localhost/api/2.0/wifi/ap/authMode
Reply
{"authMode":"OPEN","success":"true","getAt":"2013-05-16 15:25:51"}
Set mcastMcs
Example: set mcastMcs to 2
Request
curl -k -X PUT -H 'password: cisco123!' -H 'Content-Type: application/json' -d
'{"mcastMcs" : "2"}' https://localhost/api/2.0/wifi/ap/mcastMcs
Reply
{"success":"true","updatedAt":"2013-05-23 16:50:51"}
Parameter Restrictions
Valid parameter is from 0 to 15. Otherwise, a 004 error is reported.
OL-29491-01
Cisco Edge 340 Series Software Configuration Guide, Release 1.0
AP Information
4-25

Advertisement

Table of Contents
loading

Table of Contents