Step 1 |
configure terminal
Switch# configure terminal
|
Enters global configuration mode.
|
Step 2 |
parameter-map type webauth
global
Switch(config)# parameter-map type webauth global
|
Creates a
parameter map and enters parameter-map webauth configuration mode. The specific
configuration commands 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.
|
Step 3 |
banner {file |
text}
Switch(config-params-parameter-map)# banner
|
Displays a banner on the local web-authentication login web page.
|
Step 4 |
custom-page
Switch(config-params-parameter-map)# custom-page
|
Specifies the custom page such as login, expired, success, or
failure page.
|
Step 5 |
max-http-conns
Switch(config-params-parameter-map)# max-http-conns
|
Specifies the maximum number of HTTP connections per clients.
|
Step 6 |
intercept-https-enable
Switch(config-params-parameter-map)# intercept-https-enable
|
Specifies to enable intercept of HTTPS traffic.
|
Step 7 |
ratelimit
Switch(config-params-parameter-map)# ratelimit
|
Specifies to rate limit on the number of web authentication
sessions.
|
Step 8 |
redirect
Switch(config-params-parameter-map)# redirect
|
Specifies to redirect the URL.
|
Step 9 |
timeout
Switch(config-params-parameter-map)# timeout
|
Specifies to timeout for the initial state of web authentication.
|
Step 10 |
watch-list
Switch(config-params-parameter-map)# watch-list
|
Specifies the watch list of web authentication clients.
|
Step 11 |
virtual-ip ipv4
virtual -IP-address
Switch(config-params-parameter-map)# virtual-ip ipv4 172.16.16.16
|
(Optional) Specifies a virtual IP address for web-based
authentication clients. This command is supported in the global parameter map
only.
|
Step 12 |
exit
Switch(config-params-parameter-map)# exit
|
Specifies to exit from
parameter-map params configuration mode.
|
Step 13 |
no
Switch(config-params-parameter-map)# no
|
Specifies to negate a command or set its defaults.
|
Step 14 |
parameter-map type
webauth
name
type
webauth
test
Switch(config)# parameter-map type webauth user1 type webauth test
|
Specifies
parameter map user-defined name for local web-based authentication clients.
This command is supported in the global parameter map only.
|
Step 15 |
banner
bannet-text
Switch(config-params-parameter-map)# banner
|
(Optional)
Displays a banner on the local web-authentication login web page.
|
Step 16 |
consent email
Switch(config-params-parameter-map)# consent email
|
(Optional)
Requests a user’s e-mail address on the local web-authentication login web
page. This command is supported in named parameter maps only.
|
Step 17 |
custom-page
Switch(config-params-parameter-map)# custom-page
|
Specifies the custom page such as login, expired, success, or
failure page.
|
Step 18 |
max-http-conns
Switch(config-params-parameter-map)# max-http-conns
|
Specifies the maximum number of HTTP connections per clients.
|
Step 19 |
redirect
Switch(config-params-parameter-map)# redirect
|
Specifies to redirect the URL.
|
Step 20 |
timeout
Switch(config-params-parameter-map)# timeout
|
Specifies to timeout for the initial state of web authentication.
|
Step 21 |
type
Switch(config-params-parameter-map)# virtual-ip ipv4 172.16.16.16
|
(Optional) Specifies the parameter type such as web authentication
or consent, or both.
|
Step 22 |
exit
Switch(config-params-parameter-map)# exit
|
Specifies to exit from
parameter-map params configuration mode.
|
Step 23 |
no
Switch(config-params-parameter-map)# no
|
Specifies to negate a command or set its defaults.
|