User's Manual

Table Of Contents
Fortress ES-Series CLI Guide: System and Network Monitoring
191
number and type of interfaces on the Mesh Point (refer to Table
1.1 on page 3):
# show interface
[CONFIGURED INFO]
Switching UCost Enable Traffic
Name Mode VlanId Mode Duplex Speed 8021x Zone MeshIf Offset MeshEncap QoS Class
--------- ------- ------ --------- ------ ----- ----- --------- ------ ------ --------- ------ -------
Ethernet1 enabled 1 access auto auto N encrypted access 0 N N low
Ethernet2 enabled 1 access auto auto N clear access 0 N N low
[STATUS INFO]
Name Link Duplex Speed Collisions
--------- ---- ------ ----- ----------
Ethernet1 down half 10 0
Ethernet2 up full 100 0
[STATISTIC INFO]
Name Type State InBytes InPackets InErrTotal OutBytes OutPackets OutErrTotal
--------- ----- ---------- ------- --------- ---------- -------- ---------- -----------
Ethernet1 wired disabled 0 0 0 0 0 0
Ethernet2 wired forwarding 0 0 0 6428477 95865 4
6.4 IPsec SAs Monitoring
When a Suite-B license is installed (refer to Section 5.6) and
IPsec is enabled and configured (refer to Section 4.4), you can
view just the total number of Security Associations established
between the Mesh Point and its IPsec peers with
show ipsec -sa -counter.
# show ipsec -sa -counter
3 SAs registered
Omit the -counter switch to view current SAs:
# show ipsec -sa
Inbound SPI 0xCEEEECF / outbound SPI 0xCC2D277, crypto suite Suite B 256
Peer: 172.28.128.208, local 0.0.0.0/0 <=> remote 172.28.128.208/32
Lifetime: 239/240 minutes, unlimited KB
Inbound SPI 0x2DA5DE79 / outbound SPI 0xDBC63AA, crypto suite Suite B 256
Peer: 172.28.128.211, local 0.0.0.0/0 <=> remote 172.28.128.211/32
Lifetime: 220/240 minutes, unlimited KB
Inbound SPI 0x4A2D1748 / outbound SPI 0xD42E2E98, crypto suite Suite B 256
Peer: 172.28.128.209, local 0.0.0.0/0 <=> remote 172.28.128.209/32
Lifetime: 163/240 minutes, unlimited KB
3 SAs registered
Except for the Lifetime countdown, Inbound SPI and
Outbound SPI (Security Parameter Index), the IPsec
parameters are configured, globally or per SPD (Security
Policy Database) entry, with
set ipsec (refer to Section
4.4.1).