华为配置访客接入WLAN网络示例(MAC优先的Portal认证)

news2024/9/25 17:12:16
 

配置访客接入WLAN网络示例(MAC优先的Portal认证)

组网图形

图1 配置WLAN MAC优先的Portal认证示例组网图
  • 业务需求
  • 组网需求
  • 数据规划
  • 配置思路
  • 配置注意事项
  • 操作步骤
  • 配置文件
业务需求

某企业为了提高WLAN网络的安全性,采用MAC优先的外置Portal认证方式,实现对用户的接入控制。

组网需求
  • AC组网方式:旁挂二层组网。
  • DHCP部署方式:
    • AC作为DHCP服务器为AP分配IP地址。
    • 汇聚交换机SwitchB作为DHCP服务器为STA分配IP地址。
  • 业务数据转发方式:隧道转发。
  • 认证方式:MAC优先的Portal认证。
  • 安全策略:开放认证。
数据规划
表1 AC数据规划表

配置项

数据

AP管理VLAN

VLAN100

STA业务VLAN

VLAN101

DHCP服务器

AC作为DHCP服务器为AP分配IP地址

汇聚交换机SwitchB作为DHCP服务器为STA分配IP地址,STA的默认网关为10.23.101.2

AP的IP地址池

10.23.100.2~10.23.100.254/24

STA的IP地址池

10.23.101.4~10.23.101.254/24

AC的源接口IP地址

VLANIF100:10.23.100.1/24

AP组

  • 名称:ap-group1
  • 绑定模板:VAP模板wlan-net、域管理模板default

域管理模板

  • 名称:default
  • 国家码:中国

SSID模板

  • 名称:wlan-net
  • SSID名称:wlan-net

安全模板

  • 名称:wlan-net
  • 安全策略:开放认证

RADIUS认证参数

RADIUS认证方案名称:wlan-net

RADIUS计费方案名称:wlan-net

RADIUS服务器模板名称:wlan-net,其中:

  • IP地址:10.23.102.1
  • 认证端口号:1812
  • 共享密钥:Huawei123

Portal服务器模板

  • 名称:wlan-net
  • IP地址:10.23.103.1
  • AC向Portal服务器主动发送报文时使用的目的端口号:50200
  • Portal认证共享密钥:Huawei123

Portal接入模板

  • 名称:wlan-net
  • 绑定的模板:Portal服务器模板wlan-net

MAC接入模板

名称:wlan-net

免认证规则模板

  • 名称:default_free_rule
  • 免认证资源:DNS服务器的地址(8.8.8.8)

认证模板

  • 名称:wlan-net
  • 绑定的模板和认证方案:Portal接入模板wlan-net、MAC接入模板wlan-net、RADIUS服务器模板wlan-net、免认证规则模板default_free_rule、认证方案wlan-net

VAP模板

  • 名称:wlan-net
  • 转发模式:隧道转发
  • 业务VLAN:VLAN101
  • 绑定模板:SSID模板wlan-net、安全模板wlan-net、认证模板wlan-net
配置思路
  1. 配置AP、AC和周边网络设备之间实现网络互通。
  2. 配置AP上线。
  3. 配置MAC优先的Portal认证。
    1. 配置RADIUS服务器参数。
    2. 配置针对外置Portal服务器的Portal接入模板,管理Portal接入控制参数。
    3. 配置MAC接入模板,用于MAC优先的Portal认证。
    4. 配置免认证规则模板,实现AC放行访问DNS服务器的报文。
    5. 配置认证模板,管理MAC优先Portal认证的相关配置。
  4. 配置WLAN业务参数。
  5. 配置第三方服务器参数。
