Login authentication – Dell PowerEdge M805 User Manual

Page 136

Advertising
background image

102

AAA Commands

www

.dell.com | support.dell.com

Syntax

ip https authentication method1 [method2...]

no ip https authentication

method1 [method2...]—Specify at least one from the following table:

Default Configuration

The local user database is checked. This action has the same effect as the command ip https
authentication local.

Command Mode

Global Configuration mode

User Guidelines

The additional methods of authentication are used only if the previous method returns an
error, not if it fails. To ensure that the authentication succeeds even if all methods return an
error, specify none as the final method in the command line. If none is specified as an
authentication method after radius, no authentication is used if the RADIUS server is down.

Example

The following example configures https authentication.

console(config)# ip https authentication radius local

login authentication

Use the login authentication command in Line Configuration mode to specify the login
authentication method list for a remote telnet or console. To return to the default specified by the
authentication login command, use the no form of this command.

Syntax

login authentication {default|list-name}

no login authentication

default—Uses the default list created with the aaa authentication login command.

list-name—Uses the indicated list created with the aaa authentication login command.

Keyword

Source or destination

local

Uses the local username database for authentication.

none

Uses no authentication.

radius

Uses the list of all RADIUS servers for authentication.

tacacs

Uses the list of all TACACS+ servers for authentication.

Advertising