Wa2620x胖ap接路由器,开两个无线一个能上网一个不能,现在想问下,是不是每个无线服务都需要配置一个不同的vlan?我现在新建了一个vlan 但ip地址不知道怎么填,现在新建的vlan显示未连接
(0)
最佳答案
不一定,可以使用同一个VLAN,首先配置VLAN1
interface Vlan-interface1
ip address 192.168.1.100 255.255.255.0
#
ip rou 0.0.0.0 0 192.168.1.254
#
wlan service-template 1
crypto ssid test1
cipher-suite tkip
security-ie wpa
cipher-suite ccmp
security-ie rsn
service-template enable
#
wlan service-template 2
crypto ssid test
cipher-suite tkip
security-ie wpa
cipher-suite ccmp
security-ie rsn
service-template enable
#
interface GigabitEthernet1/0/1
port link-type trunk
port trunk permit vlan all
#
interface GigabitEthernet1/0/2
port link-type trunk
port trunk permit vlan all
#
interface WLAN-BSS1
p l acc
p a vlan 3
port-security port-mode psk
port-security tx-key-type 11key
port-security preshared-key pass-phrase simple 12345678
#
interface WLAN-BSS2
p l acc
p a vlan 3
port-security port-mode psk
port-security tx-key-type 11key
port-security preshared-key pass-phrase simple 12345678
#
interface WLAN-BSS3
p l acc
p a vlan 2
port-security port-mode psk
port-security tx-key-type 11key
port-security preshared-key pass-phrase simple 12345678
#
interface WLAN-BSS4
p l acc
p a vlan 2
port-security port-mode psk
port-security tx-key-type 11key
port-security preshared-key pass-phrase simple 12345678
#
interface WLAN-Radio1/0/1
service-template 1 interface wlan-bss 1
service-template 2 interface wlan-bss 3
#
interface WLAN-Radio1/0/2
service-template 1 interface wlan-bss 2
service-template 2 interface wlan-bss 4
(0)
可以不同的服务模板用同一个vlan,也可以用不同的vlan。
vlan的IP地址,直接在vlan下面填写即可。
interface Vlan-interface1
ip address 192.168.1.50 255.255.255.0
可以参考配置案例:
http://www.h3c.com/cn/Service/Document_Software/Document_Center/Home/Wlan/00-Public/Configure/Typical_Configuration_Example/H3C_WA_Fat_AP-6W104/
(0)
暂无评论
您好:
如果想实现一个ssid可以上网、一个ssid不可以上网,建议创建两个vlan。
vlan10用于上网,与上层路由器互通;
vlan20用于内网,与上层路由器不进行互通(比如在网关接口下做packet-filter进行包过滤)。
(0)
暂无评论
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
暂无评论