配置旁挂二层组网直接转发示例(命令行)

配置注意事项
操作步骤
  1. 配置周边设备

    # 配置接入交换机SwitchA的GE0/0/1和GE0/0/2接口加入VLAN100和VLAN101,GE0/0/1的缺省VLAN为VLAN100。
    <span style="color:#333333"><span style="background-color:#dddddd"><HUAWEI> <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_b1192280004190921">system-view</strong>
    [HUAWEI] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_b1222166240190921">sysname SwitchA</strong>
    [SwitchA] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_b1183461715190921">vlan batch 100 101</strong>
    [SwitchA] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_b1005154605190921">interface gigabitethernet 0/0/1</strong>
    [SwitchA-GigabitEthernet0/0/1] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_b1349582656190921">port link-type trunk</strong>
    [SwitchA-GigabitEthernet0/0/1] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_b636724399190921">port trunk pvid vlan 100</strong>
    [SwitchA-GigabitEthernet0/0/1] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_b103409417190921">port trunk allow-pass vlan 100 101</strong>
    [SwitchA-GigabitEthernet0/0/1] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_b896559407190921">port-isolate enable</strong>
    [SwitchA-GigabitEthernet0/0/1] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_b951942244190921">quit</strong>
    [SwitchA] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_b2123180437190921">interface gigabitethernet 0/0/2</strong>
    [SwitchA-GigabitEthernet0/0/2] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_b1745410152190921">port link-type trunk</strong>
    [SwitchA-GigabitEthernet0/0/2] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_b1787123792190921">port trunk allow-pass vlan 100 101</strong>
    [SwitchA-GigabitEthernet0/0/2] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_b1239957325190921">quit</strong></span></span>
    # 配置汇聚交换机SwitchB的接口GE0/0/1加入VLAN100和VLAN101,接口GE0/0/2加入VLAN100,GE0/0/3加入VLAN101。
    <span style="color:#333333"><span style="background-color:#dddddd"><HUAWEI> <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_b1674717277190921">system-view</strong>
    [HUAWEI] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_b1445629532190921">sysname SwitchB</strong>
    [SwitchB] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_b647498740190921">vlan batch 100 101</strong>
    [SwitchB] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_b125795402190921">interface gigabitethernet 0/0/1</strong>
    [SwitchB-GigabitEthernet0/0/1] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_b877541276190921">port link-type trunk</strong>
    [SwitchB-GigabitEthernet0/0/1] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_b707960753190921">port trunk allow-pass vlan 100 101</strong>
    [SwitchB-GigabitEthernet0/0/1] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_b1228466072190921">quit</strong>
    [SwitchB] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_b298987462190921">interface gigabitethernet 0/0/2</strong>
    [SwitchB-GigabitEthernet0/0/2] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_b864863078190921">port link-type trunk</strong>
    [SwitchB-GigabitEthernet0/0/2] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_b1730539876190921">port trunk allow-pass vlan 100</strong>
    [SwitchB-GigabitEthernet0/0/2] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_b2079017324190921">quit</strong>
    [SwitchB] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_b2040272214190921">interface gigabitethernet 0/0/3</strong>
    [SwitchB-GigabitEthernet0/0/3] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_b602819935190921">port link-type trunk</strong>
    [SwitchB-GigabitEthernet0/0/3] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_b916832533190921">port trunk allow-pass vlan 101</strong>
    [SwitchB-GigabitEthernet0/0/3] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_b1666471945190921">quit</strong></span></span>
    # 配置Router的接口GE1/0/0加入VLAN101,创建接口VLANIF101并配置IP地址为10.23.101.2/24。
    <span style="color:#333333"><span style="background-color:#dddddd"><Huawei> <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912351_b118005268190921">system-view</strong>
    [Huawei] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912351_b1176501588190921">sysname Router</strong>
    [Router] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912351_b995805857190921">vlan batch 101</strong>
    [Router] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912351_b906637926190921">interface gigabitethernet 1/0/0</strong>
    [Router-GigabitEthernet1/0/0] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912351_b406876624190921">port link-type trunk</strong>
    [Router-GigabitEthernet1/0/0] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912351_b1226529678190921">port trunk allow-pass vlan 101</strong>
    [Router-GigabitEthernet1/0/0] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912351_b1131638750190921">quit</strong>
    [Router] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912351_b648829236190921">interface vlanif 101</strong>
    [Router-Vlanif101] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912351_b1969966747190921">ip address 10.23.101.2 24</strong>
    [Router-Vlanif101] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912351_b1246477905190921">quit</strong></span></span>

  2. 配置AC与其它网络设备互通

    如果AC直接连接AP,需要在AC直连AP的接口上配置缺省VLAN为管理VLAN100。

    # 配置AC的接口GE0/0/1加入VLAN100。
    <span style="color:#333333"><span style="background-color:#dddddd"><HUAWEI> <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_b1248097008190921">system-view</strong>
    [HUAWEI] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_b2092838922190921">sysname AC</strong>
    [AC] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_b2061833437190921">vlan batch 100 101</strong>
    [AC] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_b1024087155190921">interface gigabitethernet 0/0/1</strong>
    [AC-GigabitEthernet0/0/1] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_b380448131190921">port link-type trunk</strong>
    [AC-GigabitEthernet0/0/1] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_b1570869377190921">port trunk allow-pass vlan 100</strong>
    [AC-GigabitEthernet0/0/1] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_b686476124190921">quit</strong></span></span>

  3. 配置DHCP服务器为STA和AP分配IP地址

    # 在AC上配置VLANIF100接口为AP提供IP地址。
    <span style="color:#333333"><span style="background-color:#dddddd">[AC] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912351_b270083456190921">dhcp enable</strong>
    [AC] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912351_b1697431376190921">interface vlanif 100</strong>
    [AC-Vlanif100] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912351_b1645914341190921">ip address 10.23.100.1 24</strong>
    [AC-Vlanif100] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912351_b2011614048190921">dhcp select interface</strong>
    [AC-Vlanif100] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912351_b1870662344190921">quit</strong></span></span>
    # 在SwitchB上配置VLANIF101接口为STA提供IP地址,并指定10.23.101.2作为STA的默认网关地址。
    DNS服务器地址请根据实际需要配置。常用配置方法如下:
    • 接口地址池场景,需要在VLANIF接口视图下执行命令dhcp server dns-list ip-address &<1-8>。
    • 全局地址池场景,需要在IP地址池视图下执行命令dns-list ip-address &<1-8>。
    <span style="color:#333333"><span style="background-color:#dddddd">[SwitchB] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912351_b1746102230190921">dhcp enable</strong>
    [SwitchB] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912351_b181711504190921">interface vlanif 101</strong>
    [SwitchB-Vlanif101] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912351_b1130572979190921">ip address 10.23.101.1 24</strong>
    [SwitchB-Vlanif101] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912351_b133774347190921">dhcp select interface</strong>
    [SwitchB-Vlanif101] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912351_b1216259955190921">dhcp server gateway-list 10.23.101.2</strong>
    [SwitchB-Vlanif101] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912351_b366557450190921">quit</strong></span></span>

  4. 配置AP上线

    # 创建AP组,用于将相同配置的AP都加入同一AP组中。
    <span style="color:#333333"><span style="background-color:#dddddd">[AC] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912351_b1451837292190921">wlan</strong>
    [AC-wlan-view] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912351_b1710308668190921">ap-group name ap-group1</strong>
    [AC-wlan-ap-group-ap-group1] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912351_b294415960190921">quit</strong></span></span>
    # 创建域管理模板,在域管理模板下配置AC的国家码并在AP组下引用域管理模板。
    <span style="color:#333333"><span style="background-color:#dddddd">[AC-wlan-view] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912351_b1815954045190921">regulatory-domain-profile name default</strong>
    [AC-wlan-regulate-domain-default] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912351_b1765454957190921">country-code cn</strong>
    [AC-wlan-regulate-domain-default] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912351_b464951690190921">quit</strong>
    [AC-wlan-view] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912351_b1132959133190921">ap-group name ap-group1</strong>
    [AC-wlan-ap-group-ap-group1] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912351_b4510754102210">regulatory-domain-profile default</strong>
    Warning: This configuration change will clear the channel and power configurations of radios, and may restart APs. Continue?[Y/N]:<strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912351_zh-cn_task_0175818418_b17491131153716">y</strong>  
    [AC-wlan-ap-group-ap-group1] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912351_b101836067190921">quit</strong>
    [AC-wlan-view] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912351_b465166413190921">quit</strong></span></span>
    # 配置AC的源接口。

    V200R021C00版本开始,配置CAPWAP源接口或源地址时,会检查和安全相关的配置是否已存在,包括DTLS加密的PSK(AC和AP的DTLS加密使用的预共享密钥)、AC间DTLS加密的PSK(AC间隧道DTLS加密使用的预共享密钥)、登录AP的用户名和密码、全局的离线管理VAP的登录密码,均已存在才能成功配置,否则会提示用户先完成相关的配置。

    <span style="color:#333333"><span style="background-color:#dddddd">[AC] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912351_b806281647190921">capwap source interface vlanif 100</strong>
    Set the DTLS PSK(contains 6-32 plain-text characters, or 48 or 68 cipher-text characters that must be a combination of at least two of the following: lowercase letters a to z, uppercase letters A to Z, digits, and special characters):******
    
    Set the DTLS inter-controller PSK(contains 6-32 plain-text characters, or 48 or 68 cipher-text characters that must be a combination of at least two of the following: lowercase letters a to z, uppercase letters A to Z, digits, and special characters):******
    
    Set the user name for FIT APs(contains 4-31 plain-text characters, which can only include letters, digits and underlines. And the first character must be a letter):admin
    
    Set the password for FIT APs(plain-text password of 8-128 characters or cipher-text password of 48-188 characters that must be a combination of at least three of the following: lowercase letters a to z, uppercase letters A to Z, digits, and special characters):********
    
    Set the global temporary-management psk(contains 8-63 plain-text characters, or 48-108 cipher-text characters that must be a combination of at least two of the following: lowercase letters a to z, uppercase letters A to Z, digits, and special characters):********</span></span>
    # 开启CAPWAP DTLS不认证方式。(V200R021C00及之后版本)
    <span style="color:#333333"><span style="background-color:#dddddd">[AC] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912351_b15163144818377">capwap dtls no-auth enable</strong></span></span>

    V200R021C00版本开始,AC默认开启CAPWAP控制隧道的DTLS加密功能。开启该功能,添加AP时AP会上线失败,此时需要先开启CAPWAP DTLS不认证方式让AP上线,以便AP获取安全凭证,AP上线后应及时关闭该功能,避免未授权AP上线。

    # 在AC上离线导入AP,并将AP加入AP组“ap-group1”中。假设AP的MAC地址为00e0-fc76-e360,并且根据AP的部署位置为AP配置名称,便于从名称上就能够了解AP的部署位置。例如MAC地址为00e0-fc76-e360的AP部署在1号区域,命名此AP为area_1。

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

    AP认证模式为不认证时(ap auth-mode no-auth),只要AP接入网络和AC互通,即可自动上线,无需手动添加AP,或者手动对未认证通过的AP信息进行确认,可简化配置过程。但该方式存在安全风险,需确保网络环境安全,网络内无规划外的AP存在,否则建议用户使用更安全的MAC认证或SN认证。

    举例中使用的AP,射频0为2.4GHz射频,射频1为5GHz射频。

    <span style="color:#333333"><span style="background-color:#dddddd">[AC] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912351_b763711121190921">wlan</strong>
    [AC-wlan-view] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912351_b1389711844190921">ap auth-mode mac-auth</strong>
    [AC-wlan-view] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912351_b1382708357190921">ap-id 0 ap-mac 00e0-fc76-e360</strong>
    [AC-wlan-ap-0] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912351_b1272920990190921">ap-name area_1</strong>
    Warning: This operation may cause AP reset. Continue? [Y/N]:<strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912351_zh-cn_task_0175818418_b460951517190906">y</strong>  
    [AC-wlan-ap-0] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912351_b614746147190921">ap-group ap-group1</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_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912351_zh-cn_task_0175818418_b1651706244190906">y</strong>  
    [AC-wlan-ap-0] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912351_b959850628190921">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_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912351_b482061123190921">display ap all</strong>
    Total AP information:
    nor  : normal          [1]
    ExtraInfo : Extra information
    P  : insufficient power supply
    --------------------------------------------------------------------------------------------------
    ID   MAC            Name   Group     IP            Type                 State STA Uptime      ExtraInfo
    --------------------------------------------------------------------------------------------------
    0    00e0-fc76-e360 area_1 ap-group1 10.23.100.254 AirEngine8760-X1-PRO nor   0   10S         -
    --------------------------------------------------------------------------------------------------
    Total: 1</span></span>
    # 关闭CAPWAP DTLS不认证方式。(V200R021C00及之后版本)
    <span style="color:#333333"><span style="background-color:#dddddd">[AC-wlan-view] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912351_b3420155514467">quit</strong>
    [AC] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912351_b1898583494615">undo capwap dtls no-auth enable</strong>
    [AC] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912351_b9381917104714">wlan</strong></span></span>

  5. 配置WLAN业务参数

    # 创建名为“wlan-net”的安全模板,并配置安全策略。

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

    <span style="color:#333333"><span style="background-color:#dddddd">[AC-wlan-view] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912351_b1991067776190921">security-profile name wlan-net</strong>
    [AC-wlan-sec-prof-wlan-net] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912351_b851752672190921">security wpa-wpa2 psk pass-phrase YsHsjx_202206 aes</strong>
    [AC-wlan-sec-prof-wlan-net] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_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_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912351_b69022931190921">ssid-profile name wlan-net</strong>
    [AC-wlan-ssid-prof-wlan-net] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912351_b36723145190921">ssid wlan-net</strong>
    [AC-wlan-ssid-prof-wlan-net] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_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_0180383109__zh-cn_task_0176912347_b1964707822190921">vap-profile name wlan-net</strong>
    [AC-wlan-vap-prof-wlan-net] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_b1849868164190921">forward-mode direct-forward</strong>
    [AC-wlan-vap-prof-wlan-net] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_b166547162190921">service-vlan vlan-id 101</strong>
    [AC-wlan-vap-prof-wlan-net] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_b7899292190921">security-profile wlan-net</strong>
    [AC-wlan-vap-prof-wlan-net] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_b164868007190921">ssid-profile wlan-net</strong>
    [AC-wlan-vap-prof-wlan-net] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_b1178727990190921">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_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912351_b2051092768190921">ap-group name ap-group1</strong>
    [AC-wlan-ap-group-ap-group1] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912351_b1753511747190921">vap-profile wlan-net wlan 1 radio 0</strong>
    [AC-wlan-ap-group-ap-group1] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912351_b1212706755190921">vap-profile wlan-net wlan 1 radio 1</strong>
    [AC-wlan-ap-group-ap-group1] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912351_b729861449190921">quit</strong></span></span>

  6. 配置AP射频的信道和功率

    射频的信道和功率自动调优功能默认开启,可自动选择AP最佳信道和功率,除高密外的覆盖场景均建议使用自动调优功能。完成业务配置后,应立即进行一次调优。

    如果有特别需求不使用自动调优,而是配置固定信道功率,则需关闭自动调优功能。举例中配置固定信道功率的步骤仅为示例,用于说明如何配置,实际配置中应严格按照网规结果,为每台AP分别配置信道功率。

    更多配置可参考《WLAN网络优化》中的射频调优

    • 配置自动调优,自动选择AP最佳信道和功率(默认开启)
      # 开启AP射频的信道和功率自动调优功能。默认开启。
      <span style="color:#333333"><span style="background-color:#dddddd">[AC-wlan-view] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912356_b1470083908190921">ap-group name ap-group1</strong>
      [AC-wlan-ap-group-ap-group1] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912356_b2057447356190921">radio 0</strong>
      [AC-wlan-group-radio-ap-group1/0] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912356_b708023704190921">calibrate auto-channel-select enable</strong>
      [AC-wlan-group-radio-ap-group1/0] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912356_b2110205126190921">calibrate auto-txpower-select enable</strong>
      [AC-wlan-group-radio-ap-group1/0] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912356_b276683270190921">quit</strong>
      [AC-wlan-ap-group-ap-group1] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912356_b803857613190921">radio 1</strong>
      [AC-wlan-group-radio-ap-group1/1] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912356_b1438374519190921">calibrate auto-channel-select enable</strong>
      [AC-wlan-group-radio-ap-group1/1] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912356_b1859980560190921">calibrate auto-txpower-select enable</strong>
      [AC-wlan-group-radio-ap-group1/1] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912356_b677098010190921">quit</strong>
      [AC-wlan-ap-group-ap-group1] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912356_b7872310190921">quit</strong></span></span>

      # 手动触发一次射频调优。

      <span style="color:#333333"><span style="background-color:#dddddd">[AC-wlan-view] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912356_b1693505529190921">calibrate manual startup</strong>
      Warning: The operation may cause business interruption, Continue? [Y/N]:<strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912356_b2732191411564">y</strong></span></span>
      # 待执行手动调优一小时后,调优结束。可配置射频调优模式为定时调优,并将调优时间定为用户业务空闲时段(如当地时间凌晨00:00-06:00时段)。默认每天03:00:00开始自动进行射频调优。
      <span style="color:#333333"><span style="background-color:#dddddd">[AC-wlan-view] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912356_b1443027864190921">calibrate enable schedule time 03:00:00</strong></span></span>
    • 配置固定信道功率
      # 关闭AP射频的信道和功率自动调优功能。
      <span style="color:#333333"><span style="background-color:#dddddd">[AC-wlan-view] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912356_b172936473414">ap-group name ap-group1</strong>
      [AC-wlan-ap-group-ap-group1] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912356_b1429315453416">radio 0</strong>
      [AC-wlan-group-radio-ap-group1/0] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912356_b7293444345">calibrate auto-channel-select disable</strong>
      [AC-wlan-group-radio-ap-group1/0] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912356_b629315483417">calibrate auto-txpower-select disable</strong>
      [AC-wlan-group-radio-ap-group1/0] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912356_b629354173412">quit</strong>
      [AC-wlan-ap-group-ap-group1] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912356_b12294144173411">radio 1</strong>
      [AC-wlan-group-radio-ap-group1/1] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912356_b729444133413">calibrate auto-channel-select disable</strong>
      [AC-wlan-group-radio-ap-group1/1] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912356_b1929404153415">calibrate auto-txpower-select disable</strong>
      [AC-wlan-group-radio-ap-group1/1] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912356_b172941243345">quit</strong>
      [AC-wlan-ap-group-ap-group1] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912356_b62943413412">quit</strong></span></span>
      # 按照网规结果中每台AP的信道功率,为每台AP分别配置其射频0和射频1的信道功率。
      <span style="color:#333333"><span style="background-color:#dddddd">[AC-wlan-view] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912356_b119411134143316">ap-id 0</strong>
      [AC-wlan-ap-0] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912356_b1594163483320">radio 0</strong>
      [AC-wlan-radio-0/0] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912356_b1594123417338">channel 20mhz 6</strong>
      Warning: This action may cause service interruption. Continue?[Y/N]<strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912356_zh-cn_task_0175818418_b1384307436190906">y</strong> 
      [AC-wlan-radio-0/0] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912356_b2941163412335">eirp 127</strong>
      [AC-wlan-radio-0/0] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912356_b694119340333">quit</strong>
      [AC-wlan-ap-0] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912356_b33229250190921">radio 1</strong>
      [AC-wlan-radio-0/1] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912356_b201103780190921">channel 20mhz 149</strong>
      Warning: This action may cause service interruption. Continue?[Y/N]<strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912356_zh-cn_task_0175818418_b1384307436190906_1">y</strong> 
      [AC-wlan-radio-0/1] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912356_b652286665190921">eirp 127</strong>
      [AC-wlan-radio-0/1] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912356_b1440636620190921">quit</strong>
      [AC-wlan-ap-0] <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912356_b904227301190921">quit</strong></span></span>

  7. 验证配置结果

    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_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912351_b367333496190921">display vap ssid wlan-net</strong>
    WID : WLAN ID
    --------------------------------------------------------------------------------
    AP ID AP name RfID WID   BSSID          Status  Auth type     STA   SSID
    --------------------------------------------------------------------------------
    0     area_1  0    1     00E0-FC76-E360 <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912351_b1874482883190921">ON</strong>      WPA/WPA2-PSK  0     wlan-net
    0     area_1  1    1     00E0-FC76-E370 <strong id="ZH-CN_TASK_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912351_b1628414885190921">ON</strong>      WPA/WPA2-PSK  0     wlan-net
    -------------------------------------------------------------------------------
    Total: 2</span></span>

    STA搜索到名为“wlan-net”的无线网络,输入密码YsHsjx_202206并正常关联后,在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_0180383109__zh-cn_task_0176912347_zh-cn_task_0176912351_b1120837202190921">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  IP address
    ---------------------------------------------------------------------------------
    00e0-fcc7-1e08  0     area_1    1/1      5G    11n   46/59      -68   101   10.23.101.254
    ---------------------------------------------------------------------------------
    Total: 1 2.4G: 0 5G: 1</span></span>