配置注意事项
操作步骤
  1. 配置周边设备

    # 配置接入交换机SwitchA的GE0/0/1和GE0/0/2接口加入VLAN100,GE0/0/1的缺省VLAN为VLAN100。
    <span style="color:#333333"><span style="background-color:#dddddd"><HUAWEI> <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912351_b1378448865190921">system-view</strong>
    [HUAWEI] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912351_b1648629339190921">sysname SwitchA</strong>
    [SwitchA] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912351_b1879648753190921">vlan batch 100</strong>
    [SwitchA] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912351_b1340153122190921">interface gigabitethernet 0/0/1</strong>
    [SwitchA-GigabitEthernet0/0/1] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912351_b629503485190921">port link-type trunk</strong>
    [SwitchA-GigabitEthernet0/0/1] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912351_b1384660746190921">port trunk pvid vlan 100</strong>
    [SwitchA-GigabitEthernet0/0/1] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912351_b857905420190921">port trunk allow-pass vlan 100</strong>
    [SwitchA-GigabitEthernet0/0/1] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912351_b1233357300190921">port-isolate enable</strong>
    [SwitchA-GigabitEthernet0/0/1] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912351_b994568433190921">quit</strong>
    [SwitchA] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912351_b562585562190921">interface gigabitethernet 0/0/2</strong>
    [SwitchA-GigabitEthernet0/0/2] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912351_b1829872941190921">port link-type trunk</strong>
    [SwitchA-GigabitEthernet0/0/2] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912351_b1270991033190921">port trunk allow-pass vlan 100</strong>
    [SwitchA-GigabitEthernet0/0/2] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912351_b917081183190921">quit</strong></span></span>
    # 配置汇聚交换机SwitchB的接口GE0/0/1和GE0/0/2加入VLAN100,接口GE0/0/2和GE0/0/3加入VLAN101。
    <span style="color:#333333"><span style="background-color:#dddddd"><HUAWEI> <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912351_b1540762340190921">system-view</strong>
    [HUAWEI] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912351_b733737892190921">sysname SwitchB</strong>
    [SwitchB] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912351_b625700484190921">vlan batch 100 101</strong>
    [SwitchB] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912351_b1740338427190921">interface gigabitethernet 0/0/1</strong>
    [SwitchB-GigabitEthernet0/0/1] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912351_b819345497190921">port link-type trunk</strong>
    [SwitchB-GigabitEthernet0/0/1] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912351_b1981678118190921">port trunk allow-pass vlan 100</strong>
    [SwitchB-GigabitEthernet0/0/1] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912351_b788140868190921">quit</strong>
    [SwitchB] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912351_b1074199566190921">interface gigabitethernet 0/0/2</strong>
    [SwitchB-GigabitEthernet0/0/2] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912351_b687704922190921">port link-type trunk</strong>
    [SwitchB-GigabitEthernet0/0/2] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912351_b963557263190921">port trunk allow-pass vlan 100 101</strong>
    [SwitchB-GigabitEthernet0/0/2] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912351_b208179163190921">quit</strong>
    [SwitchB] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912351_b1144409798190921">interface gigabitethernet 0/0/3</strong>
    [SwitchB-GigabitEthernet0/0/3] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912351_b1587006719190921">port link-type trunk</strong>
    [SwitchB-GigabitEthernet0/0/3] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912351_b936690975190921">port trunk allow-pass vlan 101</strong>
    [SwitchB-GigabitEthernet0/0/3] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912351_b128121589190921">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_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912351_b118005268190921">system-view</strong>
    [Huawei] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912351_b1176501588190921">sysname Router</strong>
    [Router] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912351_b995805857190921">vlan batch 101</strong>
    [Router] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912351_b906637926190921">interface gigabitethernet 1/0/0</strong>
    [Router-GigabitEthernet1/0/0] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912351_b406876624190921">port link-type trunk</strong>
    [Router-GigabitEthernet1/0/0] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912351_b1226529678190921">port trunk allow-pass vlan 101</strong>
    [Router-GigabitEthernet1/0/0] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912351_b1131638750190921">quit</strong>
    [Router] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912351_b648829236190921">interface vlanif 101</strong>
    [Router-Vlanif101] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912351_b1969966747190921">ip address 10.23.101.2 24</strong>
    [Router-Vlanif101] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912351_b1246477905190921">quit</strong></span></span>
  2. 配置AC与其它网络设备互通

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

    # 配置AC的接口GE0/0/1加入VLAN100和VLAN101。
    <span style="color:#333333"><span style="background-color:#dddddd"><HUAWEI> <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912351_b1533901828190921">system-view</strong>
    [HUAWEI] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912351_b783909607190921">sysname AC</strong>
    [AC] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912351_b362960974190921">vlan batch 100 101</strong>
    [AC] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912351_b1510739881190921">interface gigabitethernet 0/0/1</strong>
    [AC-GigabitEthernet0/0/1] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912351_b1936092745190921">port link-type trunk</strong>
    [AC-GigabitEthernet0/0/1] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912351_b273575249190921">port trunk allow-pass vlan 100 101</strong>
    [AC-GigabitEthernet0/0/1] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912351_b1361668507190921">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_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912405_b711639644190921">dhcp enable</strong>
    [AC] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912405_b1055227818190921">interface vlanif 100</strong>
    [AC-Vlanif100] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912405_b878432229190921">ip address 10.23.100.1 24</strong>
    [AC-Vlanif100] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912405_b902042368190921">dhcp select interface</strong>
    [AC-Vlanif100] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912405_b228085806190921">quit</strong></span></span>
    # 在SwitchB上配置VLANIF101接口为STA提供IP地址,并指定10.23.101.2作为STA的默认网关地址。
    <span style="color:#333333"><span style="background-color:#dddddd">[SwitchB] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912405_b445048241190921">dhcp enable</strong>
    [SwitchB] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912405_b1144904700190921">interface vlanif 101</strong>
    [SwitchB-Vlanif101] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912405_b1559304752190921">ip address 10.23.101.1 24</strong>
    [SwitchB-Vlanif101] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912405_b1149346953190921">dhcp select interface</strong>
    [SwitchB-Vlanif101] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912405_b1579355491190921">dhcp server gateway-list 10.23.101.2</strong>
    [SwitchB-Vlanif101] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912405_b1369127985190921">dhcp server dns-list 8.8.8.8</strong>
    [SwitchB-Vlanif101] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912405_b164513563115">dhcp server excluded-ip-address 10.23.101.3</strong>
    [SwitchB-Vlanif101] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912405_b498563281190921">quit</strong></span></span>
  4. 配置AC的缺省路由,下一跳为Router的VLANIF101

    <span style="color:#333333"><span style="background-color:#dddddd">[AC] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912405_b101939117119">interface vlanif 101</strong> 
    [AC-Vlanif101] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912405_b165133819117">ip address 10.23.101.3 24</strong> 
    [AC-Vlanif101] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912405_b14781391117">quit</strong>
    [AC] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912405_zh-cn_task_0176912407_b353437490190921">ip route-static 0.0.0.0 0.0.0.0 10.23.101.2</strong></span></span>
  5. 配置AP上线

    # 创建AP组,用于将相同配置的AP都加入同一AP组中。
    <span style="color:#333333"><span style="background-color:#dddddd">[AC] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912406_zh-cn_task_0176912351_b1451837292190921">wlan</strong>
    [AC-wlan-view] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912406_zh-cn_task_0176912351_b1710308668190921">ap-group name ap-group1</strong>
    [AC-wlan-ap-group-ap-group1] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912406_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_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912406_zh-cn_task_0176912351_b1815954045190921">regulatory-domain-profile name default</strong>
    [AC-wlan-regulate-domain-default] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912406_zh-cn_task_0176912351_b1765454957190921">country-code cn</strong>
    [AC-wlan-regulate-domain-default] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912406_zh-cn_task_0176912351_b464951690190921">quit</strong>
    [AC-wlan-view] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912406_zh-cn_task_0176912351_b1132959133190921">ap-group name ap-group1</strong>
    [AC-wlan-ap-group-ap-group1] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912406_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_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912406_zh-cn_task_0176912351_zh-cn_task_0175818418_b17491131153716">y</strong>  
    [AC-wlan-ap-group-ap-group1] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912406_zh-cn_task_0176912351_b101836067190921">quit</strong>
    [AC-wlan-view] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912406_zh-cn_task_0176912351_b465166413190921">quit</strong></span></span>
    # 配置AC的源接口。

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

    <span style="color:#333333"><span style="background-color:#dddddd">[AC] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912406_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_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912406_zh-cn_task_0176912351_b15163144818377">capwap dtls no-auth enable</strong></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:#dddddd">[AC] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912406_zh-cn_task_0176912351_b763711121190921">wlan</strong>
    [AC-wlan-view] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912406_zh-cn_task_0176912351_b1389711844190921">ap auth-mode mac-auth</strong>
    [AC-wlan-view] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912406_zh-cn_task_0176912351_b1382708357190921">ap-id 0 ap-mac 60de-4476-e360</strong>
    [AC-wlan-ap-0] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912406_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_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912406_zh-cn_task_0176912351_zh-cn_task_0175818418_b460951517190906">y</strong>  
    [AC-wlan-ap-0] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912406_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_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912406_zh-cn_task_0176912351_zh-cn_task_0175818418_b1651706244190906">y</strong>  
    [AC-wlan-ap-0] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912406_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_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912406_zh-cn_task_0176912351_b482061123190921">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.100.254 AP5030DN        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_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912406_zh-cn_task_0176912351_b3420155514467">quit</strong>
    [AC] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912406_zh-cn_task_0176912351_b1898583494615">undo capwap dtls no-auth enable</strong>
    [AC] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912406_zh-cn_task_0176912351_b9381917104714">wlan</strong></span></span>
  6. 配置RADIUS服务器模板、RADIUS认证方案和RAIUDS计费方案

    请确保AC上的RADIUS服务器地址、端口号、共享密钥配置正确,并且和RADIUS服务器保持一致。

    # 配置RADIUS服务器模板。

    <span style="color:#333333"><span style="background-color:#dddddd">[AC] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_b492904745190921">radius-server template wlan-net</strong>
    [AC-radius-wlan-net] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_b1411295529190921">radius-server authentication 10.23.102.1 1812</strong>
    [AC-radius-wlan-net] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_b1938007053190921">radius-server shared-key cipher Huawei123</strong>
    [AC-radius-wlan-net] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_b1499613248190921">quit</strong></span></span>

    # 创建认证方案并配置认证方式为RADIUS。

    <span style="color:#333333"><span style="background-color:#dddddd">[AC] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_b1264663344190921">aaa</strong>
    [AC-aaa] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_b1098154721190921">authentication-scheme wlan-net</strong>
    [AC-aaa-authen-wlan-net] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_b1677618136190921">authentication-mode radius</strong>
    [AC-aaa-authen-wlan-net] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_b370464704190921">quit</strong></span></span>

    # 创建计费方案并配置计费方式为RADIUS。

    <span style="color:#333333"><span style="background-color:#dddddd">[AC-aaa] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_b1762425233190921">accounting-scheme wlan-net</strong>
    [AC-aaa-accounting-wlan-net] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_b55021767190921">accounting-mode radius</strong>
    [AC-aaa-accounting-wlan-net] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_b2108345858190921">accounting realtime 15</strong>
    [AC-aaa-accounting-wlan-net] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_b714368537190921">quit</strong>
    [AC-aaa] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_b1215217005190921">quit</strong></span></span>
  7. 配置Portal认证页面URL地址,在用户认证成功前,AC将用户的访问地址重定向到Portal服务器

    为了重定向更安全和快速,建议采用域名方式,但需要提前在DNS服务器配置域名与服务器IP地址的映射关系。

    AC上配置的URL携带的参数字段名称,和服务器侧应保持一致。

    <span style="color:#333333"><span style="background-color:#dddddd">[AC] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_b1736090673190921">url-template name wlan-net</strong>
    [AC-url-template-wlan-net] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_b712872385190921">url http://portal.com:8080/portal</strong>
    [AC-url-template-wlan-net] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_b326131409190921">url-parameter ssid ssid redirect-url url</strong> 
    [AC-url-template-wlan-net] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_b1636877311190921">quit</strong></span></span>
  8. 配置Portal服务器模板

    请确保AC上Portal服务器地址、URL地址、端口号、共享密钥配置正确,并且和Portal服务器保持一致。

    <span style="color:#333333"><span style="background-color:#dddddd">[AC] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_b20330122471">web-auth-server wlan-net</strong>
    [AC-web-auth-server-wlan-net] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_b188253944190921">server-ip 10.23.103.1</strong>
    [AC-web-auth-server-wlan-net] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_b22775658190921">shared-key cipher Huawei123</strong>
    [AC-web-auth-server-wlan-net] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_b861772058190921">port 50200</strong>
    [AC-web-auth-server-wlan-net] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_b1167730443190921">url-template wlan-net ciphered-parameter-name cpname iv-parameter-name iv-value key cipher Huawei123</strong>
    [AC-web-auth-server-wlan-net] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_b1331362300190921">quit</strong></span></span>
  9. 配置Portal接入模板“wlan-net”,并配置Portal认证为二层Portal认证

    <span style="color:#333333"><span style="background-color:#dddddd">[AC] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_b1662254875190921">portal-access-profile name wlan-net</strong>
    [AC-portal-access-profile-wlan-net] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_b847482265190921">web-auth-server wlan-net direct</strong>
    [AC-portal-access-profile-wlan-net] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_b1932523822190921">quit</strong></span></span>
  10. 配置MAC接入模板,用于MAC优先的Portal认证

    <span style="color:#333333"><span style="background-color:#dddddd">[AC] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_b1150285380190921">mac-access-profile name wlan-net</strong>
    [AC-mac-access-profile-wlan-net] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_b367512255190921">quit</strong></span></span>
  11. 配置免认证规则模板

    <span style="color:#333333"><span style="background-color:#dddddd">[AC] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_b634544889190921">free-rule-template name default_free_rule</strong>
    [AC-free-rule-default_free_rule] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_b644366632190921">free-rule 1 destination ip 8.8.8.8 mask 32</strong>
    [AC-free-rule-default_free_rule] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_b1254320304190921">quit</strong></span></span>
  12. 配置认证模板“wlan-net”,并启用MAC优先的Portal认证

    <span style="color:#333333"><span style="background-color:#dddddd">[AC] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_b1535137013190921">authentication-profile name wlan-net</strong>
    [AC-authentication-profile-wlan-net] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_b690170990190921">portal-access-profile wlan-net</strong>
    [AC-authentication-profile-wlan-net] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_b576846439190921">mac-access-profile wlan-net</strong>
    [AC-authentication-profile-wlan-net] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_b853952414190921">free-rule-template default_free_rule</strong>
    [AC-authentication-profile-wlan-net] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_b1975032986190921">authentication-scheme wlan-net</strong>
    [AC-authentication-profile-wlan-net] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_b1572706533190921">radius-server wlan-net</strong>
    [AC-authentication-profile-wlan-net] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_b1257778287190921">quit</strong></span></span>
  13. 配置WLAN业务参数

    # 创建名为“wlan-net”的安全模板,并配置安全策略为open方式的开放认证。

    <span style="color:#333333"><span style="background-color:#dddddd">[AC] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912406_b982468269190921">wlan</strong>
    [AC-wlan-view] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912406_b2027528593190921">security-profile name wlan-net</strong>
    [AC-wlan-sec-prof-wlan-net] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912406_b310418272495">security open</strong>
    [AC-wlan-sec-prof-wlan-net] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912406_b1660879724190921">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_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912406_b1513267590190921">ssid-profile name wlan-net</strong>
    [AC-wlan-ssid-prof-wlan-net] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912406_b1952602602190921">ssid wlan-net</strong>
    [AC-wlan-ssid-prof-wlan-net] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912406_b436090000190921">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_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912406_b2127803072190921">vap-profile name wlan-net</strong>
    [AC-wlan-vap-prof-wlan-net] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912406_b1688225981190921">forward-mode tunnel</strong>
    [AC-wlan-vap-prof-wlan-net] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912406_b669007821190921">service-vlan vlan-id 101</strong>
    [AC-wlan-vap-prof-wlan-net] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912406_b295713043190921">security-profile wlan-net</strong>
    [AC-wlan-vap-prof-wlan-net] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912406_b286235336190921">ssid-profile wlan-net</strong>
    [AC-wlan-vap-prof-wlan-net] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912406_b605340407190921">authentication-profile wlan-net</strong>
    [AC-wlan-vap-prof-wlan-net] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912406_b577474560190921">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_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912406_b1757833944190921">ap-group name ap-group1</strong>
    [AC-wlan-ap-group-ap-group1] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912406_b1334631011190921">vap-profile wlan-net wlan 1 radio 0</strong>
    [AC-wlan-ap-group-ap-group1] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912406_b167799938190921">vap-profile wlan-net wlan 1 radio 1</strong>
    [AC-wlan-ap-group-ap-group1] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912406_b465567152190921">quit</strong>
    [AC-wlan-view] <strong id="ZH-CN_TASK_0176912322__zh-cn_task_0176912407_zh-cn_task_0176912406_b1912085097190921">quit</strong></span></span>
  14. 配置第三方服务器

    具体配置方法建议参考相应的产品手册。

  15. 检查配置结果

    • 完成配置后,STA可以搜索到SSID为wlan-net的无线网络。

    • STA关联到无线网络上后,能够被分配相应的IP地址。
    • STA上打开浏览器访问网络时,会自动跳转到外置Portal服务器提供的认证页面,在页面上输入正确的用户名和密码后,STA认证成功并可以正常访问网络。
    • 假设服务器配置的MAC地址有效时间为60分钟。用户断开无线网络5分钟,重新连接无线网络时,可以直接访问;用户断开无线网络65分钟,重新连接无线网络时,会被重定向到Portal认证页面。
配置文件
  • SwitchA的配置文件

    <span style="color:#333333"><span style="background-color:#dddddd">#
    sysname SwitchA
    #
    vlan batch 100
    #
    interface GigabitEthernet0/0/1
     port link-type trunk
     port trunk pvid vlan 100
     port trunk allow-pass vlan 100
     port-isolate enable group 1
    #
    interface GigabitEthernet0/0/2
     port link-type trunk
     port trunk allow-pass vlan 100
    #
    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
     dhcp server dns-list 8.8.8.8
     dhcp server excluded-ip-address 10.23.101.3
    #
    interface GigabitEthernet0/0/1
     port link-type trunk
     port trunk allow-pass vlan 100
    #
    interface GigabitEthernet0/0/2
     port link-type trunk
     port trunk allow-pass vlan 100 to 101
    #
    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
    #
    authentication-profile name wlan-net
     mac-access-profile wlan-net
     portal-access-profile wlan-net
     free-rule-template default_free_rule
     authentication-scheme wlan-net
     radius-server wlan-net
    #
    dhcp enable
    #
    aaa
     authentication-scheme wlan-net
      authentication-mode radius
     accounting-scheme wlan-net
      accounting-mode radius
      accounting realtime 15
    #
    interface Vlanif100
     ip address 10.23.100.1 255.255.255.0
     dhcp select interface
    #
    interface Vlanif101
     ip address 10.23.101.3 255.255.255.0
    #
    interface GigabitEthernet0/0/1
     port link-type trunk
     port trunk allow-pass vlan 100 101
    #
    ip route-static 0.0.0.0 0.0.0.0 10.23.101.2 
    #
    capwap source interface vlanif100
    #
    radius-server template wlan-net
     radius-server shared-key cipher %^%#Oc6_BMCw#9gZ2@SMVtk!PAC6>Ou*eLW/"qLp+f#$%^%#
     radius-server authentication 10.23.102.1 1812 weight 80
    #
    free-rule-template name default_free_rule
     free-rule 1 destination ip 8.8.8.8 mask 255.255.255.255
    #
    url-template name wlan-net
     url http://portal.com:8080/portal
    #
    web-auth-server wlan-net
     server-ip 10.23.103.1
     port 50200
     shared-key cipher %^%#4~ZXE3]6@BXu;2;aw}hA{rSb,@"L@T#e{%6G1AiD%^%#
     url-template wlan-net ciphered-parameter-name cpname iv-parameter-name iv-value key cipher %^%#4~ZXE3]6@BXu;2;aw}hA{rSb,@"L@T#e{%6G1AiD%^%#
    #
    portal-access-profile name wlan-net
     web-auth-server wlan-net direct
    #
    wlan
     security-profile name wlan-net
     ssid-profile name wlan-net
      ssid wlan-net
     vap-profile name wlan-net
      forward-mode tunnel
      service-vlan vlan-id 101
      ssid-profile wlan-net
      security-profile wlan-net
      authentication-profile wlan-net
     ap-group name ap-group1
      regulatory-domain-profile default
      radio 0
       vap-profile wlan-net wlan 1
      radio 1
       vap-profile wlan-net wlan 1
     ap-id 0 type-id 35 ap-mac 60de-4476-e360 ap-sn 210235554710CB000042
      ap-name area_1
      ap-group ap-group1
    #
    mac-access-profile name wlan-net
    #
    return</span></span>

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

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

