WLAN业务配置——AC旁挂式组网

2024-03-27 19:50

本文主要是介绍WLAN业务配置——AC旁挂式组网,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

WLAN业务配置——AC旁挂式组网

LSW1 核心交换机

<Huawei>system-view
[Huawei]undo info-center enable
创建3个vlan
[Huawei]vlan batch 10 20 30[Huawei]interface g0/0/1
[Huawei-GigabitEthernet0/0/1]port link-type access 
[Huawei-GigabitEthernet0/0/1]port default vlan 30
[Huawei-GigabitEthernet0/0/1]q[Huawei]interface g0/0/2
[Huawei-GigabitEthernet0/0/2]port link-type trunk
[Huawei-GigabitEthernet0/0/2]port trunk allow-pass vlan 10
[Huawei-GigabitEthernet0/0/2]q[Huawei]interface g0/0/3
[Huawei-GigabitEthernet0/0/3]port link-type trunk
允许通过 管理vlan 和 业务vlan
[Huawei-GigabitEthernet0/0/3]port trunk allow-pass vlan 10 20
[Huawei-GigabitEthernet0/0/3]q
[Huawei]q
<Huawei>save

LSW2 汇聚交换机

创建 管理vlan 和 业务vlan
<Huawei>system-view
[Huawei]undo info-center enable
创建3个vlan
[Huawei]vlan batch 10 20[Huawei]interface g0/0/1
[Huawei-GigabitEthernet0/0/1]port link-type trunk 
[Huawei-GigabitEthernet0/0/1]port trunk pvid vlan 10
[Huawei-GigabitEthernet0/0/1]port trunk allow-pass vlan 100
[Huawei-GigabitEthernet0/0/1]port trunk allow-pass vlan 10
[Huawei-GigabitEthernet0/0/1]port trunk allow-pass vlan 20
[Huawei-GigabitEthernet0/0/1]q[Huawei]interface g0/0/2
[Huawei-GigabitEthernet0/0/2]port link-type trunk 
[Huawei-GigabitEthernet0/0/2]port trunk pvid vlan 10
[Huawei-GigabitEthernet0/0/2]port trunk allow-pass vlan 100
[Huawei-GigabitEthernet0/0/2]port trunk allow-pass vlan 10
[Huawei-GigabitEthernet0/0/2]port trunk allow-pass vlan 20
[Huawei-GigabitEthernet0/0/2]q[Huawei]interface g0/0/3
[Huawei-GigabitEthernet0/0/3]port link-type trunk 
[Huawei-GigabitEthernet0/0/3]port trunk allow-pass vlan 10 20
[Huawei-GigabitEthernet0/0/3]q
[Huawei]q
<Huawei>save

AC1 控制器

<AC6005>system-view 
创建 管理vlan
[AC6005]vlan 10
[AC6005-vlan10]q[AC6005]interface g0/0/1
[AC6005-GigabitEthernet0/0/1]port link-type trunk 
[AC6005-GigabitEthernet0/0/1]port trunk allow-pass vlan 10
[AC6005-GigabitEthernet0/0/1]q
[AC6005]q
<AC6005>save

LSW1 核心交换机

<Huawei>system-view 
[Huawei]interface Vlanif 20
[Huawei-Vlanif20]ip address 10.1.30.1 24
[Huawei-Vlanif20]q[Huawei]int vlan 30
[Huawei-Vlanif30]ip address 10.1.30.2 24
[Huawei-Vlanif30]q
[Huawei]q
<Huawei>save

AC1控制器

<AC6005>system-view 
[AC6005]int vlan 10
[AC6005-Vlanif10]ip add 10.1.10.1 24
[AC6005-Vlanif10]q
[AC6005]q
<AC6005>save

AR路由器

<Huawei>system-view 
[Huawei]un in en[Huawei]int g0/0/0
[Huawei-GigabitEthernet0/0/0]ip add 10.1.30.1 24
[Huawei-GigabitEthernet0/0/0]q
为了能访问外网,在交换机上配置一条静态路由
[Huawei]ip rout 10.1.20.0 24 10.1.30.2
[Huawei]q
<Huawei>save

LSW1

这里可能是因为 机器反应慢的缘故 不通。可先配置AP上线,等会再试,
ping -a 10.1.20.1 10.1.30.1

LSW1

<Huawei>system-view 
配置dhcp服务
[Huawei]dhcp enable
在vlan 20下配置dhcp server
[Huawei]int vlan 20
[Huawei-Vlanif20]dhcp se in
[Huawei-Vlanif20]q
[Huawei]q
<Huawei>save

AC1控制器

<AC6005>system-view
配置dhcp服务
[AC6005]dhcp enable
在vlan 10下配置dhcp server 端口模式
[AC6005]int vlan 10
[AC6005-Vlanif10]dhcp se int
[AC6005-Vlanif10]q
[AC6005]q
<AC6005>save

AC1控制器

