set system aaa local-auth-fallback disable
The set system aaa local-auth-fallback disable command is used to enable or disable the local authentication fallback function.
Command Syntax
set system aaa local-auth-fallback disable <true | false>
Parameter
Parameter | Description |
disable <true | false> | Enable or disable the local authentication fallback function. The value could be true or false.
By default, the local authentication fallback function is disabled. |
Usage Guidelines
For management port or in-band interface login, if the TACACS+/RADIUS server is unreachable or the TACACS+/RADIUS service is not available, the system determines whether to perform local authentication based on the configuration of local authentication fallback function,
- Â Â If the local authentication fallback function is enabled, then user will fallback to local authentication.
- Â Â If the local authentication fallback function is disabled, then the system generates a syslog message and user is denied access to local authentication.
NOTE:
|
Example
- Â Enable local authentication fallback function.
admin@Xorplus# set system aaa local-auth-fallback disable false admin@Xorplus# commit
Copyright © 2024 Pica8 Inc. All Rights Reserved.