相关文章

JVM-运行时数据区程序计数器

运行时数据区 Java虚拟机在运行Java程序过程中管理的内存区域&#xff0c;称之为运行时数据区。《Java虚拟机规范》中规定了每一部分的作用。 程序计数器的定义 程序计数器&#xff08;Program Counter Register&#xff09;也叫PC寄存器&#xff0c;每个线程会通过程序计数器…

从Unity到Three.js(安装启动)

发现在3D数字孪生或模拟仿真方向&#xff0c;越来越多的公司倾向使用Web端程序&#xff0c;目前一直都是使用的Unity进行的Web程序开发&#xff0c;但是存在不少问题&#xff0c;比如内存释放、shader差异化、UI控件不支持复制或输入中文等。虽然大多数问题都可以找到解决方案&…

什么是制动电阻器?工作及其应用

电梯、风力涡轮机、起重机、升降机和电力机车的速度控制是非常必要的。因此&#xff0c;制动电阻器是这些应用不可或缺的一部分&#xff0c;因为它们是电动机驱动器中最常用的高功率电阻器&#xff0c;用于控制其速度&#xff0c;在运输、海事和建筑等行业中。 电动火车主要比柴…

【蓝桥杯冲冲冲】Invasion of the Milkweed G

【蓝桥杯冲冲冲】Invasion of the Milkweed G 蓝桥杯备赛 | 洛谷做题打卡day30 文章目录 蓝桥杯备赛 | 洛谷做题打卡day30[USACO09OCT] Invasion of the Milkweed G题目描述输入格式输出格式样例 #1样例输入 #1样例输出 #1 题解代码我的一些话 [USACO09OCT] Invasion of the Mi…