配置文件
  • SwitchA的配置文件

    <span style="color:#333333"><span style="background-color:#dddddd">#
    sysname SwitchA
    #
    vlan batch 100 to 101
    #
    interface GigabitEthernet0/0/1
     port link-type trunk
     port trunk pvid vlan 100
     port trunk allow-pass vlan 100 to 101
     port-isolate enable group 1
    #
    interface GigabitEthernet0/0/2
     port link-type trunk
     port trunk allow-pass vlan 100 to 101
    #
    return</span></span>
  • SwitchB的配置文件

    <span style="color:#333333"><span style="background-color:#dddddd">#
    sysname SwitchB
    #
    vlan batch 100 to 101
    #
    dhcp enable
    #
    interface Vlanif101
     ip address 10.23.101.1 255.255.255.0
     dhcp select interface
     dhcp server gateway-list 10.23.101.2
    #
    interface GigabitEthernet0/0/1
     port link-type trunk
     port trunk allow-pass vlan 100 to 101
    #
    interface GigabitEthernet0/0/2
     port link-type trunk
     port trunk allow-pass vlan 100
    #
    interface GigabitEthernet0/0/3
     port link-type trunk
     port trunk allow-pass vlan 101
    #
    return</span></span>
  • Router的配置文件

    <span style="color:#333333"><span style="background-color:#dddddd">#
    sysname Router
    #
    vlan batch 101
    #
    interface Vlanif101
     ip address 10.23.101.2 255.255.255.0
    #
    interface GigabitEthernet1/0/0
     port link-type trunk
     port trunk allow-pass vlan 101
    #
    return
    </span></span>
  • AC的配置文件

    <span style="color:#333333"><span style="background-color:#dddddd">#
     sysname AC
    #
    vlan batch 100 to 101
    #
    dhcp enable
    #
    interface Vlanif100
     ip address 10.23.100.1 255.255.255.0
     dhcp select interface
    #
    interface GigabitEthernet0/0/1
     port link-type trunk
     port trunk allow-pass vlan 100
    #
    capwap source interface vlanif100
    #
    wlan
     security-profile name wlan-net
      security wpa-wpa2 psk pass-phrase %^%#m"tz0f>~7.[`^6RWdzwCy16hJj/Mc!,}s`X*B]}A%^%# aes
     ssid-profile name wlan-net
      ssid wlan-net
     vap-profile name wlan-net
      service-vlan vlan-id 101
      ssid-profile wlan-net
      security-profile wlan-net
     regulatory-domain-profile name default
     ap-group name ap-group1
      radio 0
       vap-profile wlan-net wlan 1
      radio 1
       vap-profile wlan-net wlan 1
     ap-id 0 type-id 128 ap-mac 00e0-fc76-e360 ap-sn 210235554710CB000042
      ap-name area_1
      ap-group ap-group1
      radio 0
       channel 20mhz 6
       eirp 127
       calibrate auto-channel-select disable 
       calibrate auto-txpower-select disable
      radio 1
       channel 20mhz 149
       eirp 127
       calibrate auto-channel-select disable 
       calibrate auto-txpower-select disable
    #
    return</span></span>

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

