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>




  • 相关阅读:
    java注解-笔记
    java重载与重写-笔记
    java中(equals与==)- 笔记
    Java迭代与递归-笔记
    C++指针悬挂-笔记
    极速倒入sql记录到excel表格,19个子段5万条记录只需30秒
    利用MCI的方法可以方便的实现光驱门的开关
    如何让你的程序在任务列表隐藏
    如何实现遍历文件夹中的所有文件
    识别操作系统版本
  • 原文地址:https://www.cnblogs.com/me80/p/8001036.html
Copyright © 2011-2022 走看看