华为网络设备基础命令
进入设备后可看见如下界面
<Huawei>
从中我们可以了解到
该设备的设备名是 Huawei
< > 表示当前的试图是用户视图
视图可以理解为工作模式,不同的工作模式用于做不同的事
视图包括:
- 用户视图 (进入设备后的初始试图,在其他视图下使用 Ctrl + Z 即可回退至该视图)
<Huawei>
用户可以在该视图下查看运行的状态和一些统计信息
查看设备信号
display version
系统视图(用户视图下输入system-view即可进入)
<Huawei>system-view [Huawei]
用户可以配置系统参数,还可以通过系统视图进入其他的功能性视图
修改设备名称
sysname 主机名
<Huawei>sy [Huawei]sysname sw1 [sw1]Mar 1 2024 20:08:51-08:00 sw1 DS/4/DATASYNC_CFGCHANGE:OID 1.3.6.1.4.1.2011.5.25 .191.3.1 configurations have been changed. The current change number is 4, the c hange loop count is 0, and the maximum number of records is 4095. [sw1]
关闭日志信息提示
undo info-center enable
[sw1]undo info-center enable Info: Information center is disabled. [sw1]
接口视图
系统模式下输入interface命令并指定接口类型以及编号可以进入
[Huawei] interface g 0/0/1 [Huawei-GigabitEthernet0/0/1]
配置接口的相关物理属性等配置
- ·······
华为设备用户密码设置
我们需要给设备添加用户配置密码增加安全性
在系统视图下输入aaa即可进入账户管理视图
[sw1]aaa
[sw1-aaa]
创建用户
local-user 用户名 password cipher 密码
[sw1-aaa]local-user cxk password cipher 123456
Info: Add a new user.
[sw1-aaa]
激活刚刚创建的账户
[sw1-aaa]user-interface console 0
[sw1-ui-console0]
保存配置,y同意,然后回车两次,看见successfully就OK了
<sw1>save
The current configuration will be written to the device.
Are you sure to continue?[Y/N]y
Info: Please input the file name ( *.cfg, *.zip ) [vrpcfg.zip]:
Now saving the current configuration to the slot 0.
Save the configuration successfully.
<sw1>
然后如果要再次进入用户控制台输入命令就需要先登录才能进行操作
交换机的基本工作原理
- 首发泛洪
- MAC学习
- MAC寻址
- 定向转发
学习:学习数据帧中的源mac地址
泛洪:对数据源之外的所有接口发送寻找目标的信息
转发:一对一的传数据
更新:当连接交换机设备超过300秒没有数据传递,或者设备从交换机断开了连接都会造成交换机清除对应mac地址的行为
查看设备的mac映射表
<sw1>display mac-address
<sw1>
如果你的交换机是全新的就会像上面一样,映射关系是空白的
(稍微操作一下下) 我们再次查看
<sw1>display mac-address
MAC address table of slot 0:
-------------------------------------------------------------------------------
MAC Address VLAN/ PEVLAN CEVLAN Port Type LSP/LSR-ID
VSI/SI MAC-Tunnel
-------------------------------------------------------------------------------
5489-9802-60c7 1 - - GE0/0/1 dynamic 0/-
5489-98fe-41c0 1 - - GE0/0/2 dynamic 0/-
-------------------------------------------------------------------------------
Total matching items on slot 0 displayed = 2
<sw1> User interface con0 is available