当前位置:   article > 正文

华为综合案例-普通WLAN全覆盖配置(2)

华为综合案例-普通WLAN全覆盖配置(2)

组网图

结果验证

  1. AC_1AC_2上执行display ap all命令,检查当前AP的状态,显示以下信息表示AP上线成功。
  2. [AC_1] display ap all
  3. Total AP information:
  4. nor : normal [1]
  5. ExtraInfo : Extra information
  6. P : insufficient power supply
  7. ----------------------------------------------------------------------------------------------------
  8. ID MAC Name Group IP Type State STA Uptime ExtraInfo
  9. ----------------------------------------------------------------------------------------------------
  10. 0 60de-4476-e360 AP_1 wlan_net 10.128.1.254 AP6050DN nor 0 10S -
  11. ----------------------------------------------------------------------------------------------------
  12. Total: 1
  13. AC_1AC_2上执行display hsb-service 0命令,查看主备服务的建立情况,可以看到Service State字段的显示为Connected,说明主备服务通道已经成功建立。
  14. [AC_1] display hsb-service 0
  15. Hot Standby Service Information:
  16. ----------------------------------------------------------
  17. Local IP Address : 10.1.1.253
  18. Peer IP Address : 10.1.1.254
  19. Source Port : 10241
  20. Destination Port : 10241
  21. Keep Alive Times : 5
  22. Keep Alive Interval : 3
  23. Service State : Connected
  24. Service Batch Modules : Access-user
  25. Shared-key : -
  26. ----------------------------------------------------------
  27. [AC_2] display hsb-service 0
  28. Hot Standby Service Information:
  29. ----------------------------------------------------------
  30. Local IP Address : 10.1.1.254
  31. Peer IP Address : 10.1.1.253
  32. Source Port : 10241
  33. Destination Port : 10241
  34. Keep Alive Times : 5
  35. Keep Alive Interval : 3
  36. Service State : Connected
  37. Service Batch Modules : Access-user
  38. Shared-key : -
  39. ----------------------------------------------------------
  40. AC_1AC_2上执行display hsb-group 0命令,查看HSB备份组的运行情况。
  41. [AC_1] display hsb-group 0
  42. Hot Standby Group Information:
  43. ----------------------------------------------------------
  44. HSB-group ID : 0
  45. Vrrp Group ID : 1
  46. Vrrp Interface : Vlanif800
  47. Service Index : 0
  48. Group Vrrp Status : Master
  49. Group Status : Active
  50. Group Backup Process : Realtime
  51. Peer Group Device Name : AC6805
  52. Peer Group Software Version : V200R010C00
  53. Group Backup Modules : Access-user
  54. AP
  55. DHCP
  56. ----------------------------------------------------------
  57. [AC_2] display hsb-group 0
  58. Hot Standby Group Information:
  59. ----------------------------------------------------------
  60. HSB-group ID : 0
  61. Vrrp Group ID : 1
  62. Vrrp Interface : Vlanif800
  63. Service Index : 0
  64. Group Vrrp Status : Backup
  65. Group Status : Inactive
  66. Group Backup Process : Realtime
  67. Peer Group Device Name : AC6805
  68. Peer Group Software Version : V200R010C00
  69. Group Backup Modules : Access-user
  70. AP
  71. DHCP
  72. ----------------------------------------------------------
  73. 用户是否能够通过RADIUS模板的认证。(已在RADIUS服务器上配置了测试用户test@huawei.com,用户密码123456)。
  74. [AC_1] test-aaa test@huawei.com 123456 radius-template radius_huawei
  75. Info: Account test succeed.
  1. 完成配置后,用户可通过无线终端搜索到SSID为wlan_net的无线网络,用户关联到无线网络上后,无线终端能够被分配相应的IP地址。STA上打开浏览器访问Internet,自动跳转到Portal服务器提供的页面,在页面上输入正确的用户名(test@huawei.com)和密码(123456),认证通过后可以正常访问Internet。
  2. 用户使用手机可以正常使用漫游业务。


