㈠ 新买的华为S2700-26TP-SI(AC)系列交换机如何配置会的找我给300金
简单的设置可以在web模式里面调,非常方便,如果要精细控制就要用命令模式了!
㈡ 怎样登陆 华为s2700 交换机web
1、首先电脑串口连接到华为s2700的console端口
用户名:admin
密码:123456
6、再输入验证码就可以进入华为s2700web设置页面了
㈢ 华为交换机S2700型怎么设置,具体如下~
楼上说的是正解。找到要过滤的网页地址,在终端中ping 加刚才的地址,找到了他的ip地址。然后在交换机上书写acl控制列表。即可。
㈣ 如何配置 华为交换机S2700
华为交换机的配置——S2700
<Quidway>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
<B1>save //保存
㈤ 华为交换机2700如何配置管理ip 和划分两个vlan
S2700为二层交换机, 不能路由两个vlan的网段。