User's Manual
Chapter 9 Wireless LAN Profiles
NXC CLI Reference Guide
88
The following table describes the commands available for security profile management. You
must use the
configure terminal command to enter the configuration mode before you
can use these commands.
9.5.1 MAC Filter Profile Example
The following example creates a MAC filter profile with the name ‘MACFILTER01’..
Table 37 Command Summary: MAC Filter Profile
COMMAND DESCRIPTION
show wlan-macfilter-profile {all |
macfilter_profile_name}
Displays the security profile(s).
all: Displays all profiles for the selected operating mode.
macfilter_profile_name: Displays the specified
profile for the selected operating mode.
wlan-macfilter-profile rename
macfilter_profile_name1
macfilter_profile_name2
Gives an existing security profile
(macfilter_profile_name1) a new name
(macfilter_profile_name2).
[no] wlan-macfilter-profile
macfilter_profile_name
Enters configuration mode for the specified MAC filter
profile. Use the no parameter to remove the specified
profile.
filter-action {allow | deny} Permits the wireless client with the MAC addresses in this
profile to connect to the network through the associated
SSID; select deny to block the wireless clients with the
specified MAC addresses.
The default is set to deny.
[no] MAC description description2 Sets the description of this profile. Enter up to 60
characters. Spaces and underscores allowed.
exit Exits configuration mode for this profile.
Router(config)# wlan-macfilter-profile MACFILTER01
Router(config-macfilter-profile)# filter-action deny
Router(config-macfilter-profile)# MAC 01:02:03:04:05:06 description MAC01
Router(config-macfilter-profile)# MAC 01:02:03:04:05:07 description MAC02
Router(config-macfilter-profile)# MAC 01:02:03:04:05:08 description MAC03
Router(config-macfilter-profile)# exit
Router(config)#