华为交换机Console口属性配置

一、设置通过账号和密码(AAA验证)登陆Console口

  1. 进入 Console 用户界面视图
<Huawei>system-view
[Huawei]user-interface console 0
[Huawei-ui-console0]
  1. 在 Console 用户界面视图下,设置用户验证方式为 AAA 验证
[Huawei-ui-console0]authentication-mode ?
aaa AAA authentication
none Login without checking //无需验证直接登陆console口
password Authentication through the password of a user terminal interface //只通过输入密码登陆console口 [Huawei-ui-console0]authentication-mode aaa
  1. 进入AAA视图,配置登 Console 口的账号和密码
[Huawei-ui-console0]q
[Huawei]aaa
[Huawei-aaa]local-user ?
STRING<1-64> User name, in form of 'user@domain'. Can use wildcard '*',
while displaying and modifying, such as *@isp,user@*,*@*.Can
not include invalid character / \ : * ? " < > | @ ' [Huawei-aaa]local-user admin ?
access-limit Set access limit of user(s)
ftp-directory Set user(s) FTP directory permitted
idle-timeout Set the timeout period for terminal user(s)
password Set password
privilege Set admin user(s) level
service-type Service types for authorized user(s)
state Activate/Block the user(s) [Huawei-aaa]local-user admin password ?
cipher User password with cipher text //以密文方式显示口令
simple User password with plain text //以明文方式显示口令 [Huawei-aaa]local-user admin password cipher ?
STRING<1-16>/<24> The UNENCRYPTED/ENCRYPTED password string [Huawei-aaa]local-user admin password cipher 123456
Info: Add a new user. //查看账户信息
[Huawei-aaa]display local-user
----------------------------------------------------------------------------
User-name State AuthMask AdminLevel
----------------------------------------------------------------------------
admin A A -
----------------------------------------------------------------------------
Total 1 user(s)
  1. 设置登陆 Console 的账号和密码的服务类型为 Console(terminal)类型
[Huawei-aaa]local-user admin ?
access-limit Set access limit of user(s)
ftp-directory Set user(s) FTP directory permitted
idle-timeout Set the timeout period for terminal user(s)
password Set password
privilege Set admin user(s) level
service-type Service types for authorized user(s)
state Activate/Block the user(s) [Huawei-aaa]local-user admin service-type ?
8021x 802.1x user
bind Bind authentication user
ftp FTP user
http Http user
ppp PPP user
ssh SSH user
telnet Telnet user
terminal Terminal user
web Web authentication user
x25-pad X25-pad user [Huawei-aaa]local-user admin service-type terminal ?
8021x 802.1x user
bind Bind authentication user
ftp FTP user
http Http user
ppp PPP user
ssh SSH user
telnet Telnet user
web Web authentication user
x25-pad X25-pad user
<cr> [Huawei-aaa]local-user admin service-type terminal //再次查看账户信息
[Huawei-aaa]display local-user
----------------------------------------------------------------------------
User-name State AuthMask AdminLevel
----------------------------------------------------------------------------
admin A M -
----------------------------------------------------------------------------
Total 1 user(s) //保存配置
<Huawei>save
The current configuration will be written to the device.
Are you sure to continue?[Y/N]y //输入y,确认
Now saving the current configuration to the slot 0.
Apr 6 2021 16:09:10-08:00 Huawei %%01CFM/4/SAVE(l)[55]:The user chose Y when de
ciding whether to save the configuration to the device.
Save the configuration successfully.

二、设置只通过密码登陆 Console 口

  1. 进入 Console 用户界面视图,设置只通过密码登陆 Console 口模式
<Huawei>system-view
[Huawei]user-interface console 0
[Huawei-ui-console0]authentication-mode password
  1. 设置验证密码,输入的密码可以是明文或密文
