华为配置CAPWAP双栈覆盖业务示例

配置CAPWAP双栈覆盖业务示例

组网图形

图1 配置CAPWAP双栈覆盖业务示例组网图

  • 业务需求
  • 组网需求
  • 数据规划
  • 配置思路
  • 配置注意事项
  • 操作步骤
  • 配置文件
业务需求

企业用户接入WLAN网络,以满足移动办公的最基本需求。且在覆盖区域内移动发生漫游时,不影响用户的业务使用。区域1(AP1覆盖的范围)为IPv4网络,区域2(AP2覆盖的范围)为IPv6网络,AC和AP之间配置IPV4和IPV6 CAPWAP双协议栈,AC可以同时管理IPv4和IPv6的AP。

组网需求
  • AC组网方式:直连二层组网。
  • DHCP部署方式:AC作为DHCP服务器为AP和STA分配IPv4和IPv6地址。
  • 业务数据转发方式:隧道转发。
配置思路
  1. 配置AP、AC和周边网络设备之间实现网络互通。
  2. 在AC上配置DHCPv4和DHCPv6服务器为AP分配IP地址,配置DHCPv6和DHCPv4服务器为STA分配IP地址。
  3. 配置AP上线。
    1. 创建AP组,按照区域进行AP组划分,将同一区域的AP都加入同一AP组中,并限制AP上线的IP版本号。
    2. 配置AC的系统参数,包括国家码、AC与AP之间通信的源接口。
    3. 配置AP上线的认证方式并离线导入AP,实现AP正常上线。
  4. 配置WLAN业务参数,实现STA访问WLAN网络功能。