NIS服务器搭建(管理账户密码验证)

理解&#xff1a;新进100台服务器&#xff0c;通过nis服务器设置各个服务器的用户和密码&#xff0c;而不是分别到100台机器前设置用户名密码&#xff0c;服务器可以统一管理用户名密码&#xff0c;更新等操作 第一&#xff1a;服务器端设置 1.域名设置&#xff1a;dongfang …

(每日持续更新)信息系统项目管理(第四版)(高级项目管理)考试重点整理第10章 项目进度管理(三)

博主2023年11月通过了信息系统项目管理的考试&#xff0c;考试过程中发现考试的内容全部是教材中的内容&#xff0c;非常符合我学习的思路&#xff0c;因此博主想通过该平台把自己学习过程中的经验和教材博主认为重要的知识点分享给大家&#xff0c;希望更多的人能够通过考试&a…

格子表单GRID-FORM | 文档网站搭建(VitePress)与部署(Github Pages)

格子表单/GRID-FORM已在Github 开源&#xff0c;如能帮到您麻烦给个星&#x1f91d; GRID-FORM 系列文章 基于 VUE3 可视化低代码表单设计器嵌套表单与自定义脚本交互文档网站搭建&#xff08;VitePress&#xff09;与部署&#xff08;Github Pages&#xff09; 效果预览 格…

