Ruijie Community

Title: How to config Whitelist/Blacklist for wireless users on Ruijie AP? [Print this page]

Author: GTAC-Sophia    Time: 2022-6-12 22:58
Title: How to config Whitelist/Blacklist for wireless users on Ruijie AP?
Configuration Tips:
Configure whitelist (When an entry exists in the white list, the corresponding client will pass frame filtering)
Configure blacklist (When an entry exists in the black list, the corresponding client will be denied to pass)
Configuration Steps:
Sta mac-address:6809.27b0.169f
Ruijie(config)#wids
Ruijie(config-wids)#whitelist mac-address 6809.27b0.169f   --> 6809.27b0.169f is allowed to access.
Ruijie(config-wids)#end
Ruijie#wr  -->Save configuration.

Verification command:
Ruijie#show wids whitelist

Sta mac-address: 8ca9.829a.b1ea
Ruijie(config)#wids
Ruijie(config-wids)#static-blacklist mac-address 8ca9.829a.b1ea    -->8ca9.829a.b1ea is denied to access
Ruijie(config-wids)#end
Ruijie#wr   -->Save configuration.

Verification command:
Ruijie#show wids blacklist static

Configuration Tips:
Configure whitelist based on SSID (When an entry exists in the white list, the corresponding client will access toSSID)
Configure blacklist based on SSID (When an entry exists in the black list, the corresponding client will be denied to access to ssid)
Sta mac-address:6809.27b0.169f SSID:ruijie
Ruijie(config)#wids
Ruijie(config-wids)#ssid-filter whitelist mac-address 6809.27b0.169f in ruijie       --> 6809.27b0.169f is allowed to access to SSID:ruijie
Ruijie(config-wids)#end
Ruijie#wr     -->Save configuration.

Verification command:
Ruijie#show wids ssid-filter  whitelist in-ssid ruijie   -->ruijie is SSID name

2)Configure SSID-based Blacklist
Sta mac-address: 8ca9.829a.b1ea SSID: ruijie
Ruijie(config)#wids
Ruijie(config-wids)#static-blacklist ssid-mac  8ca9.829a.b1ea in ruijie --> 8ca9.829a.b1ea is denied to access to SSID:ruijie
Ruijie(config-wids)#end
Ruijie#wr     -->Save configuration.

Verification command:
Ruijie#show wids ssid-filter blacklist in-ssid ruijie -->ruijie is SSID name


Author: adnan.akbel@akt    Time: 2022-11-8 23:00
how can i delete mac adress from white list i added before

Author: GTAC-Steve    Time: 2022-11-9 10:13
adotelli replied at 2022-11-8 23:00
how can i delete mac adress from white list i added before

Hi, adotelli



You can delete mac adress from white list i added before by the following steps:


Sta mac-address:6809.27b0.169f(You can change the MAC to the one you want to delete
)

Ruijie(config)#wids
Ruijie(config-wids)#no whitelist mac-address 6809.27b0.169f   --> 6809.27b0.169f  Will be removed from the whitelist
Ruijie(config-wids)#end
Ruijie#wr  -->Save configuration.





Welcome to Ruijie Community (https://community.ruijienetworks.com/) Powered by Discuz! X3.2