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
- 3.1K Nebula
- 235 Nebula Ideas
- 6.7K Security
- 734 USG FLEX H Series
- 375 Security Ideas
- 1.8K Switch
- 87 Switch Ideas
- 1.5K Wireless
- 58 Wireless Ideas
- 7.1K Consumer Product
- 319 Service & License
- 511 News and Release
- 99 Security Advisories
- 31 Education Center
- 10 [Campaign] Zyxel Network Detective
- 5.2K FAQ
- 34 Documents
- 89 About Community
- 117 Security Highlight
Freshman Member
Zyxel Employee