配置注意事项
操作步骤
  1. 配置周边设备

    # 配置接入交换机SwitchA的GE0/0/3接口加入VLAN100和VLAN200,GE0/0/1接口加入VLAN100,GE0/0/2接口加入VLAN200。GE0/0/1的缺省VLAN为VLAN100,GE0/0/2的缺省VLAN为VLAN200。
    <span style="color:#333333"><span style="background-color:#dddddd"><HUAWEI> <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b1146903825190921">system-view</strong>
    [HUAWEI] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b463515027190921">sysname SwitchA</strong>
    [SwitchA] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b684133584190921">vlan batch 100 200</strong>
    [SwitchA] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b349530513190921">interface gigabitethernet 0/0/1</strong>
    [SwitchA-GigabitEthernet0/0/1] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b1802463456190921">port link-type trunk</strong>
    [SwitchA-GigabitEthernet0/0/1] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b2124958755190921">port trunk pvid vlan 100</strong>
    [SwitchA-GigabitEthernet0/0/1] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b1108429115190921">port trunk allow-pass vlan 100</strong>
    [SwitchA-GigabitEthernet0/0/1] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b1000224051190921">port-isolate enable</strong>
    [SwitchA-GigabitEthernet0/0/1] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b954510642190921">quit</strong>
    [SwitchA] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b401575179190921">interface gigabitethernet 0/0/2</strong>
    [SwitchA-GigabitEthernet0/0/2] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b380788726190921">port link-type trunk</strong>
    [SwitchA-GigabitEthernet0/0/2] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b1264265401190921">port trunk pvid vlan 200</strong>
    [SwitchA-GigabitEthernet0/0/2] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b99983235190921">port trunk allow-pass vlan 200</strong>
    [SwitchA-GigabitEthernet0/0/2] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b1929474773190921">port-isolate enable</strong>
    [SwitchA-GigabitEthernet0/0/2] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b1004340122190921">quit</strong>
    [SwitchA] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b1024798479190921">interface gigabitethernet 0/0/3</strong>
    [SwitchA-GigabitEthernet0/0/3] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b304393179190921">port link-type trunk</strong>
    [SwitchA-GigabitEthernet0/0/3] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b135158159190921">port trunk allow-pass vlan 100 200</strong>
    [SwitchA-GigabitEthernet0/0/3] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b2113434684190921">quit</strong></span></span>
    # 配置Router的接口GE1/0/0加入VLAN101,创建接口VLANIF101并配置IPv4地址为10.23.101.2/24,IPv6地址为FC02::2/64。
    <span style="color:#333333"><span style="background-color:#dddddd"><Huawei> <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b801752566190921">system-view</strong>
    [Huawei] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b2046819583190921">sysname Router</strong>
    [Router] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b1047582369190921">ipv6</strong>
    [Router] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b975131926190921">vlan batch 101</strong>
    [Router] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b274648767190921">interface gigabitethernet 1/0/0</strong>
    [Router-GigabitEthernet1/0/0] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b170732701190921">port link-type trunk</strong>
    [Router-GigabitEthernet1/0/0] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b1177536734190921">port trunk allow-pass vlan 101</strong>
    [Router-GigabitEthernet1/0/0] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b623966701190921">quit</strong>
    [Router] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b317992853190921">interface vlanif 101</strong>
    [Router-Vlanif101] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b315213745190921">ip address 10.23.101.2 24</strong>
    [Router-Vlanif101] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b753826984190921">ipv6 enable</strong>
    [Router-Vlanif101] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b267641225190921">ipv6 address fc02::2/64</strong>
    [Router-Vlanif101] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b104793727190921">quit</strong></span></span>
  2. 配置AC与其它网络设备互通

    # 配置AC的接口GE0/0/1加入VLAN100和VLAN200,GE0/0/2加入VLAN101。
    <span style="color:#333333"><span style="background-color:#dddddd"><HUAWEI> <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b409287315190921">system-view</strong>
    [HUAWEI] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b258544766190921">sysname AC</strong>
    [AC] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b462287671190921">vlan batch 100 101 200</strong>
    [AC] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b1272913455190921">interface gigabitethernet 0/0/1</strong>
    [AC-GigabitEthernet0/0/1] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b2071743092190921">port link-type trunk</strong>
    [AC-GigabitEthernet0/0/1] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b1616165139190921">port trunk allow-pass vlan 100 200</strong>
    [AC-GigabitEthernet0/0/1] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b659029378190921">quit</strong>
    [AC] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b1073059659190921">interface gigabitethernet 0/0/2</strong>
    [AC-GigabitEthernet0/0/2] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b1788644183190921">port link-type trunk</strong>
    [AC-GigabitEthernet0/0/2] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b193824250190921">port trunk allow-pass vlan 101</strong>
    [AC-GigabitEthernet0/0/2] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b463825630190921">quit</strong></span></span>
  3. 配置DHCP服务器为STA和AP分配IP地址

    # 在AC上配置VLANIF100接口为AP提供IPv4地址。
    <span style="color:#333333"><span style="background-color:#dddddd">[AC] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b2031153250190921">dhcp enable</strong>
    [AC] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b1919289615190921">interface vlanif 100</strong>
    [AC-Vlanif100] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b1992126686190921">ip address 10.23.100.1 24</strong>
    [AC-Vlanif100] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b919882756190921">dhcp select interface</strong>
    [AC-Vlanif100] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b491849206190921">quit</strong></span></span>
    # 在AC上配置VLANIF200接口为AP提供IPv6地址。
    <span style="color:#333333"><span style="background-color:#dddddd">[AC] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b282758585190921">ipv6</strong>
    [AC] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b1551206228190921">dhcp enable</strong>
    [AC] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b1500838037190921">dhcpv6 pool ap_pool</strong>
    [AC-dhcpv6-pool-ap_pool] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b1095101125190921">address prefix fc01::/64</strong>
    [AC-dhcpv6-pool-ap_pool] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b841316139190921">quit</strong>
    [AC] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b594802203190921">interface vlanif 200</strong>
    [AC-Vlanif200] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b515676449190921">ipv6 enable</strong>
    [AC-Vlanif200] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b848332534190921">ipv6 address fc01::1/64</strong>
    [AC-Vlanif200] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b1463722663190921">undo ipv6 nd ra halt</strong>
    [AC-Vlanif200] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b816660201190921">ipv6 nd autoconfig managed-address-flag</strong>
    [AC-Vlanif200] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b645244955190921">ipv6 nd autoconfig other-flag</strong>
    [AC-Vlanif200] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b252317981190921">dhcpv6 server ap_pool</strong>
    [AC-Vlanif200] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b706748190190921">quit</strong></span></span>
    # 配置VLANIF101接口下的DHCPv4服务器和DHCPv6服务器为STA提供IP地址。
    <span style="color:#333333"><span style="background-color:#dddddd">[AC] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b641090635190921">dhcpv6 pool sta_pool</strong>
    [AC-dhcpv6-pool-sta_pool] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b1751044090190921">address prefix fc02::/64</strong>
    [AC-dhcpv6-pool-sta_pool] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b1722622819190921">quit</strong>
    [AC] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b367244197190921">interface vlanif 101</strong>
    [AC-Vlanif101] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b1714639538190921">ipv6 enable</strong>
    [AC-Vlanif101] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b1200084554190921">ip address 10.23.101.1 24</strong>
    [AC-Vlanif101] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b185655870190921">dhcp select interface</strong>
    [AC-Vlanif101] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b1006631249190921">ipv6 address fc02::1/64</strong>
    [AC-Vlanif101] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b498718114190921">undo ipv6 nd ra halt</strong>
    [AC-Vlanif101] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b458421855190921">ipv6 nd autoconfig managed-address-flag</strong>
    [AC-Vlanif101] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b963188944190921">ipv6 nd autoconfig other-flag</strong>
    [AC-Vlanif101] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b785579188190921">dhcpv6 server sta_pool</strong>
    [AC-Vlanif101] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b984519419190921">quit</strong></span></span>
  4. 配置AP上线

    # 创建AP组,按照区域进行AP组划分,将同一区域的AP都加入同一AP组中,并限制AP上线的IP版本号。
    <span style="color:#333333"><span style="background-color:#dddddd">[AC] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b365287240190921">wlan</strong>
    [AC-wlan-view] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b1447263166190921">ap-group name ap-group_ipv4</strong>
    [AC-wlan-ap-group-ap-group_ipv4] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b1817702868190921">ap ip version ipv4</strong>
    Warning: This operation may cause AP offline, Whether to continue? [Y/N]:<strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b493869597190921">y</strong> 
    [AC-wlan-ap-group-ap-group_ipv4] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b1754560141190921">quit</strong>
    [AC-wlan-view] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b1397728233190921">ap-group name ap-group_ipv6</strong>
    [AC-wlan-ap-group-ap-group_ipv6] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b1797571532190921">ap ip version ipv6</strong>
    Warning: This operation may cause AP offline, Whether to continue? [Y/N]:<strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b1300257284190921">y</strong> 
    [AC-wlan-ap-group-ap-group_ipv6] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b1806089294190921">quit</strong></span></span>
    # 创建域管理模板,在域管理模板下配置AC的国家码并在AP组下引用域管理模板。
    <span style="color:#333333"><span style="background-color:#dddddd">[AC-wlan-view] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b1471718217190921">regulatory-domain-profile name default</strong>
    [AC-wlan-regulate-domain-default] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b1546732354190921">country-code cn</strong>
    [AC-wlan-regulate-domain-default] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b551047239190921">quit</strong>
    [AC-wlan-view] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b1222516225190921">ap-group name ap-group_ipv4</strong>
    [AC-wlan-ap-group-ap-group_ipv4] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b171327823190921">regulatory-domain-profile default</strong>
    Warning: Modifying the country code will clear channel, power and antenna gain configurations of the radio and reset the AP. Continue?[Y/N]:<strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_zh-cn_task_0175818418_b17491131153716">y</strong>  
    [AC-wlan-ap-group-ap-group_ipv4] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b2043440440190921">quit</strong>
    [AC-wlan-view] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b112872736190921">ap-group name ap-group_ipv6</strong>
    [AC-wlan-ap-group-ap-group_ipv6] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b112345448190921">regulatory-domain-profile default</strong>
    Warning: Modifying the country code will clear channel, power and antenna gain configurations of the radio and reset the AP. Continue?[Y/N]:<strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_zh-cn_task_0175818418_b17491131153716_1">y</strong>  
    [AC-wlan-ap-group-ap-group_ipv6] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b2076171109190921">quit</strong>
    [AC-wlan-view] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b1606241424190921">quit</strong></span></span>
    # 配置AC的源接口。
    <span style="color:#333333"><span style="background-color:#dddddd">[AC] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b729907539190921">capwap double-stack enable</strong>
    [AC] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b383709760190921">capwap source interface vlanif 100</strong>
    [AC] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b1791385488190921">capwap source interface vlanif 200</strong></span></span>
    # 在AC上离线导入AP,并将AP分别加入AP组“ap-group_ipv4”和“ap-group_ipv6”中。假设AP1的MAC地址为dcd2-fcf6-76a0,AP2的MAC地址为60de-4476-e360。

    ap auth-mode命令缺省情况下为MAC认证,如果之前没有修改其缺省配置,可以不用执行ap auth-mode mac-auth

    举例中使用的AP为AP5030DN,具有射频0和射频1两个射频。AP5030DN的射频0为2.4GHz射频,射频1为5GHz射频。

    <span style="color:#333333"><span style="background-color:#dddddd">[AC] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b1685093122190921">wlan</strong>
    [AC-wlan-view] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b810555749190921">ap auth-mode mac-auth</strong>
    [AC-wlan-view] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b1890175338190921">ap-id 0 ap-mac dcd2-fcf6-76a0</strong>
    [AC-wlan-ap-0] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b589690059190921">ap-name ap1</strong>
    Warning: This operation may cause AP reset. Continue? [Y/N]:<strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_zh-cn_task_0175818418_b460951517190906">y</strong>  
    [AC-wlan-ap-0] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b1423457549190921">ap-group ap-group_ipv4</strong>
    Warning: This operation may cause AP reset. If the country code changes, it will clear channel, power and antenna gain configuration s of the radio, Whether to continue? [Y/N]:<strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_zh-cn_task_0175818418_b1651706244190906">y</strong>  
    [AC-wlan-ap-0] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b2049187955190921">quit</strong>
    [AC-wlan-view] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b2095850087190921">ap-id 1 ap-mac 60de-4476-e360</strong>
    [AC-wlan-ap-1] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b558610791190921">ap-name ap2</strong>
    Warning: This operation may cause AP reset. Continue? [Y/N]:<strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_zh-cn_task_0175818418_b460951517190906_1">y</strong>  
    [AC-wlan-ap-1] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b1953558661190921">ap-group ap-group_ipv6</strong>
    Warning: This operation may cause AP reset. If the country code changes, it will clear channel, power and antenna gain configuration s of the radio, Whether to continue? [Y/N]:<strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_zh-cn_task_0175818418_b1651706244190906_1">y</strong>  
    [AC-wlan-ap-1] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b2026336380190921">quit</strong></span></span>

    # 将AP上电后,当执行命令display ap all查看到AP的“State”字段为“nor”时,表示AP正常上线。

    <span style="color:#333333"><span style="background-color:#dddddd">[AC-wlan-view] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b532733656190921">display ap all</strong>
    Total AP information:
    nor  : normal          [2]
    Extrainfo : Extra information
    P  : insufficient power supply
    ----------------------------------------------------------------------------------------------------
    ID   MAC            Name    Group          IP              Type       State STA Uptime      ExtraInfo
    ----------------------------------------------------------------------------------------------------
    0    dcd2-fcf6-76a0 ap1     ap-group_ipv4  10.23.100.138   AP5030DN   nor   0   4H:49M:11S  P
    1    60de-4476-e360 ap2     ap-group_ipv6  FC01::9         AP5030DN   nor   0   6H:3M:40S   -
    ----------------------------------------------------------------------------------------------------
    Total: 2, printed: 2</span></span>
  5. 配置WLAN业务参数

    # 开启设备处理STA IPv6业务的功能。
    <span style="color:#333333"><span style="background-color:#dddddd">[AC-wlan-view] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b846697653190921">sta-ipv6-service enable</strong></span></span>
    # 创建名为“wlan-net”的安全模板,并配置安全策略。

    举例中以配置WPA-WPA2+PSK+AES的安全策略为例,密码为“a1234567”,实际配置中请根据实际情况,配置符合实际要求的安全策略。

    <span style="color:#333333"><span style="background-color:#dddddd">[AC-wlan-view] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_zh-cn_task_0176912351_b1991067776190921">security-profile name wlan-net</strong>
    [AC-wlan-sec-prof-wlan-net] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_zh-cn_task_0176912351_b851752672190921">security wpa-wpa2 psk pass-phrase a1234567 aes</strong>
    [AC-wlan-sec-prof-wlan-net] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_zh-cn_task_0176912351_b337241812190921">quit</strong></span></span>
    # 创建名为“wlan-net”的SSID模板,并配置SSID名称为“wlan-net”。
    <span style="color:#333333"><span style="background-color:#dddddd">[AC-wlan-view] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_zh-cn_task_0176912351_b69022931190921">ssid-profile name wlan-net</strong>
    [AC-wlan-ssid-prof-wlan-net] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_zh-cn_task_0176912351_b36723145190921">ssid wlan-net</strong>
    [AC-wlan-ssid-prof-wlan-net] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_zh-cn_task_0176912351_b1738903244190921">quit</strong></span></span>
    # 创建名为“wlan-net”的VAP模板,配置业务数据转发模式、业务VLAN,并且引用安全模板和SSID模板。
    <span style="color:#333333"><span style="background-color:#dddddd">[AC-wlan-view] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_zh-cn_task_0176912351_b1922555320190921">vap-profile name wlan-net</strong>
    [AC-wlan-vap-prof-wlan-net] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_zh-cn_task_0176912351_b13690656190921">forward-mode tunnel</strong>
    [AC-wlan-vap-prof-wlan-net] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_zh-cn_task_0176912351_b1155220284190921">service-vlan vlan-id 101</strong>
    [AC-wlan-vap-prof-wlan-net] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_zh-cn_task_0176912351_b1928564414190921">security-profile wlan-net</strong>
    [AC-wlan-vap-prof-wlan-net] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_zh-cn_task_0176912351_b889800077190921">ssid-profile wlan-net</strong>
    [AC-wlan-vap-prof-wlan-net] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_zh-cn_task_0176912351_b1869922190190921">quit</strong></span></span>
    # 配置AP组引用VAP模板,AP上射频0和射频1都使用VAP模板“wlan-net”的配置。
    <span style="color:#333333"><span style="background-color:#dddddd">[AC-wlan-view] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b596297300190921">ap-group name ap-group_ipv4</strong>
    [AC-wlan-ap-group-ap-group_ipv4] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b1053401689190921">vap-profile wlan-net wlan 1 radio 0</strong>
    [AC-wlan-ap-group-ap-group_ipv4] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b1326365763190921">vap-profile wlan-net wlan 1 radio 1</strong>
    [AC-wlan-ap-group-ap-group_ipv4] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b1503401936190921">quit</strong>
    [AC-wlan-view] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b515217240190921">ap-group name ap-group_ipv6</strong>
    [AC-wlan-ap-group-ap-group_ipv6] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b1354279984190921">vap-profile wlan-net wlan 1 radio 0</strong>
    [AC-wlan-ap-group-ap-group_ipv6] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b1401457371190921">vap-profile wlan-net wlan 1 radio 1</strong>
    [AC-wlan-ap-group-ap-group_ipv6] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b766778827190921">quit</strong></span></span>
  6. 验证配置结果

    WLAN业务配置会自动下发给AP,配置完成后,通过执行命令display vap ssid wlan-net查看如下信息,当“Status”项显示为“ON”时,表示AP对应的射频上的VAP已创建成功。

    <span style="color:#333333"><span style="background-color:#dddddd">[AC-wlan-view] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b730482450190921">display vap ssid wlan-net</strong>
    WID : WLAN ID            
    -------------------------------------------------------------------------------------
    AP ID AP name  RfID WID  BSSID          Status  Auth type     STA   SSID     
    -------------------------------------------------------------------------------------
    1     ap1       0    1   DCD2-FCF6-76A0 ON      WPA/WPA2-PSK  0     wlan-net
    1     ap1       1    1   DCD2-FCF6-76B0 ON      WPA/WPA2-PSK  0     wlan-net
    2     ap2       0    1   60DE-4474-E360 ON      WPA/WPA2-PSK  0     wlan-net
    2     ap2       1    1   60DE-4474-E370 ON      WPA/WPA2-PSK  0     wlan-net
    -------------------------------------------------------------------------------------
    Total: 4</span></span>
    STA搜索到名为“wlan-net”的无线网络,输入密码“a1234567”并正常关联后,在AC上执行display station ssid wlan-net命令,可以查看到用户已经接入到无线网络“wlan-net”中。
    <span style="color:#333333"><span style="background-color:#dddddd">[AC-wlan-view] <strong id="ZH-CN_TASK_0180383115__zh-cn_task_0176912366_b143519703190921">display station ssid wlan-net</strong>
    Rf/WLAN: Radio ID/WLAN ID                                                     
    Rx/Tx: link receive rate/link transmit rate(Mbps)                             
    ------------------------------------------------------------------------------------------------------------------------------------------------
    STA MAC          AP ID Ap name    Rf/WLAN  Band  Type  Rx/Tx      RSSI  VLAN  IPv4 address     SSID          IPv6 address                      
    ------------------------------------------------------------------------------------------------------------------------------------------------
    508f-4cfb-0556   1     ap1        1/1      5G    -     -/-        -     101   10.23.101.164    wlan-net      FC02::A48F:A256:29D:8841          
    c894-bbdc-99ae   2     ap2        1/1      5G    -     -/-        -     101   10.23.101.204    wlan-net      FC02::7057:14F:2211:7FA0          
    ------------------------------------------------------------------------------------------------------------------------------------------------
    Total: 2 2.4G: 0 5G: 2</span></span>
