Chapter 8 Wireless LAN Profiles
NWA/WAC Series CLI Reference Guide
62
8.6 Layer-2 Isolation Profile Commands
The following table identifies the values required for many of these commands. Other input values
are discussed with the corresponding commands.
The following table describes the commands available for Layer-2 Isolation profile managment. You
must use the
configure terminal command to enter the configuration mode before you can use
these commands.
8.6.1 Layer-2 Isolation Profile Example
The following example creates a layer-2 isolation profile with the name ‘test1’.
Table 29 Input Values for General Layer-2 Isolation Profile Commands
LABEL DESCRIPTION
l2isolation_profile_nam
e
The layer-2 isolation profile name. You may use 1-31 alphanumeric characters,
underscores (
_), or dashes (-), but the first character cannot be a number. This
value is case-sensitive.
mac_address The MAC address of the device that is allowed to communicate with the NWA/
WAC’s wireless clients. Enter 6 hexadecimal pairs separated by colons. You can
use 0-9, a-z and A-Z.
description Sets the description name of MAC address in the profile. You may use 1-60
alphanumeric characters, underscores (
_), or dashes (-).
Table 30 Command Summary: Layer-2 Isolation Profile
COMMAND DESCRIPTION
show wlan-l2isolation-profile {all | rule_count
| [l2isolation_profile_name]}
Displays the layer-2 isolation profile(s) settings.
all: Displays settings of all layer-2 isolation profiles configured
on the NWA/WAC.
rule_count: Displays how many layer-2 isolation profiles are
created on the NWA/WAC.
l2isolation_profile_name: Displays settings of the specified
profile.
wlan-l2isolation-profile rename
l2isolation_profile_name1
l2isolation_profile_name2
Gives the existing layer-2 isolation profile
(l2isolation_profile_name1) a new name,
(l2isolation_profile_name2).
[no] wlan-l2isolation-profile
l2isolation_profile_name
Enters configuration mode for the specified layer-2 isolation
profile. Use the no parameter to remove the specified profile.
[no] mac_address Sets the MAC address of the device that is allowed to
communicate with the NWA/WAC’s wireless clients in this profile.
description description Sets the description name for the MAC address associated with
this profile.
exit Exits configuration mode for this profile.
Router(config)# wlan-l2isolation-profile test1
Router(config-wlan-l2isolation test1)# 00:a0:c5:01:23:45
Router(config-wlan-l2isolation test1)# description user1
Router(config-wlan-l2isolation test1)# exit
Router(config)#