cisco设备radius配置
时间:2007-01-04 10:22:55
来源: 作者:whsong 点击:次 出处:技术无忧
关键字:cisc
conf taaa new-model
aaa authentication login rad_auth radius
aaa authentication login no_radius none
enable secret cisco (cisco为网络设备原有口令)
radius-server host 10.65.192.x0 (10.65.192.x为radius认证服务器ip)
radius-server timeout 30 (30为超时时间,单位为秒)
radius-server key teczm (共享密钥为teczm)
line con 0 (此段表示通过con口管理时不进行radius认证)
login authen no_radius
transport input none
exit
line v 0 4 (以下配置telnet)
login authe rad_auth
exit
exit
配置完成,可使用show run 查看配置文件
配置完成后,可实现cisco设备远程telnet登录radius认证。
欢迎收藏Pc51.Net技术无忧网












文章评论
共有 0 位网友发表了评论 此处只显示部分留言 点击查看完整评论页面