huawei 无线网络配置

二层AC

AP上线配置
配置AC源地址                 capwap source interface Vlanif 1
进入配置界面                  wlan
AC认证方式                       ap auth-mode mac-auth
添加AP  默认在default组内      ap-id 0 ap-mac 00e0-fcc2-57f0
查看全部ap状态 idle 初始化  nor正常上线状态    fault 离线    display ap all          配置管理域模板   regulatory-domain-profile name huawei 配置国家代码  country-code CN    不同国家无线频率不一样
配置安全模板      security-profile name huawei 配置加密方式密码   security wpa-wpa2 psk pass-phrase 12345678 aes
配置SSID模板                ssid-profile name huawei配置无线SSID        ssid wifiname   WiFi名称
配置vap模板             vap-profile name huawei 配置转发模式          forward-mode direct-forward        direct-forward直接转发   softgre云AP        tunnel 隧道转发         配置业务VLAN      service-vlan vlan-id 10调用安全模板           security-profile huawei调用SSID模板         ssid-profile huawei创建AP组        ap-group  name work进入AP     ap-id 0     加入AP组   ap-group work修改AP名  ap-name ap1调用域管理模板  regulatory-domain-profile huawei配置射频信号      vap-profile huawei wlan 1 radio all

下面是部分代码
[AC6005]capwap source interface Vlanif 1
[AC6005]wlan
[AC6005-wlan-view]ap auth-mode mac-auth
[AC6005-wlan-view]ap-id 1 ap-mac 00e0-fc7f-0ea0
[AC6005]display ap all
[AC6005-wlan-view]regulatory-domain-profile name huawei
[AC6005-wlan-regulate-domain-huawei]country-code CN
[AC6005-wlan-view]security-profile name huawei
[AC6005-wlan-view]ssid-profile name huawei
[AC6005-wlan-ssid-prof-huawei]ssid wifiname
[AC6005-wlan-view]vap-profile name huawei
[AC6005-wlan-vap-prof-huawei]forward-mode direct-forward
[AC6005-wlan-vap-prof-huawei]service-vlan vlan-id 10
[AC6005-wlan-vap-prof-huawei]security-profile huawei
[AC6005-wlan-vap-prof-huawei]ssid-profile huawei
[AC6005-wlan-view]ap-group name work
[AC6005-wlan-ap-group-work]vap-profile huawei wlan 1 radio all
[AC6005-wlan-view]ap-id 0
[AC6005-wlan-ap-0]ap-group work
[AC6005-wlan-ap-0]ap-name ap1

实验证明不分旁挂式和直连式 所有配置在最后
管理地址不建议使用vlan1 因为任何一电脑接入都会获取到管理地址同一网段。
可在连接每个AP的接口上打上其他网段的PVID


配置文件如下

R1

interface Ethernet0/0/0ip address 21.1.1.1 255.255.255.0
interface Ethernet0/0/1ip address 12.1.1.1 255.255.255.0
ip route-static 0.0.0.0 0.0.0.0 12.1.1.2
ip route-static 10.1.0.0 255.255.0.0 21.1.1.2

R2

interface Ethernet0/0/0ip address 12.1.1.2 255.255.255.0
interface LoopBack0ip address 2.2.2.2 255.255.255.0
ip route-static 0.0.0.0 0.0.0.0 12.1.1.1

LSW1

vlan batch 10 20 to 21 30
ip pool work10gateway-list 10.1.1.1network 10.1.1.0 mask 255.255.255.0dns-list 8.8.8.8
ip pool work20network 10.1.2.0 mask 255.255.255.0dns-list 8.8.8.8
interface Vlanif10ip address 10.1.1.1 255.255.255.0dhcp select global
interface Vlanif20ip address 10.1.2.1 255.255.255.0dhcp select global
interface Vlanif21ip address 21.1.1.2 255.255.255.0
interface Vlanif30ip address 10.1.30.1 255.255.255.0dhcp select interface
interface GigabitEthernet0/0/1port link-type trunkport trunk allow-pass vlan 2 to 4094
interface GigabitEthernet0/0/2port link-type trunkport trunk allow-pass vlan 2 to 4094
interface GigabitEthernet0/0/3port link-type accessport default vlan 21
ip route-static 0.0.0.0 0.0.0.0 21.1.1.1

LSW2

vlan batch 10 20 30
interface GigabitEthernet0/0/1port link-type trunkport trunk pvid vlan 30port trunk allow-pass vlan 2 to 4094
interface GigabitEthernet0/0/2port link-type trunkport trunk allow-pass vlan 2 to 4094

AC

