当前位置:网站首页>Huawei equipment is configured with large network WLAN basic services
Huawei equipment is configured with large network WLAN basic services
2022-07-01 10:56:00 【Tony_ long7483】
Configure network interworking
[LSW2]vlan batch 100 to 104
[LSW2-GigabitEthernet0/0/1]port link-type trunk
[LSW2-GigabitEthernet0/0/1]port trunk allow-pass vlan 100 to 104
[LSW2-GigabitEthernet0/0/2]port link-type trunk
[LSW2-GigabitEthernet0/0/2]port trunk allow-pass vlan 100 to 102
[LSW2-GigabitEthernet0/0/2]port trunk pvid vlan 100
[LSW2-GigabitEthernet0/0/2]port-isolate enable
[LSW2-GigabitEthernet0/0/3]port link-type trunk
[LSW2-GigabitEthernet0/0/3]port trunk allow-pass vlan 100 to 102
[LSW2-GigabitEthernet0/0/3]port trunk pvid vlan 100
[LSW2-GigabitEthernet0/0/3]port-isolate enable
[LSW2-GigabitEthernet0/0/4]port link-type trunk
[LSW2-GigabitEthernet0/0/4]port trunk allow-pass vlan 100 103 104
[LSW2-GigabitEthernet0/0/4]port trunk pvid vlan 100
[LSW2-GigabitEthernet0/0/4]port-isolate enable
[LSW2-GigabitEthernet0/0/5]port link-type trunk
[LSW2-GigabitEthernet0/0/5]port trunk allow-pass vlan 100 103 to 104
[LSW2-GigabitEthernet0/0/5]port trunk pvid vlan 100
[LSW2-GigabitEthernet0/0/5]port-isolate enable
[LSW1]vlan batch 100 to 104 200 201
[LSW1-GigabitEthernet0/0/1]port link-type trunk
[LSW1-GigabitEthernet0/0/1]port trunk allow-pass vlan 100 to 104
[LSW1-GigabitEthernet0/0/3]port link-type trunk
[LSW1-GigabitEthernet0/0/3]port trunk allow-pass vlan 200
[LSW1-GigabitEthernet0/0/2]port link-type access
[LSW1-GigabitEthernet0/0/2]port default vlan 201
[LSW1-Vlanif100]ip add 10.1.1.1 24
[LSW1-Vlanif101]ip add 10.1.11.1 24
[LSW1-Vlanif102]ip add 10.1.12.1 24
[LSW1-Vlanif103]ip add 10.1.13.1 24
[LSW1-Vlanif104]ip add 10.1.14.1 24
[LSW1-Vlanif200]ip add 10.2.1.1 24
[LSW1-Vlanif201]ip add 10.3.1.1 24
[AC1]vlan batch 101 to 104 200
[AC1-GigabitEthernet0/0/1]port link-type trunk
[AC1-GigabitEthernet0/0/1]port trunk allow-pass vlan 200
[AC1-Vlanif200]ip add 10.2.1.2 24
[AR1-GigabitEthernet0/0/0]ip add 10.3.1.3 24
[AR1]ip route-static 10.1.1.0 24 10.3.1.1 // To configure AR1 To LSW1 The routing
[AR1]ip route-static 10.1.11.0 24 10.3.1.1
[AR1]ip route-static 10.1.12.0 24 10.3.1.1
[AR1]ip route-static 10.1.13.0 24 10.3.1.1
[AR1]ip route-static 10.1.14.0 24 10.3.1.1
[LSW1]ip route-static 0.0.0.0 0.0.0.0 10.3.1.3 // To configure LSW1 The default route for
[AC1]ip route-static 10.1.1.0 24 10.2.1.1 // To configure AC To AP The routingTo configure DHCP service , by AP and STA Distribute IP Address
[LSW1]dhcp enable
[LSW1-Vlanif100]dhcp select relay
[LSW1-Vlanif100]dhcp relay server-ip 10.3.1.3
[LSW1-Vlanif101]dhcp select relay
[LSW1-Vlanif101]dhcp relay server-ip 10.3.1.3
[LSW1-Vlanif102]dhcp select relay
[LSW1-Vlanif102]dhcp relay server-ip 10.3.1.3
[LSW1-Vlanif103]dhcp select relay
[LSW1-Vlanif103]dhcp relay server-ip 10.3.1.3
[LSW1-Vlanif104]dhcp select relay
[LSW1-Vlanif104]dhcp relay server-ip 10.3.1.3
[AR1]dhcp enable
[AR1]ip pool ap // Configuration by AR1 As DHCP Server to AP Distribute IP Address
[AR1-ip-pool-ap]network 10.1.1.0 mask 24
[AR1-ip-pool-ap]gateway-list 10.1.1.1
[AR1-ip-pool-ap]option 43 sub-option 3 ascii 10.2.1.2
[AR1]ip pool sta1 // Configuration by AR1 As DHCP Server to STA Distribute IP Address
[AR1-ip-pool-sta1]network 10.1.11.0 mask 24
[AR1-ip-pool-sta1]gateway-list 10.1.11.1
[AR1]ip pool sta2
[AR1-ip-pool-sta2]network 10.1.12.0 mask 24
[AR1-ip-pool-sta2]gateway-list 10.1.12.1
[AR1]ip pool sta3
[AR1-ip-pool-sta3]network 10.1.13.0 mask 24
[AR1-ip-pool-sta3]gateway-list 10.1.13.1
[AR1]ip pool sta4
[AR1-ip-pool-sta4]network 10.1.14.0 mask 24
[AR1-ip-pool-sta4]gateway-list 10.1.14.1
[AR1-GigabitEthernet0/0/0]dhcp select globalTo configure VLAN pool, Used as a business VLAN
[AC1]vlan pool sta-pool1
[AC1-vlan-pool-sta-pool1]vlan 101 102
[AC1-vlan-pool-sta-pool1]assignment hash
[AC1]vlan pool sta-pool2
[AC1-vlan-pool-sta-pool2]vlan 103 104
[AC1-vlan-pool-sta-pool2]assignment hashTo configure AP go online
[AC1-wlan-view]ap-group name guest // establish AP Group
[AC1-wlan-view]ap-group name employee
[AC1-wlan-view]regulatory-domain-profile name domain1 // Create domain management template
[AC1-wlan-regulate-domain-domain1]country-code cn // To configure AC My country code
[AC1-wlan-view]ap-group name guest
[AC1-wlan-ap-group-guest]regulatory-domain-profile domain1 // stay AP Reference domain management template under group
[AC1-wlan-view]ap-group name employee
[AC1-wlan-ap-group-employee]regulatory-domain-profile domain1
[AC1]capwap source interface Vlanif 200 // 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-fc32-56d0 // stay AC Import online and offline AP
[AC1-wlan-ap-0]ap-name ap1
[AC1-wlan-ap-0]ap-group guest
[AC1-wlan-view]ap-id 1 ap-mac 00e0-fc42-47d0
[AC1-wlan-ap-1]ap-name ap2
[AC1-wlan-ap-1]ap-group guest
[AC1-wlan-view]ap-id 2 ap-mac 00e0-fcc1-3660
[AC1-wlan-ap-2]ap-name ap3
[AC1-wlan-ap-2]ap-group employee
[AC1-wlan-view]ap-id 3 ap-mac 00e0-fca3-0630
[AC1-wlan-ap-3]ap-name ap4
[AC1-wlan-ap-3]ap-group employeeTo configure WLAN Business parameters
[AC1-wlan-view]security-profile name guest // Create a security template
[AC1-wlan-sec-prof-guest]security wpa2 psk pass-phrase [email protected] aes // Configure security policy
[AC1-wlan-view]security-profile name employee
[AC1-wlan-sec-prof-employee]security wpa2 psk pass-phrase [email protected] aes
[AC1-wlan-view]ssid-profile name guest // establish SSID Templates
[AC1-wlan-ssid-prof-guest]ssid guest // To configure SSID name
[AC1-wlan-view]ssid-profile name employee
[AC1-wlan-ssid-prof-employee]ssid employee
[AC1-wlan-view]vap-profile name guest // establish VAP Templates
[AC1-wlan-vap-prof-guest]forward-mode direct-forward // Configure business data forwarding mode
[AC1-wlan-vap-prof-guest]service-vlan vlan-pool sta-pool1 // Configure business VLAN
[AC1-wlan-vap-prof-guest]security-profile guest // Reference security template
[AC1-wlan-vap-prof-guest]ssid-profile guest // quote SSID Templates
[AC1-wlan-view]vap-profile name employee
[AC1-wlan-vap-prof-employee]forward-mode direct-forward
[AC1-wlan-vap-prof-employee]service-vlan vlan-pool sta-pool2
[AC1-wlan-vap-prof-employee]security-profile employee
[AC1-wlan-vap-prof-employee]ssid-profile employee
[AC1-wlan-view]ap-group name guest
[AC1-wlan-ap-group-guest]vap-profile guest wlan 1 radio 0 // To configure AP Group reference VAP Templates ,AP RF on 0 Use VAP Template configuration
[AC1-wlan-ap-group-guest]vap-profile guest wlan 1 radio 1 // To configure AP Group reference VAP Templates ,AP RF on 0 Use VAP Template configuration
[AC1-wlan-view]ap-group name employee
[AC1-wlan-ap-group-employee]vap-profile employee wlan 1 radio 0
[AC1-wlan-ap-group-employee]vap-profile employee wlan 1 radio 1To configure AP RF channel and power
[AC1-wlan-view]ap-id 0
[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 127Verify configuration
边栏推荐
- Matplotlib data visualization Foundation
- 106. 从中序与后序遍历序列构造二叉树
- 678. Valid bracket string
- LeetCode 438. 找到字符串中所有字母异位词__滑动窗口
- Can I choose to open an account on CICC securities? Is it safe?
- 毕业季·进击的技术er
- Kotlin coprocessor scheduling switch threads it's time to unravel the truth
- 数据库实验报告(二)
- Infinite innovation in cloud "vision" | the 2022 Alibaba cloud live summit was officially launched
- applyMiddleware 原理
猜你喜欢
数字藏品新一轮热度开启
Design and practice of new generation cloud native database
MIT's latest paper, "the need for interpretable features: motivation and classification": building interpretability in the constituent elements of machine learning models
【Matytype】在CSDN博客中插入Mathtype行间与行内公式
Yoda unified data application -- Exploration and practice of fusion computing in ant risk scenarios
基于Matlab的开环Buck降压斩波电路Simulink仿真电路模型搭建
Submission lottery - light application server essay solicitation activity (may) award announcement
China's cellular Internet of things users have reached 1.59 billion, and are expected to surpass mobile phone users within this year
【MPC】②quadprog求解正定、半正定、负定二次规划
Infinite innovation in cloud "vision" | the 2022 Alibaba cloud live summit was officially launched
随机推荐
商城小程序源码开源版-可二开
Guys, how to export iceberg data to MySQL? What tools are there? Neither sqoop nor dataX
Handling distributed transactions with powerful dbpack (PHP tutorial)
《数据安全法》出台一周年,看哪四大变化来袭?
Is it safe to open a stock account online in 2022? Is there any danger?
Project0: Games
价值1000毕业设计校园信息发布平台网站源码
缺少比较器,运放来救场!(运放当做比较器电路记录)
CRC check
LeetCode 438. 找到字符串中所有字母异位词__滑动窗口
12款大家都在用的产品管理平台
678. 有效的括号字符串
. Net 5.0+ does not need to rely on third-party native implementation of scheduled tasks
Personal mall two open Xiaoyao B2C mall system source code - Commercial Version / group shopping discount seckill source code
Oracle和JSON的結合
NC | 肠道细胞和乳酸菌共同作用来防止念珠菌感染
A new round of popularity of digital collections opens
Today in history: the semiconductor war in the late 1990s; Von Neumann published the first draft; CBS acquires CNET
Dotnet console uses microsoft Maui. Getting started with graphics and skia
内存泄漏定位工具之 valgrind 使用