华为配置直连三层组网直接转发示例

华为配置直连三层组网直接转发示例

组网图形

图1 配置直连三层组网直接转发示例组网图
  • 业务需求
  • 组网需求
  • 数据规划
  • 配置思路
  • 配置注意事项
  • 操作步骤
  • 配置文件
  • 扩展阅读
业务需求

企业用户接入WLAN网络,以满足移动办公的最基本需求。且在覆盖区域内移动发生漫游时,不影响用户的业务使用。使用VLAN pool作为业务VLAN,可以避免出现IP地址资源不足或者IP地址资源浪费,减小单个VLAN下的用户数目,缩小广播域。

组网需求
  • AC组网方式:直连三层组网。
  • DHCP部署方式:
    • AC作为DHCP服务器为AP分配IP地址。
    • 汇聚交换机SwitchB作为DHCP服务器为STA分配IP地址。
  • 业务数据转发方式:直接转发。
配置思路
  1. 配置AP、AC和周边网络设备之间实现三层互通。
  2. 配置VLAN pool,用于作为业务VLAN。
  3. 配置AP上线。
    1. 创建AP组,用于将需要进行相同配置的AP都加入到AP组,实现统一配置。
    2. 配置AC的系统参数,包括国家码、AC与AP之间通信的源接口。
    3. 配置AP上线的认证方式并离线导入AP,实现AP正常上线。
  4. 配置WLAN业务参数,实现STA访问WLAN网络功能。

当用户新开局时,对于AP的射频信道的设置,用户可根据网络规划手动指定,也可使用射频调优功能自动选择最佳信道。本例中采用射频调优功能自动选择最佳信道。

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

    # 配置接入交换机SwitchA的GE0/0/1和GE0/0/2接口加入VLAN10、VLAN101和VLAN102,GE0/0/1的缺省VLAN为VLAN10。
    <span style="color:#333333"><span style="background-color:#ffffff"><span style="background-color:#dddddd"><HUAWEI> <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b903529936190921">system-view</strong>
    [HUAWEI] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b867879212190921">sysname SwitchA</strong>
    [SwitchA] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b1309173779190921">vlan batch 10 101 102</strong>
    [SwitchA] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b194528142190921">interface gigabitethernet 0/0/1</strong>
    [SwitchA-GigabitEthernet0/0/1] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b1682139101190921">port link-type trunk</strong>
    [SwitchA-GigabitEthernet0/0/1] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b1680964083190921">port trunk pvid vlan 10</strong>
    [SwitchA-GigabitEthernet0/0/1] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b1479595460190921">port trunk allow-pass vlan 10 101 102</strong>
    [SwitchA-GigabitEthernet0/0/1] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b1528552505190921">port-isolate enable</strong>
    [SwitchA-GigabitEthernet0/0/1] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b705020985190921">quit</strong>
    [SwitchA] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b1127825529190921">interface gigabitethernet 0/0/2</strong>
    [SwitchA-GigabitEthernet0/0/2] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b362290783190921">port link-type trunk</strong>
    [SwitchA-GigabitEthernet0/0/2] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b1285916817190921">port trunk allow-pass vlan 10 101 102</strong>
    [SwitchA-GigabitEthernet0/0/2] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b289781360190921">quit</strong></span></span></span>
    # 配置汇聚交换机SwitchB的接口GE0/0/1加入VLAN10、VLAN101和VLAN102,接口GE0/0/2加入VLAN100、VLAN101和VLAN102,并创建接口VLANIF100,地址为10.23.100.2/24。
    <span style="color:#333333"><span style="background-color:#ffffff"><span style="background-color:#dddddd"><HUAWEI> <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_b771519973190921">system-view</strong>
    [HUAWEI] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_b1671962770190921">sysname SwitchB</strong>
    [SwitchB] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_b1125174561190921">vlan batch 10 100 101 102</strong>
    [SwitchB] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_b1481892711190921">interface gigabitethernet 0/0/1</strong>
    [SwitchB-GigabitEthernet0/0/1] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_b1846920553190921">port link-type trunk</strong>
    [SwitchB-GigabitEthernet0/0/1] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_b1592500570190921">port trunk allow-pass vlan 10 101 102</strong>
    [SwitchB-GigabitEthernet0/0/1] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_b550195637190921">quit</strong>
    [SwitchB] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_b1214802604190921">interface gigabitethernet 0/0/2</strong>
    [SwitchB-GigabitEthernet0/0/2] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_b604599042190921">port link-type trunk</strong>
    [SwitchB-GigabitEthernet0/0/2] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_b748149093190921">port trunk allow-pass vlan 100 101 102</strong>
    [SwitchB-GigabitEthernet0/0/2] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_b966432215190921">quit</strong>
    [SwitchB] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_b418189420190921">interface vlanif 100</strong>
    [SwitchB-Vlanif100] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_b939854963190921">ip address 10.23.100.2 24</strong>
    [SwitchB-Vlanif100] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_b288226735190921">quit</strong>
    </span></span></span>
    # 配置Router的接口GE1/0/0加入VLAN101和VLAN102,创建接口VLANIF101并配置IP地址为10.23.101.2/24,创建接口VLANIF102并配置IP地址为10.23.102.2/24。
    <span style="color:#333333"><span style="background-color:#ffffff"><span style="background-color:#dddddd"><Huawei> <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b1660975988190921">system-view</strong>
    [Huawei] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b1226113612190921">sysname Router</strong>
    [Router] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b1810277086190921">vlan batch 101 102</strong>
    [Router] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b1780942278190921">interface gigabitethernet 1/0/0</strong>
    [Router-GigabitEthernet1/0/0] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b1672774733190921">port link-type trunk</strong>
    [Router-GigabitEthernet1/0/0] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b189355832190921">port trunk allow-pass vlan 101 102</strong>
    [Router-GigabitEthernet1/0/0] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b961790458190921">quit</strong>
    [Router] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b1935309198190921">interface vlanif 101</strong>
    [Router-Vlanif101] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b218616744190921">ip address 10.23.101.2 24</strong>
    [Router-Vlanif101] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b617077487190921">quit</strong>
    [Router] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b824497200190921">interface vlanif 102</strong>
    [Router-Vlanif102] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b976896216190921">ip address 10.23.102.2 24</strong>
    [Router-Vlanif102] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b89740708190921">quit</strong></span></span></span>
  2. 配置AC与其它网络设备互通

    # 配置AC的接口GE0/0/1加入VLAN100、VLAN101和VLAN102,GE0/0/2加入VLAN101和VLAN102,并创建接口VLANIF100。
    <span style="color:#333333"><span style="background-color:#ffffff"><span style="background-color:#dddddd"><HUAWEI> <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_b1225697583190921">system-view</strong>
    [HUAWEI] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_b424520985190921">sysname AC</strong>
    [AC] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_b1394743100190921">vlan batch 100</strong>
    [AC] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_b976674377190921">interface vlanif 100</strong>
    [AC-Vlanif100] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_b671557542190921">ip address 10.23.100.1 24</strong>
    [AC-Vlanif100] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_b1922888122190921">quit</strong>
    [AC] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_b2080508700190921">interface gigabitethernet 0/0/1</strong>
    [AC-GigabitEthernet0/0/1] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_b692347549190921">port link-type trunk</strong>
    [AC-GigabitEthernet0/0/1] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_b21080693190921">port trunk allow-pass vlan 100 101 102</strong>
    [AC-GigabitEthernet0/0/1] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_b1229099496190921">quit</strong>
    [AC] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_b1470667568190921">interface gigabitethernet 0/0/2</strong>
    [AC-GigabitEthernet0/0/2] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_b677856815190921">port link-type trunk</strong>
    [AC-GigabitEthernet0/0/2] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_b1478675356190921">port trunk allow-pass vlan 101 102</strong>
    [AC-GigabitEthernet0/0/2] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_b956866832190921">quit</strong>
    </span></span></span>
    # 配置AC到AP的路由,下一跳为SwitchB的VLANIF100。
    <span style="color:#333333"><span style="background-color:#ffffff"><span style="background-color:#dddddd">[AC] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b957469325190921">ip route-static 10.23.10.0 24 10.23.100.2</strong></span></span></span>
  3. 配置DHCP服务为AP和STA分配IP地址

    # 在SwitchB上配置DHCP中继,代理AC分配IP地址。
    <span style="color:#333333"><span style="background-color:#ffffff"><span style="background-color:#dddddd">[SwitchB] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b709859105190921">dhcp enable</strong>
    [SwitchB] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b1603317566190921">interface vlanif 10</strong>
    [SwitchB-Vlanif10] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b82434276190921">ip address 10.23.10.1 24</strong>
    [SwitchB-Vlanif10] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b1453619429190921">dhcp select relay</strong>
    [SwitchB-Vlanif10] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b2144273645190921">dhcp relay server-ip 10.23.100.1</strong>
    [SwitchB-Vlanif10] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b868750119190921">quit</strong></span></span></span>
    # 在SwitchB上创建VLANIF101和VLANIF102接口为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:#ffffff"><span style="background-color:#dddddd">[SwitchB] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b873658886190921">interface vlanif 101</strong>
    [SwitchB-Vlanif101] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b95742990190921">ip address 10.23.101.1 24</strong>
    [SwitchB-Vlanif101] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b1732731206190921">dhcp select interface</strong>
    [SwitchB-Vlanif101] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b401619151190921">dhcp server gateway-list 10.23.101.2</strong>
    [SwitchB-Vlanif101] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b2128265174190921">quit</strong>
    [SwitchB] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b1109687378190921">interface vlanif 102</strong>
    [SwitchB-Vlanif102] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b1695334458190921">ip address 10.23.102.1 24</strong>
    [SwitchB-Vlanif102] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b784759301190921">dhcp select interface</strong>
    [SwitchB-Vlanif102] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b1025754285190921">dhcp server gateway-list 10.23.102.2</strong>
    [SwitchB-Vlanif102] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b22249946190921">quit</strong></span></span></span>
    # 在AC上创建全局地址池为AP提供地址。
    <span style="color:#333333"><span style="background-color:#ffffff"><span style="background-color:#dddddd">[AC] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b365851844190921">dhcp enable</strong>
    [AC] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b990563412190921">ip pool huawei</strong>
    [AC-ip-pool-huawei] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b169375134190921">network 10.23.10.0 mask 24</strong>
    [AC-ip-pool-huawei] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b1498722238190921">gateway-list 10.23.10.1</strong>
    [AC-ip-pool-huawei] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b1127109521190921">option 43 sub-option 3 ascii 10.23.100.1</strong>
    [AC-ip-pool-huawei] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b1641310089190921">quit</strong>
    [AC] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b1333165711190921">interface vlanif 100</strong>
    [AC-Vlanif100] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b1287471321190921">dhcp select global</strong>
    [AC-Vlanif100] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b689492679190921">quit</strong></span></span></span>
  4. 配置VLAN pool,用于作为业务VLAN

    # 在AC上新建VLAN pool,并将VLAN101和VLAN102加入其中,配置VLAN pool中的VLAN分配算法为“hash”。

    本例VLAN pool中的VLAN分配算法配置为“hash”。分配算法缺省情况下为“hash”,如果之前没有修改其缺省配置,可以不用执行命令assignment hash

    本例VLAN pool仅以加入VLAN101和VLAN102两个VLAN为例,实际可以配置多个VLAN加入VLAN pool,配置方法与VLAN101和VLAN102一致。

    <span style="color:#333333"><span style="background-color:#ffffff"><span style="background-color:#dddddd">[AC] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b352911723190921">vlan batch 101 102</strong>
    [AC] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b351799307190921">vlan pool sta-pool</strong>
    [AC-vlan-pool-sta-pool] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b1532711495190921">vlan 101 102</strong>
    [AC-vlan-pool-sta-pool] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b24709074190921">assignment hash</strong>
    [AC-vlan-pool-sta-pool] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b1762892773190921">quit</strong></span></span></span>
  5. 配置AP上线

    # 创建AP组,用于将相同配置的AP都加入同一AP组中。
    <span style="color:#333333"><span style="background-color:#ffffff"><span style="background-color:#dddddd">[AC] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_zh-cn_task_0176912351_b1451837292190921">wlan</strong>
    [AC-wlan-view] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_zh-cn_task_0176912351_b1710308668190921">ap-group name ap-group1</strong>
    [AC-wlan-ap-group-ap-group1] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_zh-cn_task_0176912351_b294415960190921">quit</strong></span></span></span>
    # 创建域管理模板,在域管理模板下配置AC的国家码并在AP组下引用域管理模板。
    <span style="color:#333333"><span style="background-color:#ffffff"><span style="background-color:#dddddd">[AC-wlan-view] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_zh-cn_task_0176912351_b1815954045190921">regulatory-domain-profile name default</strong>
    [AC-wlan-regulate-domain-default] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_zh-cn_task_0176912351_b1765454957190921">country-code cn</strong>
    [AC-wlan-regulate-domain-default] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_zh-cn_task_0176912351_b464951690190921">quit</strong>
    [AC-wlan-view] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_zh-cn_task_0176912351_b1132959133190921">ap-group name ap-group1</strong>
    [AC-wlan-ap-group-ap-group1] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_zh-cn_task_0176912351_b4510754102210">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_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_zh-cn_task_0176912351_zh-cn_task_0175818418_b17491131153716">y</strong>  
    [AC-wlan-ap-group-ap-group1] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_zh-cn_task_0176912351_b101836067190921">quit</strong>
    [AC-wlan-view] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_zh-cn_task_0176912351_b465166413190921">quit</strong></span></span></span>
    # 配置AC的源接口。

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

    <span style="color:#333333"><span style="background-color:#ffffff"><span style="background-color:#dddddd">[AC] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_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):adminSet 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></span>
    # 在AC上离线导入AP,并将AP加入AP组“ap-group1”中。假设AP的MAC地址为60de-4476-e360,并且根据AP的部署位置为AP配置名称,便于从名称上就能够了解AP的部署位置。例如MAC地址为60de-4476-e360的AP部署在1号区域,命名此AP为area_1。

    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:#ffffff"><span style="background-color:#dddddd">[AC] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_zh-cn_task_0176912351_b763711121190921">wlan</strong>
    [AC-wlan-view] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_zh-cn_task_0176912351_b1389711844190921">ap auth-mode mac-auth</strong>
    [AC-wlan-view] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_zh-cn_task_0176912351_b1382708357190921">ap-id 0 ap-mac 60de-4476-e360</strong>
    [AC-wlan-ap-0] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_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_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_zh-cn_task_0176912351_zh-cn_task_0175818418_b460951517190906">y</strong>  
    [AC-wlan-ap-0] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_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_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_zh-cn_task_0176912351_zh-cn_task_0175818418_b1651706244190906">y</strong>  
    [AC-wlan-ap-0] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_zh-cn_task_0176912351_b959850628190921">quit</strong></span></span></span>
    # 将AP上电后,当执行命令display ap all查看到AP的“State”字段为“nor”时,表示AP正常上线。
    <span style="color:#333333"><span style="background-color:#ffffff"><span style="background-color:#dddddd">[AC-wlan-view] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b614686600190921">display ap all</strong>
    Total AP information:nor  : normal          [1]
    Extra information:
    P  : insufficient power supply
    --------------------------------------------------------------------------------------------------
    ID   MAC            Name   Group     IP            Type            State STA Uptime      ExtraInfo
    --------------------------------------------------------------------------------------------------
    0    60de-4476-e360 area_1 ap-group1 10.23.10.254  AP5030DN        nor   0   10S         -
    --------------------------------------------------------------------------------------------------
    Total: 1</span></span></span>
  6. 配置WLAN业务参数

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

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

    <span style="color:#333333"><span style="background-color:#ffffff"><span style="background-color:#dddddd">[AC-wlan-view] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_zh-cn_task_0176912351_b1991067776190921">security-profile name wlan-net</strong>
    [AC-wlan-sec-prof-wlan-net] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_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_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_zh-cn_task_0176912351_b337241812190921">quit</strong></span></span></span>
    # 创建名为“wlan-net”的SSID模板,并配置SSID名称为“wlan-net”。
    <span style="color:#333333"><span style="background-color:#ffffff"><span style="background-color:#dddddd">[AC-wlan-view] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_zh-cn_task_0176912351_b69022931190921">ssid-profile name wlan-net</strong>
    [AC-wlan-ssid-prof-wlan-net] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_zh-cn_task_0176912351_b36723145190921">ssid wlan-net</strong>
    [AC-wlan-ssid-prof-wlan-net] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_zh-cn_task_0176912351_b1738903244190921">quit</strong></span></span></span>
    # 创建名为“wlan-net”的VAP模板,配置业务数据转发模式、业务VLAN,并且引用安全模板和SSID模板。
    <span style="color:#333333"><span style="background-color:#ffffff"><span style="background-color:#dddddd">[AC-wlan-view] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b1185640161190921">vap-profile name wlan-net</strong>
    [AC-wlan-vap-prof-wlan-net] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b1846355048190921">forward-mode direct-forward</strong>
    [AC-wlan-vap-prof-wlan-net] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b1998160604190921">service-vlan vlan-pool sta-pool</strong>
    [AC-wlan-vap-prof-wlan-net] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b2110637550190921">security-profile wlan-net</strong>
    [AC-wlan-vap-prof-wlan-net] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b10062148190921">ssid-profile wlan-net</strong>
    [AC-wlan-vap-prof-wlan-net] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_b1248792040190921">quit</strong></span></span></span>
    # 配置AP组引用VAP模板,AP上射频0和射频1都使用VAP模板“wlan-net”的配置。
    <span style="color:#333333"><span style="background-color:#ffffff"><span style="background-color:#dddddd">[AC-wlan-view] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_zh-cn_task_0176912351_b2051092768190921">ap-group name ap-group1</strong>
    [AC-wlan-ap-group-ap-group1] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_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_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_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_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912356_zh-cn_task_0176912351_b729861449190921">quit</strong></span></span></span>
  7. 开启射频调优功能自动选择AP最佳信道和功率

    # 使能射频的信道和功率自动调优功能。
    <span style="color:#333333"><span style="background-color:#ffffff"><span style="background-color:#dddddd">[AC-wlan-view] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912351_b1470083908190921">ap-group name ap-group1</strong>
    [AC-wlan-ap-group-ap-group1] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912351_b2057447356190921">radio 0</strong>
    [AC-wlan-group-radio-ap-group1/0] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912351_b708023704190921">calibrate auto-channel-select enable</strong>
    [AC-wlan-group-radio-ap-group1/0] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912351_b2110205126190921">calibrate auto-txpower-select enable</strong>
    [AC-wlan-group-radio-ap-group1/0] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912351_b276683270190921">quit</strong>
    [AC-wlan-ap-group-ap-group1] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912351_b803857613190921">radio 1</strong>
    [AC-wlan-group-radio-ap-group1/1] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912351_b1438374519190921">calibrate auto-channel-select enable</strong>
    [AC-wlan-group-radio-ap-group1/1] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912351_b1859980560190921">calibrate auto-txpower-select enable</strong>
    [AC-wlan-group-radio-ap-group1/1] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912351_b677098010190921">quit</strong>
    [AC-wlan-ap-group-ap-group1] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912351_b7872310190921">quit</strong></span></span></span>
    # 在域管理模板下配置调优信道集合。
    <span style="color:#333333"><span style="background-color:#ffffff"><span style="background-color:#dddddd">[AC-wlan-view] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912351_b1271573362190921">regulatory-domain-profile name default</strong>
    [AC-wlan-regulate-domain-default] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912351_b514631991190921">dca-channel 2.4g channel-set 1,6,11</strong>
    [AC-wlan-regulate-domain-default] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912351_b277013222190921">dca-channel 5g bandwidth 20mhz</strong>
    [AC-wlan-regulate-domain-default] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912351_b24876317190921">dca-channel 5g channel-set 149,153,157,161</strong>
    [AC-wlan-regulate-domain-default] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912351_b1471196768190921">quit</strong></span></span></span>

    # 创建空口扫描模板“wlan-airscan”,并配置调优信道集合、扫描间隔时间和扫描持续时间。

    <span style="color:#333333"><span style="background-color:#ffffff"><span style="background-color:#dddddd">[AC-wlan-view] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912351_b1247056463190921">air-scan-profile name wlan-airscan</strong>
    [AC-wlan-air-scan-prof-wlan-airscan] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912351_b1117794299190921">scan-channel-set dca-channel</strong>
    [AC-wlan-air-scan-prof-wlan-airscan] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912351_b952766140190921">scan-period 60</strong>
    [AC-wlan-air-scan-prof-wlan-airscan] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912351_b410637818190921">scan-interval 60000</strong>
    [AC-wlan-air-scan-prof-wlan-airscan] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912351_b1665063074190921">quit</strong></span></span></span>

    # 创建2G射频模板“wlan-radio2g”,并在该模板下引用空口扫描模板“wlan-airscan”。

    <span style="color:#333333"><span style="background-color:#ffffff"><span style="background-color:#dddddd">[AC-wlan-view] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912351_b1256985097190921">radio-2g-profile name wlan-radio2g </strong>
    [AC-wlan-radio-2g-prof-wlan-radio2g] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912351_b457500118190921">air-scan-profile wlan-airscan</strong>
    [AC-wlan-radio-2g-prof-wlan-radio2g] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912351_b1021544261190921">quit</strong></span></span></span>

    # 创建5G射频模板“wlan-radio5g”,并在该模板下引用空口扫描模板“wlan-airscan”。

    <span style="color:#333333"><span style="background-color:#ffffff"><span style="background-color:#dddddd">[AC-wlan-view] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912351_b2051834054190921">radio-5g-profile name wlan-radio5g </strong>
    [AC-wlan-radio-5g-prof-wlan-radio5g] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912351_b995167985190921">air-scan-profile wlan-airscan</strong>
    [AC-wlan-radio-5g-prof-wlan-radio5g] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912351_b2027454330190921">quit</strong></span></span></span>

    # 在名为“ap-group1”的AP组下引用5G射频模板“wlan-radio5g”和2G射频模板“wlan-radio2g”。

    <span style="color:#333333"><span style="background-color:#ffffff"><span style="background-color:#dddddd">[AC-wlan-view] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912351_b987632829190921">ap-group name ap-group1 </strong>
    [AC-wlan-ap-group-ap-group1] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912351_b2076481730190921">radio-5g-profile wlan-radio5g radio 1</strong>
    Warning: This action may cause service interruption. Continue?[Y/N]<strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912351_zh-cn_task_0175818418_b1384307436190906">y</strong> 
    [AC-wlan-ap-group-ap-group1] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912351_b1780139102190921">radio-2g-profile wlan-radio2g radio 0</strong>
    Warning: This action may cause service interruption. Continue?[Y/N]<strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912351_zh-cn_task_0175818418_b1384307436190906_1">y</strong> 
    [AC-wlan-ap-group-ap-group1] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912351_b1249663083190921">quit</strong></span></span></span>

    # 配置射频调优模式为手动调优,并手动触发射频调优。

    <span style="color:#333333"><span style="background-color:#ffffff"><span style="background-color:#dddddd">[AC-wlan-view] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912351_b1799447059190921">calibrate enable manual</strong>
    [AC-wlan-view] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912351_b1693505529190921">calibrate manual startup</strong></span></span></span>
    # 待执行手动调优一小时后,调优结束。将射频调优模式改为定时调优,并将调优时间定为用户业务空闲时段(如当地时间凌晨00:00-06:00时段)。
    <span style="color:#333333"><span style="background-color:#ffffff"><span style="background-color:#dddddd">[AC-wlan-view] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912351_b1443027864190921">calibrate enable schedule time 03:00:00</strong></span></span></span>
  8. 验证配置结果

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

    <span style="color:#333333"><span style="background-color:#ffffff"><span style="background-color:#dddddd">[AC-wlan-view] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_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     60DE-4476-E360 <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912351_b1874482883190921">ON</strong>      WPA/WPA2-PSK  0     wlan-net
    0     area_1  1    1     60DE-4476-E370 <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_zh-cn_task_0176912351_b1628414885190921">ON</strong>      WPA/WPA2-PSK  0     wlan-net
    -------------------------------------------------------------------------------
    Total: 2</span></span></span>

    STA搜索到名为“wlan-net”的无线网络,输入密码“a1234567”并正常关联后,在AC上执行display station ssid wlan-net命令,可以查看到用户已经接入到无线网络“wlan-net”中。

    <span style="color:#333333"><span style="background-color:#ffffff"><span style="background-color:#dddddd">[AC-wlan-view] <strong id="ZH-CN_TASK_0180383113__zh-cn_task_0176912357_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
    ---------------------------------------------------------------------------------
    e019-1dc7-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></span>
配置文件
  • SwitchA的配置文件

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

    <span style="color:#333333"><span style="background-color:#ffffff"><span style="background-color:#dddddd">#
    sysname SwitchB
    #
    vlan batch 10 100 to 102
    #
    dhcp enable
    #
    interface Vlanif10ip address 10.23.10.1 255.255.255.0dhcp select relaydhcp relay server-ip 10.23.100.1
    #
    interface Vlanif100ip address 10.23.100.2 255.255.255.0
    #
    interface Vlanif101ip address 10.23.101.1 255.255.255.0dhcp select interfacedhcp server gateway-list 10.23.101.2
    #
    interface Vlanif102ip address 10.23.102.1 255.255.255.0dhcp select interfacedhcp server gateway-list 10.23.102.2
    #
    interface GigabitEthernet0/0/1port link-type trunkport trunk allow-pass vlan 10 101 to 102
    #
    interface GigabitEthernet0/0/2port link-type trunkport trunk allow-pass vlan 100 to 102
    #
    return</span></span></span>
  • Router的配置文件

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

    <span style="color:#333333"><span style="background-color:#ffffff"><span style="background-color:#dddddd">#sysname AC
    #
    vlan batch 100 to 102
    #
    vlan pool sta-poolvlan 101 to 102
    #
    dhcp enable
    #
    ip pool huaweigateway-list 10.23.10.1network 10.23.10.0 mask 255.255.255.0option 43 sub-option 3 ascii 10.23.100.1
    #
    interface Vlanif100ip address 10.23.100.1 255.255.255.0dhcp select global   
    #
    interface GigabitEthernet0/0/1port link-type trunkport trunk allow-pass vlan 100 to 102
    #
    interface GigabitEthernet0/0/2port link-type trunkport trunk allow-pass vlan 101 to 102
    #
    capwap source interface vlanif100
    #
    wlancalibrate enable schedule time 03:00:00security-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-netservice-vlan vlan-pool sta-poolssid-profile wlan-netsecurity-profile wlan-netregulatory-domain-profile name defaultdca-channel 5g channel-set 149,153,157,161air-scan-profile name wlan-airscanscan-channel-set dca-channelradio-2g-profile name wlan-radio2gair-scan-profile wlan-airscan radio-5g-profile name wlan-radio5gair-scan-profile wlan-airscan ap-group name ap-group1radio 0radio-2g-profile wlan-radio2gvap-profile wlan-net wlan 1radio 1radio-5g-profile wlan-radio5g vap-profile wlan-net wlan 1ap-id 0 type-id 35 ap-mac 60de-4476-e360 ap-sn 210235554710CB000042ap-name area_1ap-group ap-group1#
    return</span></span></span>

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

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

相关文章

springboot206基于SpringBoot的农商对接系统的设计与实现

基于Spring Boot的农商对接系统的设计与实现 Design and implementation of agricultural business docking system based on Spring Boot 摘 要 如今社会上各行各业&#xff0c;都喜欢用自己行业的专属软件工作&#xff0c;互联网发展到这个时候&#xff0c;人们已经发现离…

Vue 实现当前页的刷新

Vue 在缓存的基础上实现当前页的刷新 前进刷新&#xff0c;后退不刷新 一、Bus的实现 Bus.js 二、利用Bus实现不同页面的事件传播 1.引入Bus.js&#xff08;传递&#xff09;例如&#xff1a;A页面 2.引入Bus.js&#xff08;接收&#xff09;例如&#xff1a;B页面 3.路由组件设…

appium实现自动化测试原理

目录 1、Appium原理 1.1、Android Appium原理图文解析 1.1.2、原理详解 1.1.2.1、脚本端 1.1.2.2、appium-server 1.1.2.3、中间件bootstrap.jar 1.1.2.4、驱动引擎uiautomator 1.2、 IOS Appium原理 1、Appium原理 1.1、Android Appium原理图文解析 执行测试脚本全过…

OpenGL学习——17.模型

前情提要&#xff1a;本文代码源自Github上的学习文档“LearnOpenGL”&#xff0c;我仅在源码的基础上加上中文注释。本文章不以该学习文档做任何商业盈利活动&#xff0c;一切著作权归原作者所有&#xff0c;本文仅供学习交流&#xff0c;如有侵权&#xff0c;请联系我删除。L…

【递归】【后续遍历】【迭代】【队列】Leetcode 101 对称二叉树 100. 相同的树

【递归】【后续遍历】Leetcode 101 对称二叉树 100 相同的树 101. 对称二叉树解法一&#xff1a; 递归&#xff1a;后序遍历 左右中解法二&#xff1a; 迭代法&#xff0c;用了单端队列 100. 相同的树解法一&#xff1a;深度优先 ---------------&#x1f388;&#x1f388;对称…

WordPress管理员修改自己用户名的插件Username

有一些站长在刚开搭建WordPress网站时&#xff0c;对于管理员的用户名是随意输入&#xff0c;后来想要修改时发现不懂得如何下手。其实&#xff0c;修改WordPress管理员用户名最快速的方法就是进入数据库直接修改&#xff0c;详见『通过phpMyAdmin直接修改WordPress用户名的图文…

详解 leetcode_078. 合并K个升序链表.小顶堆实现

/*** 构造单链表节点*/ class ListNode{int value;//节点值ListNode next;//指向后继节点的引用public ListNode(){}public ListNode(int value){this.valuevalue;}public ListNode(int value,ListNode next){this.valuevalue;this.nextnext;} }package com.ag; import java.ut…

Dockerfile文件中只指定挂载点会发生什么?

当你在VOLUME指令中只指定容器内的路径&#xff08;挂载点&#xff09;而不指定宿主机的目录时&#xff0c;Docker会为该挂载点自动生成一个匿名卷。这个匿名卷存储在宿主机的某个位置&#xff0c;但这个具体位置是由Docker自动管理的&#xff0c;用户通常不需要关心这个存储位…

安装unget包 sqlsugar时报错,完整的报错解决

前置 .net6的开发环境 问题 ? 打开unget官网&#xff0c;搜索报错的依赖Oracle.ManagedDataAccess.Core unget官网 通过unget搜索Oracle.ManagedDataAccess.Core查看该依赖的依赖 发现应该是需要的依赖Oracle.ManagedDataAccess.Core(>3.21.100)不支持.net6的环境 解…

类和对象 01【C++】

目录 一、 类的引入1. 类的定义2. 类的访问限定符及封装(1) 访问限定符(2) 封装 3. 类的实例化4. 类对象模型(1) 计算类对象的大小(2) 类对象的存储方式 5. this指针 二、 类的6个默认成员函数1. 构造函数2. 析构函数3. 拷贝构造函数4. 赋值运算符重载5. 取地址重载6. const取地…

蓝桥杯:C++队列、优先队列、链表

C普通队列 算法竞赛中一般用静态数组来模拟队列&#xff0c;或者使用STL queue。使用C的STL queue时&#xff0c;由于不用自己管理队列&#xff0c;因此代码很简洁。队列的部分操作如下。 C优先队列 很多算法需要用到一种特殊的队列&#xff1a;优先队列。它的特点是最优数据…

前端canvas项目实战——简历制作网站(四)——右侧属性栏(线条端点样式)

目录 前言一、效果展示二、实现步骤1. 实现线条和端点的组装模块2. 修复一个fabric自身的bug3. 实现属性栏中的编辑模块4. 把UI操作和画布更新连接起来 三、Show u the code后记 前言 上一篇博文中&#xff0c;我们扩充了线条对象&#xff08;fabric.Line&#xff09;的属性列…

构建企业数据安全的根基:深入解析数据安全治理能力评估与实践框架

随着数字化转型深入各行各业&#xff0c;数据安全已成为企业不可或缺的重要议题。在这一背景下&#xff0c;有效的数据安全治理框架成为确保企业数据安全的基石。 一、数据安全治理框架 中国互联网协会于 2021 年发布 T/SC-0011-2021《数据安全治理能力评估方法》&#xff0c…

windows10|音视频剪辑|FFMPEG录屏和网络推流源初步的生成

前言&#xff1a; FFMPEG的功能强大是毋庸置疑的&#xff0c;那么录屏的需求大家在某些时候大家可能是非常需要的&#xff0c;例如&#xff0c;现有的项目需要演示&#xff0c;因此录制一段演示视频&#xff1b;亦或者做内容分发直播的&#xff0c;比如游戏主播&#xff0c;需…

MySQL 学习记录 1

原文&#xff1a;https://blog.iyatt.com/?p12631 1 前言 去年年初报考 3 月的计算机二级&#xff08;C 语言&#xff09;【https://blog.iyatt.com/?p9266 】考过了&#xff0c;这次打算报考 3 月的计算机三级&#xff08;数据库&#xff09;。数据库这一块&#xff0c;很…

Kubernetes(K8s)的基础概念

K8s的概念 K8S 的全称为 Kubernetes (K12345678S) &#xff08;简化全称&#xff09; Kubernetes 是一个可移植、可扩展的开源平台&#xff0c;用于 管理容器化工作负载和服务&#xff0c;有助于声明式配置和自动化。它拥有庞大且快速发展的生态系统。Kubernetes 服务、支持和…

SQL防止注入工具类,可能用于SQL注入的字符有哪些

SQL注入是一种攻击技术&#xff0c;攻击者试图通过在输入中注入恶意的SQL代码来干扰应用程序的数据库查询。为了防止SQL注入&#xff0c;你需要了解可能用于注入的一些常见字符和技术。以下是一些常见的SQL注入字符和技术&#xff1a; 单引号 ​&#xff1a; 攻击者可能会尝试…

【前端工程化面试题】webpack proxy的工作原理,为什么能解决跨域问题

在 webpack 的配置文件 webpack.config.js 中有一个配置项 devServer 里面有一个属性是 proxy&#xff0c;这里面可以配置代理服务器&#xff0c;解决跨域问题&#xff0c;请参考官网。 一般来说 webpack 的代理就是说的开发服务器 webpack-dev-server。 其实不光是 webpack 其…

线阵相机之帧超时

1 帧超时的效果 在帧超时时间内相机若未采集完一张图像所需的行数&#xff0c;则相机会直接完成这张图像的采集&#xff0c;并自动将缺失行数补黑出图&#xff0c;机制有以下几种选择&#xff1a; 1. 丢弃整张补黑的图像 2. 保留补黑部分出图 3.丢弃补黑部分出图

爬虫知识--02

免费代理池搭建 # 代理有免费和收费代理 # 代理有http代理和https代理 # 匿名度&#xff1a; 高匿&#xff1a;隐藏访问者ip 透明&#xff1a;服务端能拿到访问者ip 作为后端&#xff0c;如何拿到使用代理人的ip 请求头中&#xff1a;x-forwor…