3 aaa authentication login – CANOGA PERKINS 9175 Command Reference User Manual

Page 649

Advertising
background image

CanogaOS Command Reference

38-2

This is a sample output from the command displaying how to disable aaa access control model.

Switch(config)#no aaa new-model

And you can check the result by using show aaa status command.

Switch#show aaa status

aaa stats:

Authentication disable

Examples

Switch(config)#no aaa new-model

Related Commands

aaa new-model

38.3 aaa authentication login

Set authentication, authorization, accounting (AAA) authentication at login.

Command Syntax

aaa authentication login (default|LISTNAME) {enable|line|none|radius|local}

aaa: Authentication, authorization, and accounting

authentication: authentication

login: Enable password checking

default: Default method list

LISTNAME: An authentication list with this name

enable: Enable password

line: Line password

none: No authentication

radius: Radius server

local: Local username

Command Mode

Global configuration mode

Usage

This is a sample output from the command displaying how to set authentication at login.

Switch(config)#aaa authentication login default local radius none

And you can check the result by using show aaa method-lists command.

Switch#show aaa method-lists authentication

authen queue=AAA_ML_AUTHEN_LOGIN

name=default state =ALIVE : local radius none

Examples

Switch(config)# aaa authentication login default local radius none

Advertising