码迷,mamicode.com
首页 > 系统相关 > 详细

CISCO网络设备使用AAA账户管理配置

时间:2019-10-23 09:49:40      阅读:128      评论:0      收藏:0      [点我收藏+]

标签:strong   接口   author   网络设备   cisco   pass   指定   服务   str   

Step1:交换机配置aaa信息

enable password cisco
!
username zhangsan password 0 Passw0rd
aaa new-model                                                         //一定要敲
!
!
aaa authentication login default line
aaa authentication login ISE group radius line
aaa authentication dot1x default group radius
aaa authorization network default group radius

Step2:指定radius服务器信息

radius-server host 192.168.1.100
radius-server timeout 30
radius-server key cisco
!

Step3:vty接口配置aaa认证

line vty 0 4
timeout login response 300
login authentication ISE
transport input ssh
line vty 5 15
timeout login response 300
login authentication ISE
transport input ssh
!

CISCO网络设备使用AAA账户管理配置

标签:strong   接口   author   网络设备   cisco   pass   指定   服务   str   

原文地址:https://www.cnblogs.com/networking/p/11723826.html

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