H3C WA2210-AG 与3层交换机相连,怎么配置使无线客户端能获取3层交换机配置的DHCP网段地址,要wa2210配置

2025-04-02 11:45:12
推荐回答(3个)
回答1:

system-view

int WLAN-Radio 1/0/1
undo service-template 1
quit
undo wlan service-template 1

wlan service-template 1 clear
ssid H3C
authentication-method open-system
service-template enable
#
interface Vlan-interface1
#
interface Ethernet1/0/1
port link-type trunk
port trunk permit vlan all
#
interface WLAN-BSS1
port access vlan 1
#
interface WLAN-Radio1/0/1
channel 1
service-template 1 interface wlan-bss 1
#
ip route-static 0.0.0.0 0.0.0.0 192.168.1.1

我假设你192.168.1.0这个网段是在vlan 1下面的,192.168.1.1是网关

你在默认配置下把上面的配置直接粘贴进去试试看

回答2:

把DHCP关掉就好了. 启用HTTP后,可以用WEB方式管理。

回答3:

先问下 ,用了无线控制器(AC)没?