配置脚本

  1. AC_1AC_2的配置文件对比(加粗内容为AC_1AC_2上的双机备份配置和无线配置同步配置,斜体内容为AC_1自动同步到AC_2的公有配置)
  2. AC_1
  3. AC_2
  4. #
  5. sysname AC_1
  6. #
  7. radius-server source ip-address 172.16.1.1
  8. #
  9. vrrp recover-delay 60
  10. #
  11. vlan batch 700 to 701 800 810 820
  12. #
  13. authentication-profile name wlan_net_dot1x_auth
  14. dot1x-access-profile huawei
  15. authentication-scheme radius_huawei
  16. accounting-scheme radius_huawei
  17. radius-server radius_huawei
  18. authentication-profile name wlan_net_portal_auth
  19. mac-access-profile mac
  20. portal-access-profile wlan_net
  21. free-rule-template default_free_rule
  22. authentication-scheme radius_huawei
  23. accounting-scheme radius_huawei
  24. radius-server radius_huawei
  25. #
  26. web-auth-server source-ip 172.16.1.1
  27. #
  28. dhcp enable
  29. #
  30. dhcp snooping enable
  31. #
  32. vlan 700
  33. description wlan_net
  34. dhcp snooping enable
  35. vlan 701
  36. description wlan_net
  37. dhcp snooping enable
  38. vlan 800
  39. description AP-management-vlan
  40. #
  41. radius-server template radius_huawei
  42. radius-server shared-key cipher %^%#b@)bNet)(Z)!N9T>p8kM(8w/N&3\>!KKg=DO<!R+%^%#
  43. radius-server authentication 172.16.1.254 1812 weight 80
  44. radius-server accounting 172.16.1.254 1813 weight 80
  45. radius-server timeout 1
  46. radius-server authorization 172.16.1.254 shared-key cipher %^%#M"yY$,}"a8U12iTP4:u6nI-;9G/!eH`FJ:UePsB,%^%#
  47. #
  48. free-rule-template name default_free_rule
  49. free-rule 1 destination ip 172.16.1.253 mask 255.255.255.255
  50. #
  51. url-template name huawei
  52. url http://172.16.1.254:8080/portal
  53. url-parameter ssid ssid redirect-url url
  54. #
  55. web-auth-server huawei
  56. server-ip 172.16.1.254
  57. port 50200
  58. shared-key cipher %^%#6/j36uiW:M7dx'"L*2M*TN~P7t*K0(w9'=ER4bZ"%^%#
  59. url-template huawei
  60. #
  61. portal-access-profile name wlan_net
  62. web-auth-server huawei direct
  63. #
  64. aaa
  65. authentication-scheme radius_huawei
  66. authentication-mode radius
  67. accounting-scheme radius_huawei
  68. accounting-mode radius
  69. accounting realtime 15
  70. #
  71. interface Vlanif800
  72. ip address 10.128.1.2 255.255.255.0
  73. vrrp vrid 1 virtual-ip 10.128.1.1
  74. admin-vrrp vrid 1
  75. vrrp vrid 1 priority 120
  76. vrrp vrid 1 preempt-mode timer delay 1200
  77. dhcp select interface
  78. dhcp server excluded-ip-address 10.128.1.1 10.128.1.3
  79. #
  80. interface Vlanif810
  81. ip address 10.1.1.253 255.255.255.252
  82. #
  83. interface Vlanif820
  84. ip address 172.16.1.2 255.255.255.0
  85. vrrp vrid 2 virtual-ip 172.16.1.1
  86. vrrp vrid 2 track admin-vrrp interface Vlanif800 vrid 1 unflowdown
  87. #
  88. interface GigabitEthernet0/0/23
  89. description Connect to AC_2_0/0/23
  90. port link-type trunk
  91. undo port trunk allow-pass vlan 1
  92. port trunk allow-pass vlan 800 810 820
  93. #
  94. interface GigabitEthernet0/0/24
  95. description Connect to S12700_A_1/1/0/20
  96. port link-type trunk
  97. undo port trunk allow-pass vlan 1
  98. port trunk allow-pass vlan 700 to 701 800 820
  99. #
  100. capwap source ip-address 10.128.1.1
  101. #
  102. hsb-service 0
  103. service-ip-port local-ip 10.1.1.253 peer-ip 10.1.1.254 local-data-port 10241 peer-data-port 10241
  104. #
  105. hsb-group 0
  106. track vrrp vrid 1 interface Vlanif800
  107. bind-service 0
  108. hsb enable
  109. #
  110. hsb-service-type access-user hsb-group 0
  111. #
  112. hsb-service-type dhcp hsb-group 0
  113. #
  114. hsb-service-type ap hsb-group 0
  115. #
  116. wlan
  117. traffic-profile name wlan_net
  118. user-isolate l2
  119. security-profile name open
  120. security open
  121. security-profile name dot1x
  122. security wpa2 dot1x aes
  123. ssid-profile name wlan_net_portal_auth
  124. ssid wlan_net_portal_auth
  125. ssid-profile name wlan_net_dot1x_auth
  126. ssid wlan_net_dot1x_auth
  127. dot11r enable
  128. vap-profile name wlan_net_portal_auth
  129. service-vlan vlan-id 700
  130. ssid-profile wlan_net_portal_auth
  131. security-profile open
  132. traffic-profile wlan_net
  133. authentication-profile wlan_net_portal_auth
  134. ip source check user-bind enable
  135. arp anti-attack check user-bind enable
  136. learn-client-address dhcp-strict
  137. vap-profile name wlan_net_dot1x_auth
  138. service-vlan vlan-id 701
  139. ssid-profile wlan_net_dot1x_auth
  140. security-profile dot1x
  141. traffic-profile wlan_net
  142. authentication-profile wlan_net_dot1x_auth
  143. ip source check user-bind enable
  144. arp anti-attack check user-bind enable
  145. learn-client-address dhcp-strict
  146. radio-2g-profile name 2G
  147. radio-5g-profile name 5G
  148. port-link-profile name default
  149. ap-group name wlan_net
  150. radio 0
  151. radio-2g-profile 2G
  152. vap-profile wlan_net_portal_auth wlan 1
  153. vap-profile wlan_net_dot1x_auth wlan 2
  154. radio 1
  155. radio-5g-profile 5G
  156. vap-profile wlan_net_portal_auth wlan 1
  157. vap-profile wlan_net_dot1x_auth wlan 2
  158. radio 2
  159. vap-profile wlan_net_portal_auth wlan 1
  160. vap-profile wlan_net_dot1x_auth wlan 2
  161. ap-id 1 ap-mac 60de-4476-e360
  162. ap-name AP_1
  163. ap-group wlan_net
  164. master controller
  165. master-redundancy track-vrrp vrid 1 interface Vlanif800
  166. master-redundancy peer-ip ip-address 10.1.1.254 local-ip ip-address 10.1.1.253 psk %^%#HdgY%JtWL>H[k@Rs~<-)6,u4A&I1e5mO%jVwv~*N%^%#
  167. #
  168. dot1x-access-profile name huawei
  169. #
  170. mac-access-profile name mac
  171. #
  172. return
  173. #
  174. sysname AC_2
  175. #
  176. radius-server source ip-address 172.16.1.1
  177. #
  178. vrrp recover-delay 60
  179. #
  180. vlan batch 700 to 701 800 810 820
  181. #
  182. authentication-profile name wlan_net_dot1x_auth
  183. dot1x-access-profile huawei
  184. authentication-scheme radius_huawei
  185. accounting-scheme radius_huawei
  186. radius-server radius_huawei
  187. authentication-profile name wlan_net_portal_auth
  188. mac-access-profile mac
  189. portal-access-profile wlan_net
  190. free-rule-template default_free_rule
  191. authentication-scheme radius_huawei
  192. accounting-scheme radius_huawei
  193. radius-server radius_huawei
  194. #
  195. web-auth-server source-ip 172.16.1.1
  196. #
  197. dhcp enable
  198. #
  199. dhcp snooping enable
  200. #
  201. vlan 700
  202. description wlan_net
  203. dhcp snooping enable
  204. vlan 701
  205. description wlan_net
  206. dhcp snooping enable
  207. vlan 800
  208. description AP-management-vlan
  209. #
  210. radius-server template radius_huawei
  211. radius-server shared-key cipher %^%#b@)bNet)(Z)!N9T>p8kM(8w/N&3\>!KKg=DO<!R+%^%#
  212. radius-server authentication 172.16.1.254 1812 weight 80
  213. radius-server accounting 172.16.1.254 1813 weight 80
  214. radius-server timeout 1
  215. radius-server authorization 172.16.1.254 shared-key cipher %^%#M"yY$,}"a8U12iTP4:u6nI-;9G/!eH`FJ:UePsB,%^%#
  216. #
  217. free-rule-template name default_free_rule
  218. free-rule 1 destination ip 172.16.1.253 mask 255.255.255.255
  219. #
  220. url-template name huawei
  221. url http://172.16.1.254:8080/portal
  222. url-parameter ssid ssid redirect-url url
  223. #
  224. web-auth-server huawei
  225. server-ip 172.16.1.254
  226. port 50200
  227. shared-key cipher %^%#6/j36uiW:M7dx'"L*2M*TN~P7t*K0(w9'=ER4bZ"%^%#
  228. url-template huawei
  229. #
  230. portal-access-profile name wlan_net
  231. web-auth-server huawei direct
  232. #
  233. aaa
  234. authentication-scheme radius_huawei
  235. authentication-mode radius
  236. accounting-scheme radius_huawei
  237. accounting-mode radius
  238. accounting realtime 15
  239. #
  240. interface Vlanif800
  241. ip address 10.128.1.3 255.255.255.0
  242. vrrp vrid 1 virtual-ip 10.128.1.1
  243. admin-vrrp vrid 1
  244. dhcp select interface
  245. dhcp server excluded-ip-address 10.128.1.1 10.128.1.3
  246. #
  247. interface Vlanif810
  248. ip address 10.1.1.254 255.255.255.252
  249. #
  250. interface Vlanif820
  251. ip address 172.16.1.3 255.255.255.0
  252. vrrp vrid 2 virtual-ip 172.16.1.1
  253. vrrp vrid 2 track admin-vrrp interface Vlanif800 vrid 1 unflowdown
  254. #
  255. interface GigabitEthernet0/0/23
  256. description Connect to AC_1_0/0/23
  257. port link-type trunk
  258. undo port trunk allow-pass vlan 1
  259. port trunk allow-pass vlan 800 810 820
  260. #
  261. interface GigabitEthernet0/0/24
  262. description Connect to S12700_B_2/1/0/23
  263. port link-type trunk
  264. undo port trunk allow-pass vlan 1
  265. port trunk allow-pass vlan 700 to 701 800 820
  266. #
  267. capwap source ip-address 10.128.1.1
  268. #
  269. hsb-service 0
  270. service-ip-port local-ip 10.1.1.254 peer-ip 10.1.1.253 local-data-port 10241 peer-data-port 10241
  271. #
  272. hsb-group 0
  273. track vrrp vrid 1 interface Vlanif800
  274. bind-service 0
  275. hsb enable
  276. #
  277. hsb-service-type access-user hsb-group 0
  278. #
  279. hsb-service-type dhcp hsb-group 0
  280. #
  281. hsb-service-type ap hsb-group 0
  282. #
  283. wlan
  284. traffic-profile name wlan_net
  285. user-isolate l2
  286. security-profile name open
  287. security open
  288. security-profile name dot1x
  289. security wpa2 dot1x aes
  290. ssid-profile name wlan_net_portal_auth
  291. ssid wlan_net_portal_auth
  292. ssid-profile name wlan_net_dot1x_auth
  293. ssid wlan_net_dot1x_auth
  294. dot11r enable
  295. vap-profile name wlan_net_portal_auth
  296. service-vlan vlan-id 700
  297. ssid-profile wlan_net_portal_auth
  298. security-profile open
  299. traffic-profile wlan_net
  300. authentication-profile wlan_net_portal_auth
  301. ip source check user-bind enable
  302. arp anti-attack check user-bind enable
  303. learn-client-address dhcp-strict
  304. vap-profile name wlan_net_dot1x_auth
  305. service-vlan vlan-id 701
  306. ssid-profile wlan_net_dot1x_auth
  307. security-profile dot1x
  308. traffic-profile wlan_net
  309. authentication-profile wlan_net_dot1x_auth
  310. ip source check user-bind enable
  311. arp anti-attack check user-bind enable
  312. learn-client-address dhcp-strict
  313. radio-2g-profile name 2G
  314. radio-5g-profile name 5G
  315. port-link-profile name default
  316. ap-group name wlan_net
  317. radio 0
  318. radio-2g-profile 2G
  319. vap-profile wlan_net_portal_auth wlan 1
  320. vap-profile wlan_net_dot1x_auth wlan 2
  321. radio 1
  322. radio-5g-profile 5G
  323. vap-profile wlan_net_portal_auth wlan 1
  324. vap-profile wlan_net_dot1x_auth wlan 2
  325. radio 2
  326. vap-profile wlan_net_portal_auth wlan 1
  327. vap-profile wlan_net_dot1x_auth wlan 2
  328. ap-id 1 ap-mac 60de-4476-e360
  329. ap-name AP_1
  330. ap-group wlan_net
  331. master controller
  332. master-redundancy track-vrrp vrid 1 interface Vlanif800
  333. master-redundancy peer-ip ip-address 10.1.1.253 local-ip ip-address 10.1.1.254 psk %^%#>j6VS_;z=54_*oRNpd<<'_-8DRj,,Y!T~_,Z$4yI%^%#
  334. #
  335. dot1x-access-profile name huawei
  336. #
  337. mac-access-profile name mac
  338. #
  339. return
  340. 集群系统
  341. #
  342. sysname CSS
  343. #
  344. vlan batch 730 800 820
  345. #
  346. interface Eth-Trunk1
  347. description Connect to S7700_Eth-Trunk1
  348. port link-type trunk
  349. undo port trunk allow-pass vlan 1
  350. port trunk allow-pass vlan 730 800
  351. #
  352. interface GigabitEthernet1/1/0/19
  353. eth-trunk 1
  354. #
  355. interface GigabitEthernet1/1/0/20
  356. description Connect to AC_1_0/0/24
  357. port link-type trunk
  358. undo port trunk allow-pass vlan 1
  359. port trunk allow-pass vlan 730 800 820
  360. #
  361. interface GigabitEthernet1/1/0/21
  362. description Connect to Router_0/0/29
  363. port link-type trunk
  364. undo port trunk allow-pass vlan 1
  365. port trunk allow-pass vlan 730 820
  366. #
  367. interface GigabitEthernet1/1/1/7
  368. mad detect mode direct
  369. #
  370. interface GigabitEthernet2/1/0/18
  371. description Connect to Router_0/0/30
  372. port link-type trunk
  373. undo port trunk allow-pass vlan 1
  374. port trunk allow-pass vlan 730 820
  375. #
  376. interface GigabitEthernet2/1/0/22
  377. eth-trunk 1
  378. #
  379. interface GigabitEthernet2/1/0/23
  380. description Connect to AC_2_0/0/24
  381. port link-type trunk
  382. undo port trunk allow-pass vlan 1
  383. port trunk allow-pass vlan 730 800 820
  384. #
  385. interface GigabitEthernet2/1/1/7
  386. mad detect mode direct
  387. #
  388. return
  389. S7700
  390. #
  391. sysname S7700
  392. #
  393. vlan batch 730 800
  394. #
  395. interface Eth-Trunk1
  396. description Connect to S12700_Eth-Trunk1
  397. port link-type trunk
  398. undo port trunk allow-pass vlan 1
  399. port trunk allow-pass vlan 730 800
  400. #
  401. interface Vlanif730
  402. ip address 10.173.1.1 255.255.252.0
  403. dhcp select relay
  404. dhcp relay server-ip 172.16.1.252
  405. #
  406. interface GigabitEthernet1/0/3
  407. description Connect to S5700_A_0/0/3
  408. port link-type trunk
  409. undo port trunk allow-pass vlan 1
  410. port trunk allow-pass vlan 730 800
  411. #
  412. interface GigabitEthernet1/0/17
  413. eth-trunk 1
  414. #
  415. interface GigabitEthernet2/0/18
  416. eth-trunk 1
  417. #
  418. return
  419. S5700_A
  420. #
  421. sysname S5700_A
  422. #
  423. vlan batch 730 800
  424. #
  425. traffic classifier huawei
  426. if-match destination-mac 0100-5e00-0000 mac-address-mask ffff-ff00-0000
  427. #
  428. traffic behavior huawei
  429. statistic enable
  430. car cir 100
  431. #
  432. traffic policy huawei
  433. classifier huawei behavior huawei
  434. #
  435. lldp enable
  436. #
  437. interface GigabitEthernet0/0/1
  438. description Connect to AP_1
  439. port link-type trunk
  440. port trunk pvid vlan 800
  441. undo port trunk allow-pass vlan 1
  442. port trunk allow-pass vlan 730 800
  443. port-isolate enable group 1
  444. stp edged-port enable
  445. traffic-policy huawei inbound
  446. traffic-policy huawei outbound
  447. #
  448. interface GigabitEthernet0/0/2
  449. description Connect to AP_2
  450. port link-type trunk
  451. port trunk pvid vlan 800
  452. undo port trunk allow-pass vlan 1
  453. port trunk allow-pass vlan 730 800
  454. port-isolate enable group 1
  455. stp edged-port enable
  456. traffic-policy huawei inbound
  457. traffic-policy huawei outbound
  458. #
  459. interface GigabitEthernet0/0/3
  460. description Connect to S7700_1/0/3
  461. port link-type trunk
  462. undo port trunk allow-pass vlan 1
  463. port trunk allow-pass vlan 730 800
  464. #
  465. return
  466. 父主题: 综合案例-普通WLAN覆盖
  467. 版权所有 © 华为技术有限公司
  468. < 上一节下一节 >

