dardan:ccna_security:labs:local_aaa
Configure Local Authentication Using AAA

Configure the local user database
R3(config)# username Admin01 privilege 15 algorithm-type scrypt secret Admin01pass

R3(config)# aaa new-model #Enable AAA services.

Implement AAA services for console access using the local database
R3(config)# aaa authentication login default local-case none 

Create an AAA authentication profile for Telnet using the local database.
R3(config)# aaa authentication login TELNET_LINES local 
R3(config)# line vty 0 4 
R3(config-line)# login authentication TELNET_LINES 

Verify 
R3# clock set 14:15:00 26 December 2014 
R3# show run | include timestamps 
R3(config)# service timestamps debug datetime msec
R3# debug aaa authentication 
dardan/ccna_security/labs/local_aaa.txt · Last modified: 2019/02/04 15:29 by dardan

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki