华为S2300交换机调试教程

  • 格式:pdf
  • 大小:397.19 KB
  • 文档页数:6

1,用串口线将华为交换机(Console口)与电脑(USB)连接,然后双击该驱动(已安装过驱动的电脑可忽略)
2:安装完驱动后,进入设备管理器,可看到该串口。

3:进入属性。

4:注意红框的内容与图中一致,然后确定。

5:注意红框的内容与图中一致,然后确定。

6:单击超级终端。

7:名字随便取,然后确定。

8:注意红框的内容与图中一致,然后确定。

9:注意红框的内容与图中一致,然后确定。

黄色背景是要求输入的内容(123是我假设的vlan,请输入每个站点实际的vlan)
<Quidway>SY
Enter system view,return user view with Ctrl+Z.
[Quidway]vlan batch123
Info:This operation may take a few seconds.Please wait for a moment...done.
[Quidway]interface Ethernet0/0/1(上行端口设置)
[Quidway-Ethernet0/0/1]port link-type trunk
[Quidway-Ethernet0/0/1]port trunk allow-pass vlan123 [Quidway-Ethernet0/0/1]q
[Quidway]interface Ethernet0/0/2(下行端口设置)[Quidway-Ethernet0/0/2]port link-type access
[Quidway-Ethernet0/0/2]port default vlan123
[Quidway-Ethernet0/0/2]q
………………(中间过程省略,有多少个端口就要设置多少次)
[Quidway]interface Ethernet0/0/8(下行端口设置)[Quidway-Ethernet0/0/8]port link-type access
[Quidway-Ethernet0/0/8]port default vlan123
[Quidway-Ethernet0/0/8]q
[Quidway]q
<Quidway>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]:123.zip Now saving the current configuration to the slot0.
Info:Save the configuration successfully.
OK。