准备1台路由器,2台二层交换机,4台PC机
一.设置交换机路由器名字,端口IP,登陆密码,远程登陆
system-view 进入全部模式
[Huawei]sysname lsw1 设置交换机1名字
[Huawei]sysname lsw2 设置交换机2名字
[Huawei]sysname AR1 设置路由器名字
设置2台交换机IP:
[lsw1]interface vlanif 1
[lsw1-Vlanif1]ip address 192.168.1.2 24
[lsw2]interface vlanif 1
[lsw2-Vlanif1]ip address 192.168.2.2 24
设置路由器端口IP
[AR1]interface GigabitEthernet 0/0/0
[AR1-GigabitEthernet0/0/0]ip address 192.168.1.1 24
[AR1]interface GigabitEthernet 0/0/1
[AR1-GigabitEthernet0/0/1]ip address 192.168.2.1 24
PC设置IP地址,路由器端口IP为网关地址:全网互通
设置2台交换机登陆密码:
[lsw1]user-interface console 0 进入console口
[lsw1-ui-console0]authentication-mode password 准备密码
[lsw1-ui-console0]set authentication password cipher 123 设置密文123
[lsw