User's Manual

Table Of Contents
Fortress ES-Series CLI Guide: Networking and Radio Configuration
78
3.4.11.12 ES210 Station Access Control Lists
When the STA Interface is using WPA, WPA2 and WPA2-Mixed
Security, an additional level of security can be provided via an
Access Control List (ACL).
The Station ACL function is enabled when any ACL entry is
administered. Once the ACL is enabled, the Mesh Point
compares the X.509 digital certificates of 802.1X authentication
servers against the filter criteria in the ACEs contained in the
ACL, in the specified
Priority order. If no match is found,
access is denied. If a match is found, access is allowed or
denied according to the ACL entry’s
Access rule.
The ACEs available for inclusion on the ACL are created using
add ace,
and edited using update ace. (see Section 4.3).
Once Access Control Entries have been created, they can be
added to the Station ACL using
add station-acl.
# add station-acl -name
<ACEname>
-access allow|deny -priority 1-100
You can configure up to 100 ACL entries to be applied in the
specified priority.
Name identifies the ACE that you want to add to the station
ACL. View a list of available ACE names with
show ace (see
Section 4.3).
Priority establishes the order in which the ACL entry will be
applied, from
1
to
100
, relative to other configured ACL entries.
Priority values must be unique. Entries with lower priority
numbers take precedence over those with higher priority
numbers.
Access determines whether the Mesh Point will
Allow
or
Deny
(the default) access to an authentication server whose X.509
certificate matches the criteria specified in the ACL entry.
View the entries in the Station ACL using
show:
# show station-acl
Prio Type ACE Name
---- ----- --------------------
--- Total ACLs: 0
Use del station-acl to remove entries from the Station ACL.
NOTE: Deleting all
ACL entries dis-
ables the STA Interface
ACL function.
# del station-acl -all|-name
<ACEname>
Deleted ACL entries no longer appear when you run show
station-acl
.
3.5 Local Area Network Configuration
Network settings includes those that establish the Mesh Point’s
basic LAN configuration: hostname and IPv4 and IPv6 settings.