无线AP已经上线了,端口都放通过了vlan,无线用户就获取不到地址,求解答
AC-交换机-AP-无线终端
(0)
AC配置
wlan service-template 1
ssid test
vlan 20
client forwarding-location ap
service-template enable
wlan ap-group default-group
vlan 1
vlan 20
ap-model WA6320-HCL
radio 1
radio enable
service-template 1
radio 2
radio enable
service-template 1
gigabitethernet 1
(0)
估计是你没配置map-configuration或者remote-configuration。
我是可以做出来的。
AC配置:
sysname AC
#
dhcp enable
#
vlan 1
#
vlan 20
#
dhcp server ip-pool 1
gateway-list 10.0.0.1
network 10.0.0.0 mask 255.255.255.0
#
dhcp server ip-pool 20
gateway-list 192.168.0.1
network 192.168.0.0 mask 255.255.255.0
#
wlan service-template 1
ssid test
vlan 20
client forwarding-location ap
service-template enable
#
interface Vlan-interface1
ip address 10.0.0.1 255.255.255.0
#
interface Vlan-interface20
ip address 192.168.0.1 255.255.255.0
#
interface GigabitEthernet1/0/0
port link-mode bridge
port link-type trunk
port trunk permit vlan 1 20
combo enable fiber
#
wlan auto-ap enable
wlan auto-persistent enable
#
wlan ap-group default-group
remote-configuration enable
vlan 1
vlan 20
ap-model WA6320-HCL
radio 1
radio enable
service-template 1
radio 2
radio enable
service-template 1
gigabitethernet 1
port link-type trunk
port trunk permit vlan 1 20
(0)
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
试了还是不行