zoukankan      html  css  js  c++  java
  • HCNA配置console线路密码password认证

    1、华为设备配置主机名
    <Huawei>system    
    <Huawei>system-view
    Enter system view, return user view with Ctrl+Z.
    [Huawei]sys    
    [Huawei]sysname
    [Huawei]sysname route111
    [route111]sys    
    [route111]sysname r2
    [r2]

    2、华为设备管理方式有两种
    本地管理和远程管理
    本地管理使用console线路
    远程管理使用vty线路
    那么如何配置console线路密码?
    password认证

    <Huawei>sys    
    <Huawei>system-view
    Enter system view, return user view with Ctrl+Z.
    [Huawei]sysn    
    [Huawei]sysname R2
    [R2]us    
    [R2]user-bind
    [R2]user-group
    [R2]user-interface co    
    [R2]user-interface console
    [R2]user-interface console ?
      INTEGER<0-0>  The first user terminal interface to be configured
    [R2]user-interface console 0
    [R2-ui-console0]auth    
    [R2-ui-console0]authentication-mode ?
      aaa       AAA authentication
      password  Authentication through the password of a user terminal interface
    [R2-ui-console0]authentication-mode aaa
    [R2-ui-console0]authentication-mode aaa ?
      <cr>  Please press ENTER to execute command
    [R2-ui-console0]authentication-mode aaa
    [R2-ui-console0]authentication-mode pa    
    [R2-ui-console0]authentication-mode password ?
      <cr>  Please press ENTER to execute command
    [R2-ui-console0]authentication-mode password
    Please configure the login password (maximum length 16):july0229
    [R2-ui-console0]quit    
    [R2-ui-console0]quit
    [R2]quit    
    [R2]quit
    <R2>quit    
    <R2>quit
    
      Configuration console exit, please press any key to log on
    
    
    Login authentication
    
    
    Password:
    <R2>




  • 相关阅读:
    [转载]windows进程中的内存结构
    RTTI和4个强制转换运算符
    由于应用程序配置不正确,程序未能启动
    光照
    服务器数据同步
    SAP
    PHP输入流php://input
    五款常用mysql slow log分析工具的比较
    开发搜索引擎–PHP中文分词
    大型网站调试工具之一(php性能优化分析工具XDebug)
  • 原文地址:https://www.cnblogs.com/me80/p/8001036.html
Copyright © 2011-2022 走看看