【芯片设计- RTL 数字逻辑设计入门 11.1 -- 状态机实现 移位运算与乘法 1】

文章目录 移位运算与乘法状态机简介SystemVerilog中的测试平台VCS 波形仿真 阻塞赋值和非阻塞赋值有限状态机&#xff08;FSM&#xff09;与无限状态机的区别 本篇文章接着上篇文章【芯片设计- RTL 数字逻辑设计入门 11 – 移位运算与乘法】 继续介绍&#xff0c;这里使用状态机…

LeetCode 0993. 二叉树的堂兄弟节点:深度优先搜索(BFS)

【LetMeFly】993.二叉树的堂兄弟节点&#xff1a;深度优先搜索(BFS) 力扣题目链接&#xff1a;https://leetcode.cn/problems/cousins-in-binary-tree/ 在二叉树中&#xff0c;根节点位于深度 0 处&#xff0c;每个深度为 k 的节点的子节点位于深度 k1 处。 如果二叉树的两个…

使用SM4国密加密算法对Spring Boot项目数据库连接信息以及yaml文件配置属性进行加密配置(读取时自动解密)

一、前言 在业务系统开发过程中,我们必不可少的会使用数据库,在应用开发过程中,数据库连接信息往往都是以明文的方式配置到yaml配置文件中的,这样有密码泄露的风险,那么有没有什么方式可以避免呢?方案当然是有的,就是对数据库密码配置的时候进行加密,然后读取的时候再…

