工具癖IT在线课程

H3C无线基本配置说明

2019-05-12  本文已影响1人  较劲儿

1、定义网络接入接口及安全

port-security enable                //启用端口安全

wlan auto-ap enable                  //开启自动注册上线

interface WLAN-ESS10                //创建射频口

port access vlan 10                  //定义业务vlan为10

port-security port-mode psk          //配置身份认证与密钥管理模式为PSK模式

port-security tx-key-type 11key      //配置身份认证与传输方式为11key

port-security preshared-key pass-phrase cipher lpk123456 //使用明文的字符串lpk12345678作为共享密钥(WiFi密码)

2、设置vlan10下的wlan CCIE

wlan service-template 10 crypto  //创建服务模板10

ssid CCIE           //SSID(WiFi名称)

bind WLAN-ESS 10                  //绑定射频口

cipher-suite tkip           //配置加密套件为TKIP

cipher-suite ccmp           //配置加密套件为CCMP

security-ie rsn                   //安全信息元素为RSN

security-ie wpa                   //安全信息元素为WPA

service-template enable          //启用服务模板

3、设置wlan信息

wlan ap business1 model WA4320-ACN-E id 1  // 创建手工AP,手工ap上线方式

ap-name business1                  //ap名称为business1

serial-id 219801A0X7818CE0019K      //并配置序ap列号,通过序列号注册上线

radio 1                            //创建射频1

service-template 20                //绑定服务模板

radio enable                      //开启射频

radio 2      

service-template 10

service-template 20

radio enable

4、定义用户组

user-group system

group-attribute allow-guest  允许来宾用户通过

wlan ap-group business  //创建ap组,ap组名为business

ap business 1            //将两个AP加入ap组

ap business 2

上一篇 下一篇

猜你喜欢

热点阅读