Using the Controller Interface
You can use the controller interface in the following two methods:
Using the Controller GUI
A browser-based GUI is built into each controller.
It allows up to five users to simultaneously browse into the controller HTTP or HTTPS (HTTP + SSL) management pages to configure parameters and monitor the operational status for the controller and its associated access points.
For detailed descriptions of the controller GUI, see the Online Help. To access the online help, click Help on the controller GUI.
Note |
We recommend that you enable the HTTPS interface and disable the HTTP interface to ensure more robust security. |
The controller GUI is supported on the following web browsers:
-
Microsoft Internet Explorer 11 or a later version (Windows)
-
Mozilla Firefox, Version 32 or a later version (Windows, Mac)
-
Apple Safari, Version 7 or a later version (Mac)
Note |
We recommend that you use the controller GUI on a browser loaded with webadmin certificate (third-party certificate). We also recommend that you do not use the controller GUI on a browser loaded with self-signed certificate. Some rendering issues have been observed on Google Chrome (73.0.3675.0 or a later version) with self-signed certificates. For more information, see CSCvp80151. |
Guidelines and Restrictions on using Controller GUI
Follow these guidelines when using the controller GUI:
-
To view the Main Dashboard that is introduced in Release 8.1.102.0, you must enable JavaScript on the web browser.
Note
Ensure that the screen resolution is set to 1280x800 or more. Lesser resolutions are not supported.
-
You can use either the service port interface or the management interface to access the GUI.
-
The controller may intermittently or fail to respond when there is a high volume of packets destined for the controller's management IP address.
-
You can use both HTTP and HTTPS when using the service port interface. HTTPS is enabled by default and HTTP can also be enabled.
-
Click Help at the top of any page in the GUI to access the online help. You might have to disable your browser’s pop-up blocker to view the online help.
Logging On to the GUI
Note |
Do not configure TACACS+ authentication when the controller is set to use local authentication. |
Procedure
Step 1 |
Enter the controller IP address in your browser’s address bar. For a secure connection, enter https://ip-address. For a less secure connection, enter https://ip-address. |
||
Step 2 |
When prompted, enter a valid username and password, and click OK. The Summary page is displayed.
|
Logging out of the GUI
Procedure
Step 1 |
Click Logout in the top right corner of the page. |
Step 2 |
Click Close to complete the log out process and prevent unauthorized users from accessing the controller GUI. |
Step 3 |
When prompted to confirm your decision, click Yes. |
Using the Controller CLI
A Cisco Wireless solution command-line interface (CLI) is built into each controller. The CLI enables you to use a VT-100 terminal emulation program to locally or remotely configure, monitor, and control individual controllers and its associated lightweight access points. The CLI is a simple text-based, tree-structured interface that allows up to five users with Telnet-capable terminal emulation programs to access the controller.
Note |
We recommend that you do not run two simultaneous CLI operations because this might result in incorrect behavior or incorrect output of the CLI. |
Note |
For more information about specific commands, see the Cisco Wireless Controller Command Reference for relevant releases at: https://www.cisco.com/c/en/us/support/wireless/wireless-lan-controller-software/products-command-reference-list.html |
Logging on to the Controller CLI
You can access the controller CLI using either of the following methods:
-
A direct serial connection to the controller console port
-
A remote session over the network using Telnet or SSH through the preconfigured service port or the distribution system ports
For more information about ports and console connection options on controllers, see the relevant controller model's installation guide.
Using a Local Serial Connection
Before you begin
You need these items to connect to the serial port:
-
A computer that is running a terminal emulation program such as Putty, SecureCRT, or similar
-
A standard Cisco console serial cable with an RJ45 connector
To log on to the controller CLI through the serial port, follow these steps:
Procedure
Step 1 |
Connect console cable; connect one end of a standard Cisco console serial cable with an RJ45 connector to the controller’s console port and the other end to your PC’s serial port. |
||||
Step 2 |
Configure terminal emulator program with default settings:
|
||||
Step 3 |
Log on to the CLI—When prompted, enter a valid username and password to log on to the controller. The administrative username and password that you created in the configuration wizard are case sensitive.
The CLI displays the root level system prompt:
|
Using a Remote Telnet or SSH Connection
Before you begin
You need these items to connect to a controller remotely:
-
A PC with network connectivity to either the management IP address, the service port address, or if management is enabled on a dynamic interface of the controller in question
-
The IP address of the controller
-
A VT-100 terminal emulation program or a DOS shell for the Telnet session
Note |
|
Procedure
Step 1 |
Verify that your VT-100 terminal emulation program or DOS shell interface is configured with these parameters:
|
||||
Step 2 |
Use the controller IP address to Telnet to the CLI. |
||||
Step 3 |
When prompted, enter a valid username and password to log into the controller. The administrative username and password that you created in the configuration wizard are case sensitive.
The CLI shows the root level system prompt.
|
Logging Out of the CLI
When you finish using the CLI, navigate to the root level and enter the logout command. You are prompted to save any changes that you made to the volatile RAM.
Note |
The CLI automatically logs you out without saving any changes after 5 minutes of inactivity. You can set the automatic logout from 0 (never log out) to 160 minutes using the config serial timeout command. To prevent SSH or Telnet sessions from timing out, run the config sessions timeout 0 command. |
Navigating the CLI
-
When you log into the CLI, you are at the root level. From the root level, you can enter any full command without first navigating to the correct command level.
-
If you enter a top-level keyword such as config, debug, and so on without arguments, you are taken to the submode of that corresponding keyword.
-
Ctrl + Z or entering exit returns the CLI prompt to the default or root level.
-
When navigating to the CLI, enter ? to see additional options available for any given command at the current level.
-
You can also enter the space or tab key to complete the current keyword if unambiguous.
-
Enter help at the root level to see available command line editing options.
The following table lists commands you use to navigate the CLI and to perform common tasks.
Command | Action |
---|---|
help |
At the root level, view system wide navigation commands |
? |
View commands available at the current level |
command ? |
View parameters for a specific command |
exit |
Move down one level |
Ctrl + Z |
Return from any level to the root level |
save config |
At the root level, save configuration changes from active working RAM to nonvolatile RAM (NVRAM) so they are retained after reboot |
reset system |
At the root level, reset the controller without logging out |
logout |
Logs you out of the CLI |