配置AC源端口的地址
<AC6005>system-view 
[AC6005]capwap source ip-address 10.1.10.1[AC6005]wlan
[AC6005-wlan-view]ap-group name group1
[AC6005-wlan-ap-group-group1]q
尝试 使用不认证方式,查看AP是否能上线
[AC6005-wlan-view]ap auth-mode no-auth 
[AC6005-wlan-view]dis ap all
Info: This operation may take a few seconds. Please wait for a moment.done.
Total AP information:
nor  : normal          [2]
--------------------------------------------------------------------------------------------------
ID   MAC            Name           Group   IP          Type            State STA  Uptime
--------------------------------------------------------------------------------------------------
0    00e0-fcc9-59a0 00e0-fcc9-59a0 default 10.1.10.202 AP2050DN        nor   0    18S
1    00e0-fca7-56c0 00e0-fca7-56c0 default 10.1.10.170 AP2050DN        nor   0    14S
--------------------------------------------------------------------------------------------------
Total: 2
[AC6005-wlan-view]
[AC6005-wlan-view]ap-id 0
[AC6005-wlan-ap-0]ap-name AP1
[AC6005-wlan-ap-0]ap-group group1
[AC6005-wlan-ap-0]q
[AC6005-wlan-view]ap-id 1
[AC6005-wlan-ap-1]ap-name AP2
[AC6005-wlan-ap-1]ap-group group1
[AC6005-wlan-ap-1]q查看AP上线情况
[AC6005-wlan-view]dis ap all
Info: This operation may take a few seconds. Please wait for a moment.done.
Total AP information:
nor  : normal          [2]
---------------------------------------------------------------------------------------
ID   MAC            Name Group  IP          Type            State STA  Uptime
---------------------------------------------------------------------------------------
0    00e0-fcc9-59a0 AP1  group1 10.1.10.202 AP2050DN        nor   0    4M:34S
1    00e0-fca7-56c0 AP2  group1 10.1.10.170 AP2050DN        nor   0    2M:53S
---------------------------------------------------------------------------------------
Total: 2修改认知方式为 mac认证方式
[AC6005-wlan-view]ap auth-mode mac-auth 
[AC6005-wlan-view]dis ap all===============================================
配置vlan业务:配置ssid模板,security模板,VAP模板;保证AP能正常释放信号。配置名为group1的ssid模板
[AC6005-wlan-view]ssid-profile name group1
使用该模板
[AC6005-wlan-ssid-prof-group1]ssid group1
[AC6005-wlan-ssid-prof-group1]q配置名为group1的security模板
[AC6005-wlan-view]security-profile name group1
配置安全密码
[AC6005-wlan-sec-prof-group1]security wpa-wpa2 psk pass-phrase a1234567 aes
[AC6005-wlan-sec-prof-group1]q配置名为group1的VAP模板
[AC6005-wlan-view]vap-profile name group1
引用ssid模板
[AC6005-wlan-vap-prof-group1]ssid-profile group1
引用security模板
[AC6005-wlan-vap-prof-group1]security-profile group1
转发模式为 直接转发
[AC6005-wlan-vap-prof-group1]forward-mode direct-forward
[AC6005-wlan-vap-prof-group1]q配置名为group1的域管理模板
[AC6005-wlan-view]regulatory-domain-profile name group1
配置国家码为CN
[AC6005-wlan-regulate-domain-group1]country-code CN
[AC6005-wlan-regulate-domain-group1]q进入AP group组,将域管理模板group1和VAP模板绑定
[AC6005-wlan-view]ap-group name group1
[AC6005-wlan-ap-group-group1]regulatory-domain-profile group1最后再将VAP模板进行绑定
[AC6005-wlan-ap-group-group1]vap-profile group1 wlan 1 radio all

查看AP上线情况

[AC6005-wlan-view]dis ap all
Info: This operation may take a few seconds. Please wait for a moment.done.
Total AP information:
nor  : normal          [2]
----------------------------------------------------------------------------------------
ID   MAC            Name Group  IP          Type            State STA  Uptime
----------------------------------------------------------------------------------------
0    00e0-fcc9-59a0 AP1  group1 10.1.10.202 AP2050DN        nor   0    24M:38S
1    00e0-fca7-56c0 AP2  group1 10.1.10.170 AP2050DN        nor   0    22M:57S
----------------------------------------------------------------------------------------
Total: 2

一、save命令保存配置

有些设备首次保存(save)需先按提示输入y,再按两次回车提示保存成功。
save                                               用户视图输入save命令
The current configuration will be written to the device.
Are you sure to continue?[Y/N]y                            按提示输入y,回车
Info: Please input the file name ( *.cfg, *.zip ) [vrpcfg.zip]:
Jul  1 2016 10:16:47-08:00 Huawei %%01CFM/4/SAVE(l)[0]:The user chose Y when dec
iding whether to save the configuration to the device.     再次回车  
Now saving the current configuration to the slot 0.
Save the configuration successfully.                        提示保存成功

