CLi command
Options
Hi there, I'd like to add / remove some clients from our MAC filter profile. Can do that via WEB gui, but I was unable to find commands for CLI...
Thanks a lot.
- wlan-macfilter-profile "profile name"
Thanks a lot.
0
Accepted Solution
-
Hi @Ermess,
For example, if you would like to add the MAC address of three clients into MAC filter profile name: test , please type the following commands:Router# configure terminalRouter(config)# wlan-macfilter-profile testRouter(config-wlan-macfilter test)# filter-action denyRouter(config-wlan-macfilter test)# 11:22:33:44:55:66
Router(config-wlan-macfilter test)# 22:33:44:55:66:77
Router(config-wlan-macfilter test)# 33:44:55:66:77:88Router(config-wlan-macfilter test)# exitRouter(config)# writeRouter(config)# exit
And use the CLI command: show wlan-macfilter-profile "profile name" to show the detail contents.Router# show wlan-macfilter-profile testmacfilter profile: testreference: 0ProfileDescription:Mode: denyentry: 0MAC: 11:22:33:44:55:66Description:entry: 1MAC: 22:33:44:55:66:77Description:entry: 2MAC: 33:44:55:66:77:88Description:Router#
Here is how to remove some clients via CLI commands:Router# configure terminalRouter(config)# wlan-macfilter-profile testRouter(config-wlan-macfilter test)# filter-action denyRouter(config-wlan-macfilter test)# no 11:22:33:44:55:66
Router(config-wlan-macfilter test)# no 22:33:44:55:66:77Router(config-wlan-macfilter test)# exitRouter(config)# writeRouter(config)# exitRouter# show wlan-macfilter-profile testmacfilter profile: testreference: 0ProfileDescription:Mode: denyentry: 0MAC: 33:44:55:66:77:88Description:Router#
Hope it helps.5
All Replies
-
Hi @Ermess,
For example, if you would like to add the MAC address of three clients into MAC filter profile name: test , please type the following commands:Router# configure terminalRouter(config)# wlan-macfilter-profile testRouter(config-wlan-macfilter test)# filter-action denyRouter(config-wlan-macfilter test)# 11:22:33:44:55:66
Router(config-wlan-macfilter test)# 22:33:44:55:66:77
Router(config-wlan-macfilter test)# 33:44:55:66:77:88Router(config-wlan-macfilter test)# exitRouter(config)# writeRouter(config)# exit
And use the CLI command: show wlan-macfilter-profile "profile name" to show the detail contents.Router# show wlan-macfilter-profile testmacfilter profile: testreference: 0ProfileDescription:Mode: denyentry: 0MAC: 11:22:33:44:55:66Description:entry: 1MAC: 22:33:44:55:66:77Description:entry: 2MAC: 33:44:55:66:77:88Description:Router#
Here is how to remove some clients via CLI commands:Router# configure terminalRouter(config)# wlan-macfilter-profile testRouter(config-wlan-macfilter test)# filter-action denyRouter(config-wlan-macfilter test)# no 11:22:33:44:55:66
Router(config-wlan-macfilter test)# no 22:33:44:55:66:77Router(config-wlan-macfilter test)# exitRouter(config)# writeRouter(config)# exitRouter# show wlan-macfilter-profile testmacfilter profile: testreference: 0ProfileDescription:Mode: denyentry: 0MAC: 33:44:55:66:77:88Description:Router#
Hope it helps.5 -
Excellent! Thanks a lot.
Ermess0
Categories
- All Categories
- 442 Beta Program
- 2.9K Nebula
- 219 Nebula Ideas
- 127 Nebula Status and Incidents
- 6.5K Security
- 588 USG FLEX H Series
- 344 Security Ideas
- 1.7K Switch
- 84 Switch Ideas
- 1.4K Wireless
- 52 Wireless Ideas
- 7K Consumer Product
- 298 Service & License
- 477 News and Release
- 91 Security Advisories
- 31 Education Center
- 10 [Campaign] Zyxel Network Detective
- 4.8K FAQ
- 34 Documents
- 87 About Community
- 102 Security Highlight
Freshman Member
Zyxel Employee