配置文件
  • SwitchA的配置文件
    <span style="color:#333333"><span style="background-color:#dddddd">#
    sysname SwitchA
    #
    vlan batch 100 200
    #
    interface GigabitEthernet0/0/1port link-type trunkport trunk pvid vlan 100port trunk allow-pass vlan 100port-isolate enable group 1
    #
    interface GigabitEthernet0/0/2port link-type trunkport trunk pvid vlan 200port trunk allow-pass vlan 200port-isolate enable group 1
    #
    interface GigabitEthernet0/0/3port link-type trunkport trunk allow-pass vlan 100 200
    #
    return
    </span></span>
  • Router的配置文件
    <span style="color:#333333"><span style="background-color:#dddddd">#
    sysname Router
    #
    ipv6
    #
    vlan batch 101
    #
    interface Vlanif101ipv6 enableip address 10.23.101.2 255.255.255.0ipv6 address FC02::2/64
    #
    interface GigabitEthernet1/0/0port link-type trunkport trunk allow-pass vlan 101
    #
    return
    </span></span>
  • AC的配置文件
    <span style="color:#333333"><span style="background-color:#dddddd">#sysname AC
    #
    ipv6
    #
    vlan batch 100 to 101 200
    #
    dhcp enable
    #
    dhcpv6 pool ap_pooladdress prefix FC01::/64
    #
    dhcpv6 pool sta_pooladdress prefix FC02::/64
    #
    interface Vlanif100ip address 10.23.100.1 255.255.255.0dhcp select interface
    #
    interface Vlanif101ipv6 enableip address 10.23.101.1 255.255.255.0ipv6 address FC02::1/64undo ipv6 nd ra haltipv6 nd autoconfig managed-address-flagipv6 nd autoconfig other-flagdhcp select interfacedhcpv6 server sta_pooldhcp server excluded-ip-address 10.23.101.2 
    #
    interface Vlanif200ipv6 enableipv6 address FC01::1/64undo ipv6 nd ra haltipv6 nd autoconfig managed-address-flagipv6 nd autoconfig other-flagdhcpv6 server ap_pool
    #
    interface GigabitEthernet0/0/1port link-type trunkport trunk allow-pass vlan 100 200
    #
    interface GigabitEthernet0/0/2port link-type trunkport trunk allow-pass vlan 101
    #
    capwap double-stack enable
    capwap source interface vlanif100
    capwap source interface vlanif200
    #
    wlansta-ipv6-service enablesecurity-profile name wlan-netsecurity wpa-wpa2 psk pass-phrase %^%#m"tz0f>~7.[`^6RWdzwCy16hJj/Mc!,}s`X*B]}A%^%# aesssid-profile name wlan-netssid wlan-netvap-profile name wlan-netforward-mode tunnelservice-vlan vlan-id 101ssid-profile wlan-netsecurity-profile wlan-netregulatory-domain-profile name defaultap-group name ap-group_ipv4ap ip version ipv4radio 0vap-profile wlan-net wlan 1radio 1vap-profile wlan-net wlan 1ap-group name ap-group_ipv6ap ip version ipv6radio 0vap-profile wlan-net wlan 1radio 1vap-profile wlan-net wlan 1ap-id 0 type-id 35 ap-mac dcd2-fcf6-76a0 ap-sn 2102351KDVW0JB015457ap-name ap1ap-group ap-group_ipv4ap-id 1 type-id 35 ap-mac 60de-4476-e360 ap-sn 21500831023GH9001248ap-name ap2ap-group ap-group_ipv6
    #
    return</span></span>

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/697179.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

