You can configure authentication parameters for admin users to enable access to the Virtual Controller management user interface in the Instant UI or CLI.
1. | Click the Instant main window. The window appears. | link at top right corner of the
2. | Click the Admin tab. The tab details are displayed. The following figure shows the contents of the tab: |
Figure 1 Admin Tab: Management Authentication Parameters
3. | Under Local, select any of the following options from the Authentication drop-down list: |
| Internal— Select this option to specify a single set of user credentials. Enter the Username and Password for accessing the Virtual Controller Management User Interface. |
a. | Specify a Username and Password. |
b. | Retype the password to confirm. |
| RADIUS Server— Specify one or two RADIUS servers to authenticate clients. If two servers are configured, users can use them in primary or backup mode or load balancing mode. To enable load balancing, select from the drop-down list. |
| RADIUS server w/ fallback to internal— Select this option to use both internal and external servers. When enabled, the authentication switches to Internal if there is no response from the RADIUS server (RADIUS server timeout). To complete this configuration, perform the following steps: |
a. | To enable load balancing, select | from the drop-down list.
4. | Click | .
To configure an admin user:
(Instant Access Point)(config)# mgmt-user <username> [password]
(Instant Access Point)(config)# end
(Instant Access Point)# commit apply
To configure RADIUS authentication parameters:
(Instant Access Point)(config)# mgmt-auth-server <authentication_server1>
(Instant Access Point)(config)# mgmt-auth-server <authentication_server2>
(Instant Access Point)(config)# mgmt-auth-server-load-balancing
(Instant Access Point)(config)# mgmt-auth-server-local-backup
(Instant Access Point)(config)# end
(Instant Access Point)# commit apply