以前正常网络:核心交换机连接AC和DHCP服务器,DHCP服务器下发5个网段,用户连接AP能拿到所绑服务射频的网段,使用无问题。
现有问题:新开一个DHCP网段8段,把他加入到现有服务模板下,一切配置妥当后,AP1可以下发该8段,但在汇聚交换机的另一个接口下的AP2开绑定8段的地址发就不行,俩AP配置都一样。(还有就是在其他楼层AP上绑定服务模板1,就可以发8段的,服务模板1是无密码的,我也贴下面)
相关配置我放下面,求大佬路过帮忙看一眼,感激不尽,如果复杂可加w讲解,讲完请你喝奶茶嘿嘿,感谢。
AC相关配置如下
wlan service-template 1 clear
ssid s1
bind WLAN-ESS 1
service-template enable
#
wlan service-template 3 crypto
ssid s3
bind WLAN-ESS 2
cipher-suite ccmp
security-ie rsn
client forwarding-mode local
service-template enable
#
wlan service-template 4 crypto
ssid s4
bind WLAN-ESS 3
cipher-suite tkip
cipher-suite ccmp
security-ie rsn
security-ie wpa
client forwarding-mode local
service-template enable
interface WLAN-ESS1
port link-type hybrid
port hybrid vlan 1 untagged
mac-vlan enable
#
interface WLAN-ESS2
port link-type hybrid
port hybrid vlan 1 untagged
mac-vlan enable
port-security port-mode psk
port-security tx-key-type 11key
port-security preshared-key pass-phrase cipher xxxxxxx
#
interface WLAN-ESS3
port link-type hybrid
port hybrid vlan 1 untagged
mac-vlan enable
port-security port-mode psk
port-security tx-key-type 11key
port-security preshared-key pass-phrase cipher xxxxxxx
#
interface Vlan-interface8
ip address 172.19.8.3 255.255.255.0
portal server office method direct
portal domain office
portal nas-ip 192.168.121.66
portal mac-trigger enable
#
interface Vlan-interface12
ip address 192.168.121.66 255.255.255.0
#
interface Vlan-interface30
ip address 172.19.30.3 255.255.255.0
portal server office method direct
portal domain office
portal nas-ip 192.168.121.66
portal mac-trigger enable
1.txt文件内容如下
vlan 8
vlan 30
vlan 31
vlan 32
vlan 33
vlan 34
interface GigabitEthernet1/0/1
port link-type trunk
port trunk permit vlan 8 30 31 32 33 34
(0)
所有互联接口放通8网段的vlan
(0)
所有接口都放通 并开启了vlan8,不然同楼层汇聚交换机也不能有的能发
核心汇聚接入看一下是不是没起vlan8
(0)
我开啦,都开了,并且接口都带放通vlan8的网段,我电脑抓包,发现电脑一直发discover报文,但是discover报文我看也没啥问题
我开啦,都开了,并且接口都带放通vlan8的网段,我电脑抓包,发现电脑一直发discover报文,但是discover报文我看也没啥问题
我把AP1和AP2的telnet开启后,分别登陆到这瘦AP里看了看,发现俩AP的这里不一样。
AP1
vlan 1
#
vlan 8
#
vlan 30 to 34
interface GigabitEthernet1/0/1
port link-type trunk
port trunk permit vlan 1 8 30 to 34
AP2
vlan 1
#
vlan 8
#
vlan 30 to 34
interface GigabitEthernet1/0/1
port link-type trunk
port trunk permit vlan 1 30 to 34
看到AP2的int G1/0/1接口下没有8段,但是他俩不都是去AC上拿配置文件吗?AP2为啥接口没开这个了?重启了一下AP2,发现port trunk permit vlan 1 8 30 to 34就出现8了,8段也能用了。
但我还是有个疑惑,8段是我新开的,我在下发的map-con 文件里1.txt也写了8,为啥AP就读到了vlan 8,没读到得在G1/0/1接口上放行vlan8
vlan 8
vlan 30
vlan 31
vlan 32
vlan 33
vlan 34
interface GigabitEthernet1/0/1
port link-type trunk port trunk
permit vlan 8 30 31 32 33 34
(0)
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
所有接口都放通 并开启了vlan8,不然同楼层汇聚交换机也不能有的能发