- Converged Access: Solution Overview
- Converged Access: Predeployment Checklist
- Converged Access: Management
- Converged Access: Basic Configuration
- Converged Access: Securing Networks with AAA and Cisco ISE
- Converged Access: Enabling Wireless
- Converged Access: WLAN Configuration
- Converged Access: Wireless AP and RF
- Converged Access: Wireless QoS
Converged Access: Management
This chapter describes the switch configuration that is required to enable access for Web GUI and Cisco Prime.
Web GUI Access
The Web GUI uses HTTPS, by default. However, you can configure HTTP access using the ip http server command in global configuration mode.
![]() Note | For information about configuring IP on the management interface, see Chapter 4, Basic Configuration.
|
To create a user with privilege level 15 and to use the credentials from an authentication server, use the username user_name privilege 15 password password command in global configuration mode.
For Web GUI access, perform the following procedure:
Converged Access Web GUI
The Web GUI supports the following features:
-
The following tasks can be performed from the Configuration tab:
-
Configure a switch for all initial operations using the web Configuration wizard. The wizard allows you to configure user details, management interface, and so on.
-
Configure system, internal DHCP server, management, and mobility management parameters.
-
Configure the switch, WLAN, and radios.
-
Configure and set security policies on the switch.
-
Access the software management commands of the operating system.
-
-
The Configuration wizard–After the initial configuration of an IP address and a local username and password, or authentication through an authentication server (privilege 15), the wizard provides a method to complete the initial wireless configuration.
Start the wizard by choosing Configuration > Wizard, and then configure the following:
-
The Monitor tab displays the following information:
-
Summary details of switch, clients, and access points.
-
All radio and AP join statistics.
-
Air quality on access points.
-
List of all the Cisco Discovery Protocol neighbors on all the interfaces and the Cisco Discovery Protocol traffic information.
-
All the rogue access points based on their classification — friendly, malicious, ad hoc, classified, and unclassified.
-
-
The Administration tab enables you to configure system logs.
Enabling Cisco Prime
To enable Cisco Prime, enable SNMP.
Enabling SNMP v2
To enable SNMP on a switch, configure SNMPv2 or SNMPv3. You can configure read-only or read-write community strings, depending on the requirement.
To configure a Read Only (RO) SNMP community string, use the following command:
Device# configure terminal Device(config)# snmp-server community name RO Device(config)# end
To configure a Read Write (RW) SNMP community string, use the following command:
Device# configure terminal Device(config)# snmp-server community name RW Device(config)# endTo check the SNMP community string, use the following command:
Device# show running-config | in snmp-server community
Enabling SNMP v3
To enable SNMP v3, perform the following procedure: