User's Manual

Table Of Contents
Fortress ES-Series CLI Guide: Network Security, Authentication and Auditing
133
Action (bypass|drop|apply): bypass
Priority (1..100): 10
Provide a Name for SPD entry, and associate the SPD entry
with an Ethernet or wireless
Interface on the Mesh Point.
Interface name must match the name of the Ethernet port or
currently configured BSS on the Mesh Point. You can specify
only a single Ethernet or wireless interface.
The SPD entry will apply to traffic over the local subnet of IP
addresses specified with
Local Address and Local Mask.
The SPD entry will also apply to traffic over the remote subnet
of IP addresses specified with
Remote Address and Remote
Mask
.
If the
Action to be applied by the SPD entry is
Apply
, you must
identify the IP address (
Peer Address) of the remote device to
and from which IPsec-protected traffic will be sent. If the
Action is
Drop
or
Bypass
, no IPsec peer is expected for the
SPD.
Action determines how packets selected by the local and
remote subnet parameters specified above will be handled:
Drop
- drop packets without further processing
(default selection)
Bypass
- receive and send only packets unprotected
by IPsec
Apply
- receive and send only packets protected
by IPsec
Priority establishes the order in which the policy defined by
the entry will be applied, from
1 to 100, relative to other
configured policies.
Priority values must be unique. Policies
with lower
Priority numbers take precedence over those with
higher
Priority numbers.
Alternatively, you can use switches and arguments to enter
SPD information:
# add spd -name
<SPDname>
-interface
<interfaceName>
-localaddr
<LocalIPaddr>
-localmask
<Localmask>
-remoteaddr
<RemoteIPaddr>
-remotemask
<RemoteMask>
-peer
<PeerIPaddr>
-action drop|bypass|apply -priority 1-100
To view currently configured SPD entries, run show spd:
# show spd
Priority: 10, policy name: From172NetTo520
Local: 172.0.0.0/255.0.0.0, Remote: 172.28.128.202/255.255.255.255
Interface: enc, Action: bypass
Priority: 11, policy name: From172NetTo520-2
Local: 172.0.0.0/255.0.0.0, Remote: 172.28.128.241/255.255.255.255
Interface: enc, Action: bypass