【selenium】三大切换 iframe 弹窗alert 句柄window 和 鼠标操作

目录 一、iframe 1、切换方式&#xff1a; 1、第一种情况&#xff1a; 2、第二种情况&#xff1a; 方式1: 先找到iframe&#xff0c;定位iframe元素&#xff08;可以通过元素定位的各种方式&#xff1a;xpath&#xff0c;css等等&#xff09;&#xff0c;用对象接收&…

[HTML]Web前端开发技术27(HTML5、CSS3、JavaScript )JavaScript基础——喵喵画网页

希望你开心&#xff0c;希望你健康&#xff0c;希望你幸福&#xff0c;希望你点赞&#xff01; 最后的最后&#xff0c;关注喵&#xff0c;关注喵&#xff0c;关注喵&#xff0c;佬佬会看到更多有趣的博客哦&#xff01;&#xff01;&#xff01; 喵喵喵&#xff0c;你对我真的…

activeMq将mqtt发布订阅转成消息队列

1、activemq.xml置文件新增如下内容 2、mqttx测试发送&#xff1a; 主题&#xff08;配置的模糊匹配&#xff0c;为了并发&#xff09;&#xff1a;VirtualTopic/device/sendData/12312 3、mqtt接收的结果 4、程序处理 package comimport cn.hutool.core.date.DateUtil; imp…

