码迷,mamicode.com
首页 > 其他好文 > 详细

基于服务器的AAA实验

时间:2019-03-18 14:03:46      阅读:148      评论:0      收藏:0      [点我收藏+]

标签:服务   word   password   ati   efault   serve   .com   net   log   

拓扑图 如下:

技术图片

地址表如下:

技术图片

三个pc机相互ping通

pc-a与pc-b

技术图片

pc-a与pc-c

技术图片

pc-b与pc-c

技术图片

 

R1:

R1(config)#username admin1 password Admin1

R1(config)# aaa new-model

R1(config)#aaa authentication login default local

R1(config)#line console 0

R1(config-line)#login authentication default

 技术图片

R1(config)# aaa authentication login telnet-login local

R1(config)# line vty 0 4

R1(config-line)# login authentication telnet-login

技术图片

 

R2:用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

 技术图片

R3:用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

技术图片

 

技术图片

 验证:

用AAA TACACS+服务器验证EXEC登入

技术图片

用AAA RADIUS服务器验证EXEC登入、

技术图片

 

 

基于服务器的AAA实验

标签:服务   word   password   ati   efault   serve   .com   net   log   

原文地址:https://www.cnblogs.com/ljq123/p/10551392.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!