㈠ 新買的華為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的網段。