华为配置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,一经查实,立即删除!

相关文章

解决 PLC QModbusTcpClient 通信自动断开

项目场景&#xff1a; 提示&#xff1a;这里简述项目相关背景&#xff1a; 例如&#xff1a;项目场景&#xff1a;QModbusTcpClient 通信 问题描述 提示&#xff1a;这里描述项目中遇到的问题&#xff1a; QModbusTcpClient 连接后&#xff0c;稍微停一段时间&#xff0c;就…

LeetCode10. Regular Expression Matching——完全背包

文章目录 一、题目二、题解 一、题目 Given an input string s and a pattern p, implement regular expression matching with support for ‘.’ and ‘*’ where: ‘.’ Matches any single character.​​​​ ‘*’ Matches zero or more of the preceding element. The…

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

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

MyBatis Plus中的动态表名实践

随着数据库应用的不断发展&#xff0c;面对复杂多变的业务需求&#xff0c;动态表名的处理变得愈发重要。在 MyBatis Plus&#xff08;以下简称 MP&#xff09;这一优秀的基于 MyBatis 的增强工具的支持下&#xff0c;我们可以更便捷地应对动态表名的挑战。本文将深入研究如何在…

美创新一代数据安全管理平台宣传片「龍」重登场

美创新一代数据安全管理平台&#xff08;DSM Cloud&#xff09;产品宣传片 国产化、混合多云环境催生愈加复杂的数据安全防护、管理及可持续运营挑战。 美创新一代数据安全管理平台&#xff08;DSM Cloud&#xff09;&#xff0c;围绕韧性数据安全体系&#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…

ReactNative进阶(二十三)error: no type or protocol named ‘RCTBridgeModule’问题修复

文章目录 一、前言三、拓展阅读 一、前言 Jenkins组包RN技术栈实现的iOS应用时&#xff0c;遇到以下错误提示信息&#xff1a; error: no type or protocol named ‘RCTBridgeModule’ interface RCTEventDispatcher : NSObject <RCTBridgeModule>error: cannot find i…

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

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

嵌入式linux开发 (三十四) 内存管理2.0(6) 各种段(.code .rodata .data .bss .stack .heap)的含义

我们知道, 逻辑程序在连接的时候在elf 文件中会有 .code .rodata .data 然后在内存中才会有 .code .rodata .data那么为什么链接器在链接生成的elf文件中会有这些段呢?这涉及到链接器的历史问题

小程序性能优化

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

Java架构师之路九、设计模式:常见的设计模式,如单例模式、工厂模式、策略模式、桥接模式等

目录 常见的设计模式&#xff1a; 单例模式&#xff1a; 工厂模式&#xff1a; 策略模式&#xff1a; 桥接模式&#xff1a; 责任链模式&#xff1a; Java架构师之路八、安全技术&#xff1a;Web安全、网络安全、系统安全、数据安全等-CSDN博客Java架构师之路十、框架和工…

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

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

Leetcode 第 384 场周赛题解

Leetcode 第 384 场周赛题解 Leetcode 第 384 场周赛题解题目1&#xff1a;3033. 修改矩阵思路代码复杂度分析 题目2&#xff1a;3034. 匹配模式数组的子数组数目 I思路代码复杂度分析 题目3&#xff1a;3035. 回文字符串的最大数量思路代码复杂度分析 题目4&#xff1a;3036. …

C语言标准库介绍:<string.h>

在C语言中&#xff0c;<string.h>头文件是标准库中的一个重要部分&#xff0c;它定义了一系列操作字符串和字符数组的函数。本文将详细介绍<string.h>头文件中包含的22个函数&#xff0c;并提供每个函数的完整示例代码。 简介 <string.h>头文件定义了一个变…

设计模式-工厂模式(Factory Pattern)

一、工厂模式说明 工厂模式是一种创建型设计模式&#xff0c;它提供了一种将对象的创建与使用分离的方式。工厂模式通过引入一个公共的接口来创建对象&#xff0c;而不是通过直接调用构造函数来创建对象。这样做的好处是使得代码更加灵活&#xff0c;更容易维护和扩展。 工厂模…

第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…

如何解决DNS解析错误故障

DNS解析错误会导致将一个域名解析为错误的IP地址&#xff0c;或者根本无法确定某个域名对应的IP地址&#xff0c;从而无法通过域名访问相应的站点&#xff0c;形成DNS解析故障。最常见的症状是访问站点对应的IP地址没有问题&#xff0c;但访问其域名时却出现错误。 DNS解析异常…

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

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