Configuring Web-Based Authentication with VRF Aware
You configure the web-based authentication with VRF aware to redirect the HTML login page to the client.
These steps are optional.
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
parameter-map type webauth global
4.
webauth-vrf-aware
5.
end
6.
show running-config
7.
copy running-config startup-config
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 VRF aware feature on
SVI.
webauth-vrf-aware
Example:
Switch (config-params-parameter-map)#
webauth-vrf-aware
Step 4
Returns to privileged EXEC mode.end
Example:
Switch(config)# end
Step 5
Consolidated Platform Configuration Guide, Cisco IOS Release 15.2(4)E (Catalyst 2960-X Switches)
1445
How to Configure Web-Based Authentication