zoukankan      html  css  js  c++  java
  • authentication-mode 常见的配置参数有三种

    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

  • 相关阅读:
    oracle行转列
    JVM设置空间大小
    Spring AOP 业务权限管理
    清晨漫步
    pull解析xml(android)
    今昔何昔
    Spring: Document root element "beans", must match DOCTYPE root "null
    xfire
    心之所向
    Oracle数据库连接
  • 原文地址:https://www.cnblogs.com/stallran/p/5347899.html
Copyright © 2011-2022 走看看