如若内容造成侵权/违法违规/事实不符,请联系我们进行投诉反馈qq邮箱809451989@qq.com,一经查实,立即删除!

相关文章

《Effective Objective-C 2.0》读书笔记——熟悉Objective-C

目录 第一章&#xff1a;熟悉Objective-C第1条&#xff1a;了解Objective-C语言的起源第2条&#xff1a;在类的头文件中尽量少引入其他头文件第3条&#xff1a;多用字面量语法&#xff0c;少用与之等价的方法第4条&#xff1a;多用类型常量&#xff0c;少用#define预处理指令第…

记录docker ps查找指定容器的几个命令

1.docker ps | grep registry 查询包含registry的容器 2.docker ps | grep -E "reigistry\s" 开启正则匹配模式&#xff0c;匹配registry后面为空格的容器&#xff0c;若是匹配一整行可以这样写docker ps | grep -E "^([0-9a-f]{12})\sregistry\s.*" 这…

Nacos 2.x 系列【2】单机部署

文章目录 1. 准备工作2. Windows2.1 下载2.2 目录 & 文件2.3 启动2.4 控制台 3. Linux&#xff08;CentOS&#xff09; 1. 准备工作 Nacos服务端支持三种部署模式&#xff1a; 单机模式&#xff1a;用于测试和单机试用。集群模式&#xff1a;用于生产环境&#xff0c;确保…

