当前位置:网站首页>Huawei wireless devices are configured with fast roaming between APs of the same service VLAN
Huawei wireless devices are configured with fast roaming between APs of the same service VLAN
2022-07-20 23:18:00 【51CTO】
1. To configure LSW and AC, send AP And AC Can transmit between CAPWAP message
[LSW1]vlan batch 100
[LSW1-GigabitEthernet0/0/1]port link-type trunk
[LSW1-GigabitEthernet0/0/1]port trunk allow-pass vlan 100
[LSW1-GigabitEthernet0/0/1]port trunk pvid vlan 100
[LSW1-GigabitEthernet0/0/1]port-isolate enable
[LSW1-GigabitEthernet0/0/2]port link-type trunk
[LSW1-GigabitEthernet0/0/2]port trunk allow-pass vlan 100
[LSW1-GigabitEthernet0/0/2]port trunk pvid vlan 100
[LSW1-GigabitEthernet0/0/2]port-isolate enable
[LSW1-GigabitEthernet0/0/2]int g0/0/3
[LSW1-GigabitEthernet0/0/3]port link-type trunk
[LSW1-GigabitEthernet0/0/3]port trunk allow-pass vlan 100
[AC1]vlan batch 100 101 102
[AC1-GigabitEthernet0/0/1]port link-type trunk
[AC1-GigabitEthernet0/0/1]port trunk allow-pass vlan 100
2. To configure AC Interworking with the upper network equipment
[AC1-GigabitEthernet0/0/2]port link-type trunk
[AC1-GigabitEthernet0/0/2]port trunk allow-pass vlan 101
[AC1-GigabitEthernet0/0/3]port link-type trunk
[AC1-GigabitEthernet0/0/3]port trunk allow-pass vlan 102
[AC1-GigabitEthernet0/0/3]port trunk pvid vlan 102
3. To configure AC As DHCP The server , by STA and AP Distribute IP Address
[AC1]dhcp enable
[AC1-Vlanif100]ip add 10.1.100.1 24
[AC1-Vlanif100]dhcp select interface
[AC1-Vlanif101]ip add 10.1.101.1 24
[AC1-Vlanif101]dhcp select interface
[AC1-Vlanif102]ip add 10.1.102.1 24 // To configure VLANIF102, send AC and RADIUS Servers can communicate
4. To configure AP go online
[AC1]wlan
[AC1-wlan-view]ap-group name ap-group1 // establish AP Group
[AC1-wlan-view]regulatory-domain-profile name domain1 // Create domain management template , Configure... Under the domain management template AC Country code and in AP Reference domain management template under group
[AC1-wlan-regulate-domain-domain1]country-code cn
[AC1-wlan-view]ap-group name ap-group1
[AC1-wlan-ap-group-ap-group1]regulatory-domain-profile domain1
[AC1]capwap source interface Vlanif 100 // To configure AC Source interface of
[AC1]wlan
[AC1-wlan-view]ap auth-mode mac-auth // stay AC Import online and offline AP, And will AP Join in AP Group
[AC1-wlan-view]ap-id 0 ap-mac 00e0-fc38-6cb0
[AC1-wlan-ap-0]ap-name ap1
[AC1-wlan-ap-0]ap-group ap-group1
[AC1-wlan-view]ap-id 1 ap-mac 00e0-fcbb-30c0
[AC1-wlan-ap-1]ap-name ap2
[AC1-wlan-ap-1]ap-group ap-group1
5. To configure RADIUS Certification parameters
[AC1]radius-server template radius_1 // establish RADIUS Server template
[AC1-radius-radius_1]radius-server authentication 10.1.102.2 1812
[AC1-radius-radius_1]radius-server shared-key cipher [email protected]
[AC1]aaa // establish RADIUS Way of authentication
[AC1-aaa]authentication-scheme radius_1
[AC1-aaa-authen-radius_1]authentication-mode radius
[AC1-aaa]domain 123.com // establish AAA Domain and configure the RADIUS Server template and authentication scheme
[AC1-aaa-domain-123.com]radius-server radius_1
[AC1-aaa-domain-123.com]authentication-scheme radius_1
6. To configure 802.1X Access template , management 802.1X Access control parameters
[AC1]dot1x-access-profile name wlan-dot1x // To configure 802.1X Access template
[AC1-dot1x-access-profile-wlan-dot1x]dot1x authentication-method eap // The configuration authentication method is EAP Relay mode
7. Create an authentication template , binding 802.1X Access template , And configure the user mandatory domain
[AC1]authentication-profile name wlan-authentication // Create an authentication template
[AC1-authentication-profile-wlan-authentication]dot1x-access-profile wlan-dot1x // binding 802.1X Access template
[AC1-authentication-profile-wlan-authentication]access-domain 123.com dot1x force // Configure user enforced domains
8. To configure WLAN Business parameters
[AC1-wlan-view]security-profile name wlan-security // Create a security template , And configure the security policy
[AC1-wlan-sec-prof-wlan-security]security wpa2 dot1x aes
[AC1-wlan-view]ssid-profile name wlan-ssid // establish SSID Templates , And configuration SSID name
[AC1-wlan-ssid-prof-wlan-ssid]ssid wlan-net
[AC1-wlan-view]vap-profile name wlan-vap // establish VAP Templates , Configure business data forwarding mode 、 Business VLAN, And reference security templates and SSID Templates
[AC1-wlan-vap-prof-wlan-vap]forward-mode tunnel
[AC1-wlan-vap-prof-wlan-vap]service-vlan vlan-id 101
[AC1-wlan-vap-prof-wlan-vap]security-profile wlan-security
[AC1-wlan-vap-prof-wlan-vap]ssid-profile wlan-ssid
[AC1-wlan-vap-prof-wlan-vap]authentication-profile wlan-authentication
[AC1-wlan-view]ap-group name ap-group1 // To configure AP Group reference VAP Templates ,AP RF on 0 And RF 1 All use VAP Template configuration
[AC1-wlan-ap-group-ap-group1]vap-profile wlan-vap wlan 1 radio all
9. To configure AP RF channel and power
[AC1-wlan-view]rrm-profile name default // Turn off the RF channel and power auto tuning function
[AC1-wlan-rrm-prof-default]calibrate auto-channel-select disable
[AC1-wlan-rrm-prof-default]calibrate auto-txpower-select disable
[AC1-wlan-view]ap-id 0 // To configure AP radio frequency 0 and 1 Channel and power
[AC1-wlan-ap-0]radio 0
[AC1-wlan-radio-0/0]channel 20mhz 6
[AC1-wlan-radio-0/0]eirp 127
[AC1-wlan-ap-0]radio 1
[AC1-wlan-radio-0/1]channel 20mhz 149
[AC1-wlan-radio-0/1]eirp 127
边栏推荐
猜你喜欢
Digital transformation towards deep water: the banking industry continues to consolidate its scientific and technological foundation
Analysis of QR code scanning and login in IM instant messaging development
牛市还在,资金往头部集中是全球性规律 2021-04-04
抖音联手爱奇艺,能否打开另一个新空间?
【AXI】解读AXI协议的低功耗设计
.NET6之MiniAPI(五):选项
C语言文件操作
本轮牛市下半场的行情走势分析?2021-04-07
132天...从电子厂流水线走到了高薪程序员
DNS域名解析服务
随机推荐
Analysis of the market trend in the second half of this bull market? 2021-04-07
01_教育4
你真的理解持续集成(CI)吗?
抖音联手爱奇艺,能否打开另一个新空间?
Bull market escapes, a key signal worth noting 2021-04-14
华泰证券h5开户安全吗?可以开吗?
Unity_ Memory optimization for multiple colors of the same material - use materialpropertyblock
数字化转型迈向深水区:银行业不断夯实科技根基
自定义View处理不当的内存泄漏
深度学习从零构建一个模型的方法
Leetcode question set SQL (I)
shell 字符串
[leetcode daily question - missing numbers]
Typescript regular expression use
对本轮行情发展的回顾和思考 2021-04-05
2022徐特立科学营&BIT机器人队电控课程讲义
企业数字化转型之传统架构到中台微服务架构
基于NIO模式下通信项目
132天...从电子厂流水线走到了高薪程序员
Simple Fibonacci