在思科模擬器上完成基於服務器的AAA實驗

一,實驗拓撲數據庫

二,IP地址分配表服務器

三,AAA的配置過程網絡

(1)在路由器R1上配置一個本地用戶帳號而且利用本地AAA經過console線和VTY鏈接認證3d

R1(config)#username admin1 password admin1server

R1(config)# aaa new-modelblog

R1(config)#aaa authentication login default local路由

R1(config)#line console 0io

R1(config-line)#login authentication defaultconsole

 

 (2).用TACACS+完成服務器上的AAA認證配置配置

R2(config)#username admin2 password admin2
R2(config)#tacacs-server host 192.168.2.2

R2(config)#tacacs-server key admin2
R2(config)#aaa new-model

R2(config)#aaa authentication login default group tacacs+ local

R2(config)#line console 0

R2(config-line)#login authentication default

[tacacs服務器配置以下]

(3).用RADIUS完成基於服務器的AAA驗證的配置

R3(config)#username admin3 password admin3
R3(config)#tacacs-server host 192.168.3.2

R3(config)#tacacs-server key admin3
R3(config)#aaa new-model

R3(config)#aaa authentication login default group radius local

R3(config)#line console 0

R3(config-line)#login authentication default

[RADIUS服務器配置以下]

四,驗證過程

(1)保證網絡連通

pc1 ping pc2

pc1 ping pc3

pc2 ping pc3

(2)驗證用戶EXEC登入使用本地數據庫

(3)驗證Telnet配置

(4)用AAA TACACS+服務器驗證用戶EXEC登入

(5)用AAA RADIUS服務器驗證用戶EXEC登入

相關文章
相關標籤/搜索