发布时间: 2015-03-31 | 浏览次数: 808 | 下载次数: 0 | 作者: liu_zidong | 文档编号: EKB1000071424
无线核心相关配置如下:
interface GigabitEthernet0/0/1
port link-type trunk
port trunk pvidvlan 100
port trunk allow-pass vlan 100 to 102
interface GigabitEthernet0/1/1
port link-type trunk
port trunk allow-pass vlan 100 to 101interface GigabitEthernet0/1/1
port link-type trunk
port trunk allow-pass vlan 100 to 101interface GigabitEthernet0/0/1
port link-type trunk
port trunk allow-pass vlan 100 to 101AC配置如下:
interface GigabitEthernet0/0/1
port link-type trunk
port trunk pvidvlan 100
port trunk allow-pass vlan 100 to 102
wlan
wlan ac source interface vlanif100
ap-region id 101
ap id 1 type-id 19 mac 9017-acae-1020 sn 2102354196W0EA001366
region-id 101
ap id 2 type-id 19 mac 9017-acae-0de0 sn 2102354196W0EA001348
region-id 101
ap id 3 type-id 19 mac 9017-acae-1720 sn 2102354196W0EA001422
region-id 101
ap id 4 type-id 19 mac 9017-acae-1140 sn 2102354196W0EA001375
region-id 101
ap id 5 type-id 19 mac 9017-acae-15a0 sn 2102354196W0EA001410
region-id 101
ap id 6 type-id 19 mac 9017-acae-0f40 sn 2102354196W0EA001359
region-id 101
ap id 7 type-id 19 mac 9017-acae-1060 sn 2102354196W0EA001368
region-id 101
ap id 8 type-id 19 mac 9017-acae-09a0 sn 2102354196W0EA001314
region-id 101
在AC查看AP状态,发现AP全部没有正常上线。
1、 查看AC配置,AC配置无误,然后查看接入POE交换机,发现PVID没有指定,为默认VLAN 1.定位问题原因为默认VLAN与管理VLAN不通所致。
2、 修改直连AP接口PVID后AP成功上线
interface GigabitEthernet0/0/1
port link-type trunk
port trunk pvidvlan 100
port trunk allow-pass vlan 100 to 101
在AC与AP之间还存在着2台交换机,虽然在本例中AC与核心交换机之间的接口我们见PVID设置为AC的源VLAN100,但是工程师并未将接入测直连AP接口的PVID修改为VLAN100,导致业务无法通信,AP无法正常加载。
无