华为AC+AP无线配置方法
组网示意图:
前提条件:
1)所有设备工作正常
2)依据上述组网建立测试环境
1)正确配置AC使AP发放SSID:“SSID-Temp1”、“SSID-Temp2”和“SSID-Temp3”,且对应业务vlan为:vlan-1,vlan-2,vlan-3;
配置Switch
[Switch]vlan batch 100 101 102 103
[Switch]interface 0/0/1
[Switch-0/0/1]description Link-to-AP
[Switch-0/0/1]port link-type trunk
[Switch-0/0/1]port trunk pvid vlan 100 [Switch-0/0/1]port trunk allow-pass vlan 100 101 102 103
[Switch-0/0/1]quit
[Switch]interface 0/0/2
[Switch-0/0/2]description Link-to-AC
[Switch-0/0/2]port link-type trunk
[Switch-0/0/2]port trunk allow-pass vlan 100 101 102 103
[Switch-0/0/2]quit
配置AC
1. 配置接口和VLAN信息,AC为DHCP Server,为AP和client分配地址
[AC]vlan batch 100 101 102 103
[AC]interface 0/0/1
[AC-0/0/1]description Link-to-SW
[AC-0/0/1]port link-type trunk
[AC-0/0/1]port trunk allow-pass vlan 100 101 102 103
[AC-0/0/1]quit
[AC]dhcp enable
[AC]interface vlanif 100
[AC -Vlanif100]description for-ap
[AC -Vlanif100]ip address 24
[AC -Vlanif100]dhcp select interface
[AC-Vlanif100]quit
[AC]interface vlanif 101
[AC -Vlanif101]description for-STA
[AC -Vlanif101]ip address 24
[AC -Vlanif101]dhcp select interface
[ACVlanif101]quit
[AC]interface vlanif 102
[AC -Vlanif102]description for-STA
[AC -Vlanif102]ip address 24
[AC -Vlanif102]dhcp select interface
[ACVlanif102]quit
[AC]interface vlanif 103
[AC -Vlanif103]description for-STA
华为AC AP无线的配置方法 来自淘豆网m.daumloan.com转载请标明出处.