用华为的S2700交换机有没有网页界面的配置方法??

2024-12-26 19:41:22
推荐回答(2个)
回答1:

华为交换机的配置——S2700

system-view //进入配置模式

[Quidway]sysname
B1 //给交换机命名为B1

[B1]http server
load flash:/S2700?.... zip //加载WEB管理程序

[B1]http server
enable //开启WEB管理功能

[B1]user-interface
console 0 //进入console 0端口的配置

[B1-ui-con0]authentication-mode
password //启用密码认证

[B1-ui-con0]set
authentication password cipher qqgroup //设置密文密码

[B1-ui-con0]user
privilege level 3 //安全级别为3

[B1-ui-con0]quit //退出

[B1]user-interface
vty 0 4 //进入VTY配置

[B1-ui-vty0-4]authentication-mode
password

[B1-ui-vty0-4]set
authentication password cipher qq

[B1-ui-vty0-4]user
privilege level 3

[B1-ui-vty0-4]quit

[B1]vlan 10 //创建VLAN 10

[B1-vlan10]interface
Ethernet 0/0/1 //进入交换机的端口

[B1-ethernet
0/0/1]port link-type access //设置端口模式为接入模式

[B1-ethernet
0/0/1]port default vlan 10 //把该端口加入VLAN10

[B1-ethernet
0/0/1]interface Ethernet 0/0/24

[B1-ethernet
0/0/24]port link-type trunk //设置端口模式为TRUNK

[B1-ethernet
0/0/24]port trunk permit vlan 10 //设置TRUNK允许通过的VLAN

[B1-ethernet
0/0/24]quit

[B1]interface vlan
10 //进入VLAN接口

[B1]ip add
192.168.10.1 24 //给VLAN配置管理地址。

[B1]quit

save //保存

回答2:

不知道你的设备是什么版本,最新版本支持WEB,但是也必须要用串口线登录设备配置WEB功能才可以