25、数据结构/二叉树相关练习20240207

一、二叉树相关练习 请编程实现二叉树的操作 1.二叉树的创建 2.二叉树的先序遍历 3.二叉树的中序遍历 4.二叉树的后序遍历 5.二叉树各个节点度的个数 6.二叉树的深度 代码&#xff1a; #include<stdlib.h> #include<string.h> #include<stdio.h> ty…

生物——文献笔记

生物——文献笔记 文章目录 前言藻类群体遗传学研究和进展&#xff08;综述&#xff09;海洋动物群体遗传学的研究进展1. 影响群体基因频率的因素2. 根据自然群体的繁殖体系&#xff0c;海洋动物群体遗传类型可分为以下几类3. 海洋动物群体遗传研究中常用的遗传标记4. 研究展望…

UML 2.5图形库

UML 2.5图形库 drawio是一款强大的图表绘制软件&#xff0c;支持在线云端版本以及windows, macOS, linux安装版。 如果想在线直接使用&#xff0c;则直接输入网址drawon.cn或者使用drawon(桌案), drawon.cn内部完整的集成了drawio的所有功能&#xff0c;并实现了云端存储&#…

幻兽帕鲁服务器全自动部署教程,小白也能轻松上手

幻兽帕鲁太火了&#xff0c;官方palworld服务器不稳定&#xff1f;不如自建服务器&#xff0c;基于腾讯云幻兽帕鲁服务器成本32元全自动部署幻兽帕鲁服务器&#xff0c;超简单有手就行&#xff0c;全程自动化一键部署10秒钟即可搞定&#xff0c;无需玩家手动部署幻兽帕鲁游戏程…