Elasticsearch集群和Logstash、Kibana部署

1、 Elasticsearch集群部署 服务器 安装软件主机名IP地址系统版本配置ElasticsearchElk10.3.145.14centos7.5.18042核4GElasticsearchEs110.3.145.56centos7.5.18042核3GElasticsearchEs210.3.145.57centos7.5.18042核3G 软件版本&#xff1a;elasticsearch-7.13.2.tar.gz 示…

Little Snitch for Mac(小飞贼防火墙软件)v5.7.6注册激活版

Little Snitch for Mac&#xff0c;也被称为“小飞贼”防火墙软件&#xff0c;是一款专为Mac用户设计的网络安全工具。以下是关于Little Snitch for Mac的一些主要特点&#xff1a; Little Snitch for Mac(小飞贼防火墙软件)v5.7.6注册激活版下载 强大的监控能力&#xff1a;Li…

Spring框架中获取方法参数名称:DefaultParameterNameDiscoverer

DefaultParameterNameDiscoverer 是Spring框架中用于获取方法参数名称的一个类。在Java中&#xff0c;方法的参数名称通常在编译时会丢失&#xff0c;因为Java字节码并不强制要求保留这些信息。Spring提供了一种机制来恢复这些参数名称&#xff0c;这就是通过DefaultParameterN…

