CISCO网络设备使用AAA账户管理配置
Posted networking
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CISCO网络设备使用AAA账户管理配置相关的知识,希望对你有一定的参考价值。
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账户管理配置的主要内容,如果未能解决你的问题,请参考以下文章