深入探究 HTTP 简化:httplib 库介绍

✏️心若有所向往&#xff0c;何惧道阻且长 文章目录 简介特性主要类介绍httplib::Server类httplib::Client类httplib::Request类httplib::Response类 示例服务器客户端 总结 简介 在当今的软件开发中&#xff0c;与网络通信相关的任务变得日益普遍。HTTP&#xff08;Hypertext…

面向智算服务,构建可观测体系最佳实践

作者&#xff1a;蓟北 构建面向 AI、大数据、容器的可观测体系 &#xff08;一&#xff09;智算服务可观测概况 对于越来越火爆的人工智能领域来说&#xff0c;MLOps 是解决这一领域的系统工程&#xff0c;它结合了所有与机器学习相关的任务和流程&#xff0c;从数据管理、建…

K8s环境下rook-v1.13.3部署Ceph-v18.2.1集群

文章目录 1.K8s环境搭建2.Ceph集群部署2.1 部署Rook Operator2.2 镜像准备2.3 配置节点角色2.4 部署operator2.5 部署Ceph集群2.6 强制删除命名空间2.7 验证集群 3.Ceph界面 1.K8s环境搭建 参考&#xff1a;CentOS7搭建k8s-v1.28.6集群详情&#xff0c;把K8s集群完成搭建&…

单片机学习笔记---LED点阵屏的工作原理

目录 LED点阵屏分类 LED点阵屏显示原理 74HC595的介绍 一片74HC595的工作原理 多片级联工作原理 总结 LED点阵屏由若干个独立的LED组成&#xff0c;LED以矩阵的形式排列&#xff0c;以灯珠亮灭来显示文字、图片、视频等。LED点阵屏广泛应用于各种公共场合&#xff0c;如汽…

PdfFactory Pro软件下载以及序列号注册码生成器

PdfFactory Pro注册机是一款针对同名虚拟打印机软件所推出的用户名和序列号生成器。PdfFactory Pro是一款非常专业的PDF虚拟打印软件&#xff0c;通过使用这款注册机&#xff0c;就能帮助用户免费获取注册码&#xff0c;一键激活&#xff0c;永久免费使用。 pdffactory7注册码如…

【leetcode热题100】柱状图中最大的矩形

难度&#xff1a; 困难通过率&#xff1a; 29.6%题目链接&#xff1a;力扣&#xff08;LeetCode&#xff09;官网 - 全球极客挚爱的技术成长平台 题目描述 给定 n 个非负整数&#xff0c;用来表示柱状图中各个柱子的高度。每个柱子彼此相邻&#xff0c;且宽度为 1 。 求在该…