【C++】 单例设计模式的讲解

前言 在我们的学习中不免会遇到一些要设计一些特殊的类&#xff0c;要求这些类只能在内存中特定的位置创建对象&#xff0c;这就需要我们对类进行一些特殊的处理&#xff0c;那我们该如何解决呢&#xff1f; 目录 1. 特殊类的设计1.1 设计一个类&#xff0c;不能被拷贝&#xf…

阿木实验室联合openEuler开源社区-Embedded SlG组(海思项目)参加第五届「开源之夏」,参赛学生火热招募中...

开源之夏是中国科学院软件研究所发起的“开源软件供应链点亮计划”系列暑期活动&#xff0c;旨在鼓励高校学生积极参与开源软件的开发维护&#xff0c;促进优秀开源软件社区的蓬勃发展。活动联合各大开源社区&#xff0c;针对重要开源软件的开发与维护提供项目开发任务&#xf…

bugku 网络安全事件应急响应

开启靶场&#xff1a; 开始实验&#xff1a; 使用Xshell登录服务器&#xff0c;账号及密码如上图。 1、提交攻击者的IP地址 WP: 找到服务器日志路径&#xff0c;通常是在/var/log/&#xff0c;使用cd /var/log/&#xff0c;ls查看此路径下的文件. 找到nginx文件夹。 进入ng…

