一、双频合一无线服务配置
无线名称: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
#