188 | |
|
|
∙Upgrade the Firmware
∙Keyboard Shortcuts and Tab Completion Help
∙CLI Classes and Properties Reference
Comparison of Settings Configurable with the CLI and Web UI
The command line interface (CLI) and the Web user interface (UI) to the
The CLI is particularly useful in that it provides an interface to which you can write programmatic scripts for AP configurations. Finally, the CLI may be less
Note: When you write programmatic scripts for AP configurations, suggest adding delay time for 3 seconds between every command.
For example:
1.sendln "set interface wlan0 ssid r1vlan1"
2.wait
3.pause 3
4.sendln "set interface wlan1 ssid r2vlan1"
5.wait
6.pause 3
The following table shows a
Feature or Setting |
| Configurable from CLI | Configurable from Web UI | |
Basic Settings |
| Yes | Yes | |
∙ | Getting/changing |
|
|
|
| Administrator Password |
|
|
|
∙ | Getting/changing AP name |
|
|
|
| and location |
|
|
|
∙ | Viewing information like |
|
|
|
| MAC, IP address, and |
|
|
|
| Firmware version |
|
|
|
|
|
|
| |
Access Point and Cluster |
| Get existing settings only. | Yes | |
Settings |
| You cannot set configuration |
| |
|
|
|
| |
|
|
| policy or other cluster features |
|
|
|
| from the CLI. |
|
|
|
| Use the Web UI to change |
|
|
|
| clustering settings. |
|
|
|
|
|
|