LabVIEW超高温高压流变仪测试系统

LabVIEW超高温高压流变仪测试系统 超高温高压流变仪广泛应用于石油、天然气、化工等行业&#xff0c;用于测量材料在极端条件下的流变特性。随着计算机技术、测试技术和电子仪器技术的快速发展&#xff0c;传统的流变仪测试方式已无法满足现代工业的需求。因此&#xff0c;开发…

Java——通过方法交换实参值

想写一个方法来交换main函数中的两个变量值&#xff0c;代码如下&#xff1a; public class Test {public static void swap(int x,int y) {int tmp x;x y;y tmp;}public static void main(String[] args) {int a 10;int b 20;System.out.println("交换前&#xff1…

有没有软件可以监控电脑软件?监控电脑软件的系统

有没有软件可以监控电脑软件&#xff1f;监控电脑软件的系统 电脑软件如果不合规也会给企业带来安全危害&#xff0c;比如盗版软件&#xff0c;比如游戏软件耽误工作等&#xff0c;所以需要对电脑软件的监控。下面我将详细介绍几款代表性的电脑监控软件及其功能&#xff0c;帮…

【JAVA基础之内部类】匿名内部类

&#x1f525;作者主页&#xff1a;小林同学的学习笔录 &#x1f525;小林同学的专栏&#xff1a;JAVA之基础专栏 目录 1.内部类 1.1 概述 1.1.1 什么是内部类 1.1.2 什么时候使用内部类 1.2 内部类的分类 1.3 成员内部类 1.3.1 获取成员内部类对象的两种方式 1.3.2 经典面试…