[Huawei-ui-console0]set authentication ?
password Set the password for a user interface [Huawei-ui-console0]set authentication password ?
cipher Set the password with cipher text //以密文方式显示口令
simple Set the password in plain text //以明文方显示口令 [Huawei-ui-console0]set authentication password cipher ?
STRING<1-16>/<24> Plain text/cipher text password [Huawei-ui-console0]set authentication password cipher 123456 //查看操作的步骤
[Huawei-ui-console0]display this
#
user-interface con 0
authentication-mode password
set authentication password cipher yLST2)ywQ@:.`&R&e7S(bTi# //密码加密处理了
user-interface vty 0 4
#
return //保存配置
<Huawei>save
The current configuration will be written to the device.
Are you sure to continue?[Y/N]y //输入y,确认
Now saving the current configuration to the slot 0.
Apr 6 2021 16:09:10-08:00 Huawei %%01CFM/4/SAVE(l)[55]:The user chose Y when de
ciding whether to save the configuration to the device.
Save the configuration successfully.
  1. 输入的密码可以是明文或者密文,当不指定cipher password参数时,将采用交互方式输入明文密码;
  2. 当指定cipher password参数时,既可以输入明文密码也可以输入密文密码,但都将以密文形式保存在配置文件中。
  3. 当用户输入密码时,直接以明文形式输入存在安全风险,建议用户以交互式方式输入。

三、设置直接登陆 Console 口,无需验证

<Huawei>system-view
[Huawei]user-interface console 0
[Huawei-ui-console0]authentication-mode none

四、配置Console用户界面的用户优先级

<Huawei>system-view
[Huawei]user-interface console 0
[Huawei-ui-console0]user privilege level ?
INTEGER<0-15> Set a priority
[Huawei-ui-console0]user privilege level 3
  • 用户级别和命令级别对应关系表:
用户级别 命令级别 级别名称 说明
0 0 参观级 网络诊断工具命令(ping、tracert)、从本设备出发访问外部设备的命令(Telnet客户端)等。
1 0,1 监控级 用于系统维护,包括display等命令。
说明:并不是所有display命令都是监控级,比如display current-configuration命令和display saved-configuration命令是3级管理级。
2 0,1,2 配置级 业务配置命令,包括路由、各个网络层次的命令,向用户提供直接网络服务。
3~15 0,1,2,3 管理级 用于系统基本运行的命令,对业务提供支撑作用,包括文件系统、FTP、TFTP下载、用户管理命令、命令级别设置命令;
用于业务故障诊断的debugging命令等。
  1. 用户可以配置用户优先级,实现对不同用户访问设备权限的限制,增加设备管理的安全性。
  2. 用户的优先级分为16个级别,级别标识为0~15,标识越高则优先级越高。
  3. 用户的优先级和命令的优先级是相对应的,即用户只能使用等于或低于自己级别的命令。
  4. 缺省情况下,Console口用户界面对应的默认命令访问级别是15。
  5. 如果用户界面下配置的命令级别访问权限与用户名本身对应的操作权限冲突,以用户名本身对应的级别为准。

五、查看 Console 用户界面信息

<Huawei>display user-interface console 0
Idx Type Tx/Rx Modem Privi ActualPrivi Auth Int
+ 0 CON 0 9600 - 3 3 N -
+ : Current UI is active.
F : Current UI is active and work in async mode.
Idx : Absolute index of UIs.
Type : Type and relative index of UIs.
Privi: The privilege of UIs.
ActualPrivi: The actual privilege of user-interface.
Auth : The authentication mode of UIs.
A: Authenticate use AAA.
N: Current UI need not authentication.
P: Authenticate use current UI's password.
Int : The physical location of UIs.

六、清除已经保存的配置

<Huawei>reset saved-configuration
Warning: The action will delete the saved configuration in the device.
The configuration will be erased to reconfigure. Continue? [Y/N]:y //输入y,确认清除
Warning: Now clearing the configuration in the device.
Apr 6 2021 16:29:00-08:00 Huawei %%01CFM/4/RST_CFG(l)[0]:The user chose Y when
deciding whether to reset the saved configuration.
Info: Succeeded in clearing the configuration in the device. //配置虽然清除了,但是配置的账户和密码还有效,重启之后仍任需要密码
<Huawei>system-view
[Huawei]aaa
[Huawei-aaa]display local-user
----------------------------------------------------------------------------
User-name State AuthMask AdminLevel
----------------------------------------------------------------------------
admin A M -
----------------------------------------------------------------------------
Total 1 user(s)
[Huawei-aaa]undo local-user admin //删除账户包括密码
[Huawei-aaa]display local-user
Total 0 user(s) <Huawei>reboot 或者设置无需验证登陆 Console 口
[Huawei]user-interface console 0
[Huawei-ui-console0]authentication-mode none

华为交换机Console口属性配置的更多相关文章

  1. 路由器/交换机Console口登录密码丢失后如何恢复

    Console口登录密码丢失后如何恢复 如果忘记了Console口登录密码,用户可以通过以下两种方式来设置新的Console口登录密码. 通过STelnet/Telnet登录路由器/交换机设置新的Co ...

  2. 交换机console口连接

    http://www.webkaka.com/info/archives/knowledge/2010/08/30452/

  3. 配置通过Console口登录交换机

    组网图形 图1 通过Console口登录交换机组网图 通过Console口登录交换机简介 通过Console口登录交换机是指使用专门的Console通信线缆将用户PC的串口与交换机的Console口相 ...

  4. HUAWEI网络设备恢复Console口密码

    密码遗忘 本章介绍了Console口丢失的处理方法,建议用户妥善保管密码,并定期修改. 恢复Console口密码 设备提供如下方法恢复Console口密码.•方法一:通过STelnet/Telnet登 ...

  5. 华为交换机VRP用户界面配置及Telnet登录实验

    user privilege level level 设置使用以上用户界面登录后的用户级别 5 acl acl-number { inbound | outbound } (可选)在用户界面上应用AC ...

  6. 华为S5700S-52P-LI-AC千兆网管交换机web登录界面配置

    研究一下午,包装附的说明书根本就是错误的,通过技术售后和官方的文档结合,总算可以登录交换机的web管理界面. 首先需要使用通讯控制线缆(包装中附)连接电脑和交换机,一头接交换机的Console口,一头 ...

  7. 在ubuntu下使用minicom连接交换机/路由器Console口

    首先下载并安装minicom sudo apt-get install minicom 然后将Console线一端连上交换机的Console口,另一端连上电脑(我这里是通过USB口连接的) 然后查看对 ...

  8. 连接H3C交换机的Console口连不上

    一.故障:使用Console线连接交换机的Console口连不上. 处理步骤: 1.先把Console线连接好,一端连接交换机的Console口,另一端连接电脑的USB口. 2.安装Console线驱 ...

  9. 华为交换机sflow配置

    华为交换机sflow功能配置 1.配置交换机的sflow流发送 [系统视图]sflow agen ip  x.x.x.x                 设置sflow输出源 [系统视图]sflow ...

随机推荐

  1. [状压DP]关灯问题II

    关 灯 问 题 I I 关灯问题II 关灯问题II 题目描述 现有n盏灯,以及 m m m个按钮.每个按钮可以同时控制这 n n n盏灯--按下了第 i i i个按钮,对于所有的灯都有一个效果.按下i ...

  2. MzzTxx——团队介绍

    项目 内容 这个作业属于哪个课程 2021春季计算机学院软件工程(罗杰 任健) 这个作业的要求在哪里 团队项目-团队介绍 我在这个课程的目标是 提升工程能力和团队意识,熟悉软件开发的流程 这个作业在哪 ...

  3. 阅读作业2&CI/CD调研

    说明 项目 内容 这个作业属于哪个课程 2021春季软件工程 (罗杰 任健) 这个作业的要求在哪里 个人阅读作业#2 我在这个课程的目标是 初步获得软件工程师的能力 这个作业在哪个具体方面帮助我实现目 ...

  4. (九)Struts2模型驱动和属性驱动

    出于结构清晰的考虑,应该采用单独的Model实例来封装请求参数和处理结果,这就是所谓的模型驱动, 所谓模型驱动,就是使用单独的JavaBean来贯穿整个MVC流程. 所谓属性驱动,就是使用属性来作为贯 ...

  5. python基础(补充):递归的深度

    我们在正经人谁用递归呀一节中,简单的讨论了python中的递归 相信用过python递归的朋友可能都碰到过: RecursionError: maximum recursion depth excee ...

  6. 【深度学习】PyTorch CUDA环境配置及安装

    Pytorch版本介绍 torch:1.6 CUDA:10.2 cuDNN:8.1.0 安装 NVIDIA 显卡驱动程序 一般 电脑出厂/装完系统 会自动安装显卡驱动 如果有 可直接进行下一步 下载链 ...

  7. 数据结构之Stack | 让我们一块来学习数据结构

    栈的介绍 栈就是和列表类似的一种数据结构,它可用来解决计算机世界里的很多问题.栈是一种高 效的数据结构,因为数据只能在栈顶添加或删除,所以这样的操作很快,而且容易实现. 栈的使用遍布程序语言实现的方方 ...

  8. 【OO课下讨论】bug中的“二八定律”

    bug中的"二八定律" 本文主要为讨论2020/3/17下午OO课讨论的第三个思考题设立 有一个经典的经验性原则,叫帕累托原则,也称为二八定律.这个原则在经济.社会和科技等多个领域 ...

  9. 百度API定位根据经度、维度 返回当前详细地址

    百度地图API是一套为开发者免费提供的基于 百度地图的应用程序接口,包括JavaScript.iOS.Andriod.静态地图.Web服务等多种版本,提供基本地图.位置搜索.周边搜索等. 1 < ...

  10. Pytorch系列:(四)IO操作

    首先注意pytorch中模型保存有两种格式,pth和pkl,其中,pth是pytorch默认格式,pkl还支持pickle库,不过一般如果没有特殊需求的时候,推荐使用默认pth格式保存 pytorch ...