Home | 簡體中文 | 繁體中文 | 雜文 | 打賞(Donations) | ITEYE 博客 | OSChina 博客 | Facebook | Linkedin | 知乎專欄 | Search | Email

22.5. SSID

禁用WLAN-BSS1

		
[WA2220E-AG]interface WLAN-BSS1
[WA2220E-AG-WLAN-BSS1]wlan service-template 1 clear
[WA2220E-AG-wlan-st-1]service-template disable

interface WLAN-BSS1
wlan service-template 1 clear
service-template disable
		
		

新建WLAN-BSS2

		
[WA2220E-AG]interface WLAN-BSS2
[WA2220E-AG-WLAN-BSS2]wlan service-template 2 clear
[WA2220E-AG-wlan-st-2]ssid www.example.com
[WA2220E-AG-wlan-st-2]authentication-method open-system
[WA2220E-AG-wlan-st-2]service-template enable

interface WLAN-BSS2
wlan service-template 2 clear
ssid www.example.com
authentication-method open-system
service-template enable
		
		

應用模板

[WA2220E-AG]interface WLAN-Radio 1/0/2
[WA2220E-AG-WLAN-Radio1/0/2]service-template 2 interface WLAN-BSS 2
[WA2220E-AG-WLAN-Radio1/0/2]quit

interface WLAN-Radio 1/0/2
service-template 2 interface WLAN-BSS 2
quit