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

authentication-mode 常见的配置参数有三种

时间:2016-04-02 18:56:51      阅读:405      评论:0      收藏:0      [点我收藏+]

标签:

authentication-mode 常见的配置参数有三种
user-interface vty 0 14


1、authentication-mode aaa或authentication-mode    scheme
创建本地用户并启用AAA验证。

2、authentication-mode password 
直接在user-interface vty 下用passrod设置密码

3、authentication-mode none
远程维护登陆不需要密码

 

scheme是组合的意思.就是组合认证方式,即输入:用户名+密码认证..
1.进入用户界面:user-interface 0 4  (和思科里面的VTY一样,0 4是指可以有5个用户会话同时连接,0,1,2,3,4 )
2.设置认证模式为组合模式(用户名加密码):Authenticate-mode scheme
3.建立本地用户名:local-user 用户名,
4.设置用户密码:password simple 密码...
5.设置访问服务类型为telnet:service-type telnet
6.设置授权访问级别:level 3
7.退出:quit

authentication-mode 常见的配置参数有三种

标签:

原文地址:http://www.cnblogs.com/stallran/p/5347899.html

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