vlan batch 3 10 20 30
interface Vlanif3ip address 192.168.0.9 255.255.255.0
interface Vlanif30ip address 10.1.30.2 255.255.255.0
interface GigabitEthernet0/0/1port link-type trunkport trunk pvid vlan 30port trunk allow-pass vlan 2 to 4094
interface GigabitEthernet0/0/2port link-type trunkport trunk allow-pass vlan 2 to 4094
interface GigabitEthernet0/0/3port link-type accessport default vlan 3
capwap source interface vlanif30
wlansecurity-profile name ciscosecurity wpa-wpa2 psk pass-phrase %^%#B^%X'-dygMX+&l'yw&KE/VW@;2)r]#]H`>J!(B3B
%^%# aessecurity-profile name huaweisecurity wpa-wpa2 psk pass-phrase %^%#VQnQRJ\>p~#bxPC|0cULmv|51c~JzW9kiF78=rV4
%^%# aesssid-profile name ciscossid ciscossid-profile name huaweissid wifinamevap-profile name ciscoservice-vlan vlan-id 20ssid-profile ciscosecurity-profile ciscovap-profile name huaweiservice-vlan vlan-id 10ssid-profile huaweisecurity-profile huaweiregulatory-domain-profile name huaweiap-group name workregulatory-domain-profile huaweiradio 0vap-profile huawei wlan 1vap-profile cisco wlan 2radio 1vap-profile huawei wlan 1vap-profile cisco wlan 2radio 2vap-profile huawei wlan 1vap-profile cisco wlan 2ap-id 0 type-id 56 ap-mac 00e0-fcc2-57f0 ap-sn 2102354483104F519A66ap-name ap1ap-group workap-id 1 type-id 56 ap-mac 00e0-fc7f-0ea0 ap-sn 210235448310F080403Dap-name ap2ap-group work

三层AC

三层AC管理地址有两个
一个是AC管理地址 vlanif3 AC需要保证路由可达
一个是给AP分配地址 vlanif10 需要在DHCP地址池指定AC地址 option 43 ascii 10.1.3.2


配置如下

R1

interface Ethernet0/0/0ip address 11.1.1.1 255.255.255.0
interface Ethernet0/0/1ip address 2.2.2.1 255.255.255.0
ip route-static 0.0.0.0 0.0.0.0 2.2.2.2
ip route-static 10.0.0.0 255.0.0.0 11.1.1.2

R2

interface Ethernet0/0/0ip address 2.2.2.2 255.255.255.0
interface LoopBack0ip address 3.3.3.3 255.255.255.0
ip route-static 0.0.0.0 0.0.0.0 2.2.2.1

LSW1

vlan batch 2 to 3 10 to 11 20
dhcp enable
ip pool 1gateway-list 10.1.1.1network 10.1.1.0 mask 255.255.255.0dns-list 8.8.8.8option 43 ascii 10.1.3.2
ip pool 20gateway-list 10.1.2.1network 10.1.2.0 mask 255.255.255.0dns-list 8.8.8.8
interface Vlanif3ip address 10.1.3.2 255.255.255.0
interface Vlanif10ip address 10.1.1.1 255.255.255.0dhcp select global
interface Vlanif11ip address 11.1.1.2 255.255.255.0
interface Vlanif20ip address 10.1.2.1 255.255.255.0dhcp select global
interface GigabitEthernet0/0/1port link-type accessport default vlan 11
interface GigabitEthernet0/0/2port link-type trunkport trunk allow-pass vlan 2 to 4094
interface GigabitEthernet0/0/3port link-type trunkport trunk allow-pass vlan 2 to 4094
ip route-static 0.0.0.0 0.0.0.0 11.1.1.1

LSW2

vlan batch 10 to 11 20
interface GigabitEthernet0/0/1port link-type trunkport trunk pvid vlan 10port trunk allow-pass vlan 2 to 4094
interface GigabitEthernet0/0/2port link-type trunkport trunk allow-pass vlan 2 to 4094

AC

vlan batch 3 10 20
interface Vlanif3ip address 10.1.3.1 255.255.255.0
interface GigabitEthernet0/0/1port link-type trunkport trunk allow-pass vlan 2 to 4094
ip route-static 0.0.0.0 0.0.0.0 10.1.3.2
capwap source interface vlanif3
wlansecurity-profile name huaweiwifisecurity wpa-wpa2 psk pass-phrase %^%#!mOW*,2vM89N6RN4;G#O^.uQ01s|b~4${<'GWK`E
%^%# aesssid-profile name huaweiwifissid huaweiwifivap-profile name huaweiwifiservice-vlan vlan-id 20ssid-profile huaweiwifisecurity-profile huaweiwifiap-group name group1radio 0vap-profile huaweiwifi wlan 1radio 1vap-profile huaweiwifi wlan 1radio 2vap-profile huaweiwifi wlan 1ap-group name defaultap-id 0 type-id 47 ap-mac 00e0-fc81-7bb0 ap-sn 210235448310E80AE10Dap-name ap1ap-group group1

huawei AC+AP无线网络配置相关推荐

  1. ac ap方案 华为_华为AC+AP无线的配置方法

    <华为AC+AP无线的配置方法>由会员分享,可在线阅读,更多相关<华为AC+AP无线的配置方法(4页珍藏版)>请在人人文库网上搜索. 1.华为AC+AP无线配置方法组网示意图: ...

  2. ac+ap无线网络设置

    ac+ap无线网络设置 1,网络基本布局 2,设置地址池vlan_10 ip pool vlan_10 gateway-list 192.168.10.120 network 192.168.10.0 ...

  3. 网速慢如蜗牛?萤石AC+AP无线网络覆盖方案让你体验飞一般感觉

    "空调.WiFi.西瓜",WiFi已经成为现代生活的标配,无论是电脑.手机.家电还是全屋智能,离开WiFi就等于武功废了一半.但是,家庭WiFi覆盖率和信号衰减问题一直是一个影响用 ...

  4. ac ap方案 华为_华为无线_AC+AP小型无线网络配置实验_v1

    [如果在实验中有什么疑问,欢迎关注微信公众号"IT后院"给我留言,我会抽空回答你的问题] 华为无线-AC+AP小型无线网络配置实验_v1 网络结构图: 步骤一:配置网络连通性 SW ...

  5. 华为无线_AC+AP小型无线网络配置实验_v1

    允许转载,但必须注明出版处与原文链接,否则追究其法律责任,谢谢合作! (原文博客:https://blog.51cto.com/11179786) 华为无线-AC+AP小型无线网络配置实验_v1 网络 ...

  6. ac ap方案 华为_华为AC+AP无线配置方法

    . . 华为 AC+AP 无线配置方法 1) 正确配置 AC 使 AP 发放 SSID: " SSID-Temp1 "." SSID-Temp2 "和" ...

  7. ac ap方案 华为_华为AC+AP无线配置方法.docx

    华为 AC+AP 无线配置方法 1) 正确配置 AC 使 AP 发放 SSID: " SSID-Temp1 "." SSID-Temp2 "和" SS ...

  8. web界面配置视频 华为ac_华为AC+AP无线配置方法

    华为 AC+AP 无线配置方法 1) 正确配置 AC 使 AP 发放 SSID: " SSID-Temp1 "." SSID-Temp2 "和" SS ...

  9. 小型企业无线网络配置

    小型企业无线网络配置 提示:如有错误,欢迎指出 文章目录 一.需求分析 二.规划 三.设计 DHCP的配置: 核心交换机的配置: 二层交换机LSW2(LSW3.LSW4.LSW7类似)的配置: AC的 ...

最新文章

  1. no copy constructor available or copy constructor is declared #39;explicit#39;
  2. 反射__获取delegate的信息
  3. 206块积木,72套进阶玩法!玩转STEAM教育,帮你省掉上万块的乐高课
  4. 前端学习(2814):小程序学习之建立第一个项目
  5. Android串口通信实例分析【附源码】
  6. DreamWeaver使用技巧学习心得
  7. 【DBA之路】关于连接不上数据库
  8. 多图片文件上传实现并通过 PostMan 测试
  9. python 按从小到大的顺序组合成一个字典_Python 按照某个或某几个字段来排序字典列表...
  10. VLD(Visual LeakDetector)内存泄露库的使用
  11. C++利用前序序列和中序序列构建二叉树
  12. 浅谈SQL基础操作概念
  13. 三个月速成Java--一些小建议和感概
  14. 通过SetWindowsHookEx实现跨进程子类化
  15. 个人Linux学习笔记操作大全
  16. 聚焦智改数转,长沙博世“灯塔工厂”出圈史
  17. Win32 ListBox控件
  18. 关于修改虚拟机内存,和开启 硬件加速
  19. 电力、工业、林业、安防都在用的国产测距仪---TFN D4KI 激光测距仪 双目
  20. Android RecyclerView数据错乱问题

热门文章

  1. 获取人民币对各币种的汇率
  2. 婚礼邀请函 - 微信小程序+服务端
  3. Glide SimpleTarget 过时
  4. 基于java基于VUE的个人记账管理系统计算机毕业设计源码+系统+lw文档+mysql数据库+调试部署
  5. Python 再说勾股树,这次整一棵五彩的任意“生长”的分形树!
  6. 跳槽B站被索赔200万,竞业协议对程序员太不友好!
  7. echarts实现环形进度条
  8. 希腊字母 - 开发中常用的系统/服务名 - 收集
  9. Echarts-实现结直肠癌知识图谱可视化
  10. 三维计算机动画,三维计算机动画-浙江大学.pdf