DETAILED STEPS
PurposeCommand or Action
Enables privileged EXEC mode. Enter your password if
prompted.
enable
Example:
Switch> enable
Step 1
Enters the global configuration mode.configure terminal
Example:
Switch# configure terminal
Step 2
Creates a parameter map and enters parameter-map webauth
configuration mode. The specific configuration commands
parameter-map type webauth global
Example:
Switch (config)# parameter-map type webauth
global
Step 3
supported for a global parameter map defined with the global
keyword differ from the commands supported for a named
parameter map defined with the parameter-map-name
argument.
Enables the web-based authentication without SVI featurel2-webauth-enabled
Example:
Switch (config-params-parameter-map)#
l2-webauth-enabled
Step 4
Returns to privileged EXEC mode.end
Example:
Switch(config)# end
Step 5
Verifies your entries.show running-config
Example:
Switch# show running-config
Step 6
(Optional) Saves your entries in the configuration file.copy running-config startup-config
Example:
Switch# copy running-config startup-config
Step 7
Consolidated Platform Configuration Guide, Cisco IOS Release 15.2(4)E (Catalyst 2960-X Switches)
1444
How to Configure Web-Based Authentication