首页 > 其他分享 >0001-华为ENSP WLAN配置实验-郑锦程

0001-华为ENSP WLAN配置实验-郑锦程

时间:2022-11-07 18:32:07浏览次数:66  
标签:profile wlan 0001 hcie 郑锦程 ap AC6605 WLAN view

0001-华为ENSP WLAN配置实验-郑锦程

0001-华为ENSP WLAN配置实验-郑锦程_无线配置


创建管理vlan和业务vlan

​[AC6605]vlan batch 100 101​

​Info: This operation may take a few seconds. Please wait for a moment...done.​

​[AC6605]​

配置trunk,放行对应的流量

​[AC6605]interface GigabitEthernet0/0/1​

​[AC6605-GigabitEthernet0/0/1] port link-type trunk​

​[AC6605-GigabitEthernet0/0/1] port trunk pvid vlan 100​

​[AC6605-GigabitEthernet0/0/1] port trunk allow-pass vlan 2 to 4094​

启用DHCP服务

​[AC6605]dhcp enable​

管理vlan DHCP选择接口

​[AC6605]interface Vlanif100​

​[AC6605-Vlanif100] ip address 10.1.1.254 255.255.255.0​

​[AC6605-Vlanif100] dhcp select interface​

业务vlan DHCP配置

​[AC6605]ip pool hcie​

​[AC6605-ip-pool-hcie] gateway-list 10.1.2.254​

​[AC6605-ip-pool-hcie] network 10.1.2.0 mask 255.255.255.0​

​[AC6605]interface Vlanif101​

​[AC6605-Vlanif101] ip address 10.1.2.254 255.255.255.0​

​[AC6605-Vlanif101] dhcp select global​

capwap隧道绑定管理vlan100

​[AC6605]capwap source interface Vlanif 100​

创建AP-Group

​[AC6605]wlan​

​[AC6605-wlan-view]ap-group name hcie​

​[AC6605-wlan-ap-group-hcie] regulatory-domain-profile hcie​

​Warning: Modifying the country code will clear channel, power and antenna gain configurations of the radio and reset the AP. Continue?[Y/N]:y​

​[AC6605-wlan-view] regulatory-domain-profile name hcie​

​[AC6605-wlan-regulate-domain-hcie]country-code CN #国家编码 CN表示中国​

​Info: The current country code is same with the input country code.​

​[AC6605-wlan-regulate-domain-hcie]​

配置AP认证方式为MAC认证

​[AC6605]wlan​

​[AC6605-wlan-view]ap auth-mode mac-auth​

​[AC6605-wlan-view]ap-id 0 ap-mac 00e0-fc4d-2480​

​[AC6605-wlan-view]ap-name AP1​

​[AC6605-wlan-ap-0]ap-group hcie​

​Warning: This operation may cause AP reset. If the country code changes, it will clear channel, power and antenna gain configurations of the radio, Whether to continue? [Y/N]:y​

​Info: This operation may take a few seconds. Please wait for a moment.. done.​

​[AC6605-wlan-ap-0]​

查看AP上线

0001-华为ENSP WLAN配置实验-郑锦程_无线配置_02


创建安全模板:

​[AC6605]wlan​

​[AC6605-wlan-view]security-profile name hcie​

​[AC6605-wlan-sec-prof-hcie]security wpa2 psk pass-phrase huawei@zjc aes #配置加密方式及密码​

​[AC6605]wlan​

​[AC6605-wlan-view]ssid-profile name hcie​

​[AC6605-wlan-ssid-prof-hcie]ssid zhengjincheng​

​Info: This operation may take a few seconds, please wait.done.​

​[AC6605-wlan-ssid-prof-hcie]​

创建vap-profile

​[AC6605]wlan​

​[AC6605-wlan-view]vap-profile name hcie​

​[AC6605-wlan-vap-prof-hcie]forward-mode tunnel #转发方式选择隧道​