深入pandas:导入数据表

目录 前言 第一点&#xff1a;导入模块 第二点&#xff1a;创建excel表 第三点&#xff1a;读取数据表 总结 前言 数据分析和处理过程中&#xff0c;我们经常需要从外部文件中读取数据。本文将介绍如何使用Python中的Pandas库来读取CSV和Excel文件&#xff0c;以及提取纯数…

v-cloak 用于在 Vue 实例渲染完成之前隐藏绑定的元素

如果你是后端开发者&#xff08;php&#xff09;&#xff0c;在接触一些vue2开发的后台时&#xff0c;会发现有这段代码&#xff1a; # CDN <script src"https://cdn.jsdelivr.net/npm/vue2/dist/vue.js"></script> # 或 <script src"https://cd…

Nacos启动报错:[db-load-error]load jdbc.properties error

在学习Nacos中间件时&#xff0c;出现了一个错误&#xff0c;竟然启动报错&#xff01;&#xff01;&#xff01;! 这个错误第一次遇见&#xff0c;当时我感觉大体就是--数据库连接方面的错误。 可是&#xff0c;对于初学者的我来说一脸懵啊&#xff1f;&#xff1f;&#xff…

微信小程序仿胖东来轮播和背景效果(有效果图)

效果图 .wxml <view class"swiper-index" style"--width--:{{windowWidth}}px;"><image src"{{swiperList[(cardCur bgIndex -1?swiperList.length - 1:cardCur bgIndex > swiperList.length -1?0:cardCur bgIndex)]}}" clas…

