dardan:ccna_security:labs:server_aaa
Configure Centralized Authentication Using AAA and RADIUS 

Download and Install a RADIUS Server (WinRadius )
Configure the WinRadius server database
Configure users and passwords on the WinRadius server
Clear the log display
Test the new user added using the WinRadius test utility


Enable AAA on R1
R1(config)# aaa new-mode

Configure the default login authentication list
R1(config)# aaa authentication login default group radius none 

Specify a RADIUS server
R1(config)# radius server CCNAS 
R1(config-radius-server)# address ipv4 192.168.1.3 
R1(config-radius-server)# key WinRadius 

Test the AAA RADIUS Configuration
R1# ping 192.168.1.3 

Check the default port numbers on the WinRadius server
Change the RADIUS port numbers on R1 to match the WinRadius server
R1(config-radius-server)# address ipv4 192.168.1.3 auth-port 1812 acct-port 1813 

Create an authentication method list for Telnet and test it.
R1(config)# aaa authentication login TELNET_LINES group radius 
R1(config)# line vty 0 4 
R1(config-line)# login authentication TELNET_LINES 
dardan/ccna_security/labs/server_aaa.txt · Last modified: 2019/02/04 15:35 by dardan

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki