Enabling and disabling Web Authentication

Web Authentication is disabled by default. To enable it, enter the following commands.

device(config)# vlan 10
device(config-vlan-10# webauth
device(config(config-vlan-10-webauth)# enable

The vlan command changes the CLI level to the VLAN configuration level. The webauth command changes the configuration level to the Web Authentication VLAN level. The enable command enables Web Authentication. In the example, VLAN 10 requires hosts to be authenticated using Web Authentication before they can forward traffic.

FastIron devices support a maximum of two Web Authentication VLANs.

Enter the no enable command to disable Web Authentication.