CLI commands

Virtual AP context

Path: View > Enable > Config > Virtual AP

This context provides commands for configuring Virtual AP profiles (VAP (VSC)s).

By default one profile exists with the name "". This is the default profile and cannot be deleted.

The following example shows how to add a new VAP (VSC) with egress mapped to an existing VLAN named "hongkong":

CLI(config)# virtual ap newap

CLI(virtual-ap)# access control

CLI(virtual-ap)# egress any vlan hongkong

CLI(virtual-ap)# ssid name "newap"

CLI(virtual-ap)# ingress ssid

CLI(virtual-ap)# bandwidth high

CLI(virtual-ap)# end

CLI(config)#

virtual ap name

Supported on: MSM710 MSM730 MSM750 MSM760 MSM765zl

virtual ap name <name>

Change the VAP (VSC) name.

access control

Supported on: MSM710 MSM730 MSM750 MSM760 MSM765zl

access control

Sets this profile to use the services of the service controller’s access control mechanism for authentication and control of client sessions.

no access control

Do not provide access control with this VAP (VSC).

When enabled

„The service controller provides a variety of methods for user authentication, including: MAC, 802.1x, and HTML via either the local user list or a RADIUS server.

„Egress traffic can be routed based on the user state: authenticated, unauthenticated, or intercepted.

When disabled

„The service controller does not perform user authentication, either via RADIUS or the local user list. All authentication must be handled by a remote device.

„All wireless traffic is bridged to an egress VLAN.

„No access controller functions are available. This means no support for RADIUS attributes for the service controller.

„802.1x support is available, including support for RADIUS attributes for users.

2-87