二、清除整个交换机或路由器配置命令

<Huawei>reset saved-configuration
The configuration will be erased to reconfigure. Continue? [Y/N]: y
<Huawei>reboot
Info: The system is now comparing the configuration, please wait.
Warning: All the configuration will be saved to the configuration file for the next startup:, Continue?[Y/N]:n //此时要选择n,若选择y则之前的配置会保存,重启后仍然是原来的配置。
Info: If want to reboot with saving diagnostic information, input 'N' and then execute 'reboot save diagnostic-information'.
System will reboot! Continue?[Y/N]:y

三、清除交换机或路由器某个端口地配置命令

<huawei>system-view
[huawei]interface gigabitethernet 0/0/? (?:表示第几个端口)
[huawei-GigabitEthernet0/0/?]clear configuration interface gigabitethernet 0/0/?
清除该端口的配置后,该端口处于关闭状态,可以用以下命令重新开启。
[huawei-GigabitEthernet0/0/?]undo shutdown

这篇关于WLAN业务配置——AC旁挂式组网的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/853205

相关文章

SpringCloud动态配置注解@RefreshScope与@Component的深度解析

《SpringCloud动态配置注解@RefreshScope与@Component的深度解析》在现代微服务架构中,动态配置管理是一个关键需求,本文将为大家介绍SpringCloud中相关的注解@Re... 目录引言1. @RefreshScope 的作用与原理1.1 什么是 @RefreshScope1.

SpringBoot日志配置SLF4J和Logback的方法实现

《SpringBoot日志配置SLF4J和Logback的方法实现》日志记录是不可或缺的一部分,本文主要介绍了SpringBoot日志配置SLF4J和Logback的方法实现,文中通过示例代码介绍的非... 目录一、前言二、案例一:初识日志三、案例二:使用Lombok输出日志四、案例三:配置Logback一

springboot security之前后端分离配置方式

《springbootsecurity之前后端分离配置方式》:本文主要介绍springbootsecurity之前后端分离配置方式,具有很好的参考价值,希望对大家有所帮助,如有错误或未考虑完全的... 目录前言自定义配置认证失败自定义处理登录相关接口匿名访问前置文章总结前言spring boot secu

一文详解SpringBoot响应压缩功能的配置与优化

《一文详解SpringBoot响应压缩功能的配置与优化》SpringBoot的响应压缩功能基于智能协商机制,需同时满足很多条件,本文主要为大家详细介绍了SpringBoot响应压缩功能的配置与优化,需... 目录一、核心工作机制1.1 自动协商触发条件1.2 压缩处理流程二、配置方案详解2.1 基础YAML

springboot简单集成Security配置的教程

《springboot简单集成Security配置的教程》:本文主要介绍springboot简单集成Security配置的教程,具有很好的参考价值,希望对大家有所帮助,如有错误或未考虑完全的地方,... 目录集成Security安全框架引入依赖编写配置类WebSecurityConfig(自定义资源权限规则

SpringBoot中封装Cors自动配置方式

《SpringBoot中封装Cors自动配置方式》:本文主要介绍SpringBoot中封装Cors自动配置方式,具有很好的参考价值,希望对大家有所帮助,如有错误或未考虑完全的地方,望不吝赐教... 目录SpringBoot封装Cors自动配置背景实现步骤1. 创建 GlobalCorsProperties

Spring Boot结成MyBatis-Plus最全配置指南

《SpringBoot结成MyBatis-Plus最全配置指南》本文主要介绍了SpringBoot结成MyBatis-Plus最全配置指南,包括依赖引入、配置数据源、Mapper扫描、基本CRUD操... 目录前言详细操作一.创建项目并引入相关依赖二.配置数据源信息三.编写相关代码查zsRArly询数据库数

SpringBoot配置Ollama实现本地部署DeepSeek

《SpringBoot配置Ollama实现本地部署DeepSeek》本文主要介绍了在本地环境中使用Ollama配置DeepSeek模型,并在IntelliJIDEA中创建一个Sprin... 目录前言详细步骤一、本地配置DeepSeek二、SpringBoot项目调用本地DeepSeek前言随着人工智能技

如何自定义Nginx JSON日志格式配置

《如何自定义NginxJSON日志格式配置》Nginx作为最流行的Web服务器之一,其灵活的日志配置能力允许我们根据需求定制日志格式,本文将详细介绍如何配置Nginx以JSON格式记录访问日志,这种... 目录前言为什么选择jsON格式日志?配置步骤详解1. 安装Nginx服务2. 自定义JSON日志格式各

使用Python实现网络设备配置备份与恢复

《使用Python实现网络设备配置备份与恢复》网络设备配置备份与恢复在网络安全管理中起着至关重要的作用,本文为大家介绍了如何通过Python实现网络设备配置备份与恢复,需要的可以参考下... 目录一、网络设备配置备份与恢复的概念与重要性二、网络设备配置备份与恢复的分类三、python网络设备配置备份与恢复实