User's Manual

Table Of Contents
Fortress ES-Series CLI Guide: Network Security, Authentication and Auditing
165
You can delete a specified controller device, or all controllers
from authentication with the
del command:
# del controllerauth -deviceID
<controllerDeviceID>
|all
You must be logged on to an
administrator
-level account to
change configuration settings (refer to Section 2.2).
4.6.5 Cleartext Device Access Control
You may want to allow certain devices to pass unencrypted
data, or cleartext, on the Mesh Point’s encrypted interfaces.
These might be wireless 3rd-party APs (access points) or
Trusted Devices that require cleartext access to the encrypted
zone.
Mesh Points equipped with one or more radios can themselves
serve as wireless access points (APs), as described in Section
3.4.9.
NOTE: Each AP
name must be
unique on the Mesh
Point.
4.6.5.1 3rd-Party AP Management
View configured AP management rules with
show ap:
# show ap
NAME IP MAC 2W S PASSALL PORT
---------------- --------------- ---------------- -- - ------- ----
east 192.167.1.22 11:2b:3c:4d:5e:00 Y N N any
north 192.167.1.44 e1:2b:33:40:0d:5e Y N N any
south 192.167.1.33 11:2b:3e:40:0d:5e Y N N any
west 192.167.1.11 1a:2b:3c:4d:5e:6f Y N N any
--- Total APs: 4
Use the add, update and del (delete) commands to manage
APs for the Mesh Point-secured WLAN, as described in the
following sections.
Add AP management rules with the
add ap command:
#
add ap -name
<
APname
>
-mac
<
MACaddr
>
-ip any|
<
IPaddr
>
-ports any|
<port1,port2,…>
-2way y|n
-passall y|n -state enable|disable
in which APname is a descriptive identifier for the AP, MACaddr is
the MAC address of the AP, and
IPaddr either configures the
AP to take any IP address or specifies the AP’s network
address. The
-ports switch specifies, by number, the port(s)
accessible to the AP (comma delimited, without spaces), or
that
any port is accessible to the AP.
NOTE: STP and
Cisco® Layer 2,
VLAN management
traffic to or from
switches in the Mesh
Point’s encrypted zone
requires -passall to
be enabled (
y
).
The -passall switch determines whether the Mesh Point will
permit all OSI Layer 2 traffic to pass in the encrypted zone (
y
)
or filters Layer 2 traffic (
n
, the default). The -state switch
enables or disables Mesh Point management of the AP. The
-
2way
switch enables/disables two-way communication for the
AP.
You must configure a name, MAC address and either
any
or a
specific IP address for the AP management rule when you add