【AIGC】基于深度学习的图像生成与增强技术

摘要&#xff1a; 本论文探讨基于深度学习的图像生成与增强技术在图像处理和计算机视觉领域的应用。我们综合分析了主流的深度学习模型&#xff0c;特别是生成对抗网络&#xff08;GAN&#xff09;和变分自编码器&#xff08;VAE&#xff09;等&#xff0c;并就它们在实际应用中…

小程序性能优化

背景 在开发小程序的过程中我们发现&#xff0c;小程序的经常会遇到性能问题&#xff0c;尤其是在微信开发者工具的时候更是格外的卡&#xff0c;经过排查发现&#xff0c;卡顿的页面有这么多的js代码需要加载&#xff0c;而且都是在进入这个页面的时候加载&#xff0c;这就会…

Android 仿信号格子强度动画效果实现

效果图 在 Android 中&#xff0c;如果你想要绘制一个圆角矩形并使其居中显示&#xff0c;你可以使用 Canvas 类 drawRoundRect 方法。要使圆角矩形居中&#xff0c;你需要计算矩形的位置&#xff0c;这通常涉及到确定矩形左上角的位置&#xff08;x, y&#xff09;&#xff0…

第3部分 原理篇2去中心化数字身份标识符(DID)(2)

3.2.2. DID相关概念 3.2.2.1. 去中心化标识符 (Decentralized identifier&#xff0c;DID) 本聪老师&#xff1a;DID有两个含义&#xff0c;一是Decentralized identity&#xff0c;就是去中心化身份&#xff0c;是广泛意义的DID。另外一个是Decentralized identifier&#xf…

Web性能优化-浏览器工作原理-MDN文档学习笔记

浏览器工作原理 查看更多学习笔记&#xff1a;GitHub&#xff1a;LoveEmiliaForever MDN中文官网 导航 导航是加载 web 页面的第一步&#xff1a;输入 URL、点击一个链接、提交表单等等 DNS查询 导航的第一步是要去寻找页面资源的位置 例如访问https://example.com&#x…

qt-动画圆圈等待-LED数字

qt-动画圆圈等待-LED数字 一、演示效果二、关键程序三、下载链接 一、演示效果 二、关键程序 #include "LedNumber.h" #include <QLabel>LEDNumber::LEDNumber(QWidget *parent) : QWidget(parent) {//设置默认宽高比setScale((float)0.6);//设置默认背景色se…

websocket与Socket的区别

概念讲解 网络&#xff1a;通俗意义上&#xff0c;也就是连接两台计算器 五层网络模型&#xff1a;应用层、传输层、网络层、数据链路层、物理层 应用层 (application layer)&#xff1a;直接为应用进程提供服务。应用层协议定义的是应用进程间通讯和交互的规则&#xff0c;不…

排序第三篇 直接插入排序

插入排序的基本思想是&#xff1a; 每次将一个待排序的记录按其关键字的大小插入到前面已排好序的文件中的适当位置&#xff0c; 直到全部记录插入完为止。 一 简介 插入排序可分为2类 本文介绍 直接插入排序 它的基本操作是&#xff1a; 假设待排充序的记录存储在数组 R[1……

电路设计(27)——交通信号灯的multisim仿真

1.功能要求 使用数字芯片设计一款交通信号灯&#xff0c;使得&#xff1a; 主干道的绿灯时间为60S&#xff0c;红灯时间为45S 次干道的红灯时间为60S&#xff0c;绿灯时间为45S 主、次干道&#xff0c;绿灯的最后5S内&#xff0c;黄灯闪烁 使用数码管显示各自的倒计时时间。 按…

JavaScript 数组、遍历

数组 多维数组&#xff1a;数组里面嵌套 一层数组为二维数组。一维数组的使用频率是最高的。 如果数组访问越界会返回undefined。 数组遍历 数组方法Array.isArray() 这个方法可以去判定一个内容是否是数组。

AndroidStudio 2024-2-21 Win10/11最新安装配置(Kotlin快速构建配置,gradle镜像源)

AndroidStudio 2024 Win10/11最新安装配置 教程目的&#xff1a; (从安装到卸载) &#xff0c;针对Kotlin开发配置&#xff0c;gradle-8.2-src/bin下载慢&#xff0c;以及Kotlin构建慢的解决 好久没玩AS了,下载发现装个AS很麻烦,就觉得有必要出个教程了(就是记录一下:嘻嘻) 因…

java 时间格式 YYYY 于yyyy的区别

java formatDate 时间时&#xff0c;经常需要输入格式比如 YYYYMMDD,yyyyMMdd 这两个是有区别的 具体每个参数可以看下面

igolang学习1,dea的golang-1.22.0

参考&#xff1a;使用IDEA配置GO的开发环境备忘录-CSDN博客 1.下载All releases - The Go Programming Language (google.cn) 2.直接next 3.window环境变量配置 4.idea的go插件安装 5.新建go项目找不到jdk解决 https://blog.csdn.net/ouyang111222/article/details/1361657…

【js】无限虚拟列表的原理及实现

什么是虚拟列表 虚拟列表是长列表按需显示思路的一种实现&#xff0c;即虚拟列表是一种根据滚动容器元素的可视区域来渲染长列表数据中某一个部分数据的技术。 简而言之&#xff0c;虚拟列表指的就是「可视区域渲染」的列表。有三个概念需要了解一下&#xff1a; 视口容器元…

python专业版破解激活(超详细)

python专业版破解激活 1.下载pycharm应用程序 这里我使用的版本是pycharm-professional-2023.3.2 下载pycharm程序的连接为&#xff1a; 百度网盘 请输入提取码 提取码为&#xff1a;nym0 2.安装 选择安装路径 下一步 这里全选 下一步 这里直接点击安装就可&#xff0c;其…

Opencv(2)深浅拷贝与基本绘图(c++python

Opencv(2)深浅拷贝与基本绘图 文章目录 Opencv(2)深浅拷贝与基本绘图三、深浅拷贝四、HSV色域(1).意义(2).cvtColor()(3).inRange()(4).适应光线 三、深浅拷贝 浅拷贝是指当图像之间进行赋值时&#xff0c;图像数据并未发生复制&#xff0c;而是两个对象都指向同一块内存块。 …

光伏气象站:实现自动化、高精度的气象监测

型号推荐&#xff1a;云境天合 TH-FGF9】光伏气象站是一种基于光伏技术的气象监测设备&#xff0c;它利用太阳能转化为电能&#xff0c;为气象站提供持续的电力供应&#xff0c;并实现自动化、高精度的气象监测。 光伏气象站的工作原理可以分为以下几个部分&#xff1a; 光伏发…