场景化推荐配置

大广播域场景下的流量优化

在企业与园区场景中,通常采用单个大型子网的设计。单个大型子网简化了VLAN的配置、没有繁杂的漫游配置、故障定位简单。但是,单个大型子网使用大广播域,带来了大量报文复制发送、CPU使用率过高等问题。

通过将广播报文转单播处理、抑制未知单播、对AP多播报文进行限速等方法降低CPU处理量,以支撑大广播域场景。

# 打开mDNS单播应答功能。AC作为mDNS网关,对于mDNS服务请求报文,由AC进行服务单播代答。进而减少AC的复制流程。(缺省关闭,推荐开启)

<AC6805> system-view
[AC6805] mdns unicast-reply enable

# 打开IGMP Snooping功能和丢弃VLAN内收到的未知组播流功能。当主机和上游三层设备之间传递的IGMP协议报文通过二层组播设备时,IGMP Snooping分析报文携带的信息,根据这些信息建立和维护二层组播转发表,从而指导组播数据在数据链路层按需转发。(缺省关闭,推荐开启)

  1. <AC6805> system-view
  2. [AC6805] wlan
  3. [AC6805-wlan-view] traffic-profile name default
  4. [AC6805-wlan-traffic-prof-default] igmp-snooping enable
  5. [AC6805-wlan-traffic-prof-default] quit
  6. [AC6805-wlan-view] quit
  7. [AC6805] vlan 10
  8. [AC6805-vlan10] multicast drop-unknown
  9. # 打开ARP/ND/DHCP报文转单播处理功能。(缺省开启,推荐开启)
  10. <AC6805> system-view
  11. [AC6805] wlan
  12. [AC6805-wlan-view] traffic-profile name default
  13. [AC6805-wlan-traffic-prof-default] traffic-optimize bcmc unicast-send arp nd dhcp
  14. # 打开ARP/ND/DHCP抑制功能。当空口广播或组播协议报文转为单播报文失败时,丢弃这些报文。(缺省开启,推荐开启)
  15. <AC6805> system-view
  16. [AC6805] wlan
  17. [AC6805-wlan-view] traffic-profile name default
  18. [AC6805-wlan-traffic-prof-default] traffic-optimize bcmc unicast-send mismatch-action drop
  19. VR场景下的流量优化
  20. AP对接VR设备场景下,由于丢包重传对用户体验影响较大,用户可将业务保障功能模式设置为可靠性优先,即在满足VR吞吐量要求下,通过空口适当降速,减小丢包、重传引起的抖动、延迟,提升用户体验。建议用户在VR游戏场景下,配置业务保障功能模式为可靠性优先,在VR视频场景下,建议配置为性能优先。
  21. # 配置业务保障功能模式为可靠性优先。(缺省为性能优先)
  22. <AC6805> system-view
  23. [AC6805] wlan
  24. [AC6805-wlan-view] ssid-profile name ssid1
  25. [AC6805-wlan-ssid-prof-ssid1] service-guarantee reliability-first

开掘常见问题

AP上线失败

问题描述

AP上线失败。

可能原因
  • 前期PoE交换机PoE参数配置错误
  • AC和AP间的链路没打通
  • 施工人员网线没做好

以上原因占据平时排查工作大部分时间。更多原因和解决处理方法请参考故障启示录中的AP上线失败

处理过程

处理过程如下:

  • 对照AP设备《产品描述》中指定的PoE供电协议标准,检查PoE供电设备是否满足。如果不符,则需要更换为满足要求的PoE供电设备。

    对于华为PoE交换机,在系统视图下执行display poe power命令,根据回显信息中的USMPW(mW)值可以确定其供电协议标准:15400表示该交换机支持的PoE供电协议是IEEE 802.3af标准,30000表示该交换机支持的PoE供电协议是IEEE 802.3at标准。

  • 检查AP与AC之间网络是否互通。如果不通,请检查对应配置是否正确。
  • 尝试更换连接AP的物理线路。

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/繁依Fanyi0/article/detail/279223
推荐阅读
相关标签
  

闽ICP备14008679号