华为交换机基础配置
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了华为交换机基础配置相关的知识,希望对你有一定的参考价值。
一些华为的基础的命令行
system-view ------ 进入系统视图
sysname-------R1修改主机名为R1
display version ------显示版本
display current-configuration -------查看交换机当前配置
save ----配置完交换机后保存当前配置的命令
aaa-----进入三A视图
vlan10-----创建一个vlan10
display port vlan------显示当前各端口vlan情况
undo terminal monitor-----关闭提示日志
quit-----返回上一级
配置控制台会话时间(默认控制台时间为10分钟 )重回初始界面
[R1]user-interface console 0
R1-ui-console0]idle-timeout 100
修改显示行数(解决信息显示行数过少)
[R1-ui-console0]screen-length 24
配置密码登录终端
[R1]user-interface console 0
[R1-ui-console0]set authentication password cipher 123
[R1-ui-console0]authentication-mode password
配置账户和密码登录终端
[R1]aaa
[R1-aaa]local-user R1 password cipher 789
[R1-aaa]quit
[R1]user-interface console 0
[R1-ui-console0]authentication-mode aaa
以上是关于华为交换机基础配置的主要内容,如果未能解决你的问题,请参考以下文章