代码随想录Day 49|Leetcode|Python|● 647. 回文子串 ● 516.最长回文子序列● 动态规划总结篇

647. 回文子串 给你一个字符串 s &#xff0c;请你统计并返回这个字符串中 回文子串 的数目。 回文字符串 是正着读和倒过来读一样的字符串。 子字符串 是字符串中的由连续字符组成的一个序列。 解题思路&#xff1a; 确认dp含义&#xff1a;dp[i][j] s[i:j]是否为回文串…

k8s 1.24.x之后如果rest 访问apiserver

1.由于 在 1.24 &#xff08;还是 1.20 不清楚了&#xff09;之后&#xff0c;下面这两个apiserver的配置已经被弃用 了&#xff0c;简单的说就是想不安全的访问k8s是不可能了&#xff0c;所以只能走安全的访问方式也就是 https://xx:6443了&#xff0c;所以需要证书。 - --ins…

工况数据导入MATLAB及数据复用

01--数据导入 之前在Matlab/Simulink的一些功能用法笔记&#xff08;二&#xff09;中有介绍过数据的导入到MATLAB工作区间 本次主要是想介绍下数据的复用 我们以NEDC工况数据为例&#xff1a; 通过下列3种方法进行导入&#xff1a; 1.通过导入Excel表数据&#xff0c;使用F…