Command Reference Web Authentication Commands
Configuration
Examples
#Set the user with the IP address of 172.16.0.1 as an authentication-free user.
Ruijie(config)# web-auth direct-host 172.16.0.1
Related
Commands
Command Description
show web-auth direct-host
Shows the IP address scope free of web
authentication.
Platform
Description
N/A
web-auth httprd-guard
Use this command to the configure the Web authentication redirection guard. Use the no form of this
command to disable the Web authentication redirection guard.
web-auth httprd-guard {enable | {redirect-count count silence-period period interval interval}
no web-auth httprd-guard [enable]
Parameter
Description
Parameter Description
count
The parameter indicates the redirection count. The default count is
10.
period
The parameter indicates the time to forbid redirection after the
redirection times exceed the configured value. The default period is 3
seconds.
interval
The parameter indicates the interval for redirection attack detection.
The default interval is 5 seconds.
Defaults
By default, redirection guard is disabled.
Command
mode
Global configuration mode
Usage Guide Use the web-auth httprd-guard enable command to enable the Web authenticaiton redirection
guard. Then you can configure the detection parameters using the web-auth httprd-guard
redirect-count count silence-period period interval interval command.
Configuration
Examples
#Configure the Web authentication redirection guard.
Ruijie(config)# web-auth httprd-guard enable
Ruijie(config)# web-auth httprd-guard redirect-count 20 silence-period 5
interval 10
Related
Commands
Command Description