Users Guide

Table Of Contents
Usage Information The no version of this command removes all congured authentication methods and defaults to using local
authentication.
Example
OS10(config)# aaa authentication login default group radius local
OS10(config)# do show running-configuration aaa
aaa authentication login default group radius local
aaa authentication login console local
OS10(config)# no aaa authentication login default
OS10(config)# do show running-configuration aaa
aaa authentication login default local
aaa authentication login console local
Supported Releases 10.4.1.0 or later
aaa re-authenticate enable
Requires user re-authentication after a change in the authentication method or server.
Syntax
aaa re-authenticate enable
Parameters None
Default Disabled
Command Mode
EXEC
Usage Information
After you enable user re-authentication and change the authentication method or server, users are logged out
of the switch and prompted to log in again to re-authenticate. User re-authentication is triggered by:
Adding or removing a RADIUS server as a congured server host with the radius-server host
command.
Adding or removing an authentication method with the aaa authentication [local | radius]
command.
The no version of the command disables user re-authentication.
Example
OS10(config)# aaa re-authenticate enable
Supported Releases 10.4.0E(R1) or later
boot protect disable username
Allows you to disable bootloader protection.
Syntax
boot protect disable username username
Parameters None
Default Disabled
Command Mode EXEC
Usage Information
You can disable bootloader protection for each individual user.
Example
OS10# boot protect disable username root
Security 947