​[AC6605-wlan-vap-prof-hcie]service-vlan vlan-id 101 #绑定业务vlan101​

​[AC6605-wlan-vap-prof-hcie]security-profile hcie #绑定安全模板​

​[AC6605-wlan-vap-prof-hcie]ssid-profile hcie #绑定SSID模板​

AP-Group组绑定信息

​[AC6605]wlan​

​[AC6605-wlan-view]ap-group name hcie​

​[AC6605-wlan-ap-group-hcie]vap-profile hcie wlan 1 radio all​

查看配置效果

0001-华为ENSP WLAN配置实验-郑锦程_wlan_03


拓扑完成WIFI信号效果

0001-华为ENSP WLAN配置实验-郑锦程_华为ENSP无线配置_04

无线终端获取IP地址效果

0001-华为ENSP WLAN配置实验-郑锦程_wlan_05























标签:profile,wlan,0001,hcie,郑锦程,ap,AC6605,WLAN,view
From: https://blog.51cto.com/jinchengzheng/5829120

相关文章

  • 700001 TXT 公共课的书籍列表
    1、办公软件应用在人们日常学习和生活中,很多工作都离不开文字处理软件,常见的办公自动化软件有微软公司研发的基于Windows操作系统的MicrosoftOffice和金山软件公司研发......
  • 910001 CAD布局背景调成黑色
    1、打开CAD软件,输入op命令后按下键盘上的回车键。2、点击显示,再点击颜色。3、将颜色改为黑色,点击“应用并关闭”。4、去掉勾选显示图纸背景,点击“确定”即可。这样......
  • 在windows server 2016中通过dbca创建数据库时,出现DIM-00019告警
    问题描述:在windowsserver2016中通过dbca创建数据库时,出现DIM-00019告警,如下所示:数据库版本:oracle19.13搜索Mos文档,发现【DocID2652519.1】场景与问题相同.APPLIESTO:O......
  • 900001 Excel 基本函数
    =SUM(C2:C10)//求和=AVERAGE(C2:C10)//平均值=COUNT(C2:C10)//计数=MAX(C2:C10)//最大值=MIN(C2:C10)//最小值=IF(C2>=60,"合格","不合格")//条件判断效果图:......
  • 010001 三角函数的基本使用
    直角三角函数的定义:正弦(sin)等于对边比斜边;sinA=a/c;余弦(cos)等于邻边比斜边;cosA=b/c;正切(tan)等于对边比邻边;tanA=a/b;余切(cot)等于邻边比对边;cotA=b/a;<?phpheader('Co......
  • 000001 BC 数学函数
    <?phpheader('Content-Type:text/html;charset=utf-8');include'./assets/php/head.php';//BC数学函数/***bcadd—2个任意精度数字的加法计算*bccomp—......
  • 基于单片机的温湿度检测热电偶仿真设计(#0001)
    功能描述采用51/52单片机(通用)作为主控芯片;采用DHT11传感器检测温度/湿度;采用PT100传感器检测温度;采用PCF8591芯片对PT100信号进行AD模数转换处理;采用LCD12864作为显示器件......
  • 关于天选笔记本WLAN消失问题的解决方案
    问题出现原因:我的笔记本倾斜放置就会导致WLAN标志消失解决方案一:将笔记本水平放置后,长按开机键40秒。如果一次不行,就重复该方法多次。(WLAN出现后,如果电脑出现倾......
  • 帝国CMS:自动审核插件服务器定时审核时报错“curl: (28) Connection timed out after 1
    使用自动审核插件,在服务器定时审核时报错“curl:(28)Connectiontimedoutafter10001milliseconds”;  一般此种情况是因为防火墙问题限制了。解决方法:1.在浏览......
  • 010001 三角函数
    <?phpheader('Content-Type:text/html;charset=utf-8');include'./assets/php/head.php';echo'30度角的正弦值为:';echosin(deg2rad(30));echo'&nbsp;&nbsp;&......