技术
成就梦想!

H3C V5版本FAT胖AP无线服务快速配置脚本

一、双频合一无线服务配置

无线名称:WLWS,无线密码:1234567890

wlan service-template 11 crypto
 ssid WLWS
 cipher-suite tkip
 cipher-suite ccmp
 security-ie rsn
#
interface WLAN-BSS11
 description WLWS
 port-security port-mode psk
 port-security tx-key-type 11key
 port-security preshared-key pass-phrase cipher $c$3$YnWs8z0pZptrL0U4sMwza57z608cw7G5dzt1TeU=
#
interface WLAN-BSS12
 description WLWS
 port-security port-mode psk
 port-security tx-key-type 11key
 port-security preshared-key pass-phrase cipher $c$3$YnWs8z0pZptrL0U4sMwza57z608cw7G5dzt1TeU=
#
interface WLAN-Radio1/0/1
default
y
 service-template 11 interface wlan-bss 11
#
interface WLAN-Radio1/0/2
default
y
 service-template 11 interface wlan-bss 12
#
wlan service-template 11 crypto
 service-template enable
#

二、双频分离无线服务配置

无线名称WLWS-5G和WLWS,无线密码:1234567890

wlan service-template 11 crypto
 ssid WLWS-5G
 cipher-suite tkip
 cipher-suite ccmp
 security-ie rsn

#
wlan service-template 12 crypto
 ssid WLWS
 cipher-suite tkip
 cipher-suite ccmp
 security-ie rsn
#
interface WLAN-BSS11
 description WLWS-5G
 port-security port-mode psk
 port-security tx-key-type 11key
 port-security preshared-key pass-phrase cipher $c$3$YnWs8z0pZptrL0U4sMwza57z608cw7G5dzt1TeU=
#
interface WLAN-BSS12
 description WLWS
 port-security port-mode psk
 port-security tx-key-type 11key
 port-security preshared-key pass-phrase cipher $c$3$YnWs8z0pZptrL0U4sMwza57z608cw7G5dzt1TeU=
#
#
interface WLAN-Radio1/0/1
 service-template 11 interface wlan-bss 11
#
interface WLAN-Radio1/0/2
    
 service-template 12 interface wlan-bss 12
#
wlan service-template 11 crypto
 service-template enable
#
wlan service-template 12 crypto
 service-template enable
#
赞(0)
未经允许不得转载:未来往事 » H3C V5版本FAT胖AP无线服务快速配置脚本

评论 抢沙发

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址