华为无线网络射频调优及WLAN跨VLAN的三层漫游示例(3)
导读:华为无线网络射频调优及WLAN跨VLAN的三层漫游示例,在 SwitchB 上创建 VLANIF101 和 VLANIF102 接口为 STA 提供地址,并指定默认网关 说明: DNS服务器地址请根据实际需要配置。常用配置方法如下: 接口地址池场景
华为无线网络射频调优及WLAN跨VLAN的三层漫游示例
在SwitchB上创建VLANIF101和VLANIF102接口为STA提供地址,并指定默认网关
说明:
DNS服务器地址请根据实际需要配置。常用配置方法如下:
- 接口地址池场景,需要在VLANIF接口视图下执行命令dhcp server dns-listip-address&<1-8>。
- 全局地址池场景,需要在IP地址池视图下执行命令dns-listip-address&<1-8>。
[SwitchB] interface vlanif 101
[SwitchB-Vlanif101] ip address 10.23.101.1 24
[SwitchB-Vlanif101] dhcp select interface
[SwitchB-Vlanif101] dhcp server gateway-list 10.23.101.2
[SwitchB-Vlanif101] quit
[SwitchB] interface vlanif 102
[SwitchB-Vlanif102] ip address 10.23.102.1 24
[SwitchB-Vlanif102] dhcp select interface
[SwitchB-Vlanif102] dhcp server gateway-list 10.23.102.2
[SwitchB-Vlanif102] quit
# 在AC上创建全局地址池为AP提供地址
[AC] dhcp enable
[AC] ip pool huawei
[AC-ip-pool-huawei] network 10.23.10.0 mask 24
[AC-ip-pool-huawei] gateway-list 10.23.10.1
[AC-ip-pool-huawei] option 43 sub-option 3 ascii 10.23.100.1
[AC-ip-pool-huawei] quit
[AC] interface vlanif 100
[AC-Vlanif100] dhcp select global
[AC-Vlanif100] quit
5.4、配置AP上线
# 创建AP组
用于将相同配置的AP都加入同一AP组中。
[AC] wlan
[AC-wlan-view] ap-group name ap-group1
[AC-wlan-ap-group-ap-group1] quit
[AC-wlan-view] ap-group name ap-group2
[AC-wlan-ap-group-ap-group2] quit
创建域管理模板
在域管理模板下配置AC的国家码并在AP组下引用域管理模板。
[AC-wlan-view] regulatory-domain-profile name default
[AC-wlan-regulate-domain-default] country-code cn
[AC-wlan-regulate-domain-default] quit
[AC-wlan-view] ap-group name ap-group1
[AC-wlan-ap-group-ap-group1] regulatory-domain-profile default
Warning: Modifying the country code will clear channel, power and antenna gain configurations of the radio and reset the AP. Continu
e?[Y/N]:y
[AC-wlan-ap-group-ap-group1] quit
[AC-wlan-view] ap-group name ap-group2
[AC-wlan-ap-group-ap-group2] regulatory-domain-profile default
Warning: Modifying the country code will clear channel, power and antenna gain configurations of the radio and reset the AP. Continu
e?[Y/N]:y
[AC-wlan-ap-group-ap-group2] quit
[AC-wlan-view] quit
配置AC的源接口
[AC] capwap source interface vlanif 100
注册AP
在AC上离线导入AP,并将area_1和area_2分别加入AP组ap-group1和ap-group2中。
假设AP的MAC
相关阅读
-
华硕bios找不到硬盘完美解决方法 BIOS中找不到SATA硬盘的问题
正文核心介绍:华硕bios找不到硬盘完美解决方法和BIOS中找不到SATA硬盘的问题的相关话题,下面小编为您详细解答 脑无法正常开机,直接进入BIOS界面,初步判断是主板设置、操作系统或者硬盘
-
驱动人生网卡驱动安装方法 驱动人生(离线网卡版) 怎么安装网卡驱动
关于这方面的知识你知道吗?驱动人生网卡驱动安装方法的相关经验,关于驱动人生网卡驱动安装方法 驱动人生(离线网卡版) 怎么安装网卡驱动,接下来就是全面介绍。 如果我们的电脑有网卡
-
网站防火墙怎么解决 详解硬件防火墙设备
小编为网友们解答网站防火墙怎么解决和详解硬件防火墙设备的内容,下面IT袋为您详细介绍 面对信息时代,各路企业十分重视网络安全,无论是在自身平台或是在其他平台,无论是为自身着
-
win10共享打印机搜不到电脑 win10为什么搜索不到共享打印机
今日小编为你讲解win10为什么搜索不到共享打印机的相关经验,关于win10共享打印机搜不到电脑 win10为什么搜索不到共享打印机,很不错的方法小知识,建议收藏哦! 我们在使用win10操作系统的


