Hello Eric,
Yes the AP can do URL filtering, in the below example i have set the default action allow, this way all websites will be allowed except the ones specified in blacklist.
You can do it in another way and put the default action block, and instead of add blacklist you will use add whitelist, this second method will block every url by default and only allow the urls specified in the whitelist.
please follow the below CLI steps:
<Huawei>sys
[Huawei] profile type url-filter name test
[Huawei-profile-url-filter-test] add blacklist url www.example.com
[Huawei-profile-url-filter-test] add blacklist url
www.youtube.com[Huawei-profile-url-filter-test] https-filter enable
[Huawei-profile-url-filter-test] default action allow
[Huawei-profile-url-filter-test]q
[Huawei] engine configuration commit
[Huawei] defence-profile name defence_wlan
[Huawei-defence-profile-defence_wlan] profile type url-filter test
[Huawei-defence-profile-defence_wlan] quit
[Huawei] wlan
[Huawei-wlan-view] vap-profile name Guests
[Huawei-wlan-vap-prof-Guests]defence-profile defence_wlan
If my answer helped solve your problem i would appreciate if you would give me the best answer flag.