当前位置:网站首页>Huawei equipment configures channel switching services without interruption
Huawei equipment configures channel switching services without interruption
2022-07-05 10:57:00 【Tony_ long7483】
To configure LSW1 and AC1, send AP and AC1 mutual :VLAN100 Used to manage VLAN,VLAN101 For business VLAN
[LSW1]vlan batch 100 200
[LSW1-GigabitEthernet0/0/2]port link-type trunk
[LSW1-GigabitEthernet0/0/2]port trunk allow-pass vlan 100
[LSW1-GigabitEthernet0/0/3]port link-type trunk
[LSW1-GigabitEthernet0/0/3]port trunk allow-pass vlan 100 200
[LSW1-GigabitEthernet0/0/3]port trunk pvid vlan 100
[LSW1-GigabitEthernet0/0/3]port-isolate enable
[LSW1-GigabitEthernet0/0/4]port link-type trunk
[LSW1-GigabitEthernet0/0/4]port trunk pvid vlan 100
[LSW1-GigabitEthernet0/0/4]port trunk allow-pass vlan 100 200
[LSW1-GigabitEthernet0/0/4]port-isolate enable
[LSW1-GigabitEthernet0/0/1]port link-type access
[LSW1-GigabitEthernet0/0/1]port default vlan 200
[AC1]vlan batch 100 200
[AC1-GigabitEthernet0/0/1]port link-type trunk
[AC1-GigabitEthernet0/0/1]port trunk allow-pass vlan 100To configure LSW1 Of DHCP function , by AP and STA Distribute IP Address
[LSW1]dhcp enable
[LSW1]int Vlanif 100
[LSW1-Vlanif100]ip add 10.1.1.1 24
[LSW1-Vlanif100]dhcp select interface //VLANIF100 Use interface address pool as AP Distribute IP Address
[LSW1-Vlanif100]dhcp server excluded-ip-address 10.1.1.2
[LSW1]int Vlanif 200
[LSW1-Vlanif200]ip add 10.1.2.1 24
[LSW1-Vlanif200]dhcp select interface //VLANIF200 Use interface address pool as STA Distribute IP Address
[LSW1-Vlanif200]dhcp server excluded-ip-address 10.1.2.2To configure AP go online
[AC1]wlan
[AC1-wlan-view]ap-group name ap-group1 // establish AP Group , For the same configuration AP All join the same AP In the group
[AC1-wlan-view]regulatory-domain-profile name domain // Create domain management template
[AC1-wlan-regulate-domain-domain]country-code cn // To configure AC My country code
[AC1-wlan-view]ap-group name ap-group1
[AC1-wlan-ap-group-ap-group1]regulatory-domain-profile domain // stay AP Reference domain management template under group
[AC1]int Vlanif 100
[AC1-Vlanif100]ip add 10.1.1.2 24
[AC1]capwap source interface Vlanif 100 // To configure AC Source interface of
[AC1]wlan
[AC1-wlan-view]ap auth-mode mac-auth
[AC1-wlan-view]ap-id 0 ap-mac 00e0-fcb1-4700 // stay AC Import online and offline AP
[AC1-wlan-ap-0]ap-name ap1
[AC1-wlan-ap-0]ap-group ap-group1
[AC1-wlan-view]ap-id 1 ap-mac 00e0-fc20-4430
[AC1-wlan-ap-1]ap-name ap2
[AC1-wlan-ap-1]ap-group ap-group1To configure WLAN Business parameters
[AC1-wlan-view]security-profile name wlan-security // Create a security template
[AC1-wlan-sec-prof-wlan-security]security wpa2 psk pass-phrase [email protected] aes // Configure security policy
[AC1-wlan-view]ssid-profile name wlan-ssid // establish SSID Templates
[AC1-wlan-ssid-prof-wlan-ssid]ssid wlan-net // To configure SSID name
[AC1-wlan-view]radio-2g-profile name wlan-2g // establish 2G RF template
[AC1-wlan-radio-2g-prof-wlan-2g]undo channel-switch announcement disable
[AC1-wlan-radio-2g-prof-wlan-2g]channel-switch mode continue-transmitting / Configure the channel switching service without interruption
[AC1-wlan-view]radio-5g-profile name wlan-5g
[AC1-wlan-radio-5g-prof-wlan-5g]undo channel-switch announcement disable
[AC1-wlan-radio-5g-prof-wlan-5g]channel-switch mode continue-transmitting
[AC1-wlan-view]vap-profile name wlan-vap // establish VAP Templates
[AC1-wlan-vap-prof-wlan-vap]forward-mode direct-forward // Configure business data forwarding mode
[AC1-wlan-vap-prof-wlan-vap]service-vlan vlan-id 200 // Configure business VLAN
[AC1-wlan-vap-prof-wlan-vap]security-profile wlan-security // Reference security template
[AC1-wlan-vap-prof-wlan-vap]ssid-profile wlan-ssid // quote SSID Templates
[AC1-wlan-view]ap-group name ap-group1
[AC1-wlan-ap-group-ap-group1]radio-2g-profile wlan-2g radio all // To configure AP Group reference 2G RF template
[AC1-wlan-ap-group-ap-group1]radio-5g-profile wlan-5g radio all // To configure AP Group reference 5G RF template
[AC1-wlan-ap-group-ap-group1]vap-profile wlan-vap wlan 1 radio 0 // To configure AP Group reference VAP Templates ,AP RF on 0 Use VAP Template configuration
[AC1-wlan-ap-group-ap-group1]vap-profile wlan-vap wlan 1 radio 1 // To configure AP Group reference VAP Templates ,AP RF on 1 Use VAP Template configurationVerify configuration
边栏推荐
- 2022鹏城杯web
- 数据库三大范式
- 四部门:从即日起至10月底开展燃气安全“百日行动”
- Nine degrees 1480: maximum ascending subsequence sum (dynamic programming idea for the maximum value)
- Go language learning notes - first acquaintance with go language
- 【tcp】服务器上tcp连接状态json形式输出
- String
- Crawler (9) - scrape framework (1) | scrape asynchronous web crawler framework
- 风控模型启用前的最后一道工序,80%的童鞋在这都踩坑
- 【广告系统】Parameter Server分布式训练
猜你喜欢
微信核酸检测预约小程序系统毕业设计毕设(7)中期检查报告
Operation of simulated examination platform of special operation certificate examination question bank for safety production management personnel of hazardous chemical production units in 2022
Web3 Foundation grant program empowers developers to review four successful projects
[vite] 1371 - develop vite plug-ins by hand
关于vray5.2怎么关闭日志窗口
数据库三大范式
Wechat nucleic acid detection appointment applet system graduation design completion (8) graduation design thesis template
Talk about the understanding of fault tolerance mechanism and state consistency in Flink framework
In the year of "mutual entanglement" of mobile phone manufacturers, the "machine sea tactics" failed, and the "slow pace" playing method rose
Broyage · fusion | savoir que le site officiel de chuangyu mobile end est en ligne et commencer le voyage de sécurité numérique!
随机推荐
[first release in the whole network] (tips for big tables) sometimes it takes only 1 minute for 2 hours of SQL operation
Process control
Implement the rising edge in C #, and simulate the PLC environment to verify the difference between if statement using the rising edge and not using the rising edge
2022鹏城杯web
Taro进阶
关于vray 5.2的使用(自研笔记)
When using gbase 8C database, an error is reported: 80000502, cluster:%s is busy. What's going on?
Repair animation 1K to 8K
Broyage · fusion | savoir que le site officiel de chuangyu mobile end est en ligne et commencer le voyage de sécurité numérique!
Applet framework taro
DGL中异构图的一些理解以及异构图卷积HeteroGraphConv的用法
iframe
【全网首发】(大表小技巧)有时候 2 小时的 SQL 操作,可能只要 1 分钟
Go language-1-development environment configuration
websocket
【DNS】“Can‘t resolve host“ as non-root user, but works fine as root
32:第三章:开发通行证服务:15:浏览器存储介质,简介;(cookie,Session Storage,Local Storage)
微信核酸检测预约小程序系统毕业设计毕设(8)毕业设计论文模板
Go